Trace number 4392217

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.10SAT (TO)158 2400.04 2360.73

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n35/
TravellingSalesman-35-30-07.xml
MD5SUM1a4fb6e98f7c5153812b28830edea47d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark143
Best CPU time to get the best result obtained on this benchmark2400.49
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of constraints36
Number of domains2
Minimum domain size35
Maximum domain size37
Distribution of domain sizes[{"size":35,"count":35},{"size":37,"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.72/0.55	c Concrete v3.10.1560635388952 running
10.18/4.22	o 321
10.18/4.25	o 320
10.18/4.29	o 317
11.52/4.65	o 307
12.12/4.81	o 242
12.12/4.85	o 239
12.12/4.86	o 238
12.12/4.87	o 226
12.12/4.87	o 224
12.46/4.94	o 221
12.46/4.94	o 220
12.46/4.95	o 218
17.03/7.83	o 215
19.83/9.91	o 212
19.83/9.91	o 195
44.47/32.02	o 193
57.89/44.42	o 192
57.89/44.43	o 183
57.89/44.43	o 181
57.89/44.43	o 180
59.47/45.63	o 179
117.92/103.11	o 178
117.92/103.12	o 176
118.21/103.46	o 175
118.21/103.46	o 173
129.49/114.44	o 172
129.59/114.53	o 171
192.02/175.49	o 170
192.02/175.49	o 168
198.14/181.31	o 167
561.55/537.92	o 166
563.20/539.56	o 165
563.20/539.56	o 164
563.20/539.57	o 163
563.20/539.58	o 162
563.32/539.61	o 161
563.32/539.61	o 160
563.43/539.75	o 159
563.96/540.20	o 158
2400.00/2360.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.00/2360.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.00/2360.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.00/2360.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.00/2360.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.00/2360.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.00/2360.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.00/2360.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.00/2360.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.00/2360.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2360.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2360.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2360.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2360.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2360.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2360.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2360.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.00/2360.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.00/2360.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.00/2360.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.00/2360.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.00/2360.70		at scala.Option.map(Option.scala:243)
2400.00/2360.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.00/2360.70		at concrete.MAC.mac(MAC.scala:204)
2400.00/2360.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.00/2360.70		at scala.util.Try$.apply(Try.scala:212)
2400.00/2360.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.00/2360.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.00/2360.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.00/2360.70		at concrete.MAC.oneRun(MAC.scala:253)
2400.00/2360.70		at concrete.MAC.nextSolution(MAC.scala:272)
2400.00/2360.70		at concrete.MAC.nextSolution(MAC.scala:355)
2400.00/2360.70		at concrete.Solver.hasNext(Solver.scala:160)
2400.00/2360.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2360.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2360.70		at concrete.Solver.foreach(Solver.scala:67)
2400.00/2360.70		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.00/2360.70		at scala.util.Success.map(Try.scala:264)
2400.00/2360.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.00/2360.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.00/2360.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.00/2360.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.00/2360.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.00/2360.71		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.00/2360.71		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.00/2360.71		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.00/2360.71		at scala.App.$anonfun$main$1(App.scala:75)
2400.00/2360.71		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.00/2360.71		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.00/2360.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.00/2360.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.00/2360.71		at scala.App.main(App.scala:75)
2400.00/2360.71		at scala.App.main$(App.scala:73)
2400.00/2360.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.00/2360.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.00/2360.71	v <instantiation
2400.00/2360.71	v         cost = '158'>
2400.00/2360.71	v       <list>
2400.00/2360.71	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]
2400.00/2360.71	v       </list>
2400.00/2360.71	v       <values>
2400.00/2360.71	v         1 14 15 16 24 21 20 19 29 30 28 18 27 34 33 32 31 26 25 11 10 0 13 12 17 23 22 9 7 4 8 6 3 2 5 11 1 2 6 1 3 1 10 2 11 9 9 6 5 1 4 6 5 10 4 4 7 1 5 4 1 10 2 1 4 2 1 6 1 2
2400.00/2360.71	v       </values>
2400.00/2360.71	v     </instantiation>
2400.00/2360.71	s SATISFIABLE

Verifier Data

OK	158

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392217-1568322667/watcher-4392217-1568322667 -o /tmp/evaluation-result-4392217-1568322667/solver-4392217-1568322667 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568305960-30576 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1330202339 HOME/instance-4392217-1568322667.xml 

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

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


[startup+0.100062 s]*
/proc/loadavg: 1.71 1.62 1.60 4/219 2304
/proc/meminfo: memFree=27623216/32770624 swapFree=66998520/67108860
[pid=2247] ppid=2244 vsize=9972712 memory=16640 CPUtime=0.09 cores=0,2,4,6
/proc/2247/stat : 2247 (java) S 2244 2247 10805 0 -1 1077944320 4391 13248 0 0 1 0 5 3 20 0 6 0 408535592 10212057088 4160 33554432000 4194304 4196468 140722063558224 140722063540768 140313637007095 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
/proc/2247/statm: 2493178 4160 1933 1 0 2481616 0
[pid=2247/tid=2300] ppid=2244 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2300/stat : 2300 (java) R 2244 2247 10805 0 -1 4202560 2255 13248 0 0 0 0 5 3 20 0 6 0 408535602 10212057088 4226 33554432000 4194304 4196468 140722063558224 140313608843856 140313621087582 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2301] ppid=2244 vsize=9972712 memory=7948963741541478447 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2301/stat : 2301 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 6 0 408535602 10212057088 4226 33554432000 4194304 4196468 140722063558224 140313641249040 140313637017301 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2302] ppid=2244 vsize=9972712 memory=139888044066432 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2302/stat : 2302 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 6 0 408535602 10212057088 4226 33554432000 4194304 4196468 140722063558224 140313210202512 140313637017301 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2303] ppid=2244 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2303/stat : 2303 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 6 0 408535602 10212057088 4226 33554432000 4194304 4196468 140722063558224 140313209149968 140313637017301 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2304] ppid=2244 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2304/stat : 2304 (java) S 2244 2247 10805 0 -1 1077944384 2 13248 0 0 0 0 5 3 20 0 6 0 408535602 10212057088 4226 33554432000 4194304 4196468 140722063558224 140313208097424 140313637017301 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16640 KiB

