Trace number 4304731

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)161 2520.1 2486.23

General information on the benchmark

NameTravellingSalesman/
TravellingSalesman-35-30-00_c18.xml
MD5SUM558ee623558ef43f0bbab0563f00ef08
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark148
Best CPU time to get the best result obtained on this benchmark2520.11
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints36
Number of domains2
Minimum domain size33
Maximum domain size35
Distribution of domain sizes[{"size":33,"count":35},{"size":35,"count":35}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":35},{"degree":3,"count":35}]
Minimum constraint arity3
Maximum constraint arity35
Distribution of constraint arities[{"arity":3,"count":35},{"arity":35,"count":1}]
Number of extensional constraints35
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":35},{"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.75	c Concrete v3.9.2.1532736233296 running
8.60/4.21	o 368
8.60/4.24	o 364
8.60/4.25	o 334
8.60/4.26	o 331
10.16/4.73	o 325
10.16/4.73	o 324
10.16/4.73	o 323
10.16/4.73	o 268
10.16/4.73	o 251
11.17/5.25	o 249
11.17/5.25	o 247
11.17/5.26	o 246
11.17/5.28	o 245
12.72/6.32	o 244
12.72/6.32	o 243
12.72/6.33	o 241
12.72/6.33	o 240
12.72/6.35	o 239
12.72/6.35	o 236
12.72/6.35	o 235
13.06/6.58	o 234
13.06/6.58	o 233
13.06/6.58	o 232
13.06/6.59	o 230
13.06/6.59	o 227
13.06/6.59	o 225
13.06/6.60	o 224
13.52/6.85	o 223
18.31/10.80	o 222
18.31/10.81	o 220
18.31/10.81	o 219
18.31/10.83	o 217
18.31/10.86	o 215
18.31/10.89	o 214
18.45/10.91	o 213
18.45/10.94	o 211
18.59/11.06	o 206
18.59/11.06	o 204
19.13/11.31	o 203
19.34/11.45	o 201
74.06/65.00	o 190
74.06/65.01	o 185
78.76/69.49	o 181
182.17/170.90	o 179
183.26/171.89	o 178
183.26/171.89	o 177
183.26/171.89	o 174
184.30/172.82	o 173
184.92/173.46	o 170
185.03/173.54	o 169
196.54/184.78	o 167
196.54/184.78	o 165
196.64/184.85	o 161
2520.07/2486.20	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2486.20		at concrete.MAC.mac(MAC.scala:188)
2520.07/2486.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.07/2486.20		at scala.util.Try$.apply(Try.scala:209)
2520.07/2486.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.07/2486.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.07/2486.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.07/2486.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.07/2486.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.07/2486.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.07/2486.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.07/2486.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.07/2486.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.07/2486.20		at concrete.MAC.oneRun(MAC.scala:253)
2520.07/2486.20		at concrete.MAC.nextSolution(MAC.scala:272)
2520.07/2486.20		at concrete.MAC.nextSolution(MAC.scala:355)
2520.07/2486.20		at concrete.Solver.hasNext(Solver.scala:166)
2520.07/2486.20		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.07/2486.20		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.07/2486.20		at concrete.Solver.foreach(Solver.scala:68)
2520.07/2486.20		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.07/2486.20		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.07/2486.20		at scala.util.Success.map(Try.scala:209)
2520.07/2486.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2486.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.07/2486.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.07/2486.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2486.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.07/2486.20		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.07/2486.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.07/2486.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.07/2486.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.07/2486.21		at scala.collection.immutable.List.foreach(List.scala:389)
2520.07/2486.21		at scala.App.main(App.scala:76)
2520.07/2486.21		at scala.App.main$(App.scala:74)
2520.07/2486.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.07/2486.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2486.21	v <instantiation cost="161">
2520.07/2486.21	v       <list>
2520.07/2486.21	v         c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] c[20] c[21] c[22] c[23] c[24] c[25] c[26] c[27] c[28] c[29] c[30] c[31] c[32] c[33] c[34] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] d[20] d[21] d[22] d[23] d[24] d[25] d[26] d[27] d[28] d[29] d[30] d[31] d[32] d[33] d[34]
2520.07/2486.21	v       </list>
2520.07/2486.21	v       <values>
2520.07/2486.21	v         8 3 10 15 19 22 18 21 30 33 34 32 23 9 20 24 29 28 31 27 25 26 17 16 11 6 1 0 2 4 5 12 13 14 7 4 4 4 4 4 4 4 8 2 3 12 7 13 8 7 15 1 5 3 1 1 9 2 3 4 4 7 2 1 2 4 1 3 4 1
2520.07/2486.21	v       </values>
2520.07/2486.21	v     </instantiation>
2520.07/2486.21	s SATISFIABLE

Verifier Data

OK	161

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304731-1534144190/watcher-4304731-1534144190 -o /tmp/evaluation-result-4304731-1534144190/solver-4304731-1534144190 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534136767-2523 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=961323512 HOME/instance-4304731-1534144190.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
Current StackSize limit: 8192 KiB
solver pid=3780, runsolver pid=3777


[startup+0.100091 s]*
/proc/loadavg: 1.34 1.33 1.34 3/206 3837
/proc/meminfo: memFree=27853724/32770624 swapFree=67030660/67108860
[pid=3780] ppid=3777 vsize=10005480 memory=16548 CPUtime=0.09 cores=0,2,4,6
/proc/3780/stat : 3780 (java) S 3777 3780 1776 0 -1 1077944320 4295 13281 0 0 1 0 5 3 20 0 6 0 231982219 10245611520 4137 33554432000 4194304 4196468 140727777618880 140727777601424 140011284971255 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
/proc/3780/statm: 2501370 4137 1932 1 0 2489808 0
[pid=3780/tid=3833] ppid=3777 vsize=10005480 memory=-8745273339715829695 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3833/stat : 3833 (java) R 3777 3780 1776 0 -1 4202560 2152 13281 0 0 0 0 5 3 20 0 6 0 231982229 10245611520 4203 33554432000 4194304 4196468 140727777618880 140011256808016 140011284993181 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3834] ppid=3777 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3834/stat : 3834 (java) S 3777 3780 1776 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 6 0 231982229 10245611520 4203 33554432000 4194304 4196468 140727777618880 140011289213584 140011284981461 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3835] ppid=3777 vsize=10005480 memory=139793233778304 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3835/stat : 3835 (java) S 3777 3780 1776 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 6 0 231982229 10245611520 4203 33554432000 4194304 4196468 140727777618880 140011170478608 140011284981461 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3836] ppid=3777 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3836/stat : 3836 (java) S 3777 3780 1776 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 6 0 231982229 10245611520 4203 33554432000 4194304 4196468 140727777618880 140010823801232 140011284981461 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3837] ppid=3777 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3837/stat : 3837 (java) S 3777 3780 1776 0 -1 1077944384 2 13281 0 0 0 0 5 3 20 0 6 0 231982229 10245611520 4203 33554432000 4194304 4196468 140727777618880 140010822748432 140011284981461 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16548 KiB

