Trace number 4401479

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.12.2SAT (TO)827 2400.1 2356.43

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n100/
TravellingSalesman-100-50-08.xml
MD5SUM8e11a97c7673f129a8c4890bd1c1105b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark443
Best CPU time to get the best result obtained on this benchmark2011.47
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints101
Number of domains2
Minimum domain size62
Maximum domain size100
Distribution of domain sizes[{"size":62,"count":100},{"size":100,"count":100}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":100}]
Minimum constraint arity3
Maximum constraint arity100
Distribution of constraint arities[{"arity":3,"count":100},{"arity":100,"count":1}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"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.75/0.55	c Concrete v3.12.2.1568631193530 running
37.98/27.16	o 939
37.98/27.17	o 937
37.98/27.18	o 900
38.19/27.24	o 895
101.93/86.27	o 840
102.06/86.36	o 828
102.30/86.53	o 827
2400.06/2356.41	Exception in thread "main" java.util.concurrent.TimeoutException
2400.06/2356.41		at concrete.MAC.mac(MAC.scala:192)
2400.06/2356.41		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.06/2356.41		at scala.util.Try$.apply(Try.scala:212)
2400.06/2356.41		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.06/2356.41		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.06/2356.41		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.06/2356.41		at concrete.MAC.oneRun(MAC.scala:265)
2400.06/2356.41		at concrete.MAC.nextSolution(MAC.scala:284)
2400.06/2356.41		at concrete.MAC.nextSolution(MAC.scala:369)
2400.06/2356.41		at concrete.Solver.hasNext(Solver.scala:160)
2400.06/2356.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2356.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2356.41		at concrete.Solver.foreach(Solver.scala:67)
2400.06/2356.41		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.06/2356.41		at scala.util.Success.map(Try.scala:264)
2400.06/2356.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.06/2356.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.06/2356.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.06/2356.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.06/2356.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.06/2356.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.06/2356.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.06/2356.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.06/2356.41		at scala.App.$anonfun$main$1(App.scala:75)
2400.06/2356.41		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.06/2356.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2356.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2356.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.06/2356.41		at scala.App.main(App.scala:75)
2400.06/2356.41		at scala.App.main$(App.scala:73)
2400.06/2356.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.06/2356.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.06/2356.41	v <instantiation
2400.06/2356.41	v         cost = '827'>
2400.06/2356.41	v       <list>
2400.06/2356.41	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] c[35] c[36] c[37] c[38] c[39] c[40] c[41] c[42] c[43] c[44] c[45] c[46] c[47] c[48] c[49] c[50] c[51] c[52] c[53] c[54] c[55] c[56] c[57] c[58] c[59] c[60] c[61] c[62] c[63] c[64] c[65] c[66] c[67] c[68] c[69] c[70] c[71] c[72] c[73] c[74] c[75] c[76] c[77] c[78] c[79] c[80] c[81] c[82] c[83] c[84] c[85] c[86] c[87] c[88] c[89] c[90] c[91] c[92] c[93] c[94] c[95] c[96] c[97] c[98] c[99] 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] d[35] d[36] d[37] d[38] d[39] d[40] d[41] d[42] d[43] d[44] d[45] d[46] d[47] d[48] d[49] d[50] d[51] d[52] d[53] d[54] d[55] d[56] d[57] d[58] d[59] d[60] d[61] d[62] d[63] d[64] d[65] d[66] d[67] d[68] d[69] d[70] d[71] d[72] d[73] d[74] d[75] d[76] d[77] d[78] d[79] d[80] d[81] d[82] d[83] d[84] d[85] d[86] d[87] d[88] d[89] d[90] d[91] d[92] d[93] d[94] d[95] d[96] d[97] d[98] d[99]
2400.06/2356.41	v       </list>
2400.06/2356.41	v       <values>
2400.06/2356.41	v         8 19 49 92 88 73 51 14 4 1 7 18 5 9 22 29 33 43 38 30 39 45 70 77 74 11 0 2 13 21 46 41 40 58 52 61 81 90 86 91 95 83 75 72 65 68 71 64 67 63 82 79 26 25 24 56 44 57 34 31 23 28 37 42 85 84 6 3 12 15 69 78 89 93 87 94 98 99 97 96 80 76 66 54 50 48 55 62 60 59 53 47 36 35 32 20 17 10 27 16 13 16 24 13 9 12 19 12 7 6 7 7 8 11 10 6 5 6 10 6 4 12 5 4 48 11 5 23 18 15 2 1 7 4 6 11 6 4 6 2 7 2 5 3 2 7 3 1 3 15 1 37 1 1 17 4 9 12 3 16 4 6 6 33 2 50 2 6 1 38 6 8 7 2 3 1 4 1 2 8 3 8 7 1 1 3 5 8 1 6 2 7 1 1 6 4 4 8 6 5
2400.06/2356.41	v       </values>
2400.06/2356.41	v     </instantiation>
2400.06/2356.41	s SATISFIABLE

Verifier Data

OK	827

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401479-1568687106/watcher-4401479-1568687106 -o /tmp/evaluation-result-4401479-1568687106/solver-4401479-1568687106 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568673289-14479 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4401479-1568687106.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=18314, runsolver pid=18311
Current StackSize limit: 8192 KiB


