Trace number 4293833

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.8 2018-06-13SAT (TO)2680 2520.13 2465.63

General information on the benchmark

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

Quality of the solution as a function of time


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

Solver Data

0.98/0.74	c Concrete v3.8.1528841891564 running
9.49/4.31	o 2957
9.49/4.33	o 2941
9.84/4.45	o 2935
9.84/4.45	o 2933
10.50/4.62	o 2929
11.15/4.85	o 2897
11.47/4.91	o 2885
11.47/4.93	o 2874
12.11/5.15	o 2869
12.69/5.34	o 2865
12.69/5.37	o 2851
12.69/5.39	o 2819
13.00/5.42	o 2807
16.83/7.71	o 2806
17.04/7.83	o 2804
17.23/7.91	o 2803
17.41/8.02	o 2797
17.81/8.25	o 2788
17.81/8.25	o 2776
17.81/8.26	o 2775
17.81/8.28	o 2769
17.81/8.29	o 2767
17.81/8.30	o 2755
17.98/8.33	o 2740
20.07/10.07	o 2732
31.77/21.28	o 2728
44.47/32.90	o 2719
44.47/32.90	o 2714
44.58/33.07	o 2708
46.95/35.30	o 2706
46.95/35.35	o 2702
48.20/36.57	o 2699
49.46/37.73	o 2695
355.17/335.30	o 2693
381.37/360.75	o 2689
607.27/581.45	o 2688
1154.68/1120.94	o 2682
1155.00/1121.25	o 2681
1155.75/1121.99	o 2680
2520.08/2465.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.08/2465.61		at concrete.MAC.mac(MAC.scala:188)
2520.08/2465.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.08/2465.61		at scala.util.Try$.apply(Try.scala:209)
2520.08/2465.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.08/2465.61		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.08/2465.61		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.08/2465.61		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.08/2465.61		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.08/2465.61		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.08/2465.61		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.08/2465.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.08/2465.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.08/2465.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.08/2465.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.08/2465.61		at concrete.MAC.nextSolution(MAC.scala:355)
2520.08/2465.61		at concrete.Solver.hasNext(Solver.scala:166)
2520.08/2465.61		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.08/2465.61		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.08/2465.61		at concrete.Solver.foreach(Solver.scala:68)
2520.08/2465.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.08/2465.61		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.08/2465.61		at scala.util.Success.map(Try.scala:209)
2520.08/2465.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2465.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.08/2465.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.08/2465.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2465.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.08/2465.61		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.08/2465.61		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.08/2465.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.08/2465.61		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.08/2465.61		at scala.collection.immutable.List.foreach(List.scala:389)
2520.08/2465.61		at scala.App.main(App.scala:76)
2520.08/2465.61		at scala.App.main$(App.scala:74)
2520.08/2465.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.08/2465.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2465.62	v <instantiation cost="2680">
2520.08/2465.62	v       <list>
2520.08/2465.62	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] d[0][1] d[0][2] d[0][3] d[0][4] d[0][5] d[0][6] d[0][7] d[0][8] d[0][9] d[0][10] d[0][11] d[0][12] d[0][13] d[0][14] d[0][15] d[0][16] d[0][17] d[1][2] d[1][3] d[1][4] d[1][5] d[1][6] d[1][7] d[1][8] d[1][9] d[1][10] d[1][11] d[1][12] d[1][13] d[1][14] d[1][15] d[1][16] d[1][17] d[2][3] d[2][4] d[2][5] d[2][6] d[2][7] d[2][8] d[2][9] d[2][10] d[2][11] d[2][12] d[2][13] d[2][14] d[2][15] d[2][16] d[2][17] d[3][4] d[3][5] d[3][6] d[3][7] d[3][8] d[3][9] d[3][10] d[3][11] d[3][12] d[3][13] d[3][14] d[3][15] d[3][16] d[3][17] d[4][5] d[4][6] d[4][7] d[4][8] d[4][9] d[4][10] d[4][11] d[4][12] d[4][13] d[4][14] d[4][15] d[4][16] d[4][17] d[5][6] d[5][7] d[5][8] d[5][9] d[5][10] d[5][11] d[5][12] d[5][13] d[5][14] d[5][15] d[5][16] d[5][17] d[6][7] d[6][8] d[6][9] d[6][10] d[6][11] d[6][12] d[6][13] d[6][14] d[6][15] d[6][16] d[6][17] d[7][8] d[7][9] d[7][10] d[7][11] d[7][12] d[7][13] d[7][14] d[7][15] d[7][16] d[7][17] d[8][9] d[8][10] d[8][11] d[8][12] d[8][13] d[8][14] d[8][15] d[8][16] d[8][17] d[9][10] d[9][11] d[9][12] d[9][13] d[9][14] d[9][15] d[9][16] d[9][17] d[10][11] d[10][12] d[10][13] d[10][14] d[10][15] d[10][16] d[10][17] d[11][12] d[11][13] d[11][14] d[11][15] d[11][16] d[11][17] d[12][13] d[12][14] d[12][15] d[12][16] d[12][17] d[13][14] d[13][15] d[13][16] d[13][17] d[14][15] d[14][16] d[14][17] d[15][16] d[15][17] d[16][17]
2520.08/2465.62	v       </list>
2520.08/2465.62	v       <values>
2520.08/2465.62	v         7 14 15 16 6 17 5 13 0 9 11 10 4 12 1 2 8 3 9 4 4 6 4 5 5 6 5 3 5 4 7 2 4 1 3 8 5 5 6 5 5 4 5 4 1 3 7 3 2 4 7 6 6 8 4 3 5 5 5 8 3 4 2 6 5 8 7 3 3 2 6 6 4 5 4 5 6 5 4 3 6 8 8 6 4 7 6 3 1 9 4 8 3 3 4 8 10 6 3 4 2 6 7 7 2 8 5 5 5 7 4 1 9 4 5 5 5 6 5 5 3 5 6 6 5 4 1 6 4 8 1 3 4 5 6 7 7 7 5 7 6 4 4 9 7 6 7 6 2 6 6 6 4 3 5 3 7 7 6 5 5 9 5 4 3 6 2 3 2 2 9
2520.08/2465.62	v       </values>
2520.08/2465.62	v     </instantiation>
2520.08/2465.62	s SATISFIABLE