[startup+0.21007 s]*
/proc/loadavg: 1.34 1.33 1.34 3/215 3846
/proc/meminfo: memFree=27831344/32770624 swapFree=67030660/67108860
[pid=3780] ppid=3777 vsize=10982696 memory=42144 CPUtime=0.26 cores=0,2,4,6
/proc/3780/stat : 3780 (java) S 3777 3780 1776 0 -1 1077944320 8382 13281 0 0 16 2 5 3 20 0 15 0 231982219 11246280704 10536 33554432000 4194304 4196468 140727777618880 140727777601424 140011284971255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
/proc/3780/statm: 2745674 10536 2967 1 0 2708109 0
[pid=3780/tid=3833] ppid=3777 vsize=10982696 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/3780/task/3833/stat : 3833 (java) R 3777 3780 1776 0 -1 4202560 4911 13281 0 0 10 1 5 3 20 0 15 0 231982229 11246280704 10536 33554432000 4194304 4196468 140727777618880 140011256749360 140011268158081 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3834] ppid=3777 vsize=10982696 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3834/stat : 3834 (java) S 3777 3780 1776 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 231982229 11246280704 10536 33554432000 4194304 4196468 140727777618880 140011289213584 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3835] ppid=3777 vsize=10982696 memory=288370169385490048 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3835/stat : 3835 (java) S 3777 3780 1776 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 231982229 11246280704 10536 33554432000 4194304 4196468 140727777618880 140011170478608 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3836] ppid=3777 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3836/stat : 3836 (java) S 3777 3780 1776 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 231982229 11246280704 10536 33554432000 4194304 4196468 140727777618880 140010823801232 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3837] ppid=3777 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3837/stat : 3837 (java) S 3777 3780 1776 0 -1 1077944384 2 13281 0 0 0 0 5 3 20 0 15 0 231982229 11246280704 10536 33554432000 4194304 4196468 140727777618880 140010822748432 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3838] ppid=3777 vsize=10982696 memory=139793233778304 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3838/stat : 3838 (java) S 3777 3780 1776 0 -1 1077944384 2 13281 0 0 0 0 5 3 20 0 15 0 231982231 11246280704 10536 33554432000 4194304 4196468 140727777618880 140010778069872 140011284982402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3839] ppid=3777 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3839/stat : 3839 (java) S 3777 3780 1776 0 -1 1077944384 13 13281 0 0 0 0 5 3 20 0 15 0 231982231 11246280704 10536 33554432000 4194304 4196468 140727777618880 140010095371808 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3840] ppid=3777 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3840/stat : 3840 (java) S 3777 3780 1776 0 -1 1077944384 21 13281 0 0 0 0 5 3 20 0 15 0 231982232 11246280704 10536 33554432000 4194304 4196468 140727777618880 140010028258672 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3841] ppid=3777 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3841/stat : 3841 (java) S 3777 3780 1776 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 231982234 11246280704 10536 33554432000 4194304 4196468 140727777618880 140009720863056 140011284989851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3842] ppid=3777 vsize=10982696 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3780/task/3842/stat : 3842 (java) S 3777 3780 1776 0 -1 1077944384 533 13281 0 0 1 0 5 3 20 0 15 0 231982234 11246280704 10536 33554432000 4194304 4196468 140727777618880 140010777016688 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3843] ppid=3777 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3843/stat : 3843 (java) S 3777 3780 1776 0 -1 1077944384 72 13281 0 0 0 0 5 3 20 0 15 0 231982234 11246280704 10536 33554432000 4194304 4196468 140727777618880 140010775963888 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3844] ppid=3777 vsize=10982696 memory=139793233778304 CPUtime=0.11 cores=0,2,4,6
/proc/3780/task/3844/stat : 3844 (java) S 3777 3780 1776 0 -1 1077944384 633 13281 0 0 3 0 5 3 20 0 15 0 231982234 11246280704 10536 33554432000 4194304 4196468 140727777618880 140010774911088 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3845] ppid=3777 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3845/stat : 3845 (java) S 3777 3780 1776 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 231982234 11246280704 10536 33554432000 4194304 4196468 140727777618880 140009290066144 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3846] ppid=3777 vsize=10982696 memory=139793233778304 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3846/stat : 3846 (java) S 3777 3780 1776 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 231982235 11246280704 10536 33554432000 4194304 4196468 140727777618880 140010773859504 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 42144 KiB