[startup+0.100136 s]*
/proc/loadavg: 1.80 1.49 1.45 3/219 18371
/proc/meminfo: memFree=30029452/32770624 swapFree=66922340/67108860
[pid=18314] ppid=18311 vsize=9972712 memory=15440 CPUtime=0.09 cores=1,3,5,7
/proc/18314/stat : 18314 (java) S 18311 18314 14447 0 -1 1077944320 4602 13143 0 0 1 0 5 3 20 0 6 0 444648528 10212057088 3860 33554432000 4194304 4196468 140724795031968 140724795014512 139768034426615 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
/proc/18314/statm: 2493178 3860 1958 1 0 2481616 0
[pid=18314/tid=18367] ppid=18311 vsize=9988792 memory=7892391828772250251 CPUtime=0.09 cores=1,3,5,7
/proc/18314/task/18367/stat : 18367 (java) R 18311 18314 14447 0 -1 4202560 2444 13143 0 0 1 0 5 3 20 0 6 0 444648537 10228523008 3926 33554432000 4194304 4196468 140724795031968 139768006263376 139768019939325 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18368] ppid=18311 vsize=9988792 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18368/stat : 18368 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 6 0 444648538 10228523008 3926 33554432000 4194304 4196468 140724795031968 139768038669200 139768034436821 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18369] ppid=18311 vsize=9989820 memory=140191852803712 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18369/stat : 18369 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 6 0 444648538 10229575680 3926 33554432000 4194304 4196468 140724795031968 139767968426768 139768034436821 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18370] ppid=18311 vsize=9989820 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18370/stat : 18370 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 7 0 444648538 10229575680 3926 33554432000 4194304 4196468 140724795031968 139767606340752 139768034436821 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18371] ppid=18311 vsize=9989820 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18371/stat : 18371 (java) S 18311 18314 14447 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 7 0 444648538 10229575680 3926 33554432000 4194304 4196468 140724795031968 139767605287952 139768034436821 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18372] ppid=18311 vsize=9989820 memory=140191852803712 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18372/stat : 18372 (java) R 18311 18314 14447 0 -1 4202560 0 13143 0 0 0 0 5 3 20 0 7 0 444648539 10229575680 3926 33554432000 4194304 4196468 140724795031968 139768006263376 139768027143161 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 15440 KiB

[startup+0.210224 s]*
/proc/loadavg: 1.80 1.49 1.45 4/228 18380
/proc/meminfo: memFree=30010680/32770624 swapFree=66922340/67108860
[pid=18314] ppid=18311 vsize=10820196 memory=40568 CPUtime=0.28 cores=1,3,5,7
/proc/18314/stat : 18314 (java) S 18311 18314 14447 0 -1 1077944320 7455 13143 0 0 18 2 5 3 20 0 15 0 444648528 11079880704 10142 33554432000 4194304 4196468 140724795031968 140724795014512 139768034426615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
/proc/18314/statm: 2705049 10142 3296 1 0 2667149 0
[pid=18314/tid=18367] ppid=18311 vsize=10820196 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/18314/task/18367/stat : 18367 (java) R 18311 18314 14447 0 -1 4202560 3869 13143 0 0 11 1 5 3 20 0 15 0 444648537 11079880704 10142 33554432000 4194304 4196468 140724795031968 139768006257664 139768034448541 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18368] ppid=18311 vsize=10820196 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18368/stat : 18368 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 444648538 11079880704 10142 33554432000 4194304 4196468 140724795031968 139768038669200 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18369] ppid=18311 vsize=10820196 memory=288370568004515456 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18369/stat : 18369 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 444648538 11079880704 10142 33554432000 4194304 4196468 140724795031968 139767968426768 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18370] ppid=18311 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18370/stat : 18370 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 444648538 11079880704 10142 33554432000 4194304 4196468 140724795031968 139767606340752 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18371] ppid=18311 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18371/stat : 18371 (java) S 18311 18314 14447 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 444648538 11079880704 10142 33554432000 4194304 4196468 140724795031968 139767605287952 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18372] ppid=18311 vsize=10820196 memory=140191852803712 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18372/stat : 18372 (java) S 18311 18314 14447 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 444648539 11079880704 10142 33554432000 4194304 4196468 140724795031968 139767037540464 139768034437762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18373] ppid=18311 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18373/stat : 18373 (java) S 18311 18314 14447 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 444648539 11079880704 10142 33554432000 4194304 4196468 140724795031968 139766959956768 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18374] ppid=18311 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18374/stat : 18374 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 444648540 11079880704 10142 33554432000 4194304 4196468 140724795031968 139766825739376 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18375] ppid=18311 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18375/stat : 18375 (java) S 18311 18314 14447 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 444648542 11079880704 10142 33554432000 4194304 4196468 140724795031968 139766585448528 139768034445211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18376] ppid=18311 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18314/task/18376/stat : 18376 (java) S 18311 18314 14447 0 -1 1077944384 486 13143 0 0 1 0 5 3 20 0 15 0 444648542 11079880704 10142 33554432000 4194304 4196468 140724795031968 139767036488304 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18377] ppid=18311 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/18314/task/18377/stat : 18377 (java) S 18311 18314 14447 0 -1 1077944384 190 13143 0 0 1 0 5 3 20 0 15 0 444648542 11079880704 10142 33554432000 4194304 4196468 140724795031968 139767035435504 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18378] ppid=18311 vsize=10820196 memory=140191852803712 CPUtime=0.11 cores=1,3,5,7
/proc/18314/task/18378/stat : 18378 (java) S 18311 18314 14447 0 -1 1077944384 680 13143 0 0 3 0 5 3 20 0 15 0 444648542 11079880704 10142 33554432000 4194304 4196468 140724795031968 139767034383216 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18379] ppid=18311 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18379/stat : 18379 (java) S 18311 18314 14447 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 444648543 11079880704 10142 33554432000 4194304 4196468 140724795031968 139766551890912 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18380] ppid=18311 vsize=10820196 memory=140191852803712 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18380/stat : 18380 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 444648543 11079880704 10142 33554432000 4194304 4196468 140724795031968 139767033330096 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 40568 KiB