Verifier Data

OK	2680

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293833-1532376313/watcher-4293833-1532376313 -o /tmp/evaluation-result-4293833-1532376313/solver-4293833-1532376313 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532356582-12262 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=542371185 HOME/instance-4293833-1532376313.xml 

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

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=15775, runsolver pid=15772
Current StackSize limit: 8192 KiB


[startup+0.100091 s]*
/proc/loadavg: 1.13 1.33 1.57 3/206 15832
/proc/meminfo: memFree=17531252/32770624 swapFree=67108860/67108860
[pid=15775] ppid=15772 vsize=9972712 memory=18588 CPUtime=0.09 cores=0,2,4,6
/proc/15775/stat : 15775 (java) S 15772 15775 12231 0 -1 1077944320 4285 13170 0 0 1 1 5 2 20 0 6 0 55194586 10212057088 4647 33554432000 4194304 4196468 140728810509424 140728810491968 140588668772087 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
/proc/15775/statm: 2493178 4647 1932 1 0 2481616 0
[pid=15775/tid=15828] ppid=15772 vsize=9972712 memory=4279135704047583887 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15828/stat : 15828 (java) R 15772 15775 12231 0 -1 4202560 2095 13170 0 0 0 0 5 2 20 0 6 0 55194595 10212057088 4647 33554432000 4194304 4196468 140728810509424 140588640608848 140588654454613 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15829] ppid=15772 vsize=9972712 memory=8257237230052613020 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15829/stat : 15829 (java) S 15772 15775 12231 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 6 0 55194596 10212057088 4647 33554432000 4194304 4196468 140728810509424 140588673014032 140588668782293 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15830] ppid=15772 vsize=9972712 memory=140650378315392 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15830/stat : 15830 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 6 0 55194596 10212057088 4647 33554432000 4194304 4196468 140728810509424 140588577216912 140588668782293 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15831] ppid=15772 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15831/stat : 15831 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 6 0 55194596 10212057088 4647 33554432000 4194304 4196468 140728810509424 140588576164368 140588668782293 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15832] ppid=15772 vsize=9972712 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15832/stat : 15832 (java) S 15772 15775 12231 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 6 0 55194596 10212057088 4647 33554432000 4194304 4196468 140728810509424 140588575111824 140588668782293 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18588 KiB

[startup+0.210009 s]*
/proc/loadavg: 1.13 1.33 1.57 3/215 15841
/proc/meminfo: memFree=17511416/32770624 swapFree=67108860/67108860
[pid=15775] ppid=15772 vsize=10818856 memory=39892 CPUtime=0.25 cores=0,2,4,6
/proc/15775/stat : 15775 (java) S 15772 15775 12231 0 -1 1077944320 8372 13170 0 0 16 2 5 2 20 0 15 0 55194586 11078508544 9973 33554432000 4194304 4196468 140728810509424 140728810491968 140588668772087 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
/proc/15775/statm: 2704714 9973 2958 1 0 2667149 0
[pid=15775/tid=15828] ppid=15772 vsize=10818856 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/15775/task/15828/stat : 15828 (java) R 15772 15775 12231 0 -1 4202560 4859 13170 0 0 10 1 5 2 20 0 15 0 55194595 11078508544 9973 33554432000 4194304 4196468 140728810509424 140588640569744 140588649047429 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15829] ppid=15772 vsize=10818856 memory=342 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15829/stat : 15829 (java) S 15772 15775 12231 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 55194596 11078508544 9973 33554432000 4194304 4196468 140728810509424 140588673014032 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15830] ppid=15772 vsize=10818856 memory=288371026530027136 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15830/stat : 15830 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 55194596 11078508544 9973 33554432000 4194304 4196468 140728810509424 140588577216912 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15831] ppid=15772 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15831/stat : 15831 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 55194596 11078508544 9973 33554432000 4194304 4196468 140728810509424 140588576164368 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15832] ppid=15772 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15832/stat : 15832 (java) S 15772 15775 12231 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 55194596 11078508544 9973 33554432000 4194304 4196468 140728810509424 140588575111824 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15833] ppid=15772 vsize=10818856 memory=140650378315392 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15833/stat : 15833 (java) S 15772 15775 12231 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 55194597 11078508544 9973 33554432000 4194304 4196468 140728810509424 140587738864112 140588668783234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15834] ppid=15772 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15834/stat : 15834 (java) S 15772 15775 12231 0 -1 1077944384 33 13170 0 0 0 0 5 2 20 0 15 0 55194598 11078508544 9973 33554432000 4194304 4196468 140728810509424 140587737810336 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15835] ppid=15772 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15835/stat : 15835 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 55194598 11078508544 9973 33554432000 4194304 4196468 140728810509424 140587500037616 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15836] ppid=15772 vsize=10818856 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15836/stat : 15836 (java) S 15772 15775 12231 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 55194601 11078508544 9973 33554432000 4194304 4196468 140728810509424 140587259747024 140588668790683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15837] ppid=15772 vsize=10818856 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15775/task/15837/stat : 15837 (java) S 15772 15775 12231 0 -1 1077944384 362 13170 0 0 1 0 5 2 20 0 15 0 55194601 11078508544 9973 33554432000 4194304 4196468 140728810509424 140587704252400 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15838] ppid=15772 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15838/stat : 15838 (java) S 15772 15775 12231 0 -1 1077944384 265 13170 0 0 0 0 5 2 20 0 15 0 55194601 11078508544 9973 33554432000 4194304 4196468 140728810509424 140587703199856 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15839] ppid=15772 vsize=10818856 memory=140650378315392 CPUtime=0.1 cores=0,2,4,6
/proc/15775/task/15839/stat : 15839 (java) S 15772 15775 12231 0 -1 1077944384 648 13170 0 0 3 0 5 2 20 0 15 0 55194601 11078508544 9973 33554432000 4194304 4196468 140728810509424 140587466479856 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15840] ppid=15772 vsize=10818856 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15840/stat : 15840 (java) S 15772 15775 12231 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 55194601 11078508544 9973 33554432000 4194304 4196468 140728810509424 140587226188384 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15841] ppid=15772 vsize=10818856 memory=140650378315392 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15841/stat : 15841 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 55194601 11078508544 9973 33554432000 4194304 4196468 140728810509424 140587465427760 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818856 KiB
Current children cumulated memory: 39892 KiB

