Trace number 4304385

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.9.2SAT (TO)3545 2520.04 2469.23

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-had20_c18.xml
MD5SUM1a91d8580332af2f3782d1e605995059
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3467
Best CPU time to get the best result obtained on this benchmark2520.08
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints191
Number of domains2
Minimum domain size11
Maximum domain size20
Distribution of domain sizes[{"size":11,"count":190},{"size":20,"count":20}]
Minimum variable degree0
Maximum variable degree20
Distribution of variable degrees[{"degree":0,"count":210},{"degree":2,"count":190},{"degree":20,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":190},{"arity":20,"count":1}]
Number of extensional constraints190
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":190},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.98/0.73	c Concrete v3.9.2.1532736233296 running
10.68/4.61	o 3969
10.68/4.64	o 3916
12.05/5.03	o 3908
12.05/5.03	o 3828
12.05/5.03	o 3824
12.05/5.03	o 3821
12.05/5.03	o 3788
12.05/5.03	o 3777
12.05/5.03	o 3768
12.05/5.04	o 3759
12.05/5.05	o 3727
12.05/5.08	o 3723
12.99/5.33	o 3722
12.99/5.33	o 3718
12.99/5.34	o 3702
12.99/5.39	o 3698
12.99/5.40	o 3697
13.30/5.49	o 3680
13.51/5.50	o 3671
13.51/5.51	o 3669
13.51/5.54	o 3667
13.51/5.55	o 3666
13.51/5.55	o 3664
13.51/5.57	o 3645
13.51/5.58	o 3642
15.38/6.44	o 3640
15.38/6.48	o 3632
15.63/6.61	o 3600
20.41/10.24	o 3598
20.53/10.35	o 3590
25.47/15.13	o 3584
88.34/76.45	o 3578
178.04/164.28	o 3568
178.24/164.41	o 3566
180.02/166.12	o 3560
180.02/166.14	o 3557
180.02/166.14	o 3555
290.68/274.14	o 3554
308.36/291.49	o 3552
966.89/937.55	o 3547
1271.28/1238.63	o 3545
2520.00/2469.20	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.00/2469.20		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.00/2469.20		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.00/2469.20		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.00/2469.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.00/2469.20		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.00/2469.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.00/2469.20		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.00/2469.20		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.00/2469.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.00/2469.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.00/2469.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2469.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.00/2469.20		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.00/2469.20		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.00/2469.20		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.00/2469.20		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.00/2469.20		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.00/2469.20		at scala.Option.map(Option.scala:146)
2520.00/2469.20		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.00/2469.20		at concrete.MAC.mac(MAC.scala:203)
2520.00/2469.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.00/2469.20		at scala.util.Try$.apply(Try.scala:209)
2520.00/2469.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.00/2469.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.00/2469.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.00/2469.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.00/2469.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.00/2469.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.00/2469.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.00/2469.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.00/2469.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.00/2469.20		at concrete.MAC.oneRun(MAC.scala:253)
2520.00/2469.20		at concrete.MAC.nextSolution(MAC.scala:272)
2520.00/2469.20		at concrete.MAC.nextSolution(MAC.scala:355)
2520.00/2469.20		at concrete.Solver.hasNext(Solver.scala:166)
2520.00/2469.20		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.00/2469.20		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.00/2469.20		at concrete.Solver.foreach(Solver.scala:68)
2520.00/2469.20		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.00/2469.20		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.00/2469.20		at scala.util.Success.map(Try.scala:209)
2520.00/2469.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.00/2469.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.00/2469.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.00/2469.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.00/2469.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.00/2469.20		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.00/2469.20		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.00/2469.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.00/2469.20		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.00/2469.20		at scala.collection.immutable.List.foreach(List.scala:389)
2520.00/2469.20		at scala.App.main(App.scala:76)
2520.00/2469.20		at scala.App.main$(App.scala:74)
2520.00/2469.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.00/2469.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.00/2469.21	v <instantiation cost="3545">
2520.00/2469.21	v       <list>
2520.00/2469.21	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[0][15] d[0][16] d[0][17] d[0][18] d[0][19] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[1][18] d[1][19] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[2][15] d[2][16] d[2][17] d[2][18] d[2][19] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[3][12] d[3][13] d[3][14] d[3][15] d[3][16] d[3][17] d[3][18] d[3][19] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[4][15] d[4][16] d[4][17] d[4][18] d[4][19] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[5][15] d[5][16] d[5][17] d[5][18] d[5][19] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[6][12] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[6][18] d[6][19] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[7][18] d[7][19] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[8][18] d[8][19] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[9][16] d[9][17] d[9][18] d[9][19] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[10][18] d[10][19] d[11][12] d[11][13] d[11][14] d[11][15] d[11][16] d[11][17] d[11][18] d[11][19] d[12][13] d[12][14] d[12][15] d[12][16] d[12][17] d[12][18] d[12][19] d[13][14] d[13][15] d[13][16] d[13][17] d[13][18] d[13][19] d[14][15] d[14][16] d[14][17] d[14][18] d[14][19] d[15][16] d[15][17] d[15][18] d[15][19] d[16][17] d[16][18] d[16][19] d[17][18] d[17][19] d[18][19]
2520.00/2469.21	v       </list>
2520.00/2469.21	v       <values>
2520.00/2469.21	v         7 10 5 15 17 6 13 18 0 9 11 16 1 19 4 2 3 8 14 12 5 5 4 4 6 5 5 6 5 3 4 2 2 4 4 3 1 9 7 7 8 3 6 5 4 4 7 9 5 4 6 6 3 3 5 1 6 4 3 8 8 6 5 5 5 3 9 4 4 4 5 5 5 1 8 6 3 7 5 5 5 6 2 3 3 6 8 5 8 4 6 4 5 8 10 6 3 6 6 4 7 2 7 6 2 8 3 6 4 7 7 9 9 3 4 3 8 5 1 8 5 6 5 2 6 3 3 6 4 5 5 5 9 6 8 7 5 4 5 6 5 5 7 3 1 6 6 3 4 8 4 6 5 4 1 7 6 7 7 7 6 4 4 5 5 4 7 2 7 6 6 2 4 6 6 7 4 5 3 4 5 5 6 7 6 3 2 3 9 5 5 5 3 1 7 6 5 5 3 7 2 2 2 5 9 7 3 4 4 7
2520.00/2469.21	v       </values>
2520.00/2469.21	v     </instantiation>
2520.00/2469.21	s SATISFIABLE

Verifier Data

OK	3545

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304385-1534073687/watcher-4304385-1534073687 -o /tmp/evaluation-result-4304385-1534073687/solver-4304385-1534073687 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534063810-20601 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=404139440 HOME/instance-4304385-1534073687.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=22470, runsolver pid=22467
Current StackSize limit: 8192 KiB


[startup+0.100088 s]*
/proc/loadavg: 1.47 1.48 1.46 3/207 22527
/proc/meminfo: memFree=12106376/32770624 swapFree=67108496/67108860
[pid=22470] ppid=22467 vsize=10088124 memory=19120 CPUtime=0.09 cores=1,3,5,7
/proc/22470/stat : 22470 (java) S 22467 22470 20569 0 -1 1077944320 4423 12862 0 0 1 1 5 2 20 0 7 0 224931872 10330238976 4780 33554432000 4194304 4196468 140726623902112 140726623884656 139764838735607 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
/proc/22470/statm: 2522031 4780 2015 1 0 2510469 0
[pid=22470/tid=22523] ppid=22467 vsize=10088124 memory=4279135703912971920 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22523/stat : 22523 (java) R 22467 22470 20569 0 -1 4202560 2231 12862 0 0 0 0 5 2 20 0 7 0 224931881 10330238976 4780 33554432000 4194304 4196468 140726623902112 139764810578704 139764821722768 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22524] ppid=22467 vsize=10088124 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22524/stat : 22524 (java) S 22467 22470 20569 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 7 0 224931881 10330238976 4780 33554432000 4194304 4196468 140726623902112 139764842977680 139764838745813 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22525] ppid=22467 vsize=10088124 memory=140583358776960 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22525/stat : 22525 (java) S 22467 22470 20569 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 7 0 224931881 10330238976 4780 33554432000 4194304 4196468 140726623902112 139764697696528 139764838745813 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22526] ppid=22467 vsize=10088124 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22526/stat : 22526 (java) S 22467 22470 20569 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 7 0 224931881 10330238976 4780 33554432000 4194304 4196468 140726623902112 139764696644240 139764838745813 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22527] ppid=22467 vsize=10088124 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22527/stat : 22527 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 7 0 224931881 10330238976 4780 33554432000 4194304 4196468 140726623902112 139764695591440 139764838745813 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22528] ppid=22467 vsize=10088124 memory=140583358776960 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22528/stat : 22528 (java) S 22467 22470 20569 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 7 0 224931883 10330238976 4780 33554432000 4194304 4196468 140726623902112 139764264671856 139764838746754 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10088124 KiB
Current children cumulated memory: 19120 KiB