[startup+0.311691 s]*
/proc/loadavg: 1.80 1.49 1.45 3/228 18380
/proc/meminfo: memFree=29997760/32770624 swapFree=66922340/67108860
[pid=18314] ppid=18311 vsize=10820196 memory=48600 CPUtime=0.4 cores=1,3,5,7
/proc/18314/stat : 18314 (java) S 18311 18314 14447 0 -1 1077944320 10955 13143 0 0 29 3 5 3 20 0 15 0 444648528 11079880704 12150 33554432000 4194304 4196468 140724795031968 140724795014512 139768034426615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
/proc/18314/statm: 2705049 12150 3307 1 0 2667149 0
[pid=18314/tid=18367] ppid=18311 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/18314/task/18367/stat : 18367 (java) R 18311 18314 14447 0 -1 4202560 7322 13143 0 0 19 2 5 3 20 0 15 0 444648537 11079880704 12150 33554432000 4194304 4196468 140724795031968 139768006244240 139768034448541 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18368] ppid=18311 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18368/stat : 18368 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 444648538 11079880704 12150 33554432000 4194304 4196468 140724795031968 139768038669200 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18369] ppid=18311 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18369/stat : 18369 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 444648538 11079880704 12150 33554432000 4194304 4196468 140724795031968 139767968426768 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18370] ppid=18311 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18370/stat : 18370 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 444648538 11079880704 12150 33554432000 4194304 4196468 140724795031968 139767606340752 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18371] ppid=18311 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18371/stat : 18371 (java) S 18311 18314 14447 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 444648538 11079880704 12150 33554432000 4194304 4196468 140724795031968 139767605287952 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18372] ppid=18311 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18372/stat : 18372 (java) S 18311 18314 14447 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 444648539 11079880704 12150 33554432000 4194304 4196468 140724795031968 139767037540464 139768034437762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18373] ppid=18311 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18373/stat : 18373 (java) S 18311 18314 14447 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 444648539 11079880704 12150 33554432000 4194304 4196468 140724795031968 139766959956768 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18374] ppid=18311 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18374/stat : 18374 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 444648540 11079880704 12150 33554432000 4194304 4196468 140724795031968 139766825739376 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18375] ppid=18311 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18375/stat : 18375 (java) S 18311 18314 14447 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 444648542 11079880704 12150 33554432000 4194304 4196468 140724795031968 139766585448528 139768034445211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18376] ppid=18311 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/18314/task/18376/stat : 18376 (java) S 18311 18314 14447 0 -1 1077944384 491 13143 0 0 2 0 5 3 20 0 15 0 444648542 11079880704 12150 33554432000 4194304 4196468 140724795031968 139767036488304 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18377] ppid=18311 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/18314/task/18377/stat : 18377 (java) S 18311 18314 14447 0 -1 1077944384 198 13143 0 0 1 0 5 3 20 0 15 0 444648542 11079880704 12150 33554432000 4194304 4196468 140724795031968 139767035435504 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18378] ppid=18311 vsize=10820196 memory=140191852803712 CPUtime=0.13 cores=1,3,5,7
/proc/18314/task/18378/stat : 18378 (java) S 18311 18314 14447 0 -1 1077944384 711 13143 0 0 5 0 5 3 20 0 15 0 444648542 11079880704 12150 33554432000 4194304 4196468 140724795031968 139767034383216 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18379] ppid=18311 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18379/stat : 18379 (java) S 18311 18314 14447 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 444648543 11079880704 12150 33554432000 4194304 4196468 140724795031968 139766551890912 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18380] ppid=18311 vsize=10820196 memory=140191852803712 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18380/stat : 18380 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 444648543 11079880704 12150 33554432000 4194304 4196468 140724795031968 139767033330096 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 48600 KiB

[startup+0.707279 s]
/proc/loadavg: 1.80 1.49 1.45 3/228 18380
/proc/meminfo: memFree=29982720/32770624 swapFree=66922340/67108860
[pid=18314] ppid=18311 vsize=10824364 memory=82964 CPUtime=1.13 cores=1,3,5,7
/proc/18314/stat : 18314 (java) S 18311 18314 14447 0 -1 1077944320 15485 13143 0 0 99 6 5 3 20 0 15 0 444648528 11084148736 20741 33554432000 4194304 4196468 140724795031968 140724795014512 139768034426615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
/proc/18314/statm: 2706091 20741 3514 1 0 2668173 0
[pid=18314/tid=18367] ppid=18311 vsize=10824364 memory=280383384010544 CPUtime=0.68 cores=1,3,5,7
/proc/18314/task/18367/stat : 18367 (java) R 18311 18314 14447 0 -1 4202560 10559 13143 0 0 56 4 5 3 20 0 15 0 444648537 11084148736 20741 33554432000 4194304 4196468 140724795031968 139768006253776 139767636920783 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18368] ppid=18311 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18368/stat : 18368 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 444648538 11084148736 20741 33554432000 4194304 4196468 140724795031968 139768038669200 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18369] ppid=18311 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18369/stat : 18369 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 444648538 11084148736 20741 33554432000 4194304 4196468 140724795031968 139767968426768 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18370] ppid=18311 vsize=10824364 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18370/stat : 18370 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 444648538 11084148736 20741 33554432000 4194304 4196468 140724795031968 139767606340752 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18371] ppid=18311 vsize=10824364 memory=140191692112112 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18371/stat : 18371 (java) S 18311 18314 14447 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 444648538 11084148736 20741 33554432000 4194304 4196468 140724795031968 139767605287952 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18372] ppid=18311 vsize=10824364 memory=140192027509331 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18372/stat : 18372 (java) S 18311 18314 14447 0 -1 1077944384 5 13143 0 0 0 0 5 3 20 0 15 0 444648539 11084148736 20741 33554432000 4194304 4196468 140724795031968 139767037540464 139768034437762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18373] ppid=18311 vsize=10824364 memory=1000 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18373/stat : 18373 (java) S 18311 18314 14447 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 444648539 11084148736 20741 33554432000 4194304 4196468 140724795031968 139766959956768 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18374] ppid=18311 vsize=10824364 memory=7089886620845893184 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18374/stat : 18374 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 444648540 11084148736 20741 33554432000 4194304 4196468 140724795031968 139766825739376 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18375] ppid=18311 vsize=10824364 memory=7739276948478061927 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18375/stat : 18375 (java) S 18311 18314 14447 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 444648542 11084148736 20741 33554432000 4194304 4196468 140724795031968 139766585448528 139768034445211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18376] ppid=18311 vsize=10824364 memory=6004820471124940137 CPUtime=0.2 cores=1,3,5,7
/proc/18314/task/18376/stat : 18376 (java) R 18311 18314 14447 0 -1 4202560 900 13143 0 0 12 0 5 3 20 0 15 0 444648542 11084148736 20741 33554432000 4194304 4196468 140724795031968 139767036470064 139768018337192 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18377] ppid=18311 vsize=10824364 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/18314/task/18377/stat : 18377 (java) R 18311 18314 14447 0 -1 4202560 697 13143 0 0 12 0 5 3 20 0 15 0 444648542 11084148736 20741 33554432000 4194304 4196468 140724795031968 139767035435504 139768013673717 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18378] ppid=18311 vsize=10824364 memory=3616 CPUtime=0.25 cores=1,3,5,7
/proc/18314/task/18378/stat : 18378 (java) R 18311 18314 14447 0 -1 4202560 1093 13143 0 0 17 0 5 3 20 0 15 0 444648542 11084148736 20741 33554432000 4194304 4196468 140724795031968 139767034383216 139768013284251 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18379] ppid=18311 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18379/stat : 18379 (java) S 18311 18314 14447 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 444648543 11084148736 20741 33554432000 4194304 4196468 140724795031968 139766551890912 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18380] ppid=18311 vsize=10824364 memory=15677606141893672 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18380/stat : 18380 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 444648543 11084148736 20741 33554432000 4194304 4196468 140724795031968 139767033330096 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 82964 KiB