[startup+0.310503 s]*
/proc/loadavg: 1.13 1.33 1.57 3/215 15841
/proc/meminfo: memFree=17500676/32770624 swapFree=67108860/67108860
[pid=15775] ppid=15772 vsize=10819352 memory=51248 CPUtime=0.37 cores=0,2,4,6
/proc/15775/stat : 15775 (java) S 15772 15775 12231 0 -1 1077944320 10397 13170 0 0 28 2 5 2 20 0 15 0 55194586 11079016448 12812 33554432000 4194304 4196468 140728810509424 140728810491968 140588668772087 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
/proc/15775/statm: 2704838 12812 3089 1 0 2667149 0
[pid=15775/tid=15828] ppid=15772 vsize=10819352 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/15775/task/15828/stat : 15828 (java) R 15772 15775 12231 0 -1 4202560 6877 13170 0 0 20 1 5 2 20 0 15 0 55194595 11079016448 12812 33554432000 4194304 4196468 140728810509424 140588640584096 140588652852574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15829] ppid=15772 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15829/stat : 15829 (java) S 15772 15775 12231 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 55194596 11079016448 12812 33554432000 4194304 4196468 140728810509424 140588673014032 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15830] ppid=15772 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15830/stat : 15830 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 55194596 11079016448 12812 33554432000 4194304 4196468 140728810509424 140588577216912 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15831] ppid=15772 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15831/stat : 15831 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 55194596 11079016448 12812 33554432000 4194304 4196468 140728810509424 140588576164368 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15832] ppid=15772 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15832/stat : 15832 (java) S 15772 15775 12231 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 55194596 11079016448 12812 33554432000 4194304 4196468 140728810509424 140588575111824 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15833] ppid=15772 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15833/stat : 15833 (java) S 15772 15775 12231 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 55194597 11079016448 12812 33554432000 4194304 4196468 140728810509424 140587738864112 140588668783234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15834] ppid=15772 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15834/stat : 15834 (java) S 15772 15775 12231 0 -1 1077944384 33 13170 0 0 0 0 5 2 20 0 15 0 55194598 11079016448 12812 33554432000 4194304 4196468 140728810509424 140587737810336 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15835] ppid=15772 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15835/stat : 15835 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 55194598 11079016448 12812 33554432000 4194304 4196468 140728810509424 140587500037616 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15836] ppid=15772 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15836/stat : 15836 (java) S 15772 15775 12231 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 55194601 11079016448 12812 33554432000 4194304 4196468 140728810509424 140587259747024 140588668790683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15837] ppid=15772 vsize=10819352 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/15775/task/15837/stat : 15837 (java) S 15772 15775 12231 0 -1 1077944384 363 13170 0 0 2 0 5 2 20 0 15 0 55194601 11079016448 12812 33554432000 4194304 4196468 140728810509424 140587704252400 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15838] ppid=15772 vsize=10819352 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/15775/task/15838/stat : 15838 (java) S 15772 15775 12231 0 -1 1077944384 265 13170 0 0 1 0 5 2 20 0 15 0 55194601 11079016448 12812 33554432000 4194304 4196468 140728810509424 140587703199856 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15839] ppid=15772 vsize=10819352 memory=140650378315392 CPUtime=0.11 cores=0,2,4,6
/proc/15775/task/15839/stat : 15839 (java) S 15772 15775 12231 0 -1 1077944384 660 13170 0 0 4 0 5 2 20 0 15 0 55194601 11079016448 12812 33554432000 4194304 4196468 140728810509424 140587466479856 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15840] ppid=15772 vsize=10819352 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15840/stat : 15840 (java) S 15772 15775 12231 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 55194601 11079016448 12812 33554432000 4194304 4196468 140728810509424 140587226188384 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15841] ppid=15772 vsize=10819352 memory=140650378315392 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15841/stat : 15841 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 55194601 11079016448 12812 33554432000 4194304 4196468 140728810509424 140587465427760 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 51248 KiB