[startup+0.220317 s]*
/proc/loadavg: 1.47 1.48 1.46 3/216 22536
/proc/meminfo: memFree=12081728/32770624 swapFree=67108496/67108860
[pid=22470] ppid=22467 vsize=10982744 memory=47780 CPUtime=0.27 cores=1,3,5,7
/proc/22470/stat : 22470 (java) S 22467 22470 20569 0 -1 1077944320 8823 12862 0 0 17 3 5 2 20 0 15 0 224931872 11246329856 11945 33554432000 4194304 4196468 140726623902112 140726623884656 139764838735607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
/proc/22470/statm: 2745686 11945 2966 1 0 2708109 0
[pid=22470/tid=22523] ppid=22467 vsize=10982744 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/22470/task/22523/stat : 22523 (java) R 22467 22470 20569 0 -1 4202560 5351 12862 0 0 11 2 5 2 20 0 15 0 224931881 11246329856 11945 33554432000 4194304 4196468 140726623902112 139764810548616 139764838757533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22524] ppid=22467 vsize=10982744 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22524/stat : 22524 (java) S 22467 22470 20569 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 224931881 11246329856 11945 33554432000 4194304 4196468 140726623902112 139764842977680 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22525] ppid=22467 vsize=10982744 memory=288370959510488704 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22525/stat : 22525 (java) S 22467 22470 20569 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 224931881 11246329856 11945 33554432000 4194304 4196468 140726623902112 139764697696528 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22526] ppid=22467 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22526/stat : 22526 (java) S 22467 22470 20569 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 224931881 11246329856 11945 33554432000 4194304 4196468 140726623902112 139764696644240 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22527] ppid=22467 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22527/stat : 22527 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931881 11246329856 11945 33554432000 4194304 4196468 140726623902112 139764695591440 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22528] ppid=22467 vsize=10982744 memory=140583358776960 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22528/stat : 22528 (java) S 22467 22470 20569 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 224931883 11246329856 11945 33554432000 4194304 4196468 140726623902112 139764264671856 139764838746754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22529] ppid=22467 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22529/stat : 22529 (java) S 22467 22470 20569 0 -1 1077944384 13 12862 0 0 0 0 5 2 20 0 15 0 224931883 11246329856 11945 33554432000 4194304 4196468 140726623902112 139763604514080 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22530] ppid=22467 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22530/stat : 22530 (java) S 22467 22470 20569 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 224931883 11246329856 11945 33554432000 4194304 4196468 140726623902112 139763403187824 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22531] ppid=22467 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22531/stat : 22531 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931886 11246329856 11945 33554432000 4194304 4196468 140726623902112 139763095788112 139764838754203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22532] ppid=22467 vsize=10982744 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22470/task/22532/stat : 22532 (java) S 22467 22470 20569 0 -1 1077944384 547 12862 0 0 1 0 5 2 20 0 15 0 224931886 11246329856 11945 33554432000 4194304 4196468 140726623902112 139764263618672 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22533] ppid=22467 vsize=10982744 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22470/task/22533/stat : 22533 (java) S 22467 22470 20569 0 -1 1077944384 70 12862 0 0 1 0 5 2 20 0 15 0 224931886 11246329856 11945 33554432000 4194304 4196468 140726623902112 139764262565872 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22534] ppid=22467 vsize=10982744 memory=140583358776960 CPUtime=0.1 cores=1,3,5,7
/proc/22470/task/22534/stat : 22534 (java) S 22467 22470 20569 0 -1 1077944384 634 12862 0 0 3 0 5 2 20 0 15 0 224931886 11246329856 11945 33554432000 4194304 4196468 140726623902112 139764261513584 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22535] ppid=22467 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22535/stat : 22535 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931886 11246329856 11945 33554432000 4194304 4196468 140726623902112 139762664991200 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22536] ppid=22467 vsize=10982744 memory=140583358776960 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22536/stat : 22536 (java) S 22467 22470 20569 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 224931887 11246329856 11945 33554432000 4194304 4196468 140726623902112 139764260461488 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 47780 KiB

