Trace number 4302410

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)3527 252.115 236.048

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.9.2.1532736233296 running
11.19/4.81	o 3790
11.19/4.86	o 3780
11.19/4.86	o 3772
11.19/4.89	o 3771
11.52/4.93	o 3768
12.22/5.20	o 3767
12.49/5.22	o 3763
12.49/5.23	o 3753
12.49/5.26	o 3747
12.81/5.37	o 3739
13.14/5.42	o 3738
14.07/5.72	o 3733
14.38/5.82	o 3719
14.68/5.97	o 3705
14.68/5.98	o 3703
14.68/5.99	o 3693
14.68/6.00	o 3689
14.92/6.05	o 3683
15.24/6.28	o 3681
15.24/6.28	o 3679
15.83/6.67	o 3678
15.83/6.67	o 3641
15.83/6.68	o 3629
15.99/6.75	o 3623
15.99/6.76	o 3616
16.24/6.87	o 3609
16.24/6.89	o 3597
17.68/7.76	o 3579
17.68/7.76	o 3567
17.68/7.77	o 3559
17.88/7.80	o 3555
38.82/27.39	o 3552
39.12/27.69	o 3550
39.56/28.05	o 3546
39.66/28.11	o 3539
40.17/28.68	o 3537
69.32/56.98	o 3535
69.32/56.99	o 3527
252.05/236.01	Exception in thread "main" java.util.concurrent.TimeoutException
252.05/236.01		at concrete.MAC.mac(MAC.scala:188)
252.05/236.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.05/236.01		at scala.util.Try$.apply(Try.scala:209)
252.05/236.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.05/236.01		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.05/236.01		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.05/236.01		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.05/236.01		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.05/236.01		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.05/236.01		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.05/236.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.05/236.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.05/236.01		at concrete.MAC.oneRun(MAC.scala:253)
252.05/236.01		at concrete.MAC.nextSolution(MAC.scala:272)
252.05/236.01		at concrete.MAC.nextSolution(MAC.scala:355)
252.05/236.01		at concrete.Solver.hasNext(Solver.scala:166)
252.05/236.01		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.05/236.01		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.05/236.01		at concrete.Solver.foreach(Solver.scala:68)
252.05/236.01		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.05/236.01		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.05/236.01		at scala.util.Success.map(Try.scala:209)
252.05/236.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.05/236.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.05/236.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.05/236.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.05/236.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.05/236.01		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.05/236.01		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.05/236.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.05/236.01		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.05/236.01		at scala.collection.immutable.List.foreach(List.scala:389)
252.05/236.01		at scala.App.main(App.scala:76)
252.05/236.01		at scala.App.main$(App.scala:74)
252.05/236.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.05/236.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.05/236.02	v <instantiation cost="3527">
252.05/236.02	v       <list>
252.05/236.02	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[0][15] d[0][16] d[0][17] d[0][18] d[0][19] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[1][18] d[1][19] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[2][15] d[2][16] d[2][17] d[2][18] d[2][19] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[3][12] d[3][13] d[3][14] d[3][15] d[3][16] d[3][17] d[3][18] d[3][19] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[4][15] d[4][16] d[4][17] d[4][18] d[4][19] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[5][15] d[5][16] d[5][17] d[5][18] d[5][19] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[6][12] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[6][18] d[6][19] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[7][18] d[7][19] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[8][18] d[8][19] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[9][16] d[9][17] d[9][18] d[9][19] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[10][18] d[10][19] d[11][12] d[11][13] d[11][14] d[11][15] d[11][16] d[11][17] d[11][18] d[11][19] d[12][13] d[12][14] d[12][15] d[12][16] d[12][17] d[12][18] d[12][19] d[13][14] d[13][15] d[13][16] d[13][17] d[13][18] d[13][19] d[14][15] d[14][16] d[14][17] d[14][18] d[14][19] d[15][16] d[15][17] d[15][18] d[15][19] d[16][17] d[16][18] d[16][19] d[17][18] d[17][19] d[18][19]
252.05/236.02	v       </list>
252.05/236.02	v       <values>
252.05/236.02	v         3 14 18 15 6 5 17 4 13 11 9 10 12 16 1 2 0 7 8 19 7 5 8 3 5 2 5 4 6 4 3 3 3 3 2 6 3 9 5 7 8 5 5 6 3 5 4 5 1 7 5 3 2 4 9 4 1 7 3 6 5 5 8 8 6 4 3 7 5 6 9 5 5 4 6 4 8 3 3 5 5 8 4 6 2 6 5 4 5 3 8 6 3 8 7 4 6 1 7 9 4 6 6 8 9 3 4 8 5 5 7 1 3 9 4 5 5 5 4 4 4 6 10 3 2 3 6 7 8 4 7 6 3 7 7 6 7 4 7 6 8 4 5 5 5 6 5 5 2 6 6 5 5 5 3 7 9 6 4 7 6 6 3 2 2 7 5 6 7 6 1 5 4 7 6 5 4 3 4 5 5 6 5 9 5 1 7 4 7 6 5 6 4 4 7 6 3 2 2 6 4 4 2 5 6 5 4 1 2 3
252.05/236.02	v       </values>
252.05/236.02	v     </instantiation>
252.05/236.02	s SATISFIABLE

Verifier Data

OK	3527

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302410-1532896139/watcher-4302410-1532896139 -o /tmp/evaluation-result-4302410-1532896139/solver-4302410-1532896139 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16078 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1982820200 HOME/instance-4302410-1532896139.xml 

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

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

solver pid=19060, runsolver pid=19057