[startup+0.70076 s]
/proc/loadavg: 1.13 1.33 1.57 3/215 15841
/proc/meminfo: memFree=17488536/32770624 swapFree=67108860/67108860
[pid=15775] ppid=15772 vsize=10819352 memory=84568 CPUtime=0.98 cores=0,2,4,6
/proc/15775/stat : 15775 (java) S 15772 15775 12231 0 -1 1077944320 16842 13170 0 0 87 4 5 2 20 0 15 0 55194586 11079016448 21142 33554432000 4194304 4196468 140728810509424 140728810491968 140588668772087 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
/proc/15775/statm: 2704838 21142 3237 1 0 2667149 0
[pid=15775/tid=15828] ppid=15772 vsize=10819352 memory=0 CPUtime=0.65 cores=0,2,4,6
/proc/15775/task/15828/stat : 15828 (java) S 15772 15775 12231 0 -1 1077944384 12340 13170 0 0 56 2 5 2 20 0 15 0 55194595 11079016448 21142 33554432000 4194304 4196468 140728810509424 140588640592912 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15829] ppid=15772 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15829/stat : 15829 (java) S 15772 15775 12231 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 55194596 11079016448 21142 33554432000 4194304 4196468 140728810509424 140588673014032 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15830] ppid=15772 vsize=10819352 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15830/stat : 15830 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 55194596 11079016448 21142 33554432000 4194304 4196468 140728810509424 140588577216912 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15831] ppid=15772 vsize=10819352 memory=140650246976272 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15831/stat : 15831 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 55194596 11079016448 21142 33554432000 4194304 4196468 140728810509424 140588576164368 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15832] ppid=15772 vsize=10819352 memory=140651589010016 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15832/stat : 15832 (java) S 15772 15775 12231 0 -1 1077944384 2 13170 0 0 0 0 5 2 20 0 15 0 55194596 11079016448 21142 33554432000 4194304 4196468 140728810509424 140588575111824 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15833] ppid=15772 vsize=10819352 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15833/stat : 15833 (java) S 15772 15775 12231 0 -1 1077944384 5 13170 0 0 0 0 5 2 20 0 15 0 55194597 11079016448 21142 33554432000 4194304 4196468 140728810509424 140587738864112 140588668783234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15834] ppid=15772 vsize=10819352 memory=4639098309541126758 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15834/stat : 15834 (java) S 15772 15775 12231 0 -1 1077944384 33 13170 0 0 0 0 5 2 20 0 15 0 55194598 11079016448 21142 33554432000 4194304 4196468 140728810509424 140587737810336 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15835] ppid=15772 vsize=10819352 memory=7885635084775281010 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15835/stat : 15835 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 55194598 11079016448 21142 33554432000 4194304 4196468 140728810509424 140587500037616 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15836] ppid=15772 vsize=10819352 memory=18464 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15836/stat : 15836 (java) S 15772 15775 12231 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 55194601 11079016448 21142 33554432000 4194304 4196468 140728810509424 140587259747024 140588668790683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15837] ppid=15772 vsize=10819352 memory=11392 CPUtime=0.16 cores=0,2,4,6
/proc/15775/task/15837/stat : 15837 (java) S 15772 15775 12231 0 -1 1077944384 957 13170 0 0 9 0 5 2 20 0 15 0 55194601 11079016448 21142 33554432000 4194304 4196468 140728810509424 140587704252400 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15838] ppid=15772 vsize=10819352 memory=4052 CPUtime=0.14 cores=0,2,4,6
/proc/15775/task/15838/stat : 15838 (java) S 15772 15775 12231 0 -1 1077944384 564 13170 0 0 7 0 5 2 20 0 15 0 55194601 11079016448 21142 33554432000 4194304 4196468 140728810509424 140587703199856 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15839] ppid=15772 vsize=10819352 memory=644 CPUtime=0.19 cores=0,2,4,6
/proc/15775/task/15839/stat : 15839 (java) S 15772 15775 12231 0 -1 1077944384 740 13170 0 0 12 0 5 2 20 0 15 0 55194601 11079016448 21142 33554432000 4194304 4196468 140728810509424 140587466479856 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15840] ppid=15772 vsize=10819352 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15840/stat : 15840 (java) S 15772 15775 12231 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 55194601 11079016448 21142 33554432000 4194304 4196468 140728810509424 140587226188384 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15841] ppid=15772 vsize=10819352 memory=1232 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15841/stat : 15841 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 55194601 11079016448 21142 33554432000 4194304 4196468 140728810509424 140587465427760 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 84568 KiB

[startup+1.50075 s]
/proc/loadavg: 1.13 1.33 1.57 3/215 15841
/proc/meminfo: memFree=17442776/32770624 swapFree=67108860/67108860
[pid=15775] ppid=15772 vsize=10834252 memory=175440 CPUtime=2.31 cores=0,2,4,6
/proc/15775/stat : 15775 (java) S 15772 15775 12231 0 -1 1077944320 25259 13170 0 0 214 10 5 2 20 0 15 0 55194586 11094274048 43860 33554432000 4194304 4196468 140728810509424 140728810491968 140588668772087 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
/proc/15775/statm: 2708563 43860 3476 1 0 2670221 0
[pid=15775/tid=15828] ppid=15772 vsize=10834252 memory=60984 CPUtime=1.43 cores=0,2,4,6
/proc/15775/task/15828/stat : 15828 (java) R 15772 15775 12231 0 -1 4202560 18005 13170 0 0 130 6 5 2 20 0 15 0 55194595 11094274048 43860 33554432000 4194304 4196468 140728810509424 140588640603392 140588652852574 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15829] ppid=15772 vsize=10834252 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/15775/task/15829/stat : 15829 (java) S 15772 15775 12231 0 -1 1077944384 224 13170 0 0 1 0 5 2 20 0 15 0 55194596 11094274048 43860 33554432000 4194304 4196468 140728810509424 140588673014032 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15830] ppid=15772 vsize=10834252 memory=281300493983904 CPUtime=0.08 cores=0,2,4,6
/proc/15775/task/15830/stat : 15830 (java) S 15772 15775 12231 0 -1 1077944384 21 13170 0 0 1 0 5 2 20 0 15 0 55194596 11094274048 43860 33554432000 4194304 4196468 140728810509424 140588577216912 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15831] ppid=15772 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15775/task/15831/stat : 15831 (java) S 15772 15775 12231 0 -1 1077944384 27 13170 0 0 1 0 5 2 20 0 15 0 55194596 11094274048 43860 33554432000 4194304 4196468 140728810509424 140588576164368 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15832] ppid=15772 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15832/stat : 15832 (java) S 15772 15775 12231 0 -1 1077944384 67 13170 0 0 0 0 5 2 20 0 15 0 55194596 11094274048 43860 33554432000 4194304 4196468 140728810509424 140588575111824 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15833] ppid=15772 vsize=10834252 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/15775/task/15833/stat : 15833 (java) S 15772 15775 12231 0 -1 1077944384 966 13170 0 0 1 0 5 2 20 0 15 0 55194597 11094274048 43860 33554432000 4194304 4196468 140728810509424 140587738864112 140588668783234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15834] ppid=15772 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15834/stat : 15834 (java) S 15772 15775 12231 0 -1 1077944384 55 13170 0 0 0 0 5 2 20 0 15 0 55194598 11094274048 43860 33554432000 4194304 4196468 140728810509424 140587737810400 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15835] ppid=15772 vsize=10834252 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15835/stat : 15835 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 55194598 11094274048 43860 33554432000 4194304 4196468 140728810509424 140587500037632 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15836] ppid=15772 vsize=10834252 memory=-2746958450906831424 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15836/stat : 15836 (java) S 15772 15775 12231 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 55194601 11094274048 43860 33554432000 4194304 4196468 140728810509424 140587259747024 140588668790683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15837] ppid=15772 vsize=10834252 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/15775/task/15837/stat : 15837 (java) S 15772 15775 12231 0 -1 1077944384 1451 13170 0 0 26 0 5 2 20 0 15 0 55194601 11094274048 43860 33554432000 4194304 4196468 140728810509424 140587704252400 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15838] ppid=15772 vsize=10834252 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/15775/task/15838/stat : 15838 (java) S 15772 15775 12231 0 -1 1077944384 679 13170 0 0 17 0 5 2 20 0 15 0 55194601 11094274048 43860 33554432000 4194304 4196468 140728810509424 140587703199856 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15839] ppid=15772 vsize=10834252 memory=6791534058613427641 CPUtime=0.41 cores=0,2,4,6
/proc/15775/task/15839/stat : 15839 (java) S 15772 15775 12231 0 -1 1077944384 1565 13170 0 0 34 0 5 2 20 0 15 0 55194601 11094274048 43860 33554432000 4194304 4196468 140728810509424 140587466479856 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15840] ppid=15772 vsize=10834252 memory=4638778398332698720 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15840/stat : 15840 (java) S 15772 15775 12231 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 55194601 11094274048 43860 33554432000 4194304 4196468 140728810509424 140587226188384 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15841] ppid=15772 vsize=10834252 memory=281300494228352 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15841/stat : 15841 (java) S 15772 15775 12231 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 55194601 11094274048 43860 33554432000 4194304 4196468 140728810509424 140587465427760 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
Current children cumulated CPU time: 2.31 s
Current children cumulated vsize: 10834252 KiB

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