[startup+0.31057 s]*
/proc/loadavg: 1.34 1.33 1.34 3/215 3846
/proc/meminfo: memFree=27820148/32770624 swapFree=67030660/67108860
[pid=3780] ppid=3777 vsize=10983192 memory=53296 CPUtime=0.39 cores=0,2,4,6
/proc/3780/stat : 3780 (java) S 3777 3780 1776 0 -1 1077944320 10385 13281 0 0 28 3 5 3 20 0 15 0 231982219 11246788608 13324 33554432000 4194304 4196468 140727777618880 140727777601424 140011284971255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
/proc/3780/statm: 2745798 13324 3099 1 0 2708109 0
[pid=3780/tid=3833] ppid=3777 vsize=10983192 memory=8112282956445269571 CPUtime=0.29 cores=0,2,4,6
/proc/3780/task/3833/stat : 3833 (java) R 3777 3780 1776 0 -1 4202560 6909 13281 0 0 19 2 5 3 20 0 15 0 231982229 11246788608 13371 33554432000 4194304 4196468 140727777618880 140011256783264 140011270136927 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3834] ppid=3777 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3834/stat : 3834 (java) S 3777 3780 1776 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 231982229 11246788608 13371 33554432000 4194304 4196468 140727777618880 140011289213584 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3835] ppid=3777 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3835/stat : 3835 (java) S 3777 3780 1776 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 231982229 11246788608 13371 33554432000 4194304 4196468 140727777618880 140011170478608 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3836] ppid=3777 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3836/stat : 3836 (java) S 3777 3780 1776 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 231982229 11246788608 13371 33554432000 4194304 4196468 140727777618880 140010823801232 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3837] ppid=3777 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3837/stat : 3837 (java) S 3777 3780 1776 0 -1 1077944384 2 13281 0 0 0 0 5 3 20 0 15 0 231982229 11246788608 13371 33554432000 4194304 4196468 140727777618880 140010822748432 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3838] ppid=3777 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3838/stat : 3838 (java) S 3777 3780 1776 0 -1 1077944384 2 13281 0 0 0 0 5 3 20 0 15 0 231982231 11246788608 13371 33554432000 4194304 4196468 140727777618880 140010778069872 140011284982402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3839] ppid=3777 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3839/stat : 3839 (java) S 3777 3780 1776 0 -1 1077944384 13 13281 0 0 0 0 5 3 20 0 15 0 231982231 11246788608 13371 33554432000 4194304 4196468 140727777618880 140010095371808 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3840] ppid=3777 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3840/stat : 3840 (java) S 3777 3780 1776 0 -1 1077944384 21 13281 0 0 0 0 5 3 20 0 15 0 231982232 11246788608 13371 33554432000 4194304 4196468 140727777618880 140010028258672 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3841] ppid=3777 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3841/stat : 3841 (java) S 3777 3780 1776 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 231982234 11246788608 13371 33554432000 4194304 4196468 140727777618880 140009720863056 140011284989851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3842] ppid=3777 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3780/task/3842/stat : 3842 (java) S 3777 3780 1776 0 -1 1077944384 535 13281 0 0 1 0 5 3 20 0 15 0 231982234 11246788608 13371 33554432000 4194304 4196468 140727777618880 140010777016688 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3843] ppid=3777 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/3780/task/3843/stat : 3843 (java) S 3777 3780 1776 0 -1 1077944384 72 13281 0 0 1 0 5 3 20 0 15 0 231982234 11246788608 13371 33554432000 4194304 4196468 140727777618880 140010775963888 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3844] ppid=3777 vsize=10983192 memory=139793233778304 CPUtime=0.12 cores=0,2,4,6
/proc/3780/task/3844/stat : 3844 (java) S 3777 3780 1776 0 -1 1077944384 638 13281 0 0 4 0 5 3 20 0 15 0 231982234 11246788608 13371 33554432000 4194304 4196468 140727777618880 140010774911088 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3845] ppid=3777 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3845/stat : 3845 (java) S 3777 3780 1776 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 231982234 11246788608 13371 33554432000 4194304 4196468 140727777618880 140009290066144 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3846] ppid=3777 vsize=10983192 memory=139793233778304 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3846/stat : 3846 (java) S 3777 3780 1776 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 231982235 11246788608 13371 33554432000 4194304 4196468 140727777618880 140010773859504 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 53296 KiB

[startup+0.700732 s]
/proc/loadavg: 1.34 1.33 1.34 3/215 3846
/proc/meminfo: memFree=27808612/32770624 swapFree=67030660/67108860
[pid=3780] ppid=3777 vsize=10983192 memory=86344 CPUtime=0.98 cores=0,2,4,6
/proc/3780/stat : 3780 (java) S 3777 3780 1776 0 -1 1077944320 16813 13281 0 0 86 4 5 3 20 0 15 0 231982219 11246788608 21586 33554432000 4194304 4196468 140727777618880 140727777601424 140011284971255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
/proc/3780/statm: 2745798 21586 3237 1 0 2708109 0
[pid=3780/tid=3833] ppid=3777 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/3780/task/3833/stat : 3833 (java) R 3777 3780 1776 0 -1 4202560 12398 13281 0 0 56 3 5 3 20 0 15 0 231982229 11246788608 21586 33554432000 4194304 4196468 140727777618880 140011256793424 140011269051742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3834] ppid=3777 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3834/stat : 3834 (java) S 3777 3780 1776 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 231982229 11246788608 21586 33554432000 4194304 4196468 140727777618880 140011289213584 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3835] ppid=3777 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3835/stat : 3835 (java) S 3777 3780 1776 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 231982229 11246788608 21586 33554432000 4194304 4196468 140727777618880 140011170478608 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3836] ppid=3777 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3836/stat : 3836 (java) S 3777 3780 1776 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 231982229 11246788608 21586 33554432000 4194304 4196468 140727777618880 140010823801232 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3837] ppid=3777 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3837/stat : 3837 (java) S 3777 3780 1776 0 -1 1077944384 2 13281 0 0 0 0 5 3 20 0 15 0 231982229 11246788608 21586 33554432000 4194304 4196468 140727777618880 140010822748432 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3838] ppid=3777 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3838/stat : 3838 (java) S 3777 3780 1776 0 -1 1077944384 5 13281 0 0 0 0 5 3 20 0 15 0 231982231 11246788608 21586 33554432000 4194304 4196468 140727777618880 140010778069872 140011284982402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3839] ppid=3777 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3839/stat : 3839 (java) S 3777 3780 1776 0 -1 1077944384 13 13281 0 0 0 0 5 3 20 0 15 0 231982231 11246788608 21586 33554432000 4194304 4196468 140727777618880 140010095371808 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3840] ppid=3777 vsize=10983192 memory=139793132565264 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3840/stat : 3840 (java) S 3777 3780 1776 0 -1 1077944384 21 13281 0 0 0 0 5 3 20 0 15 0 231982232 11246788608 21586 33554432000 4194304 4196468 140727777618880 140010028258672 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3841] ppid=3777 vsize=10983192 memory=139796890518089 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3841/stat : 3841 (java) S 3777 3780 1776 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 231982234 11246788608 21586 33554432000 4194304 4196468 140727777618880 140009720863056 140011284989851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3842] ppid=3777 vsize=10983192 memory=752 CPUtime=0.15 cores=0,2,4,6
/proc/3780/task/3842/stat : 3842 (java) S 3777 3780 1776 0 -1 1077944384 778 13281 0 0 7 0 5 3 20 0 15 0 231982234 11246788608 21586 33554432000 4194304 4196468 140727777618880 140010777016688 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3843] ppid=3777 vsize=10983192 memory=7014751519650764113 CPUtime=0.17 cores=0,2,4,6
/proc/3780/task/3843/stat : 3843 (java) S 3777 3780 1776 0 -1 1077944384 677 13281 0 0 9 0 5 3 20 0 15 0 231982234 11246788608 21586 33554432000 4194304 4196468 140727777618880 140010775963888 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3844] ppid=3777 vsize=10983192 memory=6082220498109819240 CPUtime=0.2 cores=0,2,4,6
/proc/3780/task/3844/stat : 3844 (java) S 3777 3780 1776 0 -1 1077944384 722 13281 0 0 12 0 5 3 20 0 15 0 231982234 11246788608 21586 33554432000 4194304 4196468 140727777618880 140010774911088 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3845] ppid=3777 vsize=10983192 memory=3544 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3845/stat : 3845 (java) S 3777 3780 1776 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 231982234 11246788608 21586 33554432000 4194304 4196468 140727777618880 140009290066144 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3846] ppid=3777 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3846/stat : 3846 (java) S 3777 3780 1776 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 231982235 11246788608 21586 33554432000 4194304 4196468 140727777618880 140010773859504 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 86344 KiB