[startup+0.310514 s]*
/proc/loadavg: 1.47 1.48 1.46 3/216 22536
/proc/meminfo: memFree=12074408/32770624 swapFree=67108496/67108860
[pid=22470] ppid=22467 vsize=10983192 memory=57024 CPUtime=0.38 cores=1,3,5,7
/proc/22470/stat : 22470 (java) S 22467 22470 20569 0 -1 1077944320 10278 12862 0 0 28 3 5 2 20 0 15 0 224931872 11246788608 14256 33554432000 4194304 4196468 140726623902112 140726623884656 139764838735607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
/proc/22470/statm: 2745798 14256 3098 1 0 2708109 0
[pid=22470/tid=22523] ppid=22467 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/22470/task/22523/stat : 22523 (java) R 22467 22470 20569 0 -1 4202560 6800 12862 0 0 19 2 5 2 20 0 15 0 224931881 11246788608 14256 33554432000 4194304 4196468 140726623902112 139764810547616 139764838757533 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22524] ppid=22467 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22524/stat : 22524 (java) S 22467 22470 20569 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 224931881 11246788608 14256 33554432000 4194304 4196468 140726623902112 139764842977680 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22525] ppid=22467 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22525/stat : 22525 (java) S 22467 22470 20569 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 224931881 11246788608 14256 33554432000 4194304 4196468 140726623902112 139764697696528 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22526] ppid=22467 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22526/stat : 22526 (java) S 22467 22470 20569 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 224931881 11246788608 14256 33554432000 4194304 4196468 140726623902112 139764696644240 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22527] ppid=22467 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22527/stat : 22527 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931881 11246788608 14256 33554432000 4194304 4196468 140726623902112 139764695591440 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22528] ppid=22467 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22528/stat : 22528 (java) S 22467 22470 20569 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 224931883 11246788608 14256 33554432000 4194304 4196468 140726623902112 139764264671856 139764838746754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22529] ppid=22467 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22529/stat : 22529 (java) S 22467 22470 20569 0 -1 1077944384 13 12862 0 0 0 0 5 2 20 0 15 0 224931883 11246788608 14256 33554432000 4194304 4196468 140726623902112 139763604514080 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22530] ppid=22467 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22530/stat : 22530 (java) S 22467 22470 20569 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 224931883 11246788608 14256 33554432000 4194304 4196468 140726623902112 139763403187824 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22531] ppid=22467 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22531/stat : 22531 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931886 11246788608 14256 33554432000 4194304 4196468 140726623902112 139763095788112 139764838754203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22532] ppid=22467 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22470/task/22532/stat : 22532 (java) S 22467 22470 20569 0 -1 1077944384 549 12862 0 0 1 0 5 2 20 0 15 0 224931886 11246788608 14256 33554432000 4194304 4196468 140726623902112 139764263618672 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22533] ppid=22467 vsize=10983192 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/22470/task/22533/stat : 22533 (java) S 22467 22470 20569 0 -1 1077944384 70 12862 0 0 1 0 5 2 20 0 15 0 224931886 11246788608 14256 33554432000 4194304 4196468 140726623902112 139764262565872 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22534] ppid=22467 vsize=10983192 memory=140583358776960 CPUtime=0.11 cores=1,3,5,7
/proc/22470/task/22534/stat : 22534 (java) R 22467 22470 20569 0 -1 4202560 638 12862 0 0 4 0 5 2 20 0 15 0 224931886 11246788608 14256 33554432000 4194304 4196468 140726623902112 139764261513584 139764817225249 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22535] ppid=22467 vsize=10983192 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22535/stat : 22535 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931886 11246788608 14256 33554432000 4194304 4196468 140726623902112 139762664991200 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22536] ppid=22467 vsize=10983192 memory=140583358776960 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22536/stat : 22536 (java) S 22467 22470 20569 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 224931887 11246788608 14256 33554432000 4194304 4196468 140726623902112 139764260461488 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57024 KiB