/proc/15775/task/15828/stat : 15828 (java) R 15772 15775 12231 0 -1 4202560 90547 13170 0 0 229623 49 5 2 20 0 15 0 55194595 11178180608 233886 33554432000 4194304 4196468 140728810509424 140588640607232 140588268166446 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15829] ppid=15772 vsize=10916192 memory=935544 CPUtime=11.8 cores=0,2,4,6
/proc/15775/task/15829/stat : 15829 (java) S 15772 15775 12231 0 -1 1077944384 9063 13170 0 0 1119 54 5 2 20 0 15 0 55194596 11178180608 233886 33554432000 4194304 4196468 140728810509424 140588673014032 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15830] ppid=15772 vsize=10916192 memory=935544 CPUtime=11.71 cores=0,2,4,6
/proc/15775/task/15830/stat : 15830 (java) S 15772 15775 12231 0 -1 1077944384 12057 13170 0 0 1114 50 5 2 20 0 15 0 55194596 11178180608 233886 33554432000 4194304 4196468 140728810509424 140588577216912 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15831] ppid=15772 vsize=10916192 memory=935544 CPUtime=11.75 cores=0,2,4,6
/proc/15775/task/15831/stat : 15831 (java) S 15772 15775 12231 0 -1 1077944384 10444 13170 0 0 1111 57 5 2 20 0 15 0 55194596 11178180608 233886 33554432000 4194304 4196468 140728810509424 140588576164368 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15832] ppid=15772 vsize=10916192 memory=935544 CPUtime=11.71 cores=0,2,4,6
/proc/15775/task/15832/stat : 15832 (java) S 15772 15775 12231 0 -1 1077944384 10498 13170 0 0 1111 53 5 2 20 0 15 0 55194596 11178180608 233886 33554432000 4194304 4196468 140728810509424 140588575111824 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15833] ppid=15772 vsize=10916192 memory=935544 CPUtime=10.84 cores=0,2,4,6
/proc/15775/task/15833/stat : 15833 (java) S 15772 15775 12231 0 -1 1077944384 11662 13170 0 0 1021 56 5 2 20 0 15 0 55194597 11178180608 233886 33554432000 4194304 4196468 140728810509424 140587738864112 140588668783234 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15834] ppid=15772 vsize=10916192 memory=935544 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15834/stat : 15834 (java) S 15772 15775 12231 0 -1 1077944384 56 13170 0 0 0 0 5 2 20 0 15 0 55194598 11178180608 233886 33554432000 4194304 4196468 140728810509424 140587737810464 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15835] ppid=15772 vsize=10916192 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15835/stat : 15835 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 55194598 11178180608 233886 33554432000 4194304 4196468 140728810509424 140587500037632 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15836] ppid=15772 vsize=10916192 memory=17764 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15836/stat : 15836 (java) S 15772 15775 12231 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 55194601 11178180608 233886 33554432000 4194304 4196468 140728810509424 140587259747024 140588668790683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15837] ppid=15772 vsize=10916192 memory=288230574492221466 CPUtime=7.73 cores=0,2,4,6
/proc/15775/task/15837/stat : 15837 (java) S 15772 15775 12231 0 -1 1077944384 34852 13170 0 0 757 9 5 2 20 0 15 0 55194601 11178180608 233886 33554432000 4194304 4196468 140728810509424 140587704252400 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15838] ppid=15772 vsize=10916192 memory=288230621803970871 CPUtime=8.01 cores=0,2,4,6
/proc/15775/task/15838/stat : 15838 (java) S 15772 15775 12231 0 -1 1077944384 40725 13170 0 0 788 6 5 2 20 0 15 0 55194601 11178180608 233886 33554432000 4194304 4196468 140728810509424 140587703199856 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15839] ppid=15772 vsize=10916192 memory=935544 CPUtime=3.42 cores=0,2,4,6
/proc/15775/task/15839/stat : 15839 (java) S 15772 15775 12231 0 -1 1077944384 34099 13170 0 0 328 7 5 2 20 0 15 0 55194601 11178180608 233886 33554432000 4194304 4196468 140728810509424 140587466479856 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15840] ppid=15772 vsize=10916192 memory=935544 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15840/stat : 15840 (java) S 15772 15775 12231 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 55194601 11178180608 233886 33554432000 4194304 4196468 140728810509424 140587226188384 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15841] ppid=15772 vsize=10916192 memory=935544 CPUtime=1.29 cores=0,2,4,6
/proc/15775/task/15841/stat : 15841 (java) S 15772 15775 12231 0 -1 1077944384 1595 13170 0 0 64 58 5 2 20 0 15 0 55194601 11178180608 233886 33554432000 4194304 4196468 140728810509424 140587465427760 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
Current children cumulated CPU time: 2374.54 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 935544 KiB