[startup+1.50072 s]
/proc/loadavg: 1.34 1.33 1.34 3/215 3846
/proc/meminfo: memFree=27764576/32770624 swapFree=67030660/67108860
[pid=3780] ppid=3777 vsize=10998092 memory=177788 CPUtime=2.37 cores=0,2,4,6
/proc/3780/stat : 3780 (java) S 3777 3780 1776 0 -1 1077944320 24093 13281 0 0 220 9 5 3 20 0 15 0 231982219 11262046208 44447 33554432000 4194304 4196468 140727777618880 140727777601424 140011284971255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
/proc/3780/statm: 2749523 44447 3467 1 0 2711181 0
[pid=3780/tid=3833] ppid=3777 vsize=10998092 memory=9169 CPUtime=1.43 cores=0,2,4,6
/proc/3780/task/3833/stat : 3833 (java) R 3777 3780 1776 0 -1 4202560 17834 13281 0 0 130 5 5 3 20 0 15 0 231982229 11262046208 44447 33554432000 4194304 4196468 140727777618880 140011256800560 140011269051742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3834] ppid=3777 vsize=10998092 memory=8112282956445269571 CPUtime=0.09 cores=0,2,4,6
/proc/3780/task/3834/stat : 3834 (java) S 3777 3780 1776 0 -1 1077944384 36 13281 0 0 1 0 5 3 20 0 15 0 231982229 11262046208 44447 33554432000 4194304 4196468 140727777618880 140011289213584 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3835] ppid=3777 vsize=10998092 memory=3272 CPUtime=0.09 cores=0,2,4,6
/proc/3780/task/3835/stat : 3835 (java) S 3777 3780 1776 0 -1 1077944384 58 13281 0 0 1 0 5 3 20 0 15 0 231982229 11262046208 44447 33554432000 4194304 4196468 140727777618880 140011170478608 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3836] ppid=3777 vsize=10998092 memory=1015696 CPUtime=0.09 cores=0,2,4,6
/proc/3780/task/3836/stat : 3836 (java) S 3777 3780 1776 0 -1 1077944384 245 13281 0 0 1 0 5 3 20 0 15 0 231982229 11262046208 44447 33554432000 4194304 4196468 140727777618880 140010823801232 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3837] ppid=3777 vsize=10998092 memory=86344 CPUtime=0.09 cores=0,2,4,6
/proc/3780/task/3837/stat : 3837 (java) S 3777 3780 1776 0 -1 1077944384 20 13281 0 0 1 0 5 3 20 0 15 0 231982229 11262046208 44447 33554432000 4194304 4196468 140727777618880 140010822748432 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3838] ppid=3777 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/3780/task/3838/stat : 3838 (java) S 3777 3780 1776 0 -1 1077944384 51 13281 0 0 1 0 5 3 20 0 15 0 231982231 11262046208 44447 33554432000 4194304 4196468 140727777618880 140010778069872 140011284982402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3839] ppid=3777 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3839/stat : 3839 (java) S 3777 3780 1776 0 -1 1077944384 14 13281 0 0 0 0 5 3 20 0 15 0 231982231 11262046208 44447 33554432000 4194304 4196468 140727777618880 140010095371872 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3840] ppid=3777 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3840/stat : 3840 (java) S 3777 3780 1776 0 -1 1077944384 42 13281 0 0 0 0 5 3 20 0 15 0 231982232 11262046208 44447 33554432000 4194304 4196468 140727777618880 140010028258688 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3841] ppid=3777 vsize=10998092 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3841/stat : 3841 (java) S 3777 3780 1776 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 231982234 11262046208 44447 33554432000 4194304 4196468 140727777618880 140009720863056 140011284989851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3842] ppid=3777 vsize=10998092 memory=4638778398332698720 CPUtime=0.29 cores=0,2,4,6
/proc/3780/task/3842/stat : 3842 (java) S 3777 3780 1776 0 -1 1077944384 1089 13281 0 0 21 0 5 3 20 0 15 0 231982234 11262046208 44447 33554432000 4194304 4196468 140727777618880 140010777016688 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3843] ppid=3777 vsize=10998092 memory=279586265406400 CPUtime=0.37 cores=0,2,4,6
/proc/3780/task/3843/stat : 3843 (java) S 3777 3780 1776 0 -1 1077944384 1260 13281 0 0 29 0 5 3 20 0 15 0 231982234 11262046208 44447 33554432000 4194304 4196468 140727777618880 140010775963888 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3844] ppid=3777 vsize=10998092 memory=6944656425123290226 CPUtime=0.4 cores=0,2,4,6
/proc/3780/task/3844/stat : 3844 (java) S 3777 3780 1776 0 -1 1077944384 1249 13281 0 0 32 0 5 3 20 0 15 0 231982234 11262046208 44447 33554432000 4194304 4196468 140727777618880 140010774911088 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3845] ppid=3777 vsize=10998092 memory=-7233780906022716832 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3845/stat : 3845 (java) S 3777 3780 1776 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 231982234 11262046208 44447 33554432000 4194304 4196468 140727777618880 140009290066144 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3846] ppid=3777 vsize=10998092 memory=6944656591801719708 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3846/stat : 3846 (java) S 3777 3780 1776 0 -1 1077944384 1 13281 0 0 0 0 5 3 20 0 15 0 231982235 11262046208 44447 33554432000 4194304 4196468 140727777618880 140010773859504 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
Current children cumulated CPU time: 2.37 s
Current children cumulated vsize: 10998092 KiB

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