[startup+1.50314 s]
/proc/loadavg: 1.80 1.49 1.45 4/228 18380
/proc/meminfo: memFree=29933212/32770624 swapFree=66922340/67108860
[pid=18314] ppid=18311 vsize=10834680 memory=187596 CPUtime=2.62 cores=1,3,5,7
/proc/18314/stat : 18314 (java) S 18311 18314 14447 0 -1 1077944320 24431 13143 0 0 244 10 5 3 20 0 15 0 444648528 11094712320 46899 33554432000 4194304 4196468 140724795031968 140724795014512 139768034426615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
/proc/18314/statm: 2708670 46899 3584 1 0 2670733 0
[pid=18314/tid=18367] ppid=18311 vsize=10834680 memory=2811011 CPUtime=1.44 cores=1,3,5,7
/proc/18314/task/18367/stat : 18367 (java) R 18311 18314 14447 0 -1 4202560 16046 13143 0 0 130 6 5 3 20 0 15 0 444648537 11094712320 46899 33554432000 4194304 4196468 140724795031968 139768006244848 139768019797544 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18368] ppid=18311 vsize=10834680 memory=2812295 CPUtime=0.09 cores=1,3,5,7
/proc/18314/task/18368/stat : 18368 (java) S 18311 18314 14447 0 -1 1077944384 53 13143 0 0 1 0 5 3 20 0 15 0 444648538 11094712320 46899 33554432000 4194304 4196468 140724795031968 139768038669200 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18369] ppid=18311 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/18314/task/18369/stat : 18369 (java) S 18311 18314 14447 0 -1 1077944384 29 13143 0 0 1 0 5 3 20 0 15 0 444648538 11094712320 46899 33554432000 4194304 4196468 140724795031968 139767968426768 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18370] ppid=18311 vsize=10834680 memory=1408 CPUtime=0.09 cores=1,3,5,7
/proc/18314/task/18370/stat : 18370 (java) S 18311 18314 14447 0 -1 1077944384 275 13143 0 0 1 0 5 3 20 0 15 0 444648538 11094712320 46899 33554432000 4194304 4196468 140724795031968 139767606340752 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18371] ppid=18311 vsize=10834680 memory=2268 CPUtime=0.09 cores=1,3,5,7
/proc/18314/task/18371/stat : 18371 (java) S 18311 18314 14447 0 -1 1077944384 96 13143 0 0 1 0 5 3 20 0 15 0 444648538 11094712320 46899 33554432000 4194304 4196468 140724795031968 139767605287952 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18372] ppid=18311 vsize=10834680 memory=48600 CPUtime=0.09 cores=1,3,5,7
/proc/18314/task/18372/stat : 18372 (java) S 18311 18314 14447 0 -1 1077944384 1001 13143 0 0 1 0 5 3 20 0 15 0 444648539 11094712320 46899 33554432000 4194304 4196468 140724795031968 139767037540464 139768034437762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18373] ppid=18311 vsize=10834680 memory=82964 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18373/stat : 18373 (java) S 18311 18314 14447 0 -1 1077944384 14 13143 0 0 0 0 5 3 20 0 15 0 444648539 11094712320 46899 33554432000 4194304 4196468 140724795031968 139766959956832 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18374] ppid=18311 vsize=10834680 memory=280383384010544 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18374/stat : 18374 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 444648540 11094712320 46899 33554432000 4194304 4196468 140724795031968 139766825739392 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18375] ppid=18311 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18375/stat : 18375 (java) S 18311 18314 14447 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 444648542 11094712320 46899 33554432000 4194304 4196468 140724795031968 139766585448528 139768034445211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18376] ppid=18311 vsize=10834680 memory=280383384499904 CPUtime=0.42 cores=1,3,5,7
/proc/18314/task/18376/stat : 18376 (java) R 18311 18314 14447 0 -1 1077944384 1552 13143 0 0 34 0 5 3 20 0 15 0 444648542 11094712320 46899 33554432000 4194304 4196468 140724795031968 139767036488304 139768034437762 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18377] ppid=18311 vsize=10834680 memory=6791534058613427641 CPUtime=0.4 cores=1,3,5,7
/proc/18314/task/18377/stat : 18377 (java) S 18311 18314 14447 0 -1 1077944384 1140 13143 0 0 32 0 5 3 20 0 15 0 444648542 11094712320 46899 33554432000 4194304 4196468 140724795031968 139767035435504 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18378] ppid=18311 vsize=10834680 memory=4638778398332698720 CPUtime=0.46 cores=1,3,5,7
/proc/18314/task/18378/stat : 18378 (java) S 18311 18314 14447 0 -1 1077944384 2012 13143 0 0 38 0 5 3 20 0 15 0 444648542 11094712320 46899 33554432000 4194304 4196468 140724795031968 139767034383216 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18379] ppid=18311 vsize=10834680 memory=5787213852817510736 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18379/stat : 18379 (java) S 18311 18314 14447 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 444648543 11094712320 46899 33554432000 4194304 4196468 140724795031968 139766551890912 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18380] ppid=18311 vsize=10834680 memory=280383384213976 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18380/stat : 18380 (java) S 18311 18314 14447 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 444648543 11094712320 46899 33554432000 4194304 4196468 140724795031968 139767033330096 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0

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