[startup+2382.3 s]
/proc/loadavg: 1.24 1.34 1.40 3/216 16066
/proc/meminfo: memFree=16808660/32770624 swapFree=67108860/67108860
[pid=15775] ppid=15772 vsize=10916192 memory=935544 CPUtime=2435.49 cores=0,2,4,6
/proc/15775/stat : 15775 (java) S 15772 15775 12231 0 -1 1077944320 258825 13170 0 0 243186 356 5 2 20 0 15 0 55194586 11178180608 233886 33554432000 4194304 4196468 140728810509424 140728810491968 140588668772087 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
/proc/15775/statm: 2729048 233886 3528 1 0 2690701 0
[pid=15775/tid=15828] ppid=15772 vsize=10916192 memory=935544 CPUtime=2356.12 cores=0,2,4,6
/proc/15775/task/15828/stat : 15828 (java) R 15772 15775 12231 0 -1 4202560 91192 13170 0 0 235555 50 5 2 20 0 15 0 55194595 11178180608 233886 33554432000 4194304 4196468 140728810509424 140588640607440 140588269134216 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15829] ppid=15772 vsize=10916192 memory=935544 CPUtime=12.12 cores=0,2,4,6
/proc/15775/task/15829/stat : 15829 (java) S 15772 15775 12231 0 -1 1077944384 9120 13170 0 0 1150 55 5 2 20 0 15 0 55194596 11178180608 233886 33554432000 4194304 4196468 140728810509424 140588673014032 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15830] ppid=15772 vsize=10916192 memory=935544 CPUtime=12.04 cores=0,2,4,6
/proc/15775/task/15830/stat : 15830 (java) S 15772 15775 12231 0 -1 1077944384 12082 13170 0 0 1146 51 5 2 20 0 15 0 55194596 11178180608 233886 33554432000 4194304 4196468 140728810509424 140588577216912 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15831] ppid=15772 vsize=10916192 memory=935544 CPUtime=12.07 cores=0,2,4,6
/proc/15775/task/15831/stat : 15831 (java) S 15772 15775 12231 0 -1 1077944384 10494 13170 0 0 1141 59 5 2 20 0 15 0 55194596 11178180608 233886 33554432000 4194304 4196468 140728810509424 140588576164368 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15832] ppid=15772 vsize=10916192 memory=935544 CPUtime=12.04 cores=0,2,4,6
/proc/15775/task/15832/stat : 15832 (java) S 15772 15775 12231 0 -1 1077944384 10547 13170 0 0 1142 55 5 2 20 0 15 0 55194596 11178180608 233886 33554432000 4194304 4196468 140728810509424 140588575111824 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15833] ppid=15772 vsize=10916192 memory=935544 CPUtime=11.14 cores=0,2,4,6
/proc/15775/task/15833/stat : 15833 (java) S 15772 15775 12231 0 -1 1077944384 11845 13170 0 0 1049 58 5 2 20 0 15 0 55194597 11178180608 233886 33554432000 4194304 4196468 140728810509424 140587738864112 140588668783234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15834] ppid=15772 vsize=10916192 memory=935544 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15834/stat : 15834 (java) S 15772 15775 12231 0 -1 1077944384 56 13170 0 0 0 0 5 2 20 0 15 0 55194598 11178180608 233886 33554432000 4194304 4196468 140728810509424 140587737810464 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15835] ppid=15772 vsize=10916192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15835/stat : 15835 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 55194598 11178180608 233886 33554432000 4194304 4196468 140728810509424 140587500037632 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15836] ppid=15772 vsize=10916192 memory=2257 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15836/stat : 15836 (java) S 15772 15775 12231 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 55194601 11178180608 233886 33554432000 4194304 4196468 140728810509424 140587259747024 140588668790683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15837] ppid=15772 vsize=10916192 memory=785 CPUtime=7.74 cores=0,2,4,6
/proc/15775/task/15837/stat : 15837 (java) S 15772 15775 12231 0 -1 1077944384 34854 13170 0 0 758 9 5 2 20 0 15 0 55194601 11178180608 233886 33554432000 4194304 4196468 140728810509424 140587704252400 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15838] ppid=15772 vsize=10916192 memory=935544 CPUtime=8.01 cores=0,2,4,6
/proc/15775/task/15838/stat : 15838 (java) S 15772 15775 12231 0 -1 1077944384 40727 13170 0 0 788 6 5 2 20 0 15 0 55194601 11178180608 233886 33554432000 4194304 4196468 140728810509424 140587703199856 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15839] ppid=15772 vsize=10916192 memory=1232 CPUtime=3.42 cores=0,2,4,6
/proc/15775/task/15839/stat : 15839 (java) S 15772 15775 12231 0 -1 1077944384 34102 13170 0 0 328 7 5 2 20 0 15 0 55194601 11178180608 233886 33554432000 4194304 4196468 140728810509424 140587466479856 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15840] ppid=15772 vsize=10916192 memory=17764 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15840/stat : 15840 (java) S 15772 15775 12231 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 55194601 11178180608 233886 33554432000 4194304 4196468 140728810509424 140587226188384 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15841] ppid=15772 vsize=10916192 memory=1292 CPUtime=1.32 cores=0,2,4,6
/proc/15775/task/15841/stat : 15841 (java) S 15772 15775 12231 0 -1 1077944384 1610 13170 0 0 65 60 5 2 20 0 15 0 55194601 11178180608 233886 33554432000 4194304 4196468 140728810509424 140587465427760 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
Current children cumulated CPU time: 2435.49 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 935544 KiB