/proc/3780/task/3833/stat : 3833 (java) R 3777 3780 1776 0 -1 4202560 77056 13281 0 0 230708 32 5 3 20 0 15 0 231982229 11345952768 154875 33554432000 4194304 4196468 140727777618880 140011256806208 140010865028668 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3834] ppid=3777 vsize=11080032 memory=619500 CPUtime=6.25 cores=0,2,4,6
/proc/3780/task/3834/stat : 3834 (java) S 3777 3780 1776 0 -1 1077944384 8263 13281 0 0 586 31 5 3 20 0 15 0 231982229 11345952768 154875 33554432000 4194304 4196468 140727777618880 140011289213584 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3835] ppid=3777 vsize=11080032 memory=619500 CPUtime=6.27 cores=0,2,4,6
/proc/3780/task/3835/stat : 3835 (java) S 3777 3780 1776 0 -1 1077944384 7419 13281 0 0 588 31 5 3 20 0 15 0 231982229 11345952768 154875 33554432000 4194304 4196468 140727777618880 140011170478608 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3836] ppid=3777 vsize=11080032 memory=619476 CPUtime=6.26 cores=0,2,4,6
/proc/3780/task/3836/stat : 3836 (java) S 3777 3780 1776 0 -1 1077944384 6235 13281 0 0 592 26 5 3 20 0 15 0 231982229 11345952768 154875 33554432000 4194304 4196468 140727777618880 140010823801232 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3837] ppid=3777 vsize=11080032 memory=619500 CPUtime=6.27 cores=0,2,4,6
/proc/3780/task/3837/stat : 3837 (java) S 3777 3780 1776 0 -1 1077944384 11336 13281 0 0 591 28 5 3 20 0 15 0 231982229 11345952768 154875 33554432000 4194304 4196468 140727777618880 140010822748432 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3838] ppid=3777 vsize=11080032 memory=619500 CPUtime=5.87 cores=0,2,4,6
/proc/3780/task/3838/stat : 3838 (java) S 3777 3780 1776 0 -1 1077944384 9687 13281 0 0 548 31 5 3 20 0 15 0 231982231 11345952768 154875 33554432000 4194304 4196468 140727777618880 140010778069872 140011284982402 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3839] ppid=3777 vsize=11080032 memory=619500 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3839/stat : 3839 (java) S 3777 3780 1776 0 -1 1077944384 15 13281 0 0 0 0 5 3 20 0 15 0 231982231 11345952768 154875 33554432000 4194304 4196468 140727777618880 140010095371936 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3840] ppid=3777 vsize=11080032 memory=619500 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3840/stat : 3840 (java) S 3777 3780 1776 0 -1 1077944384 43 13281 0 0 0 0 5 3 20 0 15 0 231982232 11345952768 154875 33554432000 4194304 4196468 140727777618880 140010028258688 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3841] ppid=3777 vsize=11080032 memory=619500 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3841/stat : 3841 (java) S 3777 3780 1776 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 231982234 11345952768 154875 33554432000 4194304 4196468 140727777618880 140009720863056 140011284989851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3842] ppid=3777 vsize=11080032 memory=619500 CPUtime=5.93 cores=0,2,4,6
/proc/3780/task/3842/stat : 3842 (java) S 3777 3780 1776 0 -1 1077944384 32682 13281 0 0 580 5 5 3 20 0 15 0 231982234 11345952768 154875 33554432000 4194304 4196468 140727777618880 140010777016688 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3843] ppid=3777 vsize=11080032 memory=619500 CPUtime=6.48 cores=0,2,4,6
/proc/3780/task/3843/stat : 3843 (java) S 3777 3780 1776 0 -1 1077944384 30760 13281 0 0 636 4 5 3 20 0 15 0 231982234 11345952768 154875 33554432000 4194304 4196468 140727777618880 140010775963888 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3844] ppid=3777 vsize=11080032 memory=619500 CPUtime=3.21 cores=0,2,4,6
/proc/3780/task/3844/stat : 3844 (java) S 3777 3780 1776 0 -1 1077944384 34971 13281 0 0 307 6 5 3 20 0 15 0 231982234 11345952768 154875 33554432000 4194304 4196468 140727777618880 140010774911088 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3845] ppid=3777 vsize=11080032 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3845/stat : 3845 (java) S 3777 3780 1776 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 231982234 11345952768 154875 33554432000 4194304 4196468 140727777618880 140009290066144 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3846] ppid=3777 vsize=11080032 memory=3544 CPUtime=1.32 cores=0,2,4,6
/proc/3780/task/3846/stat : 3846 (java) S 3777 3780 1776 0 -1 1077944384 1307 13281 0 0 62 62 5 3 20 0 15 0 231982235 11345952768 154875 33554432000 4194304 4196468 140727777618880 140010773859504 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
Current children cumulated CPU time: 2354.72 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 619500 KiB