[startup+0.100093 s]*
/proc/loadavg: 1.69 1.74 1.82 3/206 19117
/proc/meminfo: memFree=25201784/32770624 swapFree=67028828/67108860
[pid=19060] ppid=19057 vsize=10005480 memory=18864 CPUtime=0.08 cores=0,2,4,6
/proc/19060/stat : 19060 (java) S 19057 19060 10029 0 -1 1077944320 4370 12936 0 0 1 0 5 2 20 0 6 0 107177129 10245611520 4716 33554432000 4194304 4196468 140728341806736 140728341789280 140695130455799 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
/proc/19060/statm: 2501370 4716 1935 1 0 2489808 0
[pid=19060/tid=19113] ppid=19057 vsize=10005480 memory=4279135703980344719 CPUtime=0.08 cores=0,2,4,6
/proc/19060/task/19113/stat : 19113 (java) R 19057 19060 10029 0 -1 4202560 2183 12936 0 0 1 0 5 2 20 0 6 0 107177138 10245611520 4716 33554432000 4194304 4196468 140728341806736 140695102292560 140695110032624 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19114] ppid=19057 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19114/stat : 19114 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 6 0 107177139 10245611520 4716 33554432000 4194304 4196468 140728341806736 140695134698128 140695130466005 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19115] ppid=19057 vsize=10005480 memory=140109736007296 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19115/stat : 19115 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 6 0 107177139 10245611520 4716 33554432000 4194304 4196468 140728341806736 140695015963152 140695130466005 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19116] ppid=19057 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19116/stat : 19116 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 6 0 107177139 10245611520 4716 33554432000 4194304 4196468 140728341806736 140695014910352 140695130466005 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19117] ppid=19057 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19117/stat : 19117 (java) S 19057 19060 10029 0 -1 1077944384 2 12936 0 0 0 0 5 2 20 0 6 0 107177139 10245611520 4716 33554432000 4194304 4196468 140728341806736 140695013857552 140695130466005 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18864 KiB

[startup+0.209774 s]*
/proc/loadavg: 1.69 1.74 1.82 3/215 19126
/proc/meminfo: memFree=25178036/32770624 swapFree=67028828/67108860
[pid=19060] ppid=19057 vsize=10982744 memory=44192 CPUtime=0.25 cores=0,2,4,6
/proc/19060/stat : 19060 (java) S 19057 19060 10029 0 -1 1077944320 7771 12936 0 0 16 2 5 2 20 0 15 0 107177129 11246329856 11048 33554432000 4194304 4196468 140728341806736 140728341789280 140695130455799 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
/proc/19060/statm: 2745686 11048 2954 1 0 2708109 0
[pid=19060/tid=19113] ppid=19057 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/19060/task/19113/stat : 19113 (java) R 19057 19060 10029 0 -1 4202560 4407 12936 0 0 11 1 5 2 20 0 15 0 107177138 11246329856 11114 33554432000 4194304 4196468 140728341806736 140695102278984 140695110731548 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19114] ppid=19057 vsize=10982744 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19114/stat : 19114 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177139 11246329856 11114 33554432000 4194304 4196468 140728341806736 140695134698128 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19115] ppid=19057 vsize=10982744 memory=140109736656305 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19115/stat : 19115 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177139 11246329856 11180 33554432000 4194304 4196468 140728341806736 140695015963152 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19116] ppid=19057 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19116/stat : 19116 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177139 11246329856 11180 33554432000 4194304 4196468 140728341806736 140695014910352 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19117] ppid=19057 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19117/stat : 19117 (java) S 19057 19060 10029 0 -1 1077944384 2 12936 0 0 0 0 5 2 20 0 15 0 107177139 11246329856 11180 33554432000 4194304 4196468 140728341806736 140695013857552 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19118] ppid=19057 vsize=10982744 memory=140109736007296 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19118/stat : 19118 (java) S 19057 19060 10029 0 -1 1077944384 2 12936 0 0 0 0 5 2 20 0 15 0 107177141 11246329856 11180 33554432000 4194304 4196468 140728341806736 140694623533936 140695130466946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19119] ppid=19057 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19119/stat : 19119 (java) S 19057 19060 10029 0 -1 1077944384 13 12936 0 0 0 0 5 2 20 0 15 0 107177141 11246329856 11180 33554432000 4194304 4196468 140728341806736 140693934695968 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19120] ppid=19057 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19120/stat : 19120 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177141 11246329856 11180 33554432000 4194304 4196468 140728341806736 140693733369200 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19121] ppid=19057 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19121/stat : 19121 (java) S 19057 19060 10029 0 -1 1077944384 3 12936 0 0 0 0 5 2 20 0 15 0 107177144 11246329856 11180 33554432000 4194304 4196468 140728341806736 140693425969488 140695130474395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19122] ppid=19057 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19122/stat : 19122 (java) S 19057 19060 10029 0 -1 1077944384 423 12936 0 0 0 0 5 2 20 0 15 0 107177144 11246329856 11180 33554432000 4194304 4196468 140728341806736 140694622480752 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19123] ppid=19057 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19060/task/19123/stat : 19123 (java) S 19057 19060 10029 0 -1 1077944384 193 12936 0 0 1 0 5 2 20 0 15 0 107177144 11246329856 11180 33554432000 4194304 4196468 140728341806736 140694621427952 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19124] ppid=19057 vsize=10982744 memory=140109736007296 CPUtime=0.1 cores=0,2,4,6
/proc/19060/task/19124/stat : 19124 (java) S 19057 19060 10029 0 -1 1077944384 610 12936 0 0 3 0 5 2 20 0 15 0 107177144 11246329856 11180 33554432000 4194304 4196468 140728341806736 140694620375152 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19125] ppid=19057 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19125/stat : 19125 (java) S 19057 19060 10029 0 -1 1077944384 3 12936 0 0 0 0 5 2 20 0 15 0 107177144 11246329856 11180 33554432000 4194304 4196468 140728341806736 140692995172576 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19126] ppid=19057 vsize=10982744 memory=140109736007296 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19126/stat : 19126 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177144 11246329856 11180 33554432000 4194304 4196468 140728341806736 140694619323568 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44192 KiB