/proc/18314/task/18367/stat : 18367 (java) R 18311 18314 14447 0 -1 4202560 86941 13143 0 0 218842 28 5 3 20 0 15 0 444648537 11109425152 102293 33554432000 4194304 4196468 140724795031968 139768006254192 139767651735031 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18368] ppid=18311 vsize=10849048 memory=407124 CPUtime=7.43 cores=1,3,5,7
/proc/18314/task/18368/stat : 18368 (java) S 18311 18314 14447 0 -1 1077944384 17651 13143 0 0 698 37 5 3 20 0 15 0 444648538 11109425152 102293 33554432000 4194304 4196468 140724795031968 139768038669200 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18369] ppid=18311 vsize=10849048 memory=409172 CPUtime=7.42 cores=1,3,5,7
/proc/18314/task/18369/stat : 18369 (java) S 18311 18314 14447 0 -1 1077944384 14753 13143 0 0 696 38 5 3 20 0 15 0 444648538 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767968426768 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18370] ppid=18311 vsize=10849048 memory=409172 CPUtime=7.42 cores=1,3,5,7
/proc/18314/task/18370/stat : 18370 (java) S 18311 18314 14447 0 -1 1077944384 16877 13143 0 0 697 37 5 3 20 0 15 0 444648538 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767606340752 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18371] ppid=18311 vsize=10849048 memory=407124 CPUtime=7.44 cores=1,3,5,7
/proc/18314/task/18371/stat : 18371 (java) S 18311 18314 14447 0 -1 1077944384 17222 13143 0 0 697 39 5 3 20 0 15 0 444648538 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767605287952 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18372] ppid=18311 vsize=10849048 memory=409172 CPUtime=4.88 cores=1,3,5,7
/proc/18314/task/18372/stat : 18372 (java) S 18311 18314 14447 0 -1 1077944384 13193 13143 0 0 449 31 5 3 20 0 15 0 444648539 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767037540464 139768034437762 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18373] ppid=18311 vsize=10849048 memory=1172 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18373/stat : 18373 (java) S 18311 18314 14447 0 -1 1077944384 22 13143 0 0 0 0 5 3 20 0 15 0 444648539 11109425152 102293 33554432000 4194304 4196468 140724795031968 139766959956832 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18374] ppid=18311 vsize=10849048 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18374/stat : 18374 (java) S 18311 18314 14447 0 -1 1077944384 7 13143 0 0 0 0 5 3 20 0 15 0 444648540 11109425152 102293 33554432000 4194304 4196468 140724795031968 139766825739392 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18375] ppid=18311 vsize=10849048 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18375/stat : 18375 (java) S 18311 18314 14447 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 444648542 11109425152 102293 33554432000 4194304 4196468 140724795031968 139766585448528 139768034445211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18376] ppid=18311 vsize=10849048 memory=407124 CPUtime=7.23 cores=1,3,5,7
/proc/18314/task/18376/stat : 18376 (java) S 18311 18314 14447 0 -1 1077944384 55560 13143 0 0 707 8 5 3 20 0 15 0 444648542 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767036488304 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18377] ppid=18311 vsize=10849048 memory=588 CPUtime=7.4 cores=1,3,5,7
/proc/18314/task/18377/stat : 18377 (java) S 18311 18314 14447 0 -1 1077944384 55280 13143 0 0 723 9 5 3 20 0 15 0 444648542 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767035435504 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18378] ppid=18311 vsize=10849048 memory=409172 CPUtime=5.53 cores=1,3,5,7
/proc/18314/task/18378/stat : 18378 (java) S 18311 18314 14447 0 -1 1077944384 54712 13143 0 0 534 11 5 3 20 0 15 0 444648542 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767034383216 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18379] ppid=18311 vsize=10849048 memory=409172 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18379/stat : 18379 (java) S 18311 18314 14447 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 444648543 11109425152 102293 33554432000 4194304 4196468 140724795031968 139766551890912 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18380] ppid=18311 vsize=10849048 memory=6791534058613427641 CPUtime=1.07 cores=1,3,5,7
/proc/18314/task/18380/stat : 18380 (java) S 18311 18314 14447 0 -1 1077944384 1558 13143 0 0 46 53 5 3 20 0 15 0 444648543 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767033330096 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
Current children cumulated CPU time: 2243.99 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 409172 KiB