[startup+2442.3 s]
/proc/loadavg: 1.22 1.31 1.39 3/215 16067
/proc/meminfo: memFree=16807204/32770624 swapFree=67108860/67108860
[pid=15775] ppid=15772 vsize=10916192 memory=937592 CPUtime=2496.45 cores=0,2,4,6
/proc/15775/stat : 15775 (java) S 15772 15775 12231 0 -1 1077944320 260393 13170 0 0 249274 364 5 2 20 0 15 0 55194586 11178180608 234398 33554432000 4194304 4196468 140728810509424 140728810491968 140588668772087 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
/proc/15775/statm: 2729048 234398 3528 1 0 2690701 0
[pid=15775/tid=15828] ppid=15772 vsize=10916192 memory=5792 CPUtime=2415.43 cores=0,2,4,6
/proc/15775/task/15828/stat : 15828 (java) R 15772 15775 12231 0 -1 4202560 91950 13170 0 0 241486 50 5 2 20 0 15 0 55194595 11178180608 234398 33554432000 4194304 4196468 140728810509424 140588640606640 140588270048352 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15829] ppid=15772 vsize=10916192 memory=937592 CPUtime=12.45 cores=0,2,4,6
/proc/15775/task/15829/stat : 15829 (java) S 15772 15775 12231 0 -1 1077944384 9202 13170 0 0 1181 57 5 2 20 0 15 0 55194596 11178180608 234398 33554432000 4194304 4196468 140728810509424 140588673014032 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15830] ppid=15772 vsize=10916192 memory=935544 CPUtime=12.37 cores=0,2,4,6
/proc/15775/task/15830/stat : 15830 (java) S 15772 15775 12231 0 -1 1077944384 12446 13170 0 0 1177 53 5 2 20 0 15 0 55194596 11178180608 234398 33554432000 4194304 4196468 140728810509424 140588577216912 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15831] ppid=15772 vsize=10916192 memory=56 CPUtime=12.4 cores=0,2,4,6
/proc/15775/task/15831/stat : 15831 (java) S 15772 15775 12231 0 -1 1077944384 10548 13170 0 0 1173 60 5 2 20 0 15 0 55194596 11178180608 234398 33554432000 4194304 4196468 140728810509424 140588576164368 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15832] ppid=15772 vsize=10916192 memory=935544 CPUtime=12.36 cores=0,2,4,6
/proc/15775/task/15832/stat : 15832 (java) S 15772 15775 12231 0 -1 1077944384 10636 13170 0 0 1173 56 5 2 20 0 15 0 55194596 11178180608 234398 33554432000 4194304 4196468 140728810509424 140588575111824 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15833] ppid=15772 vsize=10916192 memory=935544 CPUtime=11.43 cores=0,2,4,6
/proc/15775/task/15833/stat : 15833 (java) S 15772 15775 12231 0 -1 1077944384 12043 13170 0 0 1076 60 5 2 20 0 15 0 55194597 11178180608 234398 33554432000 4194304 4196468 140728810509424 140587738864112 140588668783234 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15834] ppid=15772 vsize=10916192 memory=937592 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15834/stat : 15834 (java) S 15772 15775 12231 0 -1 1077944384 56 13170 0 0 0 0 5 2 20 0 15 0 55194598 11178180608 234398 33554432000 4194304 4196468 140728810509424 140587737810464 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15835] ppid=15772 vsize=10916192 memory=937592 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15835/stat : 15835 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 55194598 11178180608 234398 33554432000 4194304 4196468 140728810509424 140587500037632 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15836] ppid=15772 vsize=10916192 memory=937592 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15836/stat : 15836 (java) S 15772 15775 12231 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 55194601 11178180608 234398 33554432000 4194304 4196468 140728810509424 140587259747024 140588668790683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15837] ppid=15772 vsize=10916192 memory=937592 CPUtime=7.74 cores=0,2,4,6
/proc/15775/task/15837/stat : 15837 (java) S 15772 15775 12231 0 -1 1077944384 34856 13170 0 0 758 9 5 2 20 0 15 0 55194601 11178180608 234398 33554432000 4194304 4196468 140728810509424 140587704252400 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15838] ppid=15772 vsize=10916192 memory=937592 CPUtime=8.01 cores=0,2,4,6
/proc/15775/task/15838/stat : 15838 (java) S 15772 15775 12231 0 -1 1077944384 40729 13170 0 0 788 6 5 2 20 0 15 0 55194601 11178180608 234398 33554432000 4194304 4196468 140728810509424 140587703199856 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15839] ppid=15772 vsize=10916192 memory=281300494606768 CPUtime=3.42 cores=0,2,4,6
/proc/15775/task/15839/stat : 15839 (java) S 15772 15775 12231 0 -1 1077944384 34104 13170 0 0 328 7 5 2 20 0 15 0 55194601 11178180608 234398 33554432000 4194304 4196468 140728810509424 140587466479856 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15840] ppid=15772 vsize=10916192 memory=937592 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15840/stat : 15840 (java) S 15772 15775 12231 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 55194601 11178180608 234398 33554432000 4194304 4196468 140728810509424 140587226188384 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15841] ppid=15772 vsize=10916192 memory=937592 CPUtime=1.36 cores=0,2,4,6
/proc/15775/task/15841/stat : 15841 (java) S 15772 15775 12231 0 -1 1077944384 1627 13170 0 0 67 62 5 2 20 0 15 0 55194601 11178180608 234398 33554432000 4194304 4196468 140728810509424 140587465427760 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
Current children cumulated CPU time: 2496.45 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 937592 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2465.6 s]
/proc/loadavg: 1.38 1.34 1.40 3/215 16067
/proc/meminfo: memFree=16807204/32770624 swapFree=67108860/67108860
[pid=15775] ppid=15772 vsize=10916192 memory=937592 CPUtime=2520.08 cores=0,2,4,6
/proc/15775/stat : 15775 (java) S 15772 15775 12231 0 -1 1077944320 260619 13170 0 0 251634 367 5 2 20 0 15 0 55194586 11178180608 234398 33554432000 4194304 4196468 140728810509424 140728810491968 140588668772087 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
/proc/15775/statm: 2729048 234398 3528 1 0 2690701 0
[pid=15775/tid=15828] ppid=15772 vsize=10916192 memory=4136 CPUtime=2438.48 cores=0,2,4,6
/proc/15775/task/15828/stat : 15828 (java) R 15772 15775 12231 0 -1 4202560 92152 13170 0 0 243791 50 5 2 20 0 15 0 55194595 11178180608 234398 33554432000 4194304 4196468 140728810509424 140588640607376 140588266878246 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15829] ppid=15772 vsize=10916192 memory=17764 CPUtime=12.56 cores=0,2,4,6
/proc/15775/task/15829/stat : 15829 (java) S 15772 15775 12231 0 -1 1077944384 9206 13170 0 0 1192 57 5 2 20 0 15 0 55194596 11178180608 234398 33554432000 4194304 4196468 140728810509424 140588673014032 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15830] ppid=15772 vsize=10916192 memory=937592 CPUtime=12.48 cores=0,2,4,6
/proc/15775/task/15830/stat : 15830 (java) S 15772 15775 12231 0 -1 1077944384 12449 13170 0 0 1187 54 5 2 20 0 15 0 55194596 11178180608 234398 33554432000 4194304 4196468 140728810509424 140588577216912 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15831] ppid=15772 vsize=10916192 memory=937592 CPUtime=12.52 cores=0,2,4,6
/proc/15775/task/15831/stat : 15831 (java) S 15772 15775 12231 0 -1 1077944384 10553 13170 0 0 1184 61 5 2 20 0 15 0 55194596 11178180608 234398 33554432000 4194304 4196468 140728810509424 140588576164368 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15832] ppid=15772 vsize=10916192 memory=792 CPUtime=12.48 cores=0,2,4,6
/proc/15775/task/15832/stat : 15832 (java) S 15772 15775 12231 0 -1 1077944384 10638 13170 0 0 1184 57 5 2 20 0 15 0 55194596 11178180608 234398 33554432000 4194304 4196468 140728810509424 140588575111824 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15833] ppid=15772 vsize=10916192 memory=1008 CPUtime=11.54 cores=0,2,4,6
/proc/15775/task/15833/stat : 15833 (java) S 15772 15775 12231 0 -1 1077944384 12051 13170 0 0 1086 61 5 2 20 0 15 0 55194597 11178180608 234398 33554432000 4194304 4196468 140728810509424 140587738864112 140588668783234 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15834] ppid=15772 vsize=10916192 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15834/stat : 15834 (java) S 15772 15775 12231 0 -1 1077944384 56 13170 0 0 0 0 5 2 20 0 15 0 55194598 11178180608 234398 33554432000 4194304 4196468 140728810509424 140587737810464 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15835] ppid=15772 vsize=10916192 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15835/stat : 15835 (java) S 15772 15775 12231 0 -1 1077944384 1 13170 0 0 0 0 5 2 20 0 15 0 55194598 11178180608 234398 33554432000 4194304 4196468 140728810509424 140587500037632 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15836] ppid=15772 vsize=10916192 memory=1944 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15836/stat : 15836 (java) S 15772 15775 12231 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 55194601 11178180608 234398 33554432000 4194304 4196468 140728810509424 140587259747024 140588668790683 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15837] ppid=15772 vsize=10916192 memory=1428 CPUtime=7.74 cores=0,2,4,6
/proc/15775/task/15837/stat : 15837 (java) S 15772 15775 12231 0 -1 1077944384 34856 13170 0 0 758 9 5 2 20 0 15 0 55194601 11178180608 234398 33554432000 4194304 4196468 140728810509424 140587704252400 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15838] ppid=15772 vsize=10916192 memory=8376 CPUtime=8.01 cores=0,2,4,6
/proc/15775/task/15838/stat : 15838 (java) S 15772 15775 12231 0 -1 1077944384 40729 13170 0 0 788 6 5 2 20 0 15 0 55194601 11178180608 234398 33554432000 4194304 4196468 140728810509424 140587703199856 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15839] ppid=15772 vsize=10916192 memory=4136 CPUtime=3.42 cores=0,2,4,6
/proc/15775/task/15839/stat : 15839 (java) S 15772 15775 12231 0 -1 1077944384 34104 13170 0 0 328 7 5 2 20 0 15 0 55194601 11178180608 234398 33554432000 4194304 4196468 140728810509424 140587466479856 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15840] ppid=15772 vsize=10916192 memory=17764 CPUtime=0.07 cores=0,2,4,6
/proc/15775/task/15840/stat : 15840 (java) S 15772 15775 12231 0 -1 1077944384 3 13170 0 0 0 0 5 2 20 0 15 0 55194601 11178180608 234398 33554432000 4194304 4196468 140728810509424 140587226188384 140588668782293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
[pid=15775/tid=15841] ppid=15772 vsize=10916192 memory=1292 CPUtime=1.36 cores=0,2,4,6
/proc/15775/task/15841/stat : 15841 (java) S 15772 15775 12231 0 -1 1077944384 1629 13170 0 0 67 62 5 2 20 0 15 0 55194601 11178180608 234398 33554432000 4194304 4196468 140728810509424 140587465427760 140588668783234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 26267648 140728810510959 140728810513756 140728810513756 140728810516431 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10916192 KiB
Current children cumulated memory: 937592 KiB

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