[startup+0.700765 s]
/proc/loadavg: 1.47 1.48 1.46 3/216 22536
/proc/meminfo: memFree=12063244/32770624 swapFree=67108496/67108860
[pid=22470] ppid=22467 vsize=10983192 memory=89732 CPUtime=0.98 cores=1,3,5,7
/proc/22470/stat : 22470 (java) S 22467 22470 20569 0 -1 1077944320 16493 12862 0 0 87 4 5 2 20 0 15 0 224931872 11246788608 22433 33554432000 4194304 4196468 140726623902112 140726623884656 139764838735607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
/proc/22470/statm: 2745798 22433 3246 1 0 2708109 0
[pid=22470/tid=22523] ppid=22467 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/22470/task/22523/stat : 22523 (java) R 22467 22470 20569 0 -1 4202560 12052 12862 0 0 56 3 5 2 20 0 15 0 224931881 11246788608 22433 33554432000 4194304 4196468 140726623902112 139764810556432 139764819010759 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22524] ppid=22467 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22524/stat : 22524 (java) S 22467 22470 20569 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 224931881 11246788608 22433 33554432000 4194304 4196468 140726623902112 139764842977680 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22525] ppid=22467 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22525/stat : 22525 (java) S 22467 22470 20569 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 224931881 11246788608 22433 33554432000 4194304 4196468 140726623902112 139764697696528 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22526] ppid=22467 vsize=10983192 memory=8514701219931451533 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22526/stat : 22526 (java) S 22467 22470 20569 0 -1 1077944384 2 12862 0 0 0 0 5 2 20 0 15 0 224931881 11246788608 22433 33554432000 4194304 4196468 140726623902112 139764696644240 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22527] ppid=22467 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22527/stat : 22527 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931881 11246788608 22433 33554432000 4194304 4196468 140726623902112 139764695591440 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22528] ppid=22467 vsize=10983192 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22528/stat : 22528 (java) S 22467 22470 20569 0 -1 1077944384 5 12862 0 0 0 0 5 2 20 0 15 0 224931883 11246788608 22433 33554432000 4194304 4196468 140726623902112 139764264671856 139764838746754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22529] ppid=22467 vsize=10983192 memory=68 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22529/stat : 22529 (java) S 22467 22470 20569 0 -1 1077944384 13 12862 0 0 0 0 5 2 20 0 15 0 224931883 11246788608 22433 33554432000 4194304 4196468 140726623902112 139763604514080 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22530] ppid=22467 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22530/stat : 22530 (java) S 22467 22470 20569 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 224931883 11246788608 22433 33554432000 4194304 4196468 140726623902112 139763403187824 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22531] ppid=22467 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22531/stat : 22531 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931886 11246788608 22433 33554432000 4194304 4196468 140726623902112 139763095788112 139764838754203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22532] ppid=22467 vsize=10983192 memory=0 CPUtime=0.17 cores=1,3,5,7
/proc/22470/task/22532/stat : 22532 (java) S 22467 22470 20569 0 -1 1077944384 1196 12862 0 0 10 0 5 2 20 0 15 0 224931886 11246788608 22433 33554432000 4194304 4196468 140726623902112 139764263618672 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22533] ppid=22467 vsize=10983192 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/22470/task/22533/stat : 22533 (java) S 22467 22470 20569 0 -1 1077944384 338 12862 0 0 6 0 5 2 20 0 15 0 224931886 11246788608 22433 33554432000 4194304 4196468 140726623902112 139764262565872 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22534] ppid=22467 vsize=10983192 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/22470/task/22534/stat : 22534 (java) S 22467 22470 20569 0 -1 1077944384 683 12862 0 0 13 0 5 2 20 0 15 0 224931886 11246788608 22433 33554432000 4194304 4196468 140726623902112 139764261513584 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22535] ppid=22467 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22535/stat : 22535 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931886 11246788608 22433 33554432000 4194304 4196468 140726623902112 139762664991200 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22536] ppid=22467 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22536/stat : 22536 (java) S 22467 22470 20569 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 224931887 11246788608 22433 33554432000 4194304 4196468 140726623902112 139764260461488 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89732 KiB

[startup+1.50065 s]
/proc/loadavg: 1.47 1.48 1.46 5/216 22536
/proc/meminfo: memFree=12016656/32770624 swapFree=67108496/67108860
[pid=22470] ppid=22467 vsize=10998092 memory=181880 CPUtime=2.83 cores=1,3,5,7
/proc/22470/stat : 22470 (java) S 22467 22470 20569 0 -1 1077944320 26946 12862 0 0 266 10 5 2 20 0 15 0 224931872 11262046208 45470 33554432000 4194304 4196468 140726623902112 140726623884656 139764838735607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
/proc/22470/statm: 2749523 45470 3466 1 0 2711181 0
[pid=22470/tid=22523] ppid=22467 vsize=10998092 memory=-5153075608533367661 CPUtime=1.42 cores=1,3,5,7
/proc/22470/task/22523/stat : 22523 (java) R 22467 22470 20569 0 -1 4202560 17321 12862 0 0 128 7 5 2 20 0 15 0 224931881 11262046208 45470 33554432000 4194304 4196468 140726623902112 139764810566656 139764822816124 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22524] ppid=22467 vsize=10998092 memory=-7335452975102857621 CPUtime=0.08 cores=1,3,5,7
/proc/22470/task/22524/stat : 22524 (java) S 22467 22470 20569 0 -1 1077944384 59 12862 0 0 1 0 5 2 20 0 15 0 224931881 11262046208 45470 33554432000 4194304 4196468 140726623902112 139764842977680 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22525] ppid=22467 vsize=10998092 memory=6720696446780543624 CPUtime=0.08 cores=1,3,5,7
/proc/22470/task/22525/stat : 22525 (java) S 22467 22470 20569 0 -1 1077944384 242 12862 0 0 1 0 5 2 20 0 15 0 224931881 11262046208 45470 33554432000 4194304 4196468 140726623902112 139764697696528 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22526] ppid=22467 vsize=10998092 memory=-5153075247754915967 CPUtime=0.08 cores=1,3,5,7
/proc/22470/task/22526/stat : 22526 (java) S 22467 22470 20569 0 -1 1077944384 33 12862 0 0 1 0 5 2 20 0 15 0 224931881 11262046208 45470 33554432000 4194304 4196468 140726623902112 139764696644240 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22527] ppid=22467 vsize=10998092 memory=119640 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22527/stat : 22527 (java) S 22467 22470 20569 0 -1 1077944384 7 12862 0 0 0 0 5 2 20 0 15 0 224931881 11262046208 45470 33554432000 4194304 4196468 140726623902112 139764695591440 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22528] ppid=22467 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/22470/task/22528/stat : 22528 (java) S 22467 22470 20569 0 -1 1077944384 135 12862 0 0 1 0 5 2 20 0 15 0 224931883 11262046208 45470 33554432000 4194304 4196468 140726623902112 139764264671856 139764838746754 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22529] ppid=22467 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22529/stat : 22529 (java) S 22467 22470 20569 0 -1 1077944384 14 12862 0 0 0 0 5 2 20 0 15 0 224931883 11262046208 45470 33554432000 4194304 4196468 140726623902112 139763604514080 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22530] ppid=22467 vsize=10998092 memory=281166410221248 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22530/stat : 22530 (java) S 22467 22470 20569 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 224931883 11262046208 45470 33554432000 4194304 4196468 140726623902112 139763403187824 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22531] ppid=22467 vsize=10998092 memory=281166410635472 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22531/stat : 22531 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931886 11262046208 45470 33554432000 4194304 4196468 140726623902112 139763095788112 139764838754203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22532] ppid=22467 vsize=10998092 memory=140583205120336 CPUtime=0.54 cores=1,3,5,7
/proc/22470/task/22532/stat : 22532 (java) S 22467 22470 20569 0 -1 1077944384 3076 12862 0 0 47 0 5 2 20 0 15 0 224931886 11262046208 45470 33554432000 4194304 4196468 140726623902112 139764263618672 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22533] ppid=22467 vsize=10998092 memory=140583358779473 CPUtime=0.54 cores=1,3,5,7
/proc/22470/task/22533/stat : 22533 (java) S 22467 22470 20569 0 -1 1077944384 2408 12862 0 0 47 0 5 2 20 0 15 0 224931886 11262046208 45470 33554432000 4194304 4196468 140726623902112 139764262565872 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22534] ppid=22467 vsize=10998092 memory=8036 CPUtime=0.42 cores=1,3,5,7
/proc/22470/task/22534/stat : 22534 (java) S 22467 22470 20569 0 -1 1077944384 1454 12862 0 0 35 0 5 2 20 0 15 0 224931886 11262046208 45470 33554432000 4194304 4196468 140726623902112 139764261513584 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22535] ppid=22467 vsize=10998092 memory=6 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22535/stat : 22535 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931886 11262046208 45470 33554432000 4194304 4196468 140726623902112 139762664991200 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22536] ppid=22467 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22536/stat : 22536 (java) S 22467 22470 20569 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 224931887 11262046208 45470 33554432000 4194304 4196468 140726623902112 139764260461488 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0

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