[startup+2262.3 s]
/proc/loadavg: 1.17 1.37 1.45 3/228 18877
/proc/meminfo: memFree=30089564/32770624 swapFree=66922368/67108860
[pid=18314] ppid=18311 vsize=10849048 memory=409172 CPUtime=2304.75 cores=1,3,5,7
/proc/18314/stat : 18314 (java) S 18311 18314 14447 0 -1 1077944320 337600 13143 0 0 230205 262 5 3 20 0 15 0 444648528 11109425152 102293 33554432000 4194304 4196468 140724795031968 140724795014512 139768034426615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
/proc/18314/statm: 2712262 102293 3637 1 0 2674317 0
[pid=18314/tid=18367] ppid=18311 vsize=10849048 memory=409172 CPUtime=2248.31 cores=1,3,5,7
/proc/18314/task/18367/stat : 18367 (java) R 18311 18314 14447 0 -1 4202560 87981 13143 0 0 224794 29 5 3 20 0 15 0 444648537 11109425152 102293 33554432000 4194304 4196468 140724795031968 139768006249136 139767651733672 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18368] ppid=18311 vsize=10849048 memory=409172 CPUtime=7.68 cores=1,3,5,7
/proc/18314/task/18368/stat : 18368 (java) S 18311 18314 14447 0 -1 1077944384 17734 13143 0 0 722 38 5 3 20 0 15 0 444648538 11109425152 102293 33554432000 4194304 4196468 140724795031968 139768038669200 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18369] ppid=18311 vsize=10849048 memory=8 CPUtime=7.68 cores=1,3,5,7
/proc/18314/task/18369/stat : 18369 (java) S 18311 18314 14447 0 -1 1077944384 14844 13143 0 0 721 39 5 3 20 0 15 0 444648538 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767968426768 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18370] ppid=18311 vsize=10849048 memory=409172 CPUtime=7.67 cores=1,3,5,7
/proc/18314/task/18370/stat : 18370 (java) S 18311 18314 14447 0 -1 1077944384 17156 13143 0 0 722 37 5 3 20 0 15 0 444648538 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767606340752 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18371] ppid=18311 vsize=10849048 memory=409172 CPUtime=7.7 cores=1,3,5,7
/proc/18314/task/18371/stat : 18371 (java) S 18311 18314 14447 0 -1 1077944384 17284 13143 0 0 722 40 5 3 20 0 15 0 444648538 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767605287952 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18372] ppid=18311 vsize=10849048 memory=390716 CPUtime=5.05 cores=1,3,5,7
/proc/18314/task/18372/stat : 18372 (java) S 18311 18314 14447 0 -1 1077944384 13239 13143 0 0 465 32 5 3 20 0 15 0 444648539 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767037540464 139768034437762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18373] ppid=18311 vsize=10849048 memory=409172 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18373/stat : 18373 (java) S 18311 18314 14447 0 -1 1077944384 22 13143 0 0 0 0 5 3 20 0 15 0 444648539 11109425152 102293 33554432000 4194304 4196468 140724795031968 139766959956832 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18374] ppid=18311 vsize=10849048 memory=409172 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18374/stat : 18374 (java) S 18311 18314 14447 0 -1 1077944384 7 13143 0 0 0 0 5 3 20 0 15 0 444648540 11109425152 102293 33554432000 4194304 4196468 140724795031968 139766825739392 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18375] ppid=18311 vsize=10849048 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18375/stat : 18375 (java) S 18311 18314 14447 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 444648542 11109425152 102293 33554432000 4194304 4196468 140724795031968 139766585448528 139768034445211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18376] ppid=18311 vsize=10849048 memory=409172 CPUtime=7.23 cores=1,3,5,7
/proc/18314/task/18376/stat : 18376 (java) S 18311 18314 14447 0 -1 1077944384 55562 13143 0 0 707 8 5 3 20 0 15 0 444648542 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767036488304 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18377] ppid=18311 vsize=10849048 memory=1324 CPUtime=7.4 cores=1,3,5,7
/proc/18314/task/18377/stat : 18377 (java) S 18311 18314 14447 0 -1 1077944384 55282 13143 0 0 723 9 5 3 20 0 15 0 444648542 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767035435504 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18378] ppid=18311 vsize=10849048 memory=111636 CPUtime=5.53 cores=1,3,5,7
/proc/18314/task/18378/stat : 18378 (java) S 18311 18314 14447 0 -1 1077944384 54714 13143 0 0 534 11 5 3 20 0 15 0 444648542 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767034383216 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18379] ppid=18311 vsize=10849048 memory=800 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18379/stat : 18379 (java) S 18311 18314 14447 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 444648543 11109425152 102293 33554432000 4194304 4196468 140724795031968 139766551890912 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18380] ppid=18311 vsize=10849048 memory=988 CPUtime=1.1 cores=1,3,5,7
/proc/18314/task/18380/stat : 18380 (java) S 18311 18314 14447 0 -1 1077944384 1564 13143 0 0 47 55 5 3 20 0 15 0 444648543 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767033330096 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
Current children cumulated CPU time: 2304.75 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 409172 KiB