[startup+0.211074 s]*
/proc/loadavg: 1.71 1.62 1.60 3/228 2313
/proc/meminfo: memFree=27596956/32770624 swapFree=66998520/67108860
[pid=2247] ppid=2244 vsize=10818940 memory=42988 CPUtime=0.25 cores=0,2,4,6
/proc/2247/stat : 2247 (java) S 2244 2247 10805 0 -1 1077944320 7056 13248 0 0 16 1 5 3 20 0 15 0 408535592 11078594560 10747 33554432000 4194304 4196468 140722063558224 140722063540768 140313637007095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
/proc/2247/statm: 2704735 10747 2974 1 0 2667149 0
[pid=2247/tid=2300] ppid=2244 vsize=10818940 memory=8389772277269004345 CPUtime=0.19 cores=0,2,4,6
/proc/2247/task/2300/stat : 2300 (java) R 2244 2247 10805 0 -1 4202560 3599 13248 0 0 10 1 5 3 20 0 15 0 408535602 11078594560 10823 33554432000 4194304 4196468 140722063558224 140313608837936 140313621087582 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2301] ppid=2244 vsize=10818940 memory=4294967660 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2301/stat : 2301 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535602 11078594560 10823 33554432000 4194304 4196468 140722063558224 140313641249040 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2302] ppid=2244 vsize=10818940 memory=288370264195778176 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2302/stat : 2302 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535602 11078594560 10823 33554432000 4194304 4196468 140722063558224 140313210202512 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2303] ppid=2244 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2303/stat : 2303 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535602 11078594560 10823 33554432000 4194304 4196468 140722063558224 140313209149968 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2304] ppid=2244 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2304/stat : 2304 (java) S 2244 2247 10805 0 -1 1077944384 2 13248 0 0 0 0 5 3 20 0 15 0 408535602 11078594560 10823 33554432000 4194304 4196468 140722063558224 140313208097424 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2305] ppid=2244 vsize=10818940 memory=139888044066432 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2305/stat : 2305 (java) S 2244 2247 10805 0 -1 1077944384 2 13248 0 0 0 0 5 3 20 0 15 0 408535604 11078594560 10823 33554432000 4194304 4196468 140722063558224 140313163655664 140313637018242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2306] ppid=2244 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2306/stat : 2306 (java) S 2244 2247 10805 0 -1 1077944384 13 13248 0 0 0 0 5 3 20 0 15 0 408535604 11078594560 10823 33554432000 4194304 4196468 140722063558224 140313091892640 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2307] ppid=2244 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2307/stat : 2307 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535604 11078594560 10823 33554432000 4194304 4196468 140722063558224 140312957674992 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2308] ppid=2244 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2308/stat : 2308 (java) S 2244 2247 10805 0 -1 1077944384 2 13248 0 0 0 0 5 3 20 0 15 0 408535607 11078594560 10823 33554432000 4194304 4196468 140722063558224 140312353696464 140313637025691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2309] ppid=2244 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2247/task/2309/stat : 2309 (java) S 2244 2247 10805 0 -1 1077944384 478 13248 0 0 1 0 5 3 20 0 15 0 408535607 11078594560 10823 33554432000 4194304 4196468 140722063558224 140313162602480 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2310] ppid=2244 vsize=10818940 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/2247/task/2310/stat : 2310 (java) S 2244 2247 10805 0 -1 1077944384 153 13248 0 0 1 0 5 3 20 0 15 0 408535607 11078594560 10823 33554432000 4194304 4196468 140722063558224 140313161549936 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2311] ppid=2244 vsize=10818940 memory=139888044066432 CPUtime=0.11 cores=0,2,4,6
/proc/2247/task/2311/stat : 2311 (java) S 2244 2247 10805 0 -1 1077944384 627 13248 0 0 3 0 5 3 20 0 15 0 408535607 11078594560 10823 33554432000 4194304 4196468 140722063558224 140313160497392 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2312] ppid=2244 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2312/stat : 2312 (java) S 2244 2247 10805 0 -1 1077944384 3 13248 0 0 0 0 5 3 20 0 15 0 408535607 11078594560 10823 33554432000 4194304 4196468 140722063558224 140311883934304 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2313] ppid=2244 vsize=10818940 memory=139888044066432 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2313/stat : 2313 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535608 11078594560 10823 33554432000 4194304 4196468 140722063558224 140313058335536 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 42988 KiB