[startup+0.310165 s]*
/proc/loadavg: 1.69 1.74 1.82 3/215 19126
/proc/meminfo: memFree=25166624/32770624 swapFree=67028828/67108860
[pid=19060] ppid=19057 vsize=10983192 memory=55420 CPUtime=0.38 cores=0,2,4,6
/proc/19060/stat : 19060 (java) S 19057 19060 10029 0 -1 1077944320 10412 12936 0 0 28 3 5 2 20 0 15 0 107177129 11246788608 13855 33554432000 4194304 4196468 140728341806736 140728341789280 140695130455799 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
/proc/19060/statm: 2745798 13855 3073 1 0 2708109 0
[pid=19060/tid=19113] ppid=19057 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/19060/task/19113/stat : 19113 (java) R 19057 19060 10029 0 -1 4202560 6957 12936 0 0 20 1 5 2 20 0 15 0 107177138 11246788608 13855 33554432000 4194304 4196468 140728341806736 140695102267808 140695108901393 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19114] ppid=19057 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19114/stat : 19114 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177139 11246788608 13855 33554432000 4194304 4196468 140728341806736 140695134698128 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19115] ppid=19057 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19115/stat : 19115 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177139 11246788608 13855 33554432000 4194304 4196468 140728341806736 140695015963152 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19116] ppid=19057 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19116/stat : 19116 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177139 11246788608 13855 33554432000 4194304 4196468 140728341806736 140695014910352 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19117] ppid=19057 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19117/stat : 19117 (java) S 19057 19060 10029 0 -1 1077944384 2 12936 0 0 0 0 5 2 20 0 15 0 107177139 11246788608 13855 33554432000 4194304 4196468 140728341806736 140695013857552 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19118] ppid=19057 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19118/stat : 19118 (java) S 19057 19060 10029 0 -1 1077944384 2 12936 0 0 0 0 5 2 20 0 15 0 107177141 11246788608 13855 33554432000 4194304 4196468 140728341806736 140694623533936 140695130466946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19119] ppid=19057 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19119/stat : 19119 (java) S 19057 19060 10029 0 -1 1077944384 13 12936 0 0 0 0 5 2 20 0 15 0 107177141 11246788608 13855 33554432000 4194304 4196468 140728341806736 140693934695968 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19120] ppid=19057 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19120/stat : 19120 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177141 11246788608 13855 33554432000 4194304 4196468 140728341806736 140693733369200 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19121] ppid=19057 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19121/stat : 19121 (java) S 19057 19060 10029 0 -1 1077944384 3 12936 0 0 0 0 5 2 20 0 15 0 107177144 11246788608 13855 33554432000 4194304 4196468 140728341806736 140693425969488 140695130474395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19122] ppid=19057 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19060/task/19122/stat : 19122 (java) S 19057 19060 10029 0 -1 1077944384 425 12936 0 0 1 0 5 2 20 0 15 0 107177144 11246788608 13855 33554432000 4194304 4196468 140728341806736 140694622480752 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19123] ppid=19057 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/19060/task/19123/stat : 19123 (java) S 19057 19060 10029 0 -1 1077944384 193 12936 0 0 1 0 5 2 20 0 15 0 107177144 11246788608 13855 33554432000 4194304 4196468 140728341806736 140694621427952 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19124] ppid=19057 vsize=10983192 memory=140109736007296 CPUtime=0.11 cores=0,2,4,6
/proc/19060/task/19124/stat : 19124 (java) S 19057 19060 10029 0 -1 1077944384 620 12936 0 0 4 0 5 2 20 0 15 0 107177144 11246788608 13855 33554432000 4194304 4196468 140728341806736 140694620375152 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19125] ppid=19057 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19125/stat : 19125 (java) S 19057 19060 10029 0 -1 1077944384 3 12936 0 0 0 0 5 2 20 0 15 0 107177144 11246788608 13855 33554432000 4194304 4196468 140728341806736 140692995172576 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19126] ppid=19057 vsize=10983192 memory=140109736007296 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19126/stat : 19126 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177144 11246788608 13855 33554432000 4194304 4196468 140728341806736 140694619323568 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55420 KiB

[startup+0.700741 s]
/proc/loadavg: 1.69 1.74 1.82 3/215 19126
/proc/meminfo: memFree=25154660/32770624 swapFree=67028828/67108860
[pid=19060] ppid=19057 vsize=10983192 memory=88432 CPUtime=0.98 cores=0,2,4,6
/proc/19060/stat : 19060 (java) S 19057 19060 10029 0 -1 1077944320 16756 12936 0 0 87 4 5 2 20 0 15 0 107177129 11246788608 22108 33554432000 4194304 4196468 140728341806736 140728341789280 140695130455799 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
/proc/19060/statm: 2745798 22108 3238 1 0 2708109 0
[pid=19060/tid=19113] ppid=19057 vsize=10983192 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/19060/task/19113/stat : 19113 (java) R 19057 19060 10029 0 -1 4202560 12201 12936 0 0 56 2 5 2 20 0 15 0 107177138 11246788608 22108 33554432000 4194304 4196468 140728341806736 140695102276624 140695130477725 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19114] ppid=19057 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19114/stat : 19114 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177139 11246788608 22108 33554432000 4194304 4196468 140728341806736 140695134698128 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19115] ppid=19057 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19115/stat : 19115 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177139 11246788608 22108 33554432000 4194304 4196468 140728341806736 140695015963152 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19116] ppid=19057 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19116/stat : 19116 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177139 11246788608 22108 33554432000 4194304 4196468 140728341806736 140695014910352 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19117] ppid=19057 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19117/stat : 19117 (java) S 19057 19060 10029 0 -1 1077944384 2 12936 0 0 0 0 5 2 20 0 15 0 107177139 11246788608 22108 33554432000 4194304 4196468 140728341806736 140695013857552 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19118] ppid=19057 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19118/stat : 19118 (java) S 19057 19060 10029 0 -1 1077944384 5 12936 0 0 0 0 5 2 20 0 15 0 107177141 11246788608 22108 33554432000 4194304 4196468 140728341806736 140694623533936 140695130466946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19119] ppid=19057 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19119/stat : 19119 (java) S 19057 19060 10029 0 -1 1077944384 13 12936 0 0 0 0 5 2 20 0 15 0 107177141 11246788608 22108 33554432000 4194304 4196468 140728341806736 140693934695968 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19120] ppid=19057 vsize=10983192 memory=140109617967888 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19120/stat : 19120 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177141 11246788608 22108 33554432000 4194304 4196468 140728341806736 140693733369200 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19121] ppid=19057 vsize=10983192 memory=140110423130697 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19121/stat : 19121 (java) S 19057 19060 10029 0 -1 1077944384 3 12936 0 0 0 0 5 2 20 0 15 0 107177144 11246788608 22108 33554432000 4194304 4196468 140728341806736 140693425969488 140695130474395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19122] ppid=19057 vsize=10983192 memory=796 CPUtime=0.14 cores=0,2,4,6
/proc/19060/task/19122/stat : 19122 (java) S 19057 19060 10029 0 -1 1077944384 840 12936 0 0 7 0 5 2 20 0 15 0 107177144 11246788608 22108 33554432000 4194304 4196468 140728341806736 140694622480752 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19123] ppid=19057 vsize=10983192 memory=7014751519650764113 CPUtime=0.16 cores=0,2,4,6
/proc/19060/task/19123/stat : 19123 (java) S 19057 19060 10029 0 -1 1077944384 788 12936 0 0 9 0 5 2 20 0 15 0 107177144 11246788608 22108 33554432000 4194304 4196468 140728341806736 140694621427952 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19124] ppid=19057 vsize=10983192 memory=7597123233646858610 CPUtime=0.2 cores=0,2,4,6
/proc/19060/task/19124/stat : 19124 (java) R 19057 19060 10029 0 -1 1077944384 707 12936 0 0 13 0 5 2 20 0 15 0 107177144 11246788608 22108 33554432000 4194304 4196468 140728341806736 140694620375152 140695130466946 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19125] ppid=19057 vsize=10983192 memory=3544 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19125/stat : 19125 (java) S 19057 19060 10029 0 -1 1077944384 3 12936 0 0 0 0 5 2 20 0 15 0 107177144 11246788608 22108 33554432000 4194304 4196468 140728341806736 140692995172576 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19126] ppid=19057 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19126/stat : 19126 (java) R 19057 19060 10029 0 -1 4202560 1 12936 0 0 0 0 5 2 20 0 15 0 107177144 11246788608 22108 33554432000 4194304 4196468 140728341806736 140694619323568 140695130466946 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88432 KiB