[startup+2322.3 s]
/proc/loadavg: 1.09 1.30 1.42 3/228 18881
/proc/meminfo: memFree=30134216/32770624 swapFree=66922368/67108860
[pid=18314] ppid=18311 vsize=10849048 memory=409172 CPUtime=2365.54 cores=1,3,5,7
/proc/18314/stat : 18314 (java) S 18311 18314 14447 0 -1 1077944320 338712 13143 0 0 236277 269 5 3 20 0 15 0 444648528 11109425152 102293 33554432000 4194304 4196468 140724795031968 140724795014512 139768034426615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
/proc/18314/statm: 2712262 102293 3637 1 0 2674317 0
[pid=18314/tid=18367] ppid=18311 vsize=10849048 memory=409172 CPUtime=2307.85 cores=1,3,5,7
/proc/18314/task/18367/stat : 18367 (java) R 18311 18314 14447 0 -1 4202560 88374 13143 0 0 230747 30 5 3 20 0 15 0 444648537 11109425152 102293 33554432000 4194304 4196468 140724795031968 139768006262544 139767651735232 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18368] ppid=18311 vsize=10849048 memory=409172 CPUtime=7.95 cores=1,3,5,7
/proc/18314/task/18368/stat : 18368 (java) S 18311 18314 14447 0 -1 1077944384 17933 13143 0 0 748 39 5 3 20 0 15 0 444648538 11109425152 102293 33554432000 4194304 4196468 140724795031968 139768038669200 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18369] ppid=18311 vsize=10849048 memory=409172 CPUtime=7.95 cores=1,3,5,7
/proc/18314/task/18369/stat : 18369 (java) S 18311 18314 14447 0 -1 1077944384 14976 13143 0 0 747 40 5 3 20 0 15 0 444648538 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767968426768 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18370] ppid=18311 vsize=10849048 memory=409172 CPUtime=7.94 cores=1,3,5,7
/proc/18314/task/18370/stat : 18370 (java) S 18311 18314 14447 0 -1 1077944384 17281 13143 0 0 748 38 5 3 20 0 15 0 444648538 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767606340752 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18371] ppid=18311 vsize=10849048 memory=409172 CPUtime=7.97 cores=1,3,5,7
/proc/18314/task/18371/stat : 18371 (java) S 18311 18314 14447 0 -1 1077944384 17338 13143 0 0 748 41 5 3 20 0 15 0 444648538 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767605287952 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18372] ppid=18311 vsize=10849048 memory=409172 CPUtime=5.23 cores=1,3,5,7
/proc/18314/task/18372/stat : 18372 (java) S 18311 18314 14447 0 -1 1077944384 13433 13143 0 0 481 34 5 3 20 0 15 0 444648539 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767037540464 139768034437762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18373] ppid=18311 vsize=10849048 memory=409172 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18373/stat : 18373 (java) S 18311 18314 14447 0 -1 1077944384 22 13143 0 0 0 0 5 3 20 0 15 0 444648539 11109425152 102293 33554432000 4194304 4196468 140724795031968 139766959956832 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18374] ppid=18311 vsize=10849048 memory=409172 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18374/stat : 18374 (java) S 18311 18314 14447 0 -1 1077944384 7 13143 0 0 0 0 5 3 20 0 15 0 444648540 11109425152 102293 33554432000 4194304 4196468 140724795031968 139766825739392 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18375] ppid=18311 vsize=10849048 memory=588 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18375/stat : 18375 (java) S 18311 18314 14447 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 444648542 11109425152 102293 33554432000 4194304 4196468 140724795031968 139766585448528 139768034445211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18376] ppid=18311 vsize=10849048 memory=8 CPUtime=7.23 cores=1,3,5,7
/proc/18314/task/18376/stat : 18376 (java) S 18311 18314 14447 0 -1 1077944384 55562 13143 0 0 707 8 5 3 20 0 15 0 444648542 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767036488304 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18377] ppid=18311 vsize=10849048 memory=409172 CPUtime=7.4 cores=1,3,5,7
/proc/18314/task/18377/stat : 18377 (java) S 18311 18314 14447 0 -1 1077944384 55282 13143 0 0 723 9 5 3 20 0 15 0 444648542 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767035435504 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18378] ppid=18311 vsize=10849048 memory=409172 CPUtime=5.53 cores=1,3,5,7
/proc/18314/task/18378/stat : 18378 (java) S 18311 18314 14447 0 -1 1077944384 54714 13143 0 0 534 11 5 3 20 0 15 0 444648542 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767034383216 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18379] ppid=18311 vsize=10849048 memory=409172 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18379/stat : 18379 (java) S 18311 18314 14447 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 444648543 11109425152 102293 33554432000 4194304 4196468 140724795031968 139766551890912 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18380] ppid=18311 vsize=10849048 memory=409172 CPUtime=1.13 cores=1,3,5,7
/proc/18314/task/18380/stat : 18380 (java) S 18311 18314 14447 0 -1 1077944384 1579 13143 0 0 49 56 5 3 20 0 15 0 444648543 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767033330096 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
Current children cumulated CPU time: 2365.54 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 409172 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2356.4 s]
/proc/loadavg: 1.26 1.32 1.42 3/228 18883
/proc/meminfo: memFree=30168108/32770624 swapFree=66922368/67108860
[pid=18314] ppid=18311 vsize=10849048 memory=409172 CPUtime=2400.06 cores=1,3,5,7
/proc/18314/stat : 18314 (java) S 18311 18314 14447 0 -1 1077944320 341970 13143 0 0 239726 272 5 3 20 0 15 0 444648528 11109425152 102293 33554432000 4194304 4196468 140724795031968 140724795014512 139768034426615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
/proc/18314/statm: 2712262 102293 3637 1 0 2674317 0
[pid=18314/tid=18367] ppid=18311 vsize=10849048 memory=226421 CPUtime=2341.68 cores=1,3,5,7
/proc/18314/task/18367/stat : 18367 (java) R 18311 18314 14447 0 -1 4202560 91177 13143 0 0 234130 30 5 3 20 0 15 0 444648537 11109425152 102293 33554432000 4194304 4196468 140724795031968 139768006238320 139767651655603 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18368] ppid=18311 vsize=10849048 memory=6791534058613427641 CPUtime=8.09 cores=1,3,5,7
/proc/18314/task/18368/stat : 18368 (java) S 18311 18314 14447 0 -1 1077944384 18003 13143 0 0 761 40 5 3 20 0 15 0 444648538 11109425152 102293 33554432000 4194304 4196468 140724795031968 139768038669200 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18369] ppid=18311 vsize=10849048 memory=528 CPUtime=8.1 cores=1,3,5,7
/proc/18314/task/18369/stat : 18369 (java) S 18311 18314 14447 0 -1 1077944384 15034 13143 0 0 761 41 5 3 20 0 15 0 444648538 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767968426768 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18370] ppid=18311 vsize=10849048 memory=1560 CPUtime=8.08 cores=1,3,5,7
/proc/18314/task/18370/stat : 18370 (java) S 18311 18314 14447 0 -1 1077944384 17530 13143 0 0 762 38 5 3 20 0 15 0 444648538 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767606340752 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18371] ppid=18311 vsize=10849048 memory=932 CPUtime=8.11 cores=1,3,5,7
/proc/18314/task/18371/stat : 18371 (java) S 18311 18314 14447 0 -1 1077944384 17369 13143 0 0 761 42 5 3 20 0 15 0 444648538 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767605287952 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18372] ppid=18311 vsize=10849048 memory=390716 CPUtime=5.32 cores=1,3,5,7
/proc/18314/task/18372/stat : 18372 (java) S 18311 18314 14447 0 -1 1077944384 13470 13143 0 0 490 34 5 3 20 0 15 0 444648539 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767037540464 139768034437762 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18373] ppid=18311 vsize=10849048 memory=5972 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18373/stat : 18373 (java) S 18311 18314 14447 0 -1 1077944384 22 13143 0 0 0 0 5 3 20 0 15 0 444648539 11109425152 102293 33554432000 4194304 4196468 140724795031968 139766959956832 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18374] ppid=18311 vsize=10849048 memory=1704 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18374/stat : 18374 (java) S 18311 18314 14447 0 -1 1077944384 7 13143 0 0 0 0 5 3 20 0 15 0 444648540 11109425152 102293 33554432000 4194304 4196468 140724795031968 139766825739392 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18375] ppid=18311 vsize=10849048 memory=5972 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18375/stat : 18375 (java) S 18311 18314 14447 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 444648542 11109425152 102293 33554432000 4194304 4196468 140724795031968 139766585448528 139768034445211 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18376] ppid=18311 vsize=10849048 memory=588 CPUtime=7.23 cores=1,3,5,7
/proc/18314/task/18376/stat : 18376 (java) S 18311 18314 14447 0 -1 1077944384 55564 13143 0 0 707 8 5 3 20 0 15 0 444648542 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767036488304 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18377] ppid=18311 vsize=10849048 memory=6791534058613427641 CPUtime=7.4 cores=1,3,5,7
/proc/18314/task/18377/stat : 18377 (java) S 18311 18314 14447 0 -1 1077944384 55284 13143 0 0 723 9 5 3 20 0 15 0 444648542 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767035435504 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18378] ppid=18311 vsize=10849048 memory=1324 CPUtime=5.53 cores=1,3,5,7
/proc/18314/task/18378/stat : 18378 (java) S 18311 18314 14447 0 -1 1077944384 54716 13143 0 0 534 11 5 3 20 0 15 0 444648542 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767034383216 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18379] ppid=18311 vsize=10849048 memory=1704 CPUtime=0.08 cores=1,3,5,7
/proc/18314/task/18379/stat : 18379 (java) S 18311 18314 14447 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 444648543 11109425152 102293 33554432000 4194304 4196468 140724795031968 139766551890912 139768034436821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
[pid=18314/tid=18380] ppid=18311 vsize=10849048 memory=5972 CPUtime=1.14 cores=1,3,5,7
/proc/18314/task/18380/stat : 18380 (java) S 18311 18314 14447 0 -1 1077944384 1583 13143 0 0 50 56 5 3 20 0 15 0 444648543 11109425152 102293 33554432000 4194304 4196468 140724795031968 139767033330096 139768034437762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27738112 140724795034352 140724795036869 140724795036869 140724795039695 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 409172 KiB

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