[startup+0.310552 s]*
/proc/loadavg: 1.71 1.62 1.60 3/228 2313
/proc/meminfo: memFree=27586344/32770624 swapFree=66998520/67108860
[pid=2247] ppid=2244 vsize=10819220 memory=51784 CPUtime=0.4 cores=0,2,4,6
/proc/2247/stat : 2247 (java) S 2244 2247 10805 0 -1 1077944320 10635 13248 0 0 29 3 5 3 20 0 15 0 408535592 11078881280 12946 33554432000 4194304 4196468 140722063558224 140722063540768 140313637007095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
/proc/2247/statm: 2704809 12946 3040 1 0 2667149 0
[pid=2247/tid=2300] ppid=2244 vsize=10820096 memory=7892391828772250251 CPUtime=0.29 cores=0,2,4,6
/proc/2247/task/2300/stat : 2300 (java) R 2244 2247 10805 0 -1 4202560 7226 13248 0 0 19 2 5 3 20 0 15 0 408535602 11079778304 13012 33554432000 4194304 4196468 140722063558224 140313608834768 140313492421605 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2301] ppid=2244 vsize=10820096 memory=3691042062614867976 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2301/stat : 2301 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535602 11079778304 13012 33554432000 4194304 4196468 140722063558224 140313641249040 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2302] ppid=2244 vsize=10820096 memory=139892339033727 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2302/stat : 2302 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535602 11079778304 13078 33554432000 4194304 4196468 140722063558224 140313210202512 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2303] ppid=2244 vsize=10820096 memory=2209 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2303/stat : 2303 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535602 11079778304 13078 33554432000 4194304 4196468 140722063558224 140313209149968 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2304] ppid=2244 vsize=10820096 memory=2240 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2304/stat : 2304 (java) S 2244 2247 10805 0 -1 1077944384 2 13248 0 0 0 0 5 3 20 0 15 0 408535602 11079778304 13078 33554432000 4194304 4196468 140722063558224 140313208097424 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2305] ppid=2244 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2305/stat : 2305 (java) S 2244 2247 10805 0 -1 1077944384 2 13248 0 0 0 0 5 3 20 0 15 0 408535604 11079778304 13078 33554432000 4194304 4196468 140722063558224 140313163655664 140313637018242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2306] ppid=2244 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2306/stat : 2306 (java) S 2244 2247 10805 0 -1 1077944384 13 13248 0 0 0 0 5 3 20 0 15 0 408535604 11079778304 13078 33554432000 4194304 4196468 140722063558224 140313091892640 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2307] ppid=2244 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2307/stat : 2307 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535604 11079778304 13078 33554432000 4194304 4196468 140722063558224 140312957674992 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2308] ppid=2244 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2308/stat : 2308 (java) S 2244 2247 10805 0 -1 1077944384 2 13248 0 0 0 0 5 3 20 0 15 0 408535607 11079778304 13078 33554432000 4194304 4196468 140722063558224 140312353696464 140313637025691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2309] ppid=2244 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2247/task/2309/stat : 2309 (java) S 2244 2247 10805 0 -1 1077944384 479 13248 0 0 1 0 5 3 20 0 15 0 408535607 11079778304 13078 33554432000 4194304 4196468 140722063558224 140313162602480 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2310] ppid=2244 vsize=10820096 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/2247/task/2310/stat : 2310 (java) S 2244 2247 10805 0 -1 1077944384 154 13248 0 0 2 0 5 3 20 0 15 0 408535607 11079778304 13078 33554432000 4194304 4196468 140722063558224 140313161549936 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2311] ppid=2244 vsize=10820096 memory=139888044066432 CPUtime=0.13 cores=0,2,4,6
/proc/2247/task/2311/stat : 2311 (java) S 2244 2247 10805 0 -1 1077944384 637 13248 0 0 5 0 5 3 20 0 15 0 408535607 11079778304 13078 33554432000 4194304 4196468 140722063558224 140313160497392 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2312] ppid=2244 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2312/stat : 2312 (java) S 2244 2247 10805 0 -1 1077944384 3 13248 0 0 0 0 5 3 20 0 15 0 408535607 11079778304 13078 33554432000 4194304 4196468 140722063558224 140311883934304 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2313] ppid=2244 vsize=10820096 memory=139888044066432 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2313/stat : 2313 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535608 11079778304 13078 33554432000 4194304 4196468 140722063558224 140313058335536 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819220 KiB
Current children cumulated memory: 51784 KiB

[startup+0.705994 s]
/proc/loadavg: 1.71 1.62 1.60 5/228 2313
/proc/meminfo: memFree=27573896/32770624 swapFree=66998520/67108860
[pid=2247] ppid=2244 vsize=10824340 memory=84624 CPUtime=1.15 cores=0,2,4,6
/proc/2247/stat : 2247 (java) S 2244 2247 10805 0 -1 1077944320 14866 13248 0 0 102 5 5 3 20 0 15 0 408535592 11084124160 21156 33554432000 4194304 4196468 140722063558224 140722063540768 140313637007095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
/proc/2247/statm: 2706085 21156 3498 1 0 2668173 0
[pid=2247/tid=2300] ppid=2244 vsize=10824340 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/2247/task/2300/stat : 2300 (java) R 2244 2247 10805 0 -1 4202560 10597 13248 0 0 56 4 5 3 20 0 15 0 408535602 11084124160 21156 33554432000 4194304 4196468 140722063558224 140313608834288 140313637029021 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2301] ppid=2244 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2301/stat : 2301 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535602 11084124160 21156 33554432000 4194304 4196468 140722063558224 140313641249040 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2302] ppid=2244 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2302/stat : 2302 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535602 11084124160 21156 33554432000 4194304 4196468 140722063558224 140313210202512 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2303] ppid=2244 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2303/stat : 2303 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535602 11084124160 21156 33554432000 4194304 4196468 140722063558224 140313209149968 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2304] ppid=2244 vsize=10824340 memory=139891379798586 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2304/stat : 2304 (java) S 2244 2247 10805 0 -1 1077944384 2 13248 0 0 0 0 5 3 20 0 15 0 408535602 11084124160 21156 33554432000 4194304 4196468 140722063558224 140313208097424 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2305] ppid=2244 vsize=10824340 memory=139891379798591 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2305/stat : 2305 (java) S 2244 2247 10805 0 -1 1077944384 5 13248 0 0 0 0 5 3 20 0 15 0 408535604 11084124160 21156 33554432000 4194304 4196468 140722063558224 140313163655664 140313637018242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2306] ppid=2244 vsize=10824340 memory=139891379798595 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2306/stat : 2306 (java) S 2244 2247 10805 0 -1 1077944384 13 13248 0 0 0 0 5 3 20 0 15 0 408535604 11084124160 21156 33554432000 4194304 4196468 140722063558224 140313091892640 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2307] ppid=2244 vsize=10824340 memory=139891379798601 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2307/stat : 2307 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535604 11084124160 21156 33554432000 4194304 4196468 140722063558224 140312957674992 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2308] ppid=2244 vsize=10824340 memory=139891379798602 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2308/stat : 2308 (java) S 2244 2247 10805 0 -1 1077944384 2 13248 0 0 0 0 5 3 20 0 15 0 408535607 11084124160 21156 33554432000 4194304 4196468 140722063558224 140312353696464 140313637025691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2309] ppid=2244 vsize=10824340 memory=780 CPUtime=0.23 cores=0,2,4,6
/proc/2247/task/2309/stat : 2309 (java) R 2244 2247 10805 0 -1 4202560 836 13248 0 0 15 0 5 3 20 0 15 0 408535607 11084124160 21156 33554432000 4194304 4196468 140722063558224 140313162588704 140313618551248 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2310] ppid=2244 vsize=10824340 memory=7662705889289527641 CPUtime=0.2 cores=0,2,4,6
/proc/2247/task/2310/stat : 2310 (java) R 2244 2247 10805 0 -1 4202560 417 13248 0 0 12 0 5 3 20 0 15 0 408535607 11084124160 21156 33554432000 4194304 4196468 140722063558224 140313161549936 140313637018242 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2311] ppid=2244 vsize=10824340 memory=7013342044610651755 CPUtime=0.25 cores=0,2,4,6
/proc/2247/task/2311/stat : 2311 (java) R 2244 2247 10805 0 -1 4202560 779 13248 0 0 17 0 5 3 20 0 15 0 408535607 11084124160 21156 33554432000 4194304 4196468 140722063558224 140313160497392 140313629244222 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2312] ppid=2244 vsize=10824340 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2312/stat : 2312 (java) S 2244 2247 10805 0 -1 1077944384 3 13248 0 0 0 0 5 3 20 0 15 0 408535607 11084124160 21156 33554432000 4194304 4196468 140722063558224 140311883934304 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2313] ppid=2244 vsize=10824340 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2313/stat : 2313 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535608 11084124160 21156 33554432000 4194304 4196468 140722063558224 140313058335536 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84624 KiB