[startup+1.50072 s]
/proc/loadavg: 1.69 1.74 1.82 3/215 19126
/proc/meminfo: memFree=25111616/32770624 swapFree=67028828/67108860
[pid=19060] ppid=19057 vsize=10998092 memory=178288 CPUtime=2.87 cores=0,2,4,6
/proc/19060/stat : 19060 (java) S 19057 19060 10029 0 -1 1077944320 27545 12936 0 0 271 9 5 2 20 0 15 0 107177129 11262046208 44572 33554432000 4194304 4196468 140728341806736 140728341789280 140695130455799 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
/proc/19060/statm: 2749523 44572 3468 1 0 2711181 0
[pid=19060/tid=19113] ppid=19057 vsize=10998092 memory=9169 CPUtime=1.42 cores=0,2,4,6
/proc/19060/task/19113/stat : 19113 (java) R 19057 19060 10029 0 -1 4202560 17698 12936 0 0 130 5 5 2 20 0 15 0 107177138 11262046208 44572 33554432000 4194304 4196468 140728341806736 140695102285760 140695114536286 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19114] ppid=19057 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19114/stat : 19114 (java) S 19057 19060 10029 0 -1 1077944384 33 12936 0 0 0 0 5 2 20 0 15 0 107177139 11262046208 44572 33554432000 4194304 4196468 140728341806736 140695134698128 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19115] ppid=19057 vsize=10998092 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/19060/task/19115/stat : 19115 (java) S 19057 19060 10029 0 -1 1077944384 180 12936 0 0 1 0 5 2 20 0 15 0 107177139 11262046208 44572 33554432000 4194304 4196468 140728341806736 140695015963152 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19116] ppid=19057 vsize=10998092 memory=2936 CPUtime=0.08 cores=0,2,4,6
/proc/19060/task/19116/stat : 19116 (java) S 19057 19060 10029 0 -1 1077944384 24 12936 0 0 1 0 5 2 20 0 15 0 107177139 11262046208 44572 33554432000 4194304 4196468 140728341806736 140695014910352 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19117] ppid=19057 vsize=10998092 memory=88432 CPUtime=0.08 cores=0,2,4,6
/proc/19060/task/19117/stat : 19117 (java) S 19057 19060 10029 0 -1 1077944384 72 12936 0 0 1 0 5 2 20 0 15 0 107177139 11262046208 44572 33554432000 4194304 4196468 140728341806736 140695013857552 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19118] ppid=19057 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/19060/task/19118/stat : 19118 (java) S 19057 19060 10029 0 -1 1077944384 55 12936 0 0 1 0 5 2 20 0 15 0 107177141 11262046208 44572 33554432000 4194304 4196468 140728341806736 140694623533936 140695130466946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19119] ppid=19057 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19119/stat : 19119 (java) S 19057 19060 10029 0 -1 1077944384 14 12936 0 0 0 0 5 2 20 0 15 0 107177141 11262046208 44572 33554432000 4194304 4196468 140728341806736 140693934695968 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19120] ppid=19057 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19120/stat : 19120 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177141 11262046208 44572 33554432000 4194304 4196468 140728341806736 140693733369200 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19121] ppid=19057 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19121/stat : 19121 (java) S 19057 19060 10029 0 -1 1077944384 3 12936 0 0 0 0 5 2 20 0 15 0 107177144 11262046208 44572 33554432000 4194304 4196468 140728341806736 140693425969488 140695130474395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19122] ppid=19057 vsize=10998092 memory=4638778398332698720 CPUtime=0.54 cores=0,2,4,6
/proc/19060/task/19122/stat : 19122 (java) S 19057 19060 10029 0 -1 1077944384 2857 12936 0 0 46 1 5 2 20 0 15 0 107177144 11262046208 44572 33554432000 4194304 4196468 140728341806736 140694622480752 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19123] ppid=19057 vsize=10998092 memory=280219236211584 CPUtime=0.59 cores=0,2,4,6
/proc/19060/task/19123/stat : 19123 (java) R 19057 19060 10029 0 -1 4202560 2960 12936 0 0 51 1 5 2 20 0 15 0 107177144 11262046208 44572 33554432000 4194304 4196468 140728341806736 140694621427952 140695130467734 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19124] ppid=19057 vsize=10998092 memory=6944656592452807323 CPUtime=0.42 cores=0,2,4,6
/proc/19060/task/19124/stat : 19124 (java) S 19057 19060 10029 0 -1 1077944384 1456 12936 0 0 35 0 5 2 20 0 15 0 107177144 11262046208 44572 33554432000 4194304 4196468 140728341806736 140694620375152 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19125] ppid=19057 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19125/stat : 19125 (java) S 19057 19060 10029 0 -1 1077944384 3 12936 0 0 0 0 5 2 20 0 15 0 107177144 11262046208 44572 33554432000 4194304 4196468 140728341806736 140692995172576 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19126] ppid=19057 vsize=10998092 memory=6944656591801719708 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19126/stat : 19126 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177144 11262046208 44572 33554432000 4194304 4196468 140728341806736 140694619323568 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
Current children cumulated CPU time: 2.87 s
Current children cumulated vsize: 10998092 KiB

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