[startup+2382.3 s]
/proc/loadavg: 1.10 1.22 1.27 3/215 4044
/proc/meminfo: memFree=27929284/32770624 swapFree=67030660/67108860
[pid=3780] ppid=3777 vsize=11080032 memory=619552 CPUtime=2415.26 cores=0,2,4,6
/proc/3780/stat : 3780 (java) S 3777 3780 1776 0 -1 1077944320 222666 13281 0 0 241296 222 5 3 20 0 15 0 231982219 11345952768 154888 33554432000 4194304 4196468 140727777618880 140727777601424 140011284971255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
/proc/3780/statm: 2770008 154888 3525 1 0 2731661 0
[pid=3780/tid=3833] ppid=3777 vsize=11080032 memory=619552 CPUtime=2367.07 cores=0,2,4,6
/proc/3780/task/3833/stat : 3833 (java) R 3777 3780 1776 0 -1 4202560 77441 13281 0 0 236666 33 5 3 20 0 15 0 231982229 11345952768 154888 33554432000 4194304 4196468 140727777618880 140011256805792 140010863479080 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3834] ppid=3777 vsize=11080032 memory=619476 CPUtime=6.44 cores=0,2,4,6
/proc/3780/task/3834/stat : 3834 (java) S 3777 3780 1776 0 -1 1077944384 8276 13281 0 0 604 32 5 3 20 0 15 0 231982229 11345952768 154888 33554432000 4194304 4196468 140727777618880 140011289213584 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3835] ppid=3777 vsize=11080032 memory=619552 CPUtime=6.46 cores=0,2,4,6
/proc/3780/task/3835/stat : 3835 (java) S 3777 3780 1776 0 -1 1077944384 7454 13281 0 0 606 32 5 3 20 0 15 0 231982229 11345952768 154888 33554432000 4194304 4196468 140727777618880 140011170478608 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3836] ppid=3777 vsize=11080032 memory=619552 CPUtime=6.44 cores=0,2,4,6
/proc/3780/task/3836/stat : 3836 (java) S 3777 3780 1776 0 -1 1077944384 6274 13281 0 0 608 28 5 3 20 0 15 0 231982229 11345952768 154888 33554432000 4194304 4196468 140727777618880 140010823801232 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3837] ppid=3777 vsize=11080032 memory=619552 CPUtime=6.46 cores=0,2,4,6
/proc/3780/task/3837/stat : 3837 (java) S 3777 3780 1776 0 -1 1077944384 11359 13281 0 0 609 29 5 3 20 0 15 0 231982229 11345952768 154888 33554432000 4194304 4196468 140727777618880 140010822748432 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3838] ppid=3777 vsize=11080032 memory=619552 CPUtime=6.04 cores=0,2,4,6
/proc/3780/task/3838/stat : 3838 (java) S 3777 3780 1776 0 -1 1077944384 9876 13281 0 0 565 31 5 3 20 0 15 0 231982231 11345952768 154888 33554432000 4194304 4196468 140727777618880 140010778069872 140011284982402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3839] ppid=3777 vsize=11080032 memory=619552 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3839/stat : 3839 (java) S 3777 3780 1776 0 -1 1077944384 15 13281 0 0 0 0 5 3 20 0 15 0 231982231 11345952768 154888 33554432000 4194304 4196468 140727777618880 140010095371936 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3840] ppid=3777 vsize=11080032 memory=619552 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3840/stat : 3840 (java) S 3777 3780 1776 0 -1 1077944384 43 13281 0 0 0 0 5 3 20 0 15 0 231982232 11345952768 154888 33554432000 4194304 4196468 140727777618880 140010028258688 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3841] ppid=3777 vsize=11080032 memory=619552 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3841/stat : 3841 (java) S 3777 3780 1776 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 231982234 11345952768 154888 33554432000 4194304 4196468 140727777618880 140009720863056 140011284989851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3842] ppid=3777 vsize=11080032 memory=619476 CPUtime=5.93 cores=0,2,4,6
/proc/3780/task/3842/stat : 3842 (java) S 3777 3780 1776 0 -1 1077944384 32684 13281 0 0 580 5 5 3 20 0 15 0 231982234 11345952768 154888 33554432000 4194304 4196468 140727777618880 140010777016688 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3843] ppid=3777 vsize=11080032 memory=619552 CPUtime=6.48 cores=0,2,4,6
/proc/3780/task/3843/stat : 3843 (java) S 3777 3780 1776 0 -1 1077944384 30762 13281 0 0 636 4 5 3 20 0 15 0 231982234 11345952768 154888 33554432000 4194304 4196468 140727777618880 140010775963888 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3844] ppid=3777 vsize=11080032 memory=619552 CPUtime=3.21 cores=0,2,4,6
/proc/3780/task/3844/stat : 3844 (java) S 3777 3780 1776 0 -1 1077944384 34973 13281 0 0 307 6 5 3 20 0 15 0 231982234 11345952768 154888 33554432000 4194304 4196468 140727777618880 140010774911088 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3845] ppid=3777 vsize=11080032 memory=3544 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3845/stat : 3845 (java) S 3777 3780 1776 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 231982234 11345952768 154888 33554432000 4194304 4196468 140727777618880 140009290066144 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3846] ppid=3777 vsize=11080032 memory=619552 CPUtime=1.36 cores=0,2,4,6
/proc/3780/task/3846/stat : 3846 (java) S 3777 3780 1776 0 -1 1077944384 1315 13281 0 0 64 64 5 3 20 0 15 0 231982235 11345952768 154888 33554432000 4194304 4196468 140727777618880 140010773859504 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
Current children cumulated CPU time: 2415.26 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 619552 KiB