[startup+1.50075 s]
/proc/loadavg: 1.65 1.61 1.60 4/228 2313
/proc/meminfo: memFree=27530224/32770624 swapFree=66998520/67108860
[pid=2247] ppid=2244 vsize=10834656 memory=173400 CPUtime=2.54 cores=0,2,4,6
/proc/2247/stat : 2247 (java) S 2244 2247 10805 0 -1 1077944320 21684 13248 0 0 236 10 5 3 20 0 15 0 408535592 11094687744 43350 33554432000 4194304 4196468 140722063558224 140722063540768 140313637007095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
/proc/2247/statm: 2708664 43350 3578 1 0 2670733 0
[pid=2247/tid=2300] ppid=2244 vsize=10834656 memory=288230596050944315 CPUtime=1.44 cores=0,2,4,6
/proc/2247/task/2300/stat : 2300 (java) R 2244 2247 10805 0 -1 4202560 15479 13248 0 0 130 6 5 3 20 0 15 0 408535602 11094687744 43350 33554432000 4194304 4196468 140722063558224 140313608807312 140313240976944 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2301] ppid=2244 vsize=10834656 memory=84624 CPUtime=0.09 cores=0,2,4,6
/proc/2247/task/2301/stat : 2301 (java) S 2244 2247 10805 0 -1 1077944384 58 13248 0 0 1 0 5 3 20 0 15 0 408535602 11094687744 43350 33554432000 4194304 4196468 140722063558224 140313641249040 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2302] ppid=2244 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/2247/task/2302/stat : 2302 (java) S 2244 2247 10805 0 -1 1077944384 76 13248 0 0 1 0 5 3 20 0 15 0 408535602 11094687744 43350 33554432000 4194304 4196468 140722063558224 140313210202512 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2303] ppid=2244 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2303/stat : 2303 (java) S 2244 2247 10805 0 -1 1077944384 20 13248 0 0 0 0 5 3 20 0 15 0 408535602 11094687744 43350 33554432000 4194304 4196468 140722063558224 140313209149968 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2304] ppid=2244 vsize=10834656 memory=139887890438608 CPUtime=0.09 cores=0,2,4,6
/proc/2247/task/2304/stat : 2304 (java) S 2244 2247 10805 0 -1 1077944384 341 13248 0 0 1 0 5 3 20 0 15 0 408535602 11094687744 43350 33554432000 4194304 4196468 140722063558224 140313208097424 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2305] ppid=2244 vsize=10834656 memory=55 CPUtime=0.09 cores=0,2,4,6
/proc/2247/task/2305/stat : 2305 (java) S 2244 2247 10805 0 -1 1077944384 130 13248 0 0 1 0 5 3 20 0 15 0 408535604 11094687744 43350 33554432000 4194304 4196468 140722063558224 140313163655664 140313637018242 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2306] ppid=2244 vsize=10834656 memory=-7384994778349281184 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2306/stat : 2306 (java) S 2244 2247 10805 0 -1 1077944384 14 13248 0 0 0 0 5 3 20 0 15 0 408535604 11094687744 43350 33554432000 4194304 4196468 140722063558224 140313091892704 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2307] ppid=2244 vsize=10834656 memory=6944656592452807316 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2307/stat : 2307 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535604 11094687744 43350 33554432000 4194304 4196468 140722063558224 140312957674992 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2308] ppid=2244 vsize=10834656 memory=6944656592455360608 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2308/stat : 2308 (java) S 2244 2247 10805 0 -1 1077944384 2 13248 0 0 0 0 5 3 20 0 15 0 408535607 11094687744 43350 33554432000 4194304 4196468 140722063558224 140312353696464 140313637025691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2309] ppid=2244 vsize=10834656 memory=-7384994778349281184 CPUtime=0.41 cores=0,2,4,6
/proc/2247/task/2309/stat : 2309 (java) S 2244 2247 10805 0 -1 1077944384 1338 13248 0 0 33 0 5 3 20 0 15 0 408535607 11094687744 43350 33554432000 4194304 4196468 140722063558224 140313162602480 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2310] ppid=2244 vsize=10834656 memory=6944656592452807316 CPUtime=0.32 cores=0,2,4,6
/proc/2247/task/2310/stat : 2310 (java) S 2244 2247 10805 0 -1 1077944384 592 13248 0 0 24 0 5 3 20 0 15 0 408535607 11094687744 43350 33554432000 4194304 4196468 140722063558224 140313161549936 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2311] ppid=2244 vsize=10834656 memory=6944656592455360608 CPUtime=0.49 cores=0,2,4,6
/proc/2247/task/2311/stat : 2311 (java) R 2244 2247 10805 0 -1 4202560 1422 13248 0 0 41 0 5 3 20 0 15 0 408535607 11094687744 43350 33554432000 4194304 4196468 140722063558224 140313160497392 140313630103931 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2312] ppid=2244 vsize=10834656 memory=6944613755445342871 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2312/stat : 2312 (java) S 2244 2247 10805 0 -1 1077944384 3 13248 0 0 0 0 5 3 20 0 15 0 408535607 11094687744 43350 33554432000 4194304 4196468 140722063558224 140311883934304 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2313] ppid=2244 vsize=10834656 memory=6944656592455360569 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2313/stat : 2313 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535608 11094687744 43350 33554432000 4194304 4196468 140722063558224 140313058335536 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
Current children cumulated CPU time: 2.54 s
Current children cumulated vsize: 10834656 KiB

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