/proc/19060/task/19113/stat : 19113 (java) R 19057 19060 10029 0 -1 4202560 53480 12936 0 0 10147 18 5 2 20 0 15 0 107177138 11345952768 205604 33554432000 4194304 4196468 140728341806736 140695102290176 140694690792176 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19114] ppid=19057 vsize=11080032 memory=822416 CPUtime=0.28 cores=0,2,4,6
/proc/19060/task/19114/stat : 19114 (java) S 19057 19060 10029 0 -1 1077944384 2992 12936 0 0 18 3 5 2 20 0 15 0 107177139 11345952768 205604 33554432000 4194304 4196468 140728341806736 140695134698128 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19115] ppid=19057 vsize=11080032 memory=56 CPUtime=0.29 cores=0,2,4,6
/proc/19060/task/19115/stat : 19115 (java) S 19057 19060 10029 0 -1 1077944384 1123 12936 0 0 19 3 5 2 20 0 15 0 107177139 11345952768 205604 33554432000 4194304 4196468 140728341806736 140695015963152 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19116] ppid=19057 vsize=11080032 memory=822416 CPUtime=0.29 cores=0,2,4,6
/proc/19060/task/19116/stat : 19116 (java) S 19057 19060 10029 0 -1 1077944384 880 12936 0 0 19 3 5 2 20 0 15 0 107177139 11345952768 205604 33554432000 4194304 4196468 140728341806736 140695014910352 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19117] ppid=19057 vsize=11080032 memory=56 CPUtime=0.29 cores=0,2,4,6
/proc/19060/task/19117/stat : 19117 (java) S 19057 19060 10029 0 -1 1077944384 3835 12936 0 0 19 3 5 2 20 0 15 0 107177139 11345952768 205604 33554432000 4194304 4196468 140728341806736 140695013857552 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19118] ppid=19057 vsize=11080032 memory=6791534058613427641 CPUtime=0.27 cores=0,2,4,6
/proc/19060/task/19118/stat : 19118 (java) S 19057 19060 10029 0 -1 1077944384 8820 12936 0 0 18 2 5 2 20 0 15 0 107177141 11345952768 205604 33554432000 4194304 4196468 140728341806736 140694623533936 140695130466946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19119] ppid=19057 vsize=11080032 memory=15316 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19119/stat : 19119 (java) S 19057 19060 10029 0 -1 1077944384 14 12936 0 0 0 0 5 2 20 0 15 0 107177141 11345952768 205604 33554432000 4194304 4196468 140728341806736 140693934696032 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19120] ppid=19057 vsize=11080032 memory=822416 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19120/stat : 19120 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177141 11345952768 205604 33554432000 4194304 4196468 140728341806736 140693733369216 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19121] ppid=19057 vsize=11080032 memory=3544 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19121/stat : 19121 (java) S 19057 19060 10029 0 -1 1077944384 3 12936 0 0 0 0 5 2 20 0 15 0 107177144 11345952768 205604 33554432000 4194304 4196468 140728341806736 140693425969488 140695130474395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19122] ppid=19057 vsize=11080032 memory=4465 CPUtime=5.11 cores=0,2,4,6
/proc/19060/task/19122/stat : 19122 (java) S 19057 19060 10029 0 -1 1077944384 21435 12936 0 0 501 3 5 2 20 0 15 0 107177144 11345952768 205604 33554432000 4194304 4196468 140728341806736 140694622480752 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19123] ppid=19057 vsize=11080032 memory=4420 CPUtime=5.48 cores=0,2,4,6
/proc/19060/task/19123/stat : 19123 (java) S 19057 19060 10029 0 -1 1077944384 21732 12936 0 0 536 5 5 2 20 0 15 0 107177144 11345952768 205604 33554432000 4194304 4196468 140728341806736 140694621427952 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19124] ppid=19057 vsize=11080032 memory=3544 CPUtime=2.09 cores=0,2,4,6
/proc/19060/task/19124/stat : 19124 (java) S 19057 19060 10029 0 -1 1077944384 15978 12936 0 0 199 3 5 2 20 0 15 0 107177144 11345952768 205604 33554432000 4194304 4196468 140728341806736 140694620375152 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19125] ppid=19057 vsize=11080032 memory=27204 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19125/stat : 19125 (java) S 19057 19060 10029 0 -1 1077944384 3 12936 0 0 0 0 5 2 20 0 15 0 107177144 11345952768 205604 33554432000 4194304 4196468 140728341806736 140692995172576 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19126] ppid=19057 vsize=11080032 memory=776 CPUtime=0.12 cores=0,2,4,6
/proc/19060/task/19126/stat : 19126 (java) S 19057 19060 10029 0 -1 1077944384 738 12936 0 0 3 2 5 2 20 0 15 0 107177144 11345952768 205604 33554432000 4194304 4196468 140728341806736 140694619323568 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
Current children cumulated CPU time: 115.42 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 822416 KiB