/proc/22470/task/22523/stat : 22523 (java) R 22467 22470 20569 0 -1 4202560 94702 12862 0 0 229590 57 5 2 20 0 15 0 224931881 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764810571104 139764373614076 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22524] ppid=22467 vsize=11080032 memory=962912 CPUtime=11.08 cores=1,3,5,7
/proc/22470/task/22524/stat : 22524 (java) S 22467 22470 20569 0 -1 1077944384 13277 12862 0 0 1044 57 5 2 20 0 15 0 224931881 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764842977680 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22525] ppid=22467 vsize=11080032 memory=962912 CPUtime=11.1 cores=1,3,5,7
/proc/22470/task/22525/stat : 22525 (java) S 22467 22470 20569 0 -1 1077944384 13503 12862 0 0 1051 52 5 2 20 0 15 0 224931881 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764697696528 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22526] ppid=22467 vsize=11080032 memory=962912 CPUtime=11.08 cores=1,3,5,7
/proc/22470/task/22526/stat : 22526 (java) S 22467 22470 20569 0 -1 1077944384 16689 12862 0 0 1046 55 5 2 20 0 15 0 224931881 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764696644240 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22527] ppid=22467 vsize=11080032 memory=7 CPUtime=11.1 cores=1,3,5,7
/proc/22470/task/22527/stat : 22527 (java) S 22467 22470 20569 0 -1 1077944384 16250 12862 0 0 1053 50 5 2 20 0 15 0 224931881 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764695591440 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22528] ppid=22467 vsize=11080032 memory=962912 CPUtime=10.98 cores=1,3,5,7
/proc/22470/task/22528/stat : 22528 (java) S 22467 22470 20569 0 -1 1077944384 17154 12862 0 0 1039 52 5 2 20 0 15 0 224931883 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764264671856 139764838746754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22529] ppid=22467 vsize=11080032 memory=3872 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22529/stat : 22529 (java) S 22467 22470 20569 0 -1 1077944384 14 12862 0 0 0 0 5 2 20 0 15 0 224931883 11345952768 240728 33554432000 4194304 4196468 140726623902112 139763604514144 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22530] ppid=22467 vsize=11080032 memory=860 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22530/stat : 22530 (java) S 22467 22470 20569 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 224931883 11345952768 240728 33554432000 4194304 4196468 140726623902112 139763403187840 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22531] ppid=22467 vsize=11080032 memory=12604 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22531/stat : 22531 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931886 11345952768 240728 33554432000 4194304 4196468 140726623902112 139763095788112 139764838754203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22532] ppid=22467 vsize=11080032 memory=962912 CPUtime=7.34 cores=1,3,5,7
/proc/22470/task/22532/stat : 22532 (java) S 22467 22470 20569 0 -1 1077944384 41740 12862 0 0 722 5 5 2 20 0 15 0 224931886 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764263618672 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22533] ppid=22467 vsize=11080032 memory=14204 CPUtime=7.65 cores=1,3,5,7
/proc/22470/task/22533/stat : 22533 (java) S 22467 22470 20569 0 -1 1077944384 41421 12862 0 0 751 7 5 2 20 0 15 0 224931886 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764262565872 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22534] ppid=22467 vsize=11080032 memory=3872 CPUtime=3.42 cores=1,3,5,7
/proc/22470/task/22534/stat : 22534 (java) S 22467 22470 20569 0 -1 1077944384 32532 12862 0 0 327 8 5 2 20 0 15 0 224931886 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764261513584 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22535] ppid=22467 vsize=11080032 memory=60944 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22535/stat : 22535 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931886 11345952768 240728 33554432000 4194304 4196468 140726623902112 139762664991200 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22536] ppid=22467 vsize=11080032 memory=962912 CPUtime=1.39 cores=1,3,5,7
/proc/22470/task/22536/stat : 22536 (java) S 22467 22470 20569 0 -1 1077944384 1654 12862 0 0 58 74 5 2 20 0 15 0 224931887 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764260461488 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
Current children cumulated CPU time: 2371.14 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 962912 KiB