/proc/2247/task/2300/stat : 2300 (java) R 2244 2247 10805 0 -1 4202560 55826 13248 0 0 224523 32 5 3 20 0 15 0 408535602 11109400576 158587 33554432000 4194304 4196468 140722063558224 140313608839136 140313251105095 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2301] ppid=2244 vsize=10849024 memory=634348 CPUtime=6.9 cores=0,2,4,6
/proc/2247/task/2301/stat : 2301 (java) S 2244 2247 10805 0 -1 1077944384 8536 13248 0 0 647 35 5 3 20 0 15 0 408535602 11109400576 158587 33554432000 4194304 4196468 140722063558224 140313641249040 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2302] ppid=2244 vsize=10849024 memory=634348 CPUtime=6.91 cores=0,2,4,6
/proc/2247/task/2302/stat : 2302 (java) S 2244 2247 10805 0 -1 1077944384 11177 13248 0 0 646 37 5 3 20 0 15 0 408535602 11109400576 158587 33554432000 4194304 4196468 140722063558224 140313210202512 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2303] ppid=2244 vsize=10849024 memory=1536 CPUtime=6.89 cores=0,2,4,6
/proc/2247/task/2303/stat : 2303 (java) S 2244 2247 10805 0 -1 1077944384 8897 13248 0 0 641 40 5 3 20 0 15 0 408535602 11109400576 158587 33554432000 4194304 4196468 140722063558224 140313209149968 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2304] ppid=2244 vsize=10849024 memory=634348 CPUtime=6.91 cores=0,2,4,6
/proc/2247/task/2304/stat : 2304 (java) S 2244 2247 10805 0 -1 1077944384 8398 13248 0 0 650 33 5 3 20 0 15 0 408535602 11109400576 158587 33554432000 4194304 4196468 140722063558224 140313208097424 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2305] ppid=2244 vsize=10849024 memory=1428 CPUtime=6.69 cores=0,2,4,6
/proc/2247/task/2305/stat : 2305 (java) S 2244 2247 10805 0 -1 1077944384 12908 13248 0 0 631 30 5 3 20 0 15 0 408535604 11109400576 158587 33554432000 4194304 4196468 140722063558224 140313163655664 140313637018242 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2306] ppid=2244 vsize=10849024 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2306/stat : 2306 (java) S 2244 2247 10805 0 -1 1077944384 15 13248 0 0 0 0 5 3 20 0 15 0 408535604 11109400576 158587 33554432000 4194304 4196468 140722063558224 140313091892704 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2307] ppid=2244 vsize=10849024 memory=634348 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2307/stat : 2307 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535604 11109400576 158587 33554432000 4194304 4196468 140722063558224 140312957675008 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2308] ppid=2244 vsize=10849024 memory=634348 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2308/stat : 2308 (java) S 2244 2247 10805 0 -1 1077944384 2 13248 0 0 0 0 5 3 20 0 15 0 408535607 11109400576 158587 33554432000 4194304 4196468 140722063558224 140312353696464 140313637025691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2309] ppid=2244 vsize=10849024 memory=634348 CPUtime=7.63 cores=0,2,4,6
/proc/2247/task/2309/stat : 2309 (java) S 2244 2247 10805 0 -1 1077944384 36516 13248 0 0 747 8 5 3 20 0 15 0 408535607 11109400576 158587 33554432000 4194304 4196468 140722063558224 140313162602480 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2310] ppid=2244 vsize=10849024 memory=634348 CPUtime=7.7 cores=0,2,4,6
/proc/2247/task/2310/stat : 2310 (java) S 2244 2247 10805 0 -1 1077944384 31457 13248 0 0 754 8 5 3 20 0 15 0 408535607 11109400576 158587 33554432000 4194304 4196468 140722063558224 140313161549936 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2311] ppid=2244 vsize=10849024 memory=38244 CPUtime=4.79 cores=0,2,4,6
/proc/2247/task/2311/stat : 2311 (java) S 2244 2247 10805 0 -1 1077944384 36876 13248 0 0 464 7 5 3 20 0 15 0 408535607 11109400576 158587 33554432000 4194304 4196468 140722063558224 140313160497392 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2312] ppid=2244 vsize=10849024 memory=634348 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2312/stat : 2312 (java) S 2244 2247 10805 0 -1 1077944384 3 13248 0 0 0 0 5 3 20 0 15 0 408535607 11109400576 158587 33554432000 4194304 4196468 140722063558224 140311883934304 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2313] ppid=2244 vsize=10849024 memory=3624 CPUtime=1.34 cores=0,2,4,6
/proc/2247/task/2313/stat : 2313 (java) S 2244 2247 10805 0 -1 1077944384 755 13248 0 0 63 63 5 3 20 0 15 0 408535608 11109400576 158587 33554432000 4194304 4196468 140722063558224 140313058335536 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
Current children cumulated CPU time: 2300.79 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 634348 KiB