[startup+162.301 s]
/proc/loadavg: 1.74 1.71 1.80 3/215 19263
/proc/meminfo: memFree=25235096/32770624 swapFree=67028828/67108860
[pid=19060] ppid=19057 vsize=11080032 memory=819404 CPUtime=176.62 cores=0,2,4,6
/proc/19060/stat : 19060 (java) S 19057 19060 10029 0 -1 1077944320 143384 12936 0 0 17601 54 5 2 20 0 15 0 107177129 11345952768 204851 33554432000 4194304 4196468 140728341806736 140728341789280 140695130455799 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
/proc/19060/statm: 2770008 204851 3528 1 0 2731661 0
[pid=19060/tid=19113] ppid=19057 vsize=11080032 memory=819404 CPUtime=161.19 cores=0,2,4,6
/proc/19060/task/19113/stat : 19113 (java) R 19057 19060 10029 0 -1 4202560 54906 12936 0 0 16093 19 5 2 20 0 15 0 107177138 11345952768 204851 33554432000 4194304 4196468 140728341806736 140695102288016 140694698524407 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19114] ppid=19057 vsize=11080032 memory=819404 CPUtime=0.51 cores=0,2,4,6
/proc/19060/task/19114/stat : 19114 (java) S 19057 19060 10029 0 -1 1077944384 3079 12936 0 0 40 4 5 2 20 0 15 0 107177139 11345952768 204851 33554432000 4194304 4196468 140728341806736 140695134698128 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19115] ppid=19057 vsize=11080032 memory=819404 CPUtime=0.52 cores=0,2,4,6
/proc/19060/task/19115/stat : 19115 (java) S 19057 19060 10029 0 -1 1077944384 1235 12936 0 0 41 4 5 2 20 0 15 0 107177139 11345952768 204851 33554432000 4194304 4196468 140728341806736 140695015963152 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19116] ppid=19057 vsize=11080032 memory=56 CPUtime=0.51 cores=0,2,4,6
/proc/19060/task/19116/stat : 19116 (java) S 19057 19060 10029 0 -1 1077944384 2084 12936 0 0 40 4 5 2 20 0 15 0 107177139 11345952768 204851 33554432000 4194304 4196468 140728341806736 140695014910352 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19117] ppid=19057 vsize=11080032 memory=819404 CPUtime=0.52 cores=0,2,4,6
/proc/19060/task/19117/stat : 19117 (java) S 19057 19060 10029 0 -1 1077944384 4470 12936 0 0 41 4 5 2 20 0 15 0 107177139 11345952768 204851 33554432000 4194304 4196468 140728341806736 140695013857552 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19118] ppid=19057 vsize=11080032 memory=17054 CPUtime=0.48 cores=0,2,4,6
/proc/19060/task/19118/stat : 19118 (java) S 19057 19060 10029 0 -1 1077944384 9158 12936 0 0 38 3 5 2 20 0 15 0 107177141 11345952768 204851 33554432000 4194304 4196468 140728341806736 140694623533936 140695130466946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19119] ppid=19057 vsize=11080032 memory=3544 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19119/stat : 19119 (java) S 19057 19060 10029 0 -1 1077944384 14 12936 0 0 0 0 5 2 20 0 15 0 107177141 11345952768 204851 33554432000 4194304 4196468 140728341806736 140693934696032 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19120] ppid=19057 vsize=11080032 memory=27204 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19120/stat : 19120 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177141 11345952768 204851 33554432000 4194304 4196468 140728341806736 140693733369216 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19121] ppid=19057 vsize=11080032 memory=819404 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19121/stat : 19121 (java) S 19057 19060 10029 0 -1 1077944384 3 12936 0 0 0 0 5 2 20 0 15 0 107177144 11345952768 204851 33554432000 4194304 4196468 140728341806736 140693425969488 140695130474395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19122] ppid=19057 vsize=11080032 memory=819404 CPUtime=5.35 cores=0,2,4,6
/proc/19060/task/19122/stat : 19122 (java) S 19057 19060 10029 0 -1 1077944384 24695 12936 0 0 525 3 5 2 20 0 15 0 107177144 11345952768 204851 33554432000 4194304 4196468 140728341806736 140694622480752 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19123] ppid=19057 vsize=11080032 memory=819404 CPUtime=5.7 cores=0,2,4,6
/proc/19060/task/19123/stat : 19123 (java) S 19057 19060 10029 0 -1 1077944384 22827 12936 0 0 558 5 5 2 20 0 15 0 107177144 11345952768 204851 33554432000 4194304 4196468 140728341806736 140694621427952 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19124] ppid=19057 vsize=11080032 memory=1408 CPUtime=2.2 cores=0,2,4,6
/proc/19060/task/19124/stat : 19124 (java) S 19057 19060 10029 0 -1 1077944384 17950 12936 0 0 210 3 5 2 20 0 15 0 107177144 11345952768 204851 33554432000 4194304 4196468 140728341806736 140694620375152 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19125] ppid=19057 vsize=11080032 memory=819404 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19125/stat : 19125 (java) S 19057 19060 10029 0 -1 1077944384 3 12936 0 0 0 0 5 2 20 0 15 0 107177144 11345952768 204851 33554432000 4194304 4196468 140728341806736 140692995172576 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19126] ppid=19057 vsize=11080032 memory=819404 CPUtime=0.16 cores=0,2,4,6
/proc/19060/task/19126/stat : 19126 (java) S 19057 19060 10029 0 -1 1077944384 770 12936 0 0 5 4 5 2 20 0 15 0 107177144 11345952768 204851 33554432000 4194304 4196468 140728341806736 140694619323568 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
Current children cumulated CPU time: 176.62 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 819404 KiB