[startup+2442.3 s]
/proc/loadavg: 1.02 1.18 1.25 3/216 4053
/proc/meminfo: memFree=27927884/32770624 swapFree=67030660/67108860
[pid=3780] ppid=3777 vsize=11080032 memory=619552 CPUtime=2475.77 cores=0,2,4,6
/proc/3780/stat : 3780 (java) S 3777 3780 1776 0 -1 1077944320 223871 13281 0 0 247342 227 5 3 20 0 15 0 231982219 11345952768 154888 33554432000 4194304 4196468 140727777618880 140727777601424 140011284971255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
/proc/3780/statm: 2770008 154888 3525 1 0 2731661 0
[pid=3780/tid=3833] ppid=3777 vsize=11080032 memory=619552 CPUtime=2426.65 cores=0,2,4,6
/proc/3780/task/3833/stat : 3833 (java) R 3777 3780 1776 0 -1 4202560 77944 13281 0 0 242624 33 5 3 20 0 15 0 231982229 11345952768 154888 33554432000 4194304 4196468 140727777618880 140011256805760 140010863081727 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3834] ppid=3777 vsize=11080032 memory=619552 CPUtime=6.63 cores=0,2,4,6
/proc/3780/task/3834/stat : 3834 (java) S 3777 3780 1776 0 -1 1077944384 8339 13281 0 0 622 33 5 3 20 0 15 0 231982229 11345952768 154888 33554432000 4194304 4196468 140727777618880 140011289213584 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3835] ppid=3777 vsize=11080032 memory=619476 CPUtime=6.65 cores=0,2,4,6
/proc/3780/task/3835/stat : 3835 (java) S 3777 3780 1776 0 -1 1077944384 7784 13281 0 0 624 33 5 3 20 0 15 0 231982229 11345952768 154888 33554432000 4194304 4196468 140727777618880 140011170478608 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3836] ppid=3777 vsize=11080032 memory=619552 CPUtime=6.62 cores=0,2,4,6
/proc/3780/task/3836/stat : 3836 (java) S 3777 3780 1776 0 -1 1077944384 6330 13281 0 0 625 29 5 3 20 0 15 0 231982229 11345952768 154888 33554432000 4194304 4196468 140727777618880 140010823801232 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3837] ppid=3777 vsize=11080032 memory=619552 CPUtime=6.65 cores=0,2,4,6
/proc/3780/task/3837/stat : 3837 (java) S 3777 3780 1776 0 -1 1077944384 11393 13281 0 0 627 30 5 3 20 0 15 0 231982229 11345952768 154888 33554432000 4194304 4196468 140727777618880 140010822748432 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3838] ppid=3777 vsize=11080032 memory=619552 CPUtime=6.21 cores=0,2,4,6
/proc/3780/task/3838/stat : 3838 (java) S 3777 3780 1776 0 -1 1077944384 10072 13281 0 0 581 32 5 3 20 0 15 0 231982231 11345952768 154888 33554432000 4194304 4196468 140727777618880 140010778069872 140011284982402 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3839] ppid=3777 vsize=11080032 memory=619552 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3839/stat : 3839 (java) S 3777 3780 1776 0 -1 1077944384 15 13281 0 0 0 0 5 3 20 0 15 0 231982231 11345952768 154888 33554432000 4194304 4196468 140727777618880 140010095371936 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3840] ppid=3777 vsize=11080032 memory=619552 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3840/stat : 3840 (java) S 3777 3780 1776 0 -1 1077944384 43 13281 0 0 0 0 5 3 20 0 15 0 231982232 11345952768 154888 33554432000 4194304 4196468 140727777618880 140010028258688 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3841] ppid=3777 vsize=11080032 memory=619552 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3841/stat : 3841 (java) S 3777 3780 1776 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 231982234 11345952768 154888 33554432000 4194304 4196468 140727777618880 140009720863056 140011284989851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3842] ppid=3777 vsize=11080032 memory=619552 CPUtime=5.93 cores=0,2,4,6
/proc/3780/task/3842/stat : 3842 (java) S 3777 3780 1776 0 -1 1077944384 32686 13281 0 0 580 5 5 3 20 0 15 0 231982234 11345952768 154888 33554432000 4194304 4196468 140727777618880 140010777016688 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3843] ppid=3777 vsize=11080032 memory=619552 CPUtime=6.48 cores=0,2,4,6
/proc/3780/task/3843/stat : 3843 (java) S 3777 3780 1776 0 -1 1077944384 30764 13281 0 0 636 4 5 3 20 0 15 0 231982234 11345952768 154888 33554432000 4194304 4196468 140727777618880 140010775963888 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3844] ppid=3777 vsize=11080032 memory=619552 CPUtime=3.21 cores=0,2,4,6
/proc/3780/task/3844/stat : 3844 (java) S 3777 3780 1776 0 -1 1077944384 34975 13281 0 0 307 6 5 3 20 0 15 0 231982234 11345952768 154888 33554432000 4194304 4196468 140727777618880 140010774911088 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3845] ppid=3777 vsize=11080032 memory=619552 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3845/stat : 3845 (java) S 3777 3780 1776 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 231982234 11345952768 154888 33554432000 4194304 4196468 140727777618880 140009290066144 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3846] ppid=3777 vsize=11080032 memory=619552 CPUtime=1.39 cores=0,2,4,6
/proc/3780/task/3846/stat : 3846 (java) S 3777 3780 1776 0 -1 1077944384 1332 13281 0 0 66 65 5 3 20 0 15 0 231982235 11345952768 154888 33554432000 4194304 4196468 140727777618880 140010773859504 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
Current children cumulated CPU time: 2475.77 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 619552 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.2 s]
/proc/loadavg: 1.07 1.17 1.24 3/216 4053
/proc/meminfo: memFree=27929020/32770624 swapFree=67030660/67108860
[pid=3780] ppid=3777 vsize=11080032 memory=619632 CPUtime=2520.07 cores=0,2,4,6
/proc/3780/stat : 3780 (java) S 3777 3780 1776 0 -1 1077944320 225063 13281 0 0 251767 232 5 3 20 0 15 0 231982219 11345952768 154908 33554432000 4194304 4196468 140727777618880 140727777601424 140011284971255 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
/proc/3780/statm: 2770008 154908 3525 1 0 2731661 0
[pid=3780/tid=3833] ppid=3777 vsize=11080032 memory=7739788234605487986 CPUtime=2470.23 cores=0,2,4,6
/proc/3780/task/3833/stat : 3833 (java) R 3777 3780 1776 0 -1 4202560 78323 13281 0 0 246982 33 5 3 20 0 15 0 231982229 11345952768 154908 33554432000 4194304 4196468 140727777618880 140011256806624 140010863084665 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3834] ppid=3777 vsize=11080032 memory=6300089925415103080 CPUtime=6.76 cores=0,2,4,6
/proc/3780/task/3834/stat : 3834 (java) S 3777 3780 1776 0 -1 1077944384 8657 13281 0 0 635 33 5 3 20 0 15 0 231982229 11345952768 154908 33554432000 4194304 4196468 140727777618880 140011289213584 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3835] ppid=3777 vsize=11080032 memory=7163369302516263232 CPUtime=6.79 cores=0,2,4,6
/proc/3780/task/3835/stat : 3835 (java) S 3777 3780 1776 0 -1 1077944384 7834 13281 0 0 637 34 5 3 20 0 15 0 231982229 11345952768 154908 33554432000 4194304 4196468 140727777618880 140011170478608 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3836] ppid=3777 vsize=11080032 memory=288230574492221466 CPUtime=6.75 cores=0,2,4,6
/proc/3780/task/3836/stat : 3836 (java) S 3777 3780 1776 0 -1 1077944384 6343 13281 0 0 638 29 5 3 20 0 15 0 231982229 11345952768 154908 33554432000 4194304 4196468 140727777618880 140010823801232 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3837] ppid=3777 vsize=11080032 memory=288230583166042426 CPUtime=6.78 cores=0,2,4,6
/proc/3780/task/3837/stat : 3837 (java) S 3777 3780 1776 0 -1 1077944384 11421 13281 0 0 639 31 5 3 20 0 15 0 231982229 11345952768 154908 33554432000 4194304 4196468 140727777618880 140010822748432 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3838] ppid=3777 vsize=11080032 memory=16104766677714796 CPUtime=6.33 cores=0,2,4,6
/proc/3780/task/3838/stat : 3838 (java) S 3777 3780 1776 0 -1 1077944384 10093 13281 0 0 593 32 5 3 20 0 15 0 231982231 11345952768 154908 33554432000 4194304 4196468 140727777618880 140010778069872 140011284982402 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3839] ppid=3777 vsize=11080032 memory=6944613755361064352 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3839/stat : 3839 (java) S 3777 3780 1776 0 -1 1077944384 15 13281 0 0 0 0 5 3 20 0 15 0 231982231 11345952768 154908 33554432000 4194304 4196468 140727777618880 140010095371936 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3840] ppid=3777 vsize=11080032 memory=316941030773752112 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3840/stat : 3840 (java) S 3777 3780 1776 0 -1 1077944384 43 13281 0 0 0 0 5 3 20 0 15 0 231982232 11345952768 154908 33554432000 4194304 4196468 140727777618880 140010028258688 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3841] ppid=3777 vsize=11080032 memory=16104753792812378 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3841/stat : 3841 (java) S 3777 3780 1776 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 231982234 11345952768 154908 33554432000 4194304 4196468 140727777618880 140009720863056 140011284989851 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3842] ppid=3777 vsize=11080032 memory=619552 CPUtime=5.93 cores=0,2,4,6
/proc/3780/task/3842/stat : 3842 (java) S 3777 3780 1776 0 -1 1077944384 32813 13281 0 0 580 5 5 3 20 0 15 0 231982234 11345952768 154908 33554432000 4194304 4196468 140727777618880 140010777016688 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3843] ppid=3777 vsize=11080032 memory=301793952447856927 CPUtime=6.48 cores=0,2,4,6
/proc/3780/task/3843/stat : 3843 (java) S 3777 3780 1776 0 -1 1077944384 31014 13281 0 0 636 4 5 3 20 0 15 0 231982234 11345952768 154908 33554432000 4194304 4196468 140727777618880 140010775963888 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3844] ppid=3777 vsize=11080032 memory=288286671244625087 CPUtime=3.21 cores=0,2,4,6
/proc/3780/task/3844/stat : 3844 (java) S 3777 3780 1776 0 -1 1077944384 34975 13281 0 0 307 6 5 3 20 0 15 0 231982234 11345952768 154908 33554432000 4194304 4196468 140727777618880 140010774911088 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3845] ppid=3777 vsize=11080032 memory=288286671244625087 CPUtime=0.08 cores=0,2,4,6
/proc/3780/task/3845/stat : 3845 (java) S 3777 3780 1776 0 -1 1077944384 3 13281 0 0 0 0 5 3 20 0 15 0 231982234 11345952768 154908 33554432000 4194304 4196468 140727777618880 140009290066144 140011284981461 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
[pid=3780/tid=3846] ppid=3777 vsize=11080032 memory=8026650869813564775 CPUtime=1.42 cores=0,2,4,6
/proc/3780/task/3846/stat : 3846 (java) S 3777 3780 1776 0 -1 1077944384 1338 13281 0 0 67 67 5 3 20 0 15 0 231982235 11345952768 154908 33554432000 4194304 4196468 140727777618880 140010773859504 140011284982402 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 39694336 140727777622637 140727777625436 140727777625436 140727777628111 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 619632 KiB

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