[startup+2322.3 s]
/proc/loadavg: 1.45 1.35 1.41 3/228 2664
/proc/meminfo: memFree=27005248/32770624 swapFree=66998520/67108860
[pid=2247] ppid=2244 vsize=10849024 memory=634396 CPUtime=2361.29 cores=0,2,4,6
/proc/2247/stat : 2247 (java) S 2244 2247 10805 0 -1 1077944320 214734 13248 0 0 235866 255 5 3 20 0 15 0 408535592 11109400576 158599 33554432000 4194304 4196468 140722063558224 140722063540768 140313637007095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
/proc/2247/statm: 2712256 158599 3625 1 0 2674317 0
[pid=2247/tid=2300] ppid=2244 vsize=10849024 memory=4108 CPUtime=2305.17 cores=0,2,4,6
/proc/2247/task/2300/stat : 2300 (java) R 2244 2247 10805 0 -1 4202560 56349 13248 0 0 230476 33 5 3 20 0 15 0 408535602 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313608843104 140313251105073 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2301] ppid=2244 vsize=10849024 memory=634396 CPUtime=7.08 cores=0,2,4,6
/proc/2247/task/2301/stat : 2301 (java) S 2244 2247 10805 0 -1 1077944384 8800 13248 0 0 664 36 5 3 20 0 15 0 408535602 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313641249040 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2302] ppid=2244 vsize=10849024 memory=634372 CPUtime=7.1 cores=0,2,4,6
/proc/2247/task/2302/stat : 2302 (java) S 2244 2247 10805 0 -1 1077944384 11235 13248 0 0 664 38 5 3 20 0 15 0 408535602 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313210202512 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2303] ppid=2244 vsize=10849024 memory=634372 CPUtime=7.08 cores=0,2,4,6
/proc/2247/task/2303/stat : 2303 (java) S 2244 2247 10805 0 -1 1077944384 8919 13248 0 0 658 42 5 3 20 0 15 0 408535602 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313209149968 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2304] ppid=2244 vsize=10849024 memory=634396 CPUtime=7.1 cores=0,2,4,6
/proc/2247/task/2304/stat : 2304 (java) S 2244 2247 10805 0 -1 1077944384 8455 13248 0 0 668 34 5 3 20 0 15 0 408535602 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313208097424 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2305] ppid=2244 vsize=10849024 memory=634396 CPUtime=6.88 cores=0,2,4,6
/proc/2247/task/2305/stat : 2305 (java) S 2244 2247 10805 0 -1 1077944384 13118 13248 0 0 648 32 5 3 20 0 15 0 408535604 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313163655664 140313637018242 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2306] ppid=2244 vsize=10849024 memory=634396 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2306/stat : 2306 (java) S 2244 2247 10805 0 -1 1077944384 15 13248 0 0 0 0 5 3 20 0 15 0 408535604 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313091892704 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2307] ppid=2244 vsize=10849024 memory=634396 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2307/stat : 2307 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535604 11109400576 158599 33554432000 4194304 4196468 140722063558224 140312957675008 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2308] ppid=2244 vsize=10849024 memory=634396 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2308/stat : 2308 (java) S 2244 2247 10805 0 -1 1077944384 2 13248 0 0 0 0 5 3 20 0 15 0 408535607 11109400576 158599 33554432000 4194304 4196468 140722063558224 140312353696464 140313637025691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2309] ppid=2244 vsize=10849024 memory=634396 CPUtime=7.63 cores=0,2,4,6
/proc/2247/task/2309/stat : 2309 (java) S 2244 2247 10805 0 -1 1077944384 36518 13248 0 0 747 8 5 3 20 0 15 0 408535607 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313162602480 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2310] ppid=2244 vsize=10849024 memory=634396 CPUtime=7.7 cores=0,2,4,6
/proc/2247/task/2310/stat : 2310 (java) S 2244 2247 10805 0 -1 1077944384 31459 13248 0 0 754 8 5 3 20 0 15 0 408535607 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313161549936 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2311] ppid=2244 vsize=10849024 memory=38244 CPUtime=4.79 cores=0,2,4,6
/proc/2247/task/2311/stat : 2311 (java) S 2244 2247 10805 0 -1 1077944384 36878 13248 0 0 464 7 5 3 20 0 15 0 408535607 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313160497392 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2312] ppid=2244 vsize=10849024 memory=634396 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2312/stat : 2312 (java) S 2244 2247 10805 0 -1 1077944384 3 13248 0 0 0 0 5 3 20 0 15 0 408535607 11109400576 158599 33554432000 4194304 4196468 140722063558224 140311883934304 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2313] ppid=2244 vsize=10849024 memory=634396 CPUtime=1.37 cores=0,2,4,6
/proc/2247/task/2313/stat : 2313 (java) S 2244 2247 10805 0 -1 1077944384 774 13248 0 0 64 65 5 3 20 0 15 0 408535608 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313058335536 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
Current children cumulated CPU time: 2361.29 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 634396 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2360.7 s]
/proc/loadavg: 1.47 1.37 1.42 3/227 2665
/proc/meminfo: memFree=27005068/32770624 swapFree=66998520/67108860
[pid=2247] ppid=2244 vsize=10849024 memory=634396 CPUtime=2400 cores=0,2,4,6
/proc/2247/stat : 2247 (java) S 2244 2247 10805 0 -1 1077944320 214954 13248 0 0 239733 259 5 3 20 0 15 0 408535592 11109400576 158599 33554432000 4194304 4196468 140722063558224 140722063540768 140313637007095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
/proc/2247/statm: 2712256 158599 3625 1 0 2674317 0
[pid=2247/tid=2300] ppid=2244 vsize=10849024 memory=634396 CPUtime=2343.29 cores=0,2,4,6
/proc/2247/task/2300/stat : 2300 (java) R 2244 2247 10805 0 -1 4202560 56539 13248 0 0 234288 33 5 3 20 0 15 0 408535602 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313608837568 140313254428048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2301] ppid=2244 vsize=10849024 memory=634396 CPUtime=7.2 cores=0,2,4,6
/proc/2247/task/2301/stat : 2301 (java) S 2244 2247 10805 0 -1 1077944384 8801 13248 0 0 675 37 5 3 20 0 15 0 408535602 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313641249040 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2302] ppid=2244 vsize=10849024 memory=634396 CPUtime=7.22 cores=0,2,4,6
/proc/2247/task/2302/stat : 2302 (java) S 2244 2247 10805 0 -1 1077944384 11247 13248 0 0 675 39 5 3 20 0 15 0 408535602 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313210202512 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2303] ppid=2244 vsize=10849024 memory=634396 CPUtime=7.2 cores=0,2,4,6
/proc/2247/task/2303/stat : 2303 (java) S 2244 2247 10805 0 -1 1077944384 8922 13248 0 0 669 43 5 3 20 0 15 0 408535602 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313209149968 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2304] ppid=2244 vsize=10849024 memory=634284 CPUtime=7.21 cores=0,2,4,6
/proc/2247/task/2304/stat : 2304 (java) S 2244 2247 10805 0 -1 1077944384 8458 13248 0 0 679 34 5 3 20 0 15 0 408535602 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313208097424 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2305] ppid=2244 vsize=10849024 memory=634396 CPUtime=6.99 cores=0,2,4,6
/proc/2247/task/2305/stat : 2305 (java) S 2244 2247 10805 0 -1 1077944384 13125 13248 0 0 659 32 5 3 20 0 15 0 408535604 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313163655664 140313637018242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2306] ppid=2244 vsize=10849024 memory=634396 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2306/stat : 2306 (java) S 2244 2247 10805 0 -1 1077944384 15 13248 0 0 0 0 5 3 20 0 15 0 408535604 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313091892704 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2307] ppid=2244 vsize=10849024 memory=634396 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2307/stat : 2307 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535604 11109400576 158599 33554432000 4194304 4196468 140722063558224 140312957675008 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2308] ppid=2244 vsize=10849024 memory=634396 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2308/stat : 2308 (java) S 2244 2247 10805 0 -1 1077944384 2 13248 0 0 0 0 5 3 20 0 15 0 408535607 11109400576 158599 33554432000 4194304 4196468 140722063558224 140312353696464 140313637025691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2309] ppid=2244 vsize=10849024 memory=279775780788448 CPUtime=7.63 cores=0,2,4,6
/proc/2247/task/2309/stat : 2309 (java) S 2244 2247 10805 0 -1 1077944384 36518 13248 0 0 747 8 5 3 20 0 15 0 408535607 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313162602480 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2310] ppid=2244 vsize=10849024 memory=634396 CPUtime=7.7 cores=0,2,4,6
/proc/2247/task/2310/stat : 2310 (java) S 2244 2247 10805 0 -1 1077944384 31459 13248 0 0 754 8 5 3 20 0 15 0 408535607 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313161549936 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2311] ppid=2244 vsize=10849024 memory=634396 CPUtime=4.79 cores=0,2,4,6
/proc/2247/task/2311/stat : 2311 (java) S 2244 2247 10805 0 -1 1077944384 36878 13248 0 0 464 7 5 3 20 0 15 0 408535607 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313160497392 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2312] ppid=2244 vsize=10849024 memory=634396 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2312/stat : 2312 (java) S 2244 2247 10805 0 -1 1077944384 3 13248 0 0 0 0 5 3 20 0 15 0 408535607 11109400576 158599 33554432000 4194304 4196468 140722063558224 140311883934304 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2313] ppid=2244 vsize=10849024 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/2247/task/2313/stat : 2313 (java) S 2244 2247 10805 0 -1 1077944384 778 13248 0 0 65 66 5 3 20 0 15 0 408535608 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313058335536 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 634396 KiB

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