[startup+222.301 s]
/proc/loadavg: 1.59 1.67 1.78 3/215 19264
/proc/meminfo: memFree=24744396/32770624 swapFree=67028828/67108860
[pid=19060] ppid=19057 vsize=11080032 memory=821568 CPUtime=238 cores=0,2,4,6
/proc/19060/stat : 19060 (java) S 19057 19060 10029 0 -1 1077944320 154354 12936 0 0 23731 62 5 2 20 0 15 0 107177129 11345952768 205392 33554432000 4194304 4196468 140728341806736 140728341789280 140695130455799 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
/proc/19060/statm: 2770008 205392 3528 1 0 2731661 0
[pid=19060/tid=19113] ppid=19057 vsize=11080032 memory=821564 CPUtime=220.58 cores=0,2,4,6
/proc/19060/task/19113/stat : 19113 (java) R 19057 19060 10029 0 -1 4202560 56264 12936 0 0 22031 20 5 2 20 0 15 0 107177138 11345952768 205392 33554432000 4194304 4196468 140728341806736 140695102290288 140694705273592 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19114] ppid=19057 vsize=11080032 memory=57 CPUtime=0.78 cores=0,2,4,6
/proc/19060/task/19114/stat : 19114 (java) S 19057 19060 10029 0 -1 1077944384 3201 12936 0 0 66 5 5 2 20 0 15 0 107177139 11345952768 205392 33554432000 4194304 4196468 140728341806736 140695134698128 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19115] ppid=19057 vsize=11080032 memory=56 CPUtime=0.78 cores=0,2,4,6
/proc/19060/task/19115/stat : 19115 (java) S 19057 19060 10029 0 -1 1077944384 1284 12936 0 0 66 5 5 2 20 0 15 0 107177139 11345952768 205392 33554432000 4194304 4196468 140728341806736 140695015963152 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19116] ppid=19057 vsize=11080032 memory=821564 CPUtime=0.76 cores=0,2,4,6
/proc/19060/task/19116/stat : 19116 (java) S 19057 19060 10029 0 -1 1077944384 2189 12936 0 0 64 5 5 2 20 0 15 0 107177139 11345952768 205392 33554432000 4194304 4196468 140728341806736 140695014910352 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19117] ppid=19057 vsize=11080032 memory=821564 CPUtime=0.79 cores=0,2,4,6
/proc/19060/task/19117/stat : 19117 (java) S 19057 19060 10029 0 -1 1077944384 6138 12936 0 0 67 5 5 2 20 0 15 0 107177139 11345952768 205392 33554432000 4194304 4196468 140728341806736 140695013857552 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19118] ppid=19057 vsize=11080032 memory=821564 CPUtime=0.73 cores=0,2,4,6
/proc/19060/task/19118/stat : 19118 (java) S 19057 19060 10029 0 -1 1077944384 9502 12936 0 0 62 4 5 2 20 0 15 0 107177141 11345952768 205392 33554432000 4194304 4196468 140728341806736 140694623533936 140695130466946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19119] ppid=19057 vsize=11080032 memory=821564 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19119/stat : 19119 (java) S 19057 19060 10029 0 -1 1077944384 14 12936 0 0 0 0 5 2 20 0 15 0 107177141 11345952768 205392 33554432000 4194304 4196468 140728341806736 140693934696032 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19120] ppid=19057 vsize=11080032 memory=821568 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19120/stat : 19120 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177141 11345952768 205392 33554432000 4194304 4196468 140728341806736 140693733369216 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19121] ppid=19057 vsize=11080032 memory=821568 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19121/stat : 19121 (java) S 19057 19060 10029 0 -1 1077944384 3 12936 0 0 0 0 5 2 20 0 15 0 107177144 11345952768 205392 33554432000 4194304 4196468 140728341806736 140693425969488 140695130474395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19122] ppid=19057 vsize=11080032 memory=0 CPUtime=5.62 cores=0,2,4,6
/proc/19060/task/19122/stat : 19122 (java) S 19057 19060 10029 0 -1 1077944384 27357 12936 0 0 552 3 5 2 20 0 15 0 107177144 11345952768 205392 33554432000 4194304 4196468 140728341806736 140694622480752 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19123] ppid=19057 vsize=11080032 memory=821528 CPUtime=5.95 cores=0,2,4,6
/proc/19060/task/19123/stat : 19123 (java) S 19057 19060 10029 0 -1 1077944384 25094 12936 0 0 582 6 5 2 20 0 15 0 107177144 11345952768 205392 33554432000 4194304 4196468 140728341806736 140694621427952 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19124] ppid=19057 vsize=11080032 memory=3544 CPUtime=2.32 cores=0,2,4,6
/proc/19060/task/19124/stat : 19124 (java) S 19057 19060 10029 0 -1 1077944384 20267 12936 0 0 221 4 5 2 20 0 15 0 107177144 11345952768 205392 33554432000 4194304 4196468 140728341806736 140694620375152 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19125] ppid=19057 vsize=11080032 memory=27204 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19125/stat : 19125 (java) S 19057 19060 10029 0 -1 1077944384 3 12936 0 0 0 0 5 2 20 0 15 0 107177144 11345952768 205392 33554432000 4194304 4196468 140728341806736 140692995172576 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19126] ppid=19057 vsize=11080032 memory=776 CPUtime=0.2 cores=0,2,4,6
/proc/19060/task/19126/stat : 19126 (java) S 19057 19060 10029 0 -1 1077944384 848 12936 0 0 7 6 5 2 20 0 15 0 107177144 11345952768 205392 33554432000 4194304 4196468 140728341806736 140694619323568 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
Current children cumulated CPU time: 238 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 821568 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+236.001 s]*
/proc/loadavg: 1.53 1.66 1.77 3/215 19264
/proc/meminfo: memFree=24736776/32770624 swapFree=67028828/67108860
[pid=19060] ppid=19057 vsize=11080032 memory=820044 CPUtime=252.05 cores=0,2,4,6
/proc/19060/stat : 19060 (java) S 19057 19060 10029 0 -1 1077944320 155161 12936 0 0 25135 63 5 2 20 0 15 0 107177129 11345952768 205011 33554432000 4194304 4196468 140728341806736 140728341789280 140695130455799 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
/proc/19060/statm: 2770008 205011 3528 1 0 2731661 0
[pid=19060/tid=19113] ppid=19057 vsize=11080032 memory=6791534058613427641 CPUtime=234.14 cores=0,2,4,6
/proc/19060/task/19113/stat : 19113 (java) R 19057 19060 10029 0 -1 4202560 56361 12936 0 0 23387 20 5 2 20 0 15 0 107177138 11345952768 205011 33554432000 4194304 4196468 140728341806736 140695102291264 140694705270631 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19114] ppid=19057 vsize=11080032 memory=4872558044660077418 CPUtime=0.85 cores=0,2,4,6
/proc/19060/task/19114/stat : 19114 (java) S 19057 19060 10029 0 -1 1077944384 3208 12936 0 0 72 6 5 2 20 0 15 0 107177139 11345952768 205011 33554432000 4194304 4196468 140728341806736 140695134698128 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19115] ppid=19057 vsize=11080032 memory=1404 CPUtime=0.85 cores=0,2,4,6
/proc/19060/task/19115/stat : 19115 (java) S 19057 19060 10029 0 -1 1077944384 1325 12936 0 0 73 5 5 2 20 0 15 0 107177139 11345952768 205011 33554432000 4194304 4196468 140728341806736 140695015963152 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19116] ppid=19057 vsize=11080032 memory=3144 CPUtime=0.83 cores=0,2,4,6
/proc/19060/task/19116/stat : 19116 (java) S 19057 19060 10029 0 -1 1077944384 2225 12936 0 0 71 5 5 2 20 0 15 0 107177139 11345952768 205011 33554432000 4194304 4196468 140728341806736 140695014910352 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19117] ppid=19057 vsize=11080032 memory=820044 CPUtime=0.85 cores=0,2,4,6
/proc/19060/task/19117/stat : 19117 (java) S 19057 19060 10029 0 -1 1077944384 6170 12936 0 0 73 5 5 2 20 0 15 0 107177139 11345952768 205011 33554432000 4194304 4196468 140728341806736 140695013857552 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19118] ppid=19057 vsize=11080032 memory=1408 CPUtime=0.79 cores=0,2,4,6
/proc/19060/task/19118/stat : 19118 (java) S 19057 19060 10029 0 -1 1077944384 9503 12936 0 0 68 4 5 2 20 0 15 0 107177141 11345952768 205011 33554432000 4194304 4196468 140728341806736 140694623533936 140695130466946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19119] ppid=19057 vsize=11080032 memory=2948 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19119/stat : 19119 (java) S 19057 19060 10029 0 -1 1077944384 14 12936 0 0 0 0 5 2 20 0 15 0 107177141 11345952768 205011 33554432000 4194304 4196468 140728341806736 140693934696032 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19120] ppid=19057 vsize=11080032 memory=1107504 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19120/stat : 19120 (java) S 19057 19060 10029 0 -1 1077944384 1 12936 0 0 0 0 5 2 20 0 15 0 107177141 11345952768 205011 33554432000 4194304 4196468 140728341806736 140693733369216 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19121] ppid=19057 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19121/stat : 19121 (java) S 19057 19060 10029 0 -1 1077944384 3 12936 0 0 0 0 5 2 20 0 15 0 107177144 11345952768 205011 33554432000 4194304 4196468 140728341806736 140693425969488 140695130474395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19122] ppid=19057 vsize=11080032 memory=4872558044660077418 CPUtime=5.71 cores=0,2,4,6
/proc/19060/task/19122/stat : 19122 (java) S 19057 19060 10029 0 -1 1077944384 27674 12936 0 0 560 4 5 2 20 0 15 0 107177144 11345952768 205011 33554432000 4194304 4196468 140728341806736 140694622480752 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19123] ppid=19057 vsize=11080032 memory=5220 CPUtime=6.01 cores=0,2,4,6
/proc/19060/task/19123/stat : 19123 (java) S 19057 19060 10029 0 -1 1077944384 25341 12936 0 0 588 6 5 2 20 0 15 0 107177144 11345952768 205011 33554432000 4194304 4196468 140728341806736 140694621427952 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19124] ppid=19057 vsize=11080032 memory=0 CPUtime=2.35 cores=0,2,4,6
/proc/19060/task/19124/stat : 19124 (java) S 19057 19060 10029 0 -1 1077944384 20296 12936 0 0 224 4 5 2 20 0 15 0 107177144 11345952768 205011 33554432000 4194304 4196468 140728341806736 140694620375152 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19125] ppid=19057 vsize=11080032 memory=-7175204567652784766 CPUtime=0.07 cores=0,2,4,6
/proc/19060/task/19125/stat : 19125 (java) S 19057 19060 10029 0 -1 1077944384 3 12936 0 0 0 0 5 2 20 0 15 0 107177144 11345952768 205011 33554432000 4194304 4196468 140728341806736 140692995172576 140695130466005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
[pid=19060/tid=19126] ppid=19057 vsize=11080032 memory=3054156605268465310 CPUtime=0.2 cores=0,2,4,6
/proc/19060/task/19126/stat : 19126 (java) S 19057 19060 10029 0 -1 1077944384 848 12936 0 0 7 6 5 2 20 0 15 0 107177144 11345952768 205011 33554432000 4194304 4196468 140728341806736 140694619323568 140695130466946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10072064 140728341813873 140728341816673 140728341816673 140728341819343 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 820044 KiB

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