[startup+2382.3 s]
/proc/loadavg: 1.31 1.28 1.34 6/216 22757
/proc/meminfo: memFree=11250192/32770624 swapFree=67108496/67108860
[pid=22470] ppid=22467 vsize=11080032 memory=962912 CPUtime=2431.97 cores=1,3,5,7
/proc/22470/stat : 22470 (java) S 22467 22470 20569 0 -1 1077944320 293105 12862 0 0 242830 360 5 2 20 0 15 0 224931872 11345952768 240728 33554432000 4194304 4196468 140726623902112 140726623884656 139764838735607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
/proc/22470/statm: 2770008 240728 3528 1 0 2731661 0
[pid=22470/tid=22523] ppid=22467 vsize=11080032 memory=962912 CPUtime=2355.95 cores=1,3,5,7
/proc/22470/task/22523/stat : 22523 (java) R 22467 22470 20569 0 -1 4202560 95419 12862 0 0 235530 58 5 2 20 0 15 0 224931881 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764810570352 139764373758724 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22524] ppid=22467 vsize=11080032 memory=962912 CPUtime=11.36 cores=1,3,5,7
/proc/22470/task/22524/stat : 22524 (java) S 22467 22470 20569 0 -1 1077944384 13334 12862 0 0 1071 58 5 2 20 0 15 0 224931881 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764842977680 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22525] ppid=22467 vsize=11080032 memory=962912 CPUtime=11.38 cores=1,3,5,7
/proc/22470/task/22525/stat : 22525 (java) S 22467 22470 20569 0 -1 1077944384 13557 12862 0 0 1077 54 5 2 20 0 15 0 224931881 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764697696528 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22526] ppid=22467 vsize=11080032 memory=962912 CPUtime=11.36 cores=1,3,5,7
/proc/22470/task/22526/stat : 22526 (java) S 22467 22470 20569 0 -1 1077944384 16819 12862 0 0 1072 57 5 2 20 0 15 0 224931881 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764696644240 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22527] ppid=22467 vsize=11080032 memory=962912 CPUtime=11.37 cores=1,3,5,7
/proc/22470/task/22527/stat : 22527 (java) S 22467 22470 20569 0 -1 1077944384 16600 12862 0 0 1079 51 5 2 20 0 15 0 224931881 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764695591440 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22528] ppid=22467 vsize=11080032 memory=962912 CPUtime=11.24 cores=1,3,5,7
/proc/22470/task/22528/stat : 22528 (java) S 22467 22470 20569 0 -1 1077944384 17348 12862 0 0 1064 53 5 2 20 0 15 0 224931883 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764264671856 139764838746754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22529] ppid=22467 vsize=11080032 memory=962912 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22529/stat : 22529 (java) S 22467 22470 20569 0 -1 1077944384 14 12862 0 0 0 0 5 2 20 0 15 0 224931883 11345952768 240728 33554432000 4194304 4196468 140726623902112 139763604514144 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22530] ppid=22467 vsize=11080032 memory=962912 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22530/stat : 22530 (java) S 22467 22470 20569 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 224931883 11345952768 240728 33554432000 4194304 4196468 140726623902112 139763403187840 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22531] ppid=22467 vsize=11080032 memory=962912 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22531/stat : 22531 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931886 11345952768 240728 33554432000 4194304 4196468 140726623902112 139763095788112 139764838754203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22532] ppid=22467 vsize=11080032 memory=962912 CPUtime=7.34 cores=1,3,5,7
/proc/22470/task/22532/stat : 22532 (java) S 22467 22470 20569 0 -1 1077944384 41923 12862 0 0 722 5 5 2 20 0 15 0 224931886 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764263618672 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22533] ppid=22467 vsize=11080032 memory=962912 CPUtime=7.66 cores=1,3,5,7
/proc/22470/task/22533/stat : 22533 (java) S 22467 22470 20569 0 -1 1077944384 41540 12862 0 0 752 7 5 2 20 0 15 0 224931886 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764262565872 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22534] ppid=22467 vsize=11080032 memory=962912 CPUtime=3.42 cores=1,3,5,7
/proc/22470/task/22534/stat : 22534 (java) S 22467 22470 20569 0 -1 1077944384 32684 12862 0 0 327 8 5 2 20 0 15 0 224931886 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764261513584 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22535] ppid=22467 vsize=11080032 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22535/stat : 22535 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931886 11345952768 240728 33554432000 4194304 4196468 140726623902112 139762664991200 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22536] ppid=22467 vsize=11080032 memory=6791534058613427641 CPUtime=1.43 cores=1,3,5,7
/proc/22470/task/22536/stat : 22536 (java) S 22467 22470 20569 0 -1 1077944384 1671 12862 0 0 60 76 5 2 20 0 15 0 224931887 11345952768 240728 33554432000 4194304 4196468 140726623902112 139764260461488 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
Current children cumulated CPU time: 2431.97 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 962912 KiB