[startup+2360.73 s]
# the end of solver process 2247 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.4 s, system=2.63671 s

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

[startup+2360.7 s]
/proc/loadavg: 1.47 1.37 1.42 3/227 2665
/proc/meminfo: memFree=27005068/32770624 swapFree=66998520/67108860
[pid=2247] ppid=2244 vsize=10849024 memory=634396 CPUtime=2400 cores=0,2,4,6
/proc/2247/stat : 2247 (java) S 2244 2247 10805 0 -1 1077944320 214954 13248 0 0 239733 259 5 3 20 0 15 0 408535592 11109400576 158599 33554432000 4194304 4196468 140722063558224 140722063540768 140313637007095 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
/proc/2247/statm: 2712256 158599 3625 1 0 2674317 0
[pid=2247/tid=2300] ppid=2244 vsize=10849024 memory=634396 CPUtime=2343.29 cores=0,2,4,6
/proc/2247/task/2300/stat : 2300 (java) R 2244 2247 10805 0 -1 4202560 56539 13248 0 0 234288 33 5 3 20 0 15 0 408535602 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313608837568 140313254428048 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2301] ppid=2244 vsize=10849024 memory=634396 CPUtime=7.2 cores=0,2,4,6
/proc/2247/task/2301/stat : 2301 (java) S 2244 2247 10805 0 -1 1077944384 8801 13248 0 0 675 37 5 3 20 0 15 0 408535602 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313641249040 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2302] ppid=2244 vsize=10849024 memory=634396 CPUtime=7.22 cores=0,2,4,6
/proc/2247/task/2302/stat : 2302 (java) S 2244 2247 10805 0 -1 1077944384 11247 13248 0 0 675 39 5 3 20 0 15 0 408535602 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313210202512 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2303] ppid=2244 vsize=10849024 memory=634396 CPUtime=7.2 cores=0,2,4,6
/proc/2247/task/2303/stat : 2303 (java) S 2244 2247 10805 0 -1 1077944384 8922 13248 0 0 669 43 5 3 20 0 15 0 408535602 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313209149968 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2304] ppid=2244 vsize=10849024 memory=634284 CPUtime=7.21 cores=0,2,4,6
/proc/2247/task/2304/stat : 2304 (java) S 2244 2247 10805 0 -1 1077944384 8458 13248 0 0 679 34 5 3 20 0 15 0 408535602 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313208097424 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2305] ppid=2244 vsize=10849024 memory=634396 CPUtime=6.99 cores=0,2,4,6
/proc/2247/task/2305/stat : 2305 (java) S 2244 2247 10805 0 -1 1077944384 13125 13248 0 0 659 32 5 3 20 0 15 0 408535604 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313163655664 140313637018242 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2306] ppid=2244 vsize=10849024 memory=634396 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2306/stat : 2306 (java) S 2244 2247 10805 0 -1 1077944384 15 13248 0 0 0 0 5 3 20 0 15 0 408535604 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313091892704 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2307] ppid=2244 vsize=10849024 memory=634396 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2307/stat : 2307 (java) S 2244 2247 10805 0 -1 1077944384 1 13248 0 0 0 0 5 3 20 0 15 0 408535604 11109400576 158599 33554432000 4194304 4196468 140722063558224 140312957675008 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2308] ppid=2244 vsize=10849024 memory=634396 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2308/stat : 2308 (java) S 2244 2247 10805 0 -1 1077944384 2 13248 0 0 0 0 5 3 20 0 15 0 408535607 11109400576 158599 33554432000 4194304 4196468 140722063558224 140312353696464 140313637025691 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2309] ppid=2244 vsize=10849024 memory=279775780788448 CPUtime=7.63 cores=0,2,4,6
/proc/2247/task/2309/stat : 2309 (java) S 2244 2247 10805 0 -1 1077944384 36518 13248 0 0 747 8 5 3 20 0 15 0 408535607 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313162602480 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2310] ppid=2244 vsize=10849024 memory=634396 CPUtime=7.7 cores=0,2,4,6
/proc/2247/task/2310/stat : 2310 (java) S 2244 2247 10805 0 -1 1077944384 31459 13248 0 0 754 8 5 3 20 0 15 0 408535607 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313161549936 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2311] ppid=2244 vsize=10849024 memory=634396 CPUtime=4.79 cores=0,2,4,6
/proc/2247/task/2311/stat : 2311 (java) S 2244 2247 10805 0 -1 1077944384 36878 13248 0 0 464 7 5 3 20 0 15 0 408535607 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313160497392 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2312] ppid=2244 vsize=10849024 memory=634396 CPUtime=0.08 cores=0,2,4,6
/proc/2247/task/2312/stat : 2312 (java) S 2244 2247 10805 0 -1 1077944384 3 13248 0 0 0 0 5 3 20 0 15 0 408535607 11109400576 158599 33554432000 4194304 4196468 140722063558224 140311883934304 140313637017301 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
[pid=2247/tid=2313] ppid=2244 vsize=10849024 memory=0 CPUtime=1.39 cores=0,2,4,6
/proc/2247/task/2313/stat : 2313 (java) S 2244 2247 10805 0 -1 1077944384 778 13248 0 0 65 66 5 3 20 0 15 0 408535608 11109400576 158599 33554432000 4194304 4196468 140722063558224 140313058335536 140313637018242 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38240256 140722063559413 140722063561925 140722063561925 140722063564751 0
Current children cumulated CPU time: 2400 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 634396 KiB