[startup+236.048 s]
# the end of solver process 19060 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.426 s, system=0.688433 s

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

Child status: 143
Real time (s): 236.048
CPU time (s): 252.115
CPU user time (s): 251.426
CPU system time (s): 0.688433
CPU usage (%): 106.806
Max. virtual memory (cumulated for all children) (KiB): 11080656
Max. memory (cumulated for all children) (KiB): 849604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.426
system time used= 0.688433
maximum resident set size= 849604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168848
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28753
involuntary context switches= 1030


# summary of solver processes directly reported to runsolver:
#   pid: 19060
#   total CPU time (s): 252.115
#   total CPU user time (s): 251.426
#   total CPU system time (s): 0.688433

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.29774 second user time and 2.33213 second system time

The end

Launcher Data

Begin job on node102 at 2018-07-29 22:28:59
IDJOB=4302410
IDBENCH=141241
IDSOLVER=2776
FILE ID=node102/4302410-1532896139
RUNJOBID= node102-1532894154-16078
PBS_JOBID= 21022526
Free space on /tmp= 52952 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-4302410-1532896139/watcher-4302410-1532896139 -o /tmp/evaluation-result-4302410-1532896139/solver-4302410-1532896139 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1532894154-16078 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1982820200 HOME/instance-4302410-1532896139.xml

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

MD5SUM BENCH= 1a91d8580332af2f3782d1e605995059
RANDOM SEED=1982820200

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        25208568 kB
MemAvailable:   30486912 kB
Buffers:          234196 kB
Cached:          5288576 kB
SwapCached:        53024 kB
Active:          2709808 kB
Inactive:        4325844 kB
Active(anon):    1439296 kB
Inactive(anon):    99168 kB
Active(file):    1270512 kB
Inactive(file):  4226676 kB
Unevictable:        6644 kB
Mlocked:            6644 kB
SwapTotal:      67108860 kB
SwapFree:       67028828 kB
Dirty:             26324 kB
Writeback:             0 kB
AnonPages:       1499048 kB
Mapped:            51300 kB
Shmem:             22592 kB
Slab:             223600 kB
SReclaimable:     193984 kB
SUnreclaim:        29616 kB
KernelStack:        3792 kB
PageTables:         8272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2650032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1286144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 52928 MiB
End job on node102 at 2018-07-29 22:32:56