[startup+2442.3 s]
/proc/loadavg: 1.60 1.37 1.36 3/215 22758
/proc/meminfo: memFree=11249180/32770624 swapFree=67108496/67108860
[pid=22470] ppid=22467 vsize=11080032 memory=964960 CPUtime=2492.73 cores=1,3,5,7
/proc/22470/stat : 22470 (java) S 22467 22470 20569 0 -1 1077944320 294606 12862 0 0 248898 368 5 2 20 0 15 0 224931872 11345952768 241240 33554432000 4194304 4196468 140726623902112 140726623884656 139764838735607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
/proc/22470/statm: 2770008 241240 3528 1 0 2731661 0
[pid=22470/tid=22523] ppid=22467 vsize=11080032 memory=964960 CPUtime=2415.34 cores=1,3,5,7
/proc/22470/task/22523/stat : 22523 (java) R 22467 22470 20569 0 -1 4202560 96091 12862 0 0 241468 59 5 2 20 0 15 0 224931881 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764810570272 139764373381952 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22524] ppid=22467 vsize=11080032 memory=964960 CPUtime=11.63 cores=1,3,5,7
/proc/22470/task/22524/stat : 22524 (java) S 22467 22470 20569 0 -1 1077944384 13713 12862 0 0 1097 59 5 2 20 0 15 0 224931881 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764842977680 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22525] ppid=22467 vsize=11080032 memory=964960 CPUtime=11.65 cores=1,3,5,7
/proc/22470/task/22525/stat : 22525 (java) S 22467 22470 20569 0 -1 1077944384 13659 12862 0 0 1103 55 5 2 20 0 15 0 224931881 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764697696528 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22526] ppid=22467 vsize=11080032 memory=962912 CPUtime=11.63 cores=1,3,5,7
/proc/22470/task/22526/stat : 22526 (java) S 22467 22470 20569 0 -1 1077944384 16896 12862 0 0 1098 58 5 2 20 0 15 0 224931881 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764696644240 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22527] ppid=22467 vsize=11080032 memory=964960 CPUtime=11.65 cores=1,3,5,7
/proc/22470/task/22527/stat : 22527 (java) S 22467 22470 20569 0 -1 1077944384 16652 12862 0 0 1106 52 5 2 20 0 15 0 224931881 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764695591440 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22528] ppid=22467 vsize=11080032 memory=964960 CPUtime=11.49 cores=1,3,5,7
/proc/22470/task/22528/stat : 22528 (java) S 22467 22470 20569 0 -1 1077944384 17543 12862 0 0 1087 55 5 2 20 0 15 0 224931883 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764264671856 139764838746754 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22529] ppid=22467 vsize=11080032 memory=964960 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22529/stat : 22529 (java) S 22467 22470 20569 0 -1 1077944384 14 12862 0 0 0 0 5 2 20 0 15 0 224931883 11345952768 241240 33554432000 4194304 4196468 140726623902112 139763604514144 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22530] ppid=22467 vsize=11080032 memory=964960 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22530/stat : 22530 (java) S 22467 22470 20569 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 224931883 11345952768 241240 33554432000 4194304 4196468 140726623902112 139763403187840 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22531] ppid=22467 vsize=11080032 memory=964960 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22531/stat : 22531 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931886 11345952768 241240 33554432000 4194304 4196468 140726623902112 139763095788112 139764838754203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22532] ppid=22467 vsize=11080032 memory=964960 CPUtime=7.34 cores=1,3,5,7
/proc/22470/task/22532/stat : 22532 (java) S 22467 22470 20569 0 -1 1077944384 41926 12862 0 0 722 5 5 2 20 0 15 0 224931886 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764263618672 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22533] ppid=22467 vsize=11080032 memory=964960 CPUtime=7.66 cores=1,3,5,7
/proc/22470/task/22533/stat : 22533 (java) S 22467 22470 20569 0 -1 1077944384 41542 12862 0 0 752 7 5 2 20 0 15 0 224931886 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764262565872 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22534] ppid=22467 vsize=11080032 memory=964960 CPUtime=3.42 cores=1,3,5,7
/proc/22470/task/22534/stat : 22534 (java) S 22467 22470 20569 0 -1 1077944384 32687 12862 0 0 327 8 5 2 20 0 15 0 224931886 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764261513584 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22535] ppid=22467 vsize=11080032 memory=964960 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22535/stat : 22535 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931886 11345952768 241240 33554432000 4194304 4196468 140726623902112 139762664991200 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22536] ppid=22467 vsize=11080032 memory=964960 CPUtime=1.47 cores=1,3,5,7
/proc/22470/task/22536/stat : 22536 (java) S 22467 22470 20569 0 -1 1077944384 1687 12862 0 0 62 78 5 2 20 0 15 0 224931887 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764260461488 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
Current children cumulated CPU time: 2492.73 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 964960 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2469.2 s]
/proc/loadavg: 1.52 1.37 1.36 3/215 22759
/proc/meminfo: memFree=11249056/32770624 swapFree=67108496/67108860
[pid=22470] ppid=22467 vsize=11080032 memory=964960 CPUtime=2520 cores=1,3,5,7
/proc/22470/stat : 22470 (java) S 22467 22470 20569 0 -1 1077944320 295779 12862 0 0 251621 372 5 2 20 0 15 0 224931872 11345952768 241240 33554432000 4194304 4196468 140726623902112 140726623884656 139764838735607 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
/proc/22470/statm: 2770008 241240 3528 1 0 2731661 0
[pid=22470/tid=22523] ppid=22467 vsize=11080032 memory=1128 CPUtime=2441.95 cores=1,3,5,7
/proc/22470/task/22523/stat : 22523 (java) R 22467 22470 20569 0 -1 4202560 96510 12862 0 0 244129 59 5 2 20 0 15 0 224931881 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764810570352 139764373557296 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22524] ppid=22467 vsize=11080032 memory=15188 CPUtime=11.75 cores=1,3,5,7
/proc/22470/task/22524/stat : 22524 (java) S 22467 22470 20569 0 -1 1077944384 13747 12862 0 0 1108 60 5 2 20 0 15 0 224931881 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764842977680 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22525] ppid=22467 vsize=11080032 memory=4000 CPUtime=11.77 cores=1,3,5,7
/proc/22470/task/22525/stat : 22525 (java) S 22467 22470 20569 0 -1 1077944384 13703 12862 0 0 1115 55 5 2 20 0 15 0 224931881 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764697696528 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22526] ppid=22467 vsize=11080032 memory=14204 CPUtime=11.75 cores=1,3,5,7
/proc/22470/task/22526/stat : 22526 (java) S 22467 22470 20569 0 -1 1077944384 17241 12862 0 0 1110 58 5 2 20 0 15 0 224931881 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764696644240 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22527] ppid=22467 vsize=11080032 memory=34248 CPUtime=11.77 cores=1,3,5,7
/proc/22470/task/22527/stat : 22527 (java) S 22467 22470 20569 0 -1 1077944384 16770 12862 0 0 1118 52 5 2 20 0 15 0 224931881 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764695591440 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22528] ppid=22467 vsize=11080032 memory=1180 CPUtime=11.62 cores=1,3,5,7
/proc/22470/task/22528/stat : 22528 (java) S 22467 22470 20569 0 -1 1077944384 17736 12862 0 0 1099 56 5 2 20 0 15 0 224931883 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764264671856 139764838746754 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22529] ppid=22467 vsize=11080032 memory=504 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22529/stat : 22529 (java) S 22467 22470 20569 0 -1 1077944384 14 12862 0 0 0 0 5 2 20 0 15 0 224931883 11345952768 241240 33554432000 4194304 4196468 140726623902112 139763604514144 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22530] ppid=22467 vsize=11080032 memory=1720 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22530/stat : 22530 (java) S 22467 22470 20569 0 -1 1077944384 1 12862 0 0 0 0 5 2 20 0 15 0 224931883 11345952768 241240 33554432000 4194304 4196468 140726623902112 139763403187840 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22531] ppid=22467 vsize=11080032 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22531/stat : 22531 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931886 11345952768 241240 33554432000 4194304 4196468 140726623902112 139763095788112 139764838754203 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22532] ppid=22467 vsize=11080032 memory=2288 CPUtime=7.34 cores=1,3,5,7
/proc/22470/task/22532/stat : 22532 (java) S 22467 22470 20569 0 -1 1077944384 41928 12862 0 0 722 5 5 2 20 0 15 0 224931886 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764263618672 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22533] ppid=22467 vsize=11080032 memory=874676 CPUtime=7.66 cores=1,3,5,7
/proc/22470/task/22533/stat : 22533 (java) S 22467 22470 20569 0 -1 1077944384 41544 12862 0 0 752 7 5 2 20 0 15 0 224931886 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764262565872 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22534] ppid=22467 vsize=11080032 memory=6791534058613427641 CPUtime=3.42 cores=1,3,5,7
/proc/22470/task/22534/stat : 22534 (java) S 22467 22470 20569 0 -1 1077944384 32689 12862 0 0 327 8 5 2 20 0 15 0 224931886 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764261513584 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22535] ppid=22467 vsize=11080032 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/22470/task/22535/stat : 22535 (java) S 22467 22470 20569 0 -1 1077944384 3 12862 0 0 0 0 5 2 20 0 15 0 224931886 11345952768 241240 33554432000 4194304 4196468 140726623902112 139762664991200 139764838745813 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
[pid=22470/tid=22536] ppid=22467 vsize=11080032 memory=7381801546514326866 CPUtime=1.48 cores=1,3,5,7
/proc/22470/task/22536/stat : 22536 (java) S 22467 22470 20569 0 -1 1077944384 1701 12862 0 0 63 78 5 2 20 0 15 0 224931887 11345952768 241240 33554432000 4194304 4196468 140726623902112 139764260461488 139764838746754 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38080512 140726623906413 140726623909212 140726623909212 140726623911887 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 964960 KiB

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