[startup+2486.23 s]
# the end of solver process 3780 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.74 s, system=2.36217 s

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

Child status: 143
Real time (s): 2486.23
CPU time (s): 2520.1
CPU user time (s): 2517.74
CPU system time (s): 2.36217
CPU usage (%): 101.362
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 625032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.74
system time used= 2.36217
maximum resident set size= 625212
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239254
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3072
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 196812
involuntary context switches= 7581


# summary of solver processes directly reported to runsolver:
#   pid: 3780
#   total CPU time (s): 2520.1
#   total CPU user time (s): 2517.74
#   total CPU system time (s): 2.36217

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.6925 second user time and 23.073 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-13 09:09:50
IDJOB=4304731
IDBENCH=141624
IDSOLVER=2780
FILE ID=node102/4304731-1534144190
RUNJOBID= node102-1534136767-2523
PBS_JOBID= 21037015
Free space on /tmp= 38448 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/TravellingSalesman/TravellingSalesman-35-30-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304731-1534144190/watcher-4304731-1534144190 -o /tmp/evaluation-result-4304731-1534144190/solver-4304731-1534144190 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534136767-2523 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=961323512 HOME/instance-4304731-1534144190.xml

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

MD5SUM BENCH= 558ee623558ef43f0bbab0563f00ef08
RANDOM SEED=961323512

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:        27859356 kB
MemAvailable:   30876368 kB
Buffers:          166600 kB
Cached:          3098032 kB
SwapCached:        51244 kB
Active:          2675436 kB
Inactive:        1671540 kB
Active(anon):    1006892 kB
Inactive(anon):   126908 kB
Active(file):    1668544 kB
Inactive(file):  1544632 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030660 kB
Dirty:             26312 kB
Writeback:             0 kB
AnonPages:       1043140 kB
Mapped:            63936 kB
Shmem:             48984 kB
Slab:             261360 kB
SReclaimable:     232296 kB
SUnreclaim:        29064 kB
KernelStack:        3792 kB
PageTables:         7692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2125192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    978944 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= 38424 MiB
End job on node102 at 2018-08-13 09:51:17