[startup+2465.63 s]
# the end of solver process 15775 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.42 s, system=3.71043 s

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

Child status: 143
Real time (s): 2465.63
CPU time (s): 2520.13
CPU user time (s): 2516.42
CPU system time (s): 3.71043
CPU usage (%): 102.21
Max. virtual memory (cumulated for all children) (KiB): 10916852
Max. memory (cumulated for all children) (KiB): 937592

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.42
system time used= 3.71043
maximum resident set size= 941828
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274815
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3064
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 302936
involuntary context switches= 9437


# summary of solver processes directly reported to runsolver:
#   pid: 15775
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2516.42
#   total CPU system time (s): 3.71043

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9861 second user time and 23.7475 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-23 22:05:13
IDJOB=4293833
IDBENCH=141243
IDSOLVER=2750
FILE ID=node150/4293833-1532376313
RUNJOBID= node150-1532356582-12262
PBS_JOBID= 21021561
Free space on /tmp= 53128 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-had18_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293833-1532376313/watcher-4293833-1532376313 -o /tmp/evaluation-result-4293833-1532376313/solver-4293833-1532376313 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532356582-12262 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=542371185 HOME/instance-4293833-1532376313.xml

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

MD5SUM BENCH= 2bd2b017ef1b8aef080ffc7cd9cfea3a
RANDOM SEED=542371185

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        17538352 kB
MemAvailable:   31072180 kB
Buffers:          222872 kB
Cached:         13402888 kB
SwapCached:            0 kB
Active:          2139580 kB
Inactive:       12403900 kB
Active(anon):     876464 kB
Inactive(anon):    61448 kB
Active(file):    1263116 kB
Inactive(file): 12342452 kB
Unevictable:        7756 kB
Mlocked:            7756 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26044 kB
Writeback:             0 kB
AnonPages:        926060 kB
Mapped:            50608 kB
Shmem:             17032 kB
Slab:             384216 kB
SReclaimable:     356720 kB
SUnreclaim:        27496 kB
KernelStack:        3504 kB
PageTables:         6996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1879720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    757760 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 53100 MiB
End job on node150 at 2018-07-23 22:46:19