Child status: 143
Real time (s): 2360.73
CPU time (s): 2400.04
CPU user time (s): 2397.4
CPU system time (s): 2.63671
CPU usage (%): 101.665
Max. virtual memory (cumulated for all children) (KiB): 10852008
Max. memory (cumulated for all children) (KiB): 641436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.4
system time used= 2.63671
maximum resident set size= 641952
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 228957
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2848
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 216113
involuntary context switches= 7796


# summary of solver processes directly reported to runsolver:
#   pid: 2247
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2397.4
#   total CPU system time (s): 2.63671

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9069 second user time and 21.584 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-12 23:10:27
IDJOB=4392217
IDBENCH=135871
IDSOLVER=2837
FILE ID=node127/4392217-1568322667
RUNJOBID= node127-1568305960-30576
PBS_JOBID= 21701110
Free space on /tmp= 58788 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n35/TravellingSalesman-35-30-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392217-1568322667/watcher-4392217-1568322667 -o /tmp/evaluation-result-4392217-1568322667/solver-4392217-1568322667 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568305960-30576 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1330202339 HOME/instance-4392217-1568322667.xml

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

MD5SUM BENCH= 1a4fb6e98f7c5153812b28830edea47d
RANDOM SEED=1330202339

node127.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.55
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.55
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.55
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.55
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:        27627868 kB
MemAvailable:   31063492 kB
Buffers:          116844 kB
Cached:          3577580 kB
SwapCached:         6780 kB
Active:          2848844 kB
Inactive:        1659452 kB
Active(anon):     806124 kB
Inactive(anon):    48964 kB
Active(file):    2042720 kB
Inactive(file):  1610488 kB
Unevictable:      108880 kB
Mlocked:          108880 kB
SwapTotal:      67108860 kB
SwapFree:       66998520 kB
Dirty:             35400 kB
Writeback:             0 kB
AnonPages:        917716 kB
Mapped:            56780 kB
Shmem:             32692 kB
Slab:             226672 kB
SReclaimable:     196500 kB
SUnreclaim:        30172 kB
KernelStack:        3728 kB
PageTables:         7820 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1900196 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    706560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 58752 MiB
End job on node127 at 2019-09-12 23:49:48