[startup+2469.23 s]
# the end of solver process 22470 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.28 s, system=3.76073 s

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

Child status: 143
Real time (s): 2469.23
CPU time (s): 2520.04
CPU user time (s): 2516.28
CPU system time (s): 3.76073
CPU usage (%): 102.058
Max. virtual memory (cumulated for all children) (KiB): 11082668
Max. memory (cumulated for all children) (KiB): 989564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.28
system time used= 3.76073
maximum resident set size= 991112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 309846
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3000
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 284589
involuntary context switches= 7599


# summary of solver processes directly reported to runsolver:
#   pid: 22470
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2516.28
#   total CPU system time (s): 3.76073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.8351 second user time and 20.1846 second system time

The end

Launcher Data

Begin job on node149 at 2018-08-12 13:34:47
IDJOB=4304385
IDBENCH=141241
IDSOLVER=2780
FILE ID=node149/4304385-1534073687
RUNJOBID= node149-1534063810-20601
PBS_JOBID= 21036989
Free space on /tmp= 39136 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had20_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304385-1534073687/watcher-4304385-1534073687 -o /tmp/evaluation-result-4304385-1534073687/solver-4304385-1534073687 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1534063810-20601 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=404139440 HOME/instance-4304385-1534073687.xml

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

MD5SUM BENCH= 1a91d8580332af2f3782d1e605995059
RANDOM SEED=404139440

node149.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.60
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.60
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.60
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.60
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:        12117640 kB
MemAvailable:   30952880 kB
Buffers:          189580 kB
Cached:         18677984 kB
SwapCached:           28 kB
Active:          8644500 kB
Inactive:       11230016 kB
Active(anon):     956280 kB
Inactive(anon):   103080 kB
Active(file):    7688220 kB
Inactive(file): 11126936 kB
Unevictable:        7608 kB
Mlocked:            7608 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:             26488 kB
Writeback:            36 kB
AnonPages:        965780 kB
Mapped:            67368 kB
Shmem:             49616 kB
Slab:             476836 kB
SReclaimable:     448544 kB
SUnreclaim:        28292 kB
KernelStack:        4096 kB
PageTables:         7036 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2193296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    737280 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 39112 MiB
End job on node149 at 2018-08-12 14:15:56