[startup+2356.43 s]
# the end of solver process 18314 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.33 s, system=2.76332 s

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

Child status: 143
Real time (s): 2356.43
CPU time (s): 2400.1
CPU user time (s): 2397.33
CPU system time (s): 2.76332
CPU usage (%): 101.853
Max. virtual memory (cumulated for all children) (KiB): 10852032
Max. memory (cumulated for all children) (KiB): 722448

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.33
system time used= 2.76332
maximum resident set size= 722448
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 355806
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3080
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 174972
involuntary context switches= 7277


# summary of solver processes directly reported to runsolver:
#   pid: 18314
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2397.33
#   total CPU system time (s): 2.76332

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1719 second user time and 20.4762 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-17 04:24:24
IDJOB=4401479
IDBENCH=135903
IDSOLVER=2858
FILE ID=node141/4401479-1568687106
RUNJOBID= node141-1568673289-14479
PBS_JOBID= 21703778
Free space on /tmp= 58508 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n100/TravellingSalesman-100-50-08.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401479-1568687106/watcher-4401479-1568687106 -o /tmp/evaluation-result-4401479-1568687106/solver-4401479-1568687106 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568673289-14479 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=535221524 HOME/instance-4401479-1568687106.xml

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

MD5SUM BENCH= 8e11a97c7673f129a8c4890bd1c1105b
RANDOM SEED=535221524

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        30035476 kB
MemAvailable:   30951588 kB
Buffers:          223672 kB
Cached:           989252 kB
SwapCached:        77832 kB
Active:          1445444 kB
Inactive:         728048 kB
Active(anon):     888780 kB
Inactive(anon):   114804 kB
Active(file):     556664 kB
Inactive(file):   613244 kB
Unevictable:      109460 kB
Mlocked:          109460 kB
SwapTotal:      67108860 kB
SwapFree:       66922340 kB
Dirty:             35448 kB
Writeback:             0 kB
AnonPages:        941200 kB
Mapped:            56492 kB
Shmem:             34520 kB
Slab:             154248 kB
SReclaimable:     124080 kB
SUnreclaim:        30168 kB
KernelStack:        4000 kB
PageTables:         7496 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2079220 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    854016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58472 MiB
End job on node141 at 2019-09-17 05:03:41