Trace number 4392249

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)129 2400.1 2356.73

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n30/
TravellingSalesman-30-30-00.xml
MD5SUMb8130450ecaa214ac0617b692471aec1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints31
Number of domains2
Minimum domain size30
Maximum domain size32
Distribution of domain sizes[{"size":30,"count":30},{"size":32,"count":30}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":30}]
Minimum constraint arity3
Maximum constraint arity30
Distribution of constraint arities[{"arity":3,"count":30},{"arity":30,"count":1}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"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.74/0.54	c Concrete v3.10.1560635388952 running
9.27/3.83	o 271
9.27/3.85	o 258
9.27/3.86	o 256
9.27/3.89	o 255
9.62/3.90	o 251
9.62/3.93	o 250
10.60/4.25	o 245
10.60/4.29	o 242
11.29/4.48	o 239
11.58/4.52	o 234
11.58/4.53	o 232
11.58/4.56	o 230
12.03/4.75	o 224
12.03/4.75	o 222
12.42/4.94	o 216
13.56/5.48	o 214
13.56/5.48	o 213
13.56/5.48	o 211
14.80/6.28	o 208
22.23/11.52	o 203
22.23/11.53	o 201
22.23/11.53	o 199
22.23/11.53	o 197
22.23/11.53	o 195
22.38/11.66	o 193
29.16/17.56	o 190
29.16/17.57	o 187
29.48/17.88	o 186
29.82/18.20	o 184
31.56/19.71	o 182
31.56/19.72	o 176
31.56/19.72	o 175
31.79/20.00	o 174
42.91/29.66	o 173
42.91/29.67	o 171
43.05/29.75	o 170
43.05/29.76	o 168
43.27/29.93	o 165
43.27/29.93	o 160
43.27/29.93	o 159
43.27/29.94	o 158
43.27/30.00	o 157
43.27/30.00	o 151
43.61/30.29	o 150
47.22/33.63	o 149
47.56/34.00	o 144
50.44/36.66	o 143
71.63/57.10	o 140
74.95/60.22	o 139
98.85/83.41	o 138
134.94/118.23	o 136
155.73/138.38	o 133
155.73/138.38	o 129
2400.06/2356.70	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.06/2356.70		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.06/2356.70		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.06/2356.70		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.06/2356.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.06/2356.70		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.06/2356.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.06/2356.70		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.06/2356.70		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.06/2356.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2356.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.06/2356.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.06/2356.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2356.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.06/2356.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.06/2356.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2356.70		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.06/2356.70		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.06/2356.70		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.06/2356.70		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.06/2356.70		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.06/2356.70		at scala.Option.map(Option.scala:243)
2400.06/2356.70		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.06/2356.70		at concrete.MAC.mac(MAC.scala:204)
2400.06/2356.70		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.06/2356.70		at scala.util.Try$.apply(Try.scala:212)
2400.06/2356.70		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.06/2356.70		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.06/2356.70		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.06/2356.70		at concrete.MAC.oneRun(MAC.scala:253)
2400.06/2356.70		at concrete.MAC.nextSolution(MAC.scala:272)
2400.06/2356.70		at concrete.MAC.nextSolution(MAC.scala:355)
2400.06/2356.70		at concrete.Solver.hasNext(Solver.scala:160)
2400.06/2356.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2356.70		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2356.70		at concrete.Solver.foreach(Solver.scala:67)
2400.06/2356.70		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.06/2356.70		at scala.util.Success.map(Try.scala:264)
2400.06/2356.70		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.06/2356.70		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.06/2356.70		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.06/2356.70		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.06/2356.70		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.06/2356.70		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.06/2356.70		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.06/2356.70		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.06/2356.70		at scala.App.$anonfun$main$1(App.scala:75)
2400.06/2356.70		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.06/2356.70		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2356.71		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2356.71		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.06/2356.71		at scala.App.main(App.scala:75)
2400.06/2356.71		at scala.App.main$(App.scala:73)
2400.06/2356.71		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.06/2356.71		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.06/2356.71	v <instantiation
2400.06/2356.71	v         cost = '129'>
2400.06/2356.71	v       <list>
2400.06/2356.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] 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]
2400.06/2356.71	v       </list>
2400.06/2356.71	v       <values>
2400.06/2356.71	v         16 18 27 19 15 14 17 25 29 28 24 23 26 22 21 20 13 11 10 4 6 1 0 2 5 7 8 3 9 12 5 7 8 7 4 4 9 4 3 4 1 5 3 2 1 8 6 1 4 5 4 7 2 2 4 1 4 4 4 6
2400.06/2356.71	v       </values>
2400.06/2356.71	v     </instantiation>
2400.06/2356.71	s SATISFIABLE

Verifier Data

OK	129

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392249-1568322055/watcher-4392249-1568322055 -o /tmp/evaluation-result-4392249-1568322055/solver-4392249-1568322055 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5610 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=800550432 HOME/instance-4392249-1568322055.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
Current StackSize limit: 8192 KiB

solver pid=11842, runsolver pid=11839

[startup+0.100061 s]*
/proc/loadavg: 1.08 1.31 1.38 3/219 11899
/proc/meminfo: memFree=30930512/32770624 swapFree=66999796/67108860
[pid=11842] ppid=11839 vsize=9972712 memory=17436 CPUtime=0.1 cores=1,3,5,7
/proc/11842/stat : 11842 (java) S 11839 11842 5578 0 -1 1077944320 4586 13291 0 0 1 1 5 3 20 0 6 0 408119526 10212057088 4359 33554432000 4194304 4196468 140730569484816 140730569467360 139661942922999 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
/proc/11842/statm: 2493178 4359 1958 1 0 2481616 0
[pid=11842/tid=11895] ppid=11839 vsize=10055356 memory=8514726395714820750 CPUtime=0.09 cores=1,3,5,7
/proc/11842/task/11895/stat : 11895 (java) R 11839 11842 5578 0 -1 1077944384 2433 13291 0 0 1 0 5 3 20 0 7 0 408119535 10296684544 4425 33554432000 4194304 4196468 140730569484816 139661914766096 139661942933205 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11896] ppid=11839 vsize=10055356 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11896/stat : 11896 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 7 0 408119536 10296684544 4425 33554432000 4194304 4196468 140730569484816 139661947165584 139661942933205 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11897] ppid=11839 vsize=10055356 memory=139834512385664 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11897/stat : 11897 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 7 0 408119536 10296684544 4425 33554432000 4194304 4196468 140730569484816 139661516024592 139661942933205 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11898] ppid=11839 vsize=10055356 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11898/stat : 11898 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 7 0 408119536 10296684544 4425 33554432000 4194304 4196468 140730569484816 139661514972304 139661942933205 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11899] ppid=11839 vsize=10055356 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11899/stat : 11899 (java) S 11839 11842 5578 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 7 0 408119536 10296684544 4425 33554432000 4194304 4196468 140730569484816 139661513919504 139661942933205 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11900] ppid=11839 vsize=10055356 memory=139834512385664 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11900/stat : 11900 (java) S 11839 11842 5578 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 7 0 408119537 10296684544 4425 33554432000 4194304 4196468 140730569484816 139661469612144 139661942934146 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17436 KiB

[startup+0.209914 s]*
/proc/loadavg: 1.08 1.31 1.38 4/228 11908
/proc/meminfo: memFree=30907992/32770624 swapFree=66999796/67108860
[pid=11842] ppid=11839 vsize=10818940 memory=43056 CPUtime=0.27 cores=1,3,5,7
/proc/11842/stat : 11842 (java) S 11839 11842 5578 0 -1 1077944320 7121 13291 0 0 17 2 5 3 20 0 15 0 408119526 11078594560 10764 33554432000 4194304 4196468 140730569484816 140730569467360 139661942922999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
/proc/11842/statm: 2704735 10764 2957 1 0 2667149 0
[pid=11842/tid=11895] ppid=11839 vsize=10818940 memory=5450916389569530688 CPUtime=0.2 cores=1,3,5,7
/proc/11842/task/11895/stat : 11895 (java) R 11839 11842 5578 0 -1 4202560 3631 13291 0 0 11 1 5 3 20 0 15 0 408119535 11078594560 10764 33554432000 4194304 4196468 140730569484816 139661914759048 139661942944925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11896] ppid=11839 vsize=10818940 memory=-7025452035940392864 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11896/stat : 11896 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119536 11078594560 10764 33554432000 4194304 4196468 140730569484816 139661947165584 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11897] ppid=11839 vsize=10818940 memory=139834512385664 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11897/stat : 11897 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119536 11078594560 10764 33554432000 4194304 4196468 140730569484816 139661516024592 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11898] ppid=11839 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11898/stat : 11898 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119536 11078594560 10764 33554432000 4194304 4196468 140730569484816 139661514972304 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11899] ppid=11839 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11899/stat : 11899 (java) S 11839 11842 5578 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 408119536 11078594560 10764 33554432000 4194304 4196468 140730569484816 139661513919504 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11900] ppid=11839 vsize=10818940 memory=139834512385664 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11900/stat : 11900 (java) S 11839 11842 5578 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 408119537 11078594560 10764 33554432000 4194304 4196468 140730569484816 139661469612144 139661942934146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11901] ppid=11839 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11901/stat : 11901 (java) S 11839 11842 5578 0 -1 1077944384 13 13291 0 0 0 0 5 3 20 0 15 0 408119537 11078594560 10764 33554432000 4194304 4196468 140730569484816 139661397713696 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11902] ppid=11839 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11902/stat : 11902 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119538 11078594560 10764 33554432000 4194304 4196468 140730569484816 139661263496304 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11903] ppid=11839 vsize=10818940 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11903/stat : 11903 (java) S 11839 11842 5578 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 408119540 11078594560 10764 33554432000 4194304 4196468 140730569484816 139660659517520 139661942941595 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11904] ppid=11839 vsize=10818940 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11842/task/11904/stat : 11904 (java) S 11839 11842 5578 0 -1 1077944384 574 13291 0 0 1 0 5 3 20 0 15 0 408119540 11078594560 10764 33554432000 4194304 4196468 140730569484816 139661468559984 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11905] ppid=11839 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11905/stat : 11905 (java) S 11839 11842 5578 0 -1 1077944384 57 13291 0 0 0 0 5 3 20 0 15 0 408119540 11078594560 10764 33554432000 4194304 4196468 140730569484816 139661467507184 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11906] ppid=11839 vsize=10818940 memory=139834512385664 CPUtime=0.11 cores=1,3,5,7
/proc/11842/task/11906/stat : 11906 (java) R 11839 11842 5578 0 -1 4202560 628 13291 0 0 3 0 5 3 20 0 15 0 408119540 11078594560 10764 33554432000 4194304 4196468 140730569484816 139661466454896 139661942934934 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11907] ppid=11839 vsize=10818940 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11907/stat : 11907 (java) S 11839 11842 5578 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 408119541 11078594560 10764 33554432000 4194304 4196468 140730569484816 139660189756384 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11908] ppid=11839 vsize=10818940 memory=139834512385664 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11908/stat : 11908 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119541 11078594560 10764 33554432000 4194304 4196468 140730569484816 139661364156848 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 43056 KiB

[startup+0.310301 s]*
/proc/loadavg: 1.08 1.31 1.38 4/228 11908
/proc/meminfo: memFree=30897752/32770624 swapFree=66999796/67108860
[pid=11842] ppid=11839 vsize=10820096 memory=54392 CPUtime=0.4 cores=1,3,5,7
/proc/11842/stat : 11842 (java) S 11839 11842 5578 0 -1 1077944320 10863 13291 0 0 29 3 5 3 20 0 15 0 408119526 11079778304 13598 33554432000 4194304 4196468 140730569484816 140730569467360 139661942922999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
/proc/11842/statm: 2705024 13598 3211 1 0 2667149 0
[pid=11842/tid=11895] ppid=11839 vsize=10820096 memory=1398722017469774279 CPUtime=0.29 cores=1,3,5,7
/proc/11842/task/11895/stat : 11895 (java) R 11839 11842 5578 0 -1 4202560 7356 13291 0 0 19 2 5 3 20 0 15 0 408119535 11079778304 13598 33554432000 4194304 4196468 140730569484816 139661914740624 139661546620979 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11896] ppid=11839 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11896/stat : 11896 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119536 11079778304 13598 33554432000 4194304 4196468 140730569484816 139661947165584 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11897] ppid=11839 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11897/stat : 11897 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119536 11079778304 13598 33554432000 4194304 4196468 140730569484816 139661516024592 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11898] ppid=11839 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11898/stat : 11898 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119536 11079778304 13598 33554432000 4194304 4196468 140730569484816 139661514972304 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11899] ppid=11839 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11899/stat : 11899 (java) S 11839 11842 5578 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 408119536 11079778304 13598 33554432000 4194304 4196468 140730569484816 139661513919504 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11900] ppid=11839 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11900/stat : 11900 (java) S 11839 11842 5578 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 408119537 11079778304 13598 33554432000 4194304 4196468 140730569484816 139661469612144 139661942934146 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11901] ppid=11839 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11901/stat : 11901 (java) S 11839 11842 5578 0 -1 1077944384 13 13291 0 0 0 0 5 3 20 0 15 0 408119537 11079778304 13598 33554432000 4194304 4196468 140730569484816 139661397713696 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11902] ppid=11839 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11902/stat : 11902 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119538 11079778304 13598 33554432000 4194304 4196468 140730569484816 139661263496304 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11903] ppid=11839 vsize=10820096 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11903/stat : 11903 (java) S 11839 11842 5578 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 408119540 11079778304 13598 33554432000 4194304 4196468 140730569484816 139660659517520 139661942941595 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11904] ppid=11839 vsize=10820096 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/11842/task/11904/stat : 11904 (java) S 11839 11842 5578 0 -1 1077944384 576 13291 0 0 2 0 5 3 20 0 15 0 408119540 11079778304 13598 33554432000 4194304 4196468 140730569484816 139661468559984 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11905] ppid=11839 vsize=10820096 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11842/task/11905/stat : 11905 (java) S 11839 11842 5578 0 -1 1077944384 57 13291 0 0 1 0 5 3 20 0 15 0 408119540 11079778304 13598 33554432000 4194304 4196468 140730569484816 139661467507184 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11906] ppid=11839 vsize=10820096 memory=139834512385664 CPUtime=0.13 cores=1,3,5,7
/proc/11842/task/11906/stat : 11906 (java) R 11839 11842 5578 0 -1 4202560 640 13291 0 0 5 0 5 3 20 0 15 0 408119540 11079778304 13598 33554432000 4194304 4196468 140730569484816 139661466454896 139661927457632 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11907] ppid=11839 vsize=10820096 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11907/stat : 11907 (java) S 11839 11842 5578 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 408119541 11079778304 13598 33554432000 4194304 4196468 140730569484816 139660189756384 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11908] ppid=11839 vsize=10820096 memory=139834512385664 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11908/stat : 11908 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119541 11079778304 13598 33554432000 4194304 4196468 140730569484816 139661364156848 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 54392 KiB

[startup+0.700765 s]
/proc/loadavg: 1.08 1.31 1.38 5/228 11908
/proc/meminfo: memFree=30882272/32770624 swapFree=66999796/67108860
[pid=11842] ppid=11839 vsize=10824340 memory=84804 CPUtime=1.15 cores=1,3,5,7
/proc/11842/stat : 11842 (java) S 11839 11842 5578 0 -1 1077944320 14878 13291 0 0 101 6 5 3 20 0 15 0 408119526 11084124160 21201 33554432000 4194304 4196468 140730569484816 140730569467360 139661942922999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
/proc/11842/statm: 2706085 21201 3509 1 0 2668173 0
[pid=11842/tid=11895] ppid=11839 vsize=10824340 memory=19044 CPUtime=0.67 cores=1,3,5,7
/proc/11842/task/11895/stat : 11895 (java) R 11839 11842 5578 0 -1 4202560 10592 13291 0 0 55 4 5 3 20 0 15 0 408119535 11084124160 21201 33554432000 4194304 4196468 140730569484816 139661914750192 139661546643698 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11896] ppid=11839 vsize=10824340 memory=11852 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11896/stat : 11896 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119536 11084124160 21201 33554432000 4194304 4196468 140730569484816 139661947165584 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11897] ppid=11839 vsize=10824340 memory=532 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11897/stat : 11897 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119536 11084124160 21201 33554432000 4194304 4196468 140730569484816 139661516024592 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11898] ppid=11839 vsize=10824340 memory=1564 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11898/stat : 11898 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119536 11084124160 21201 33554432000 4194304 4196468 140730569484816 139661514972304 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11899] ppid=11839 vsize=10824340 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11899/stat : 11899 (java) S 11839 11842 5578 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 408119536 11084124160 21201 33554432000 4194304 4196468 140730569484816 139661513919504 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11900] ppid=11839 vsize=10824340 memory=7448488012996568912 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11900/stat : 11900 (java) S 11839 11842 5578 0 -1 1077944384 5 13291 0 0 0 0 5 3 20 0 15 0 408119537 11084124160 21201 33554432000 4194304 4196468 140730569484816 139661469612144 139661942934146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11901] ppid=11839 vsize=10824340 memory=7668056027324048724 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11901/stat : 11901 (java) S 11839 11842 5578 0 -1 1077944384 13 13291 0 0 0 0 5 3 20 0 15 0 408119537 11084124160 21201 33554432000 4194304 4196468 140730569484816 139661397713696 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11902] ppid=11839 vsize=10824340 memory=7523071198212214892 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11902/stat : 11902 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119538 11084124160 21201 33554432000 4194304 4196468 140730569484816 139661263496304 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11903] ppid=11839 vsize=10824340 memory=5450916488555034154 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11903/stat : 11903 (java) S 11839 11842 5578 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 408119540 11084124160 21201 33554432000 4194304 4196468 140730569484816 139660659517520 139661942941595 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11904] ppid=11839 vsize=10824340 memory=-6808994639057120388 CPUtime=0.23 cores=1,3,5,7
/proc/11842/task/11904/stat : 11904 (java) S 11839 11842 5578 0 -1 1077944384 940 13291 0 0 15 0 5 3 20 0 15 0 408119540 11084124160 21201 33554432000 4194304 4196468 140730569484816 139661468559984 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11905] ppid=11839 vsize=10824340 memory=-7025452035940392864 CPUtime=0.2 cores=1,3,5,7
/proc/11842/task/11905/stat : 11905 (java) S 11839 11842 5578 0 -1 1077944384 318 13291 0 0 12 0 5 3 20 0 15 0 408119540 11084124160 21201 33554432000 4194304 4196468 140730569484816 139661467507184 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11906] ppid=11839 vsize=10824340 memory=-9001734000804784231 CPUtime=0.25 cores=1,3,5,7
/proc/11842/task/11906/stat : 11906 (java) R 11839 11842 5578 0 -1 4202560 788 13291 0 0 17 0 5 3 20 0 15 0 408119540 11084124160 21201 33554432000 4194304 4196468 140730569484816 139661466454896 139661921841667 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11907] ppid=11839 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11907/stat : 11907 (java) S 11839 11842 5578 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 408119541 11084124160 21201 33554432000 4194304 4196468 140730569484816 139660189756384 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11908] ppid=11839 vsize=10824340 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11908/stat : 11908 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119541 11084124160 21201 33554432000 4194304 4196468 140730569484816 139661364156848 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 84804 KiB

[startup+1.50787 s]
/proc/loadavg: 1.23 1.33 1.38 4/228 11908
/proc/meminfo: memFree=30836272/32770624 swapFree=66999796/67108860
[pid=11842] ppid=11839 vsize=10834656 memory=171516 CPUtime=2.58 cores=1,3,5,7
/proc/11842/stat : 11842 (java) S 11839 11842 5578 0 -1 1077944320 21772 13291 0 0 241 9 5 3 20 0 15 0 408119526 11094687744 42879 33554432000 4194304 4196468 140730569484816 140730569467360 139661942922999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
/proc/11842/statm: 2708664 42879 3580 1 0 2670733 0
[pid=11842/tid=11895] ppid=11839 vsize=10834656 memory=11839 CPUtime=1.45 cores=1,3,5,7
/proc/11842/task/11895/stat : 11895 (java) R 11839 11842 5578 0 -1 4202560 15505 13291 0 0 131 6 5 3 20 0 15 0 408119535 11094687744 42898 33554432000 4194304 4196468 140730569484816 139661914729912 139661546643456 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11896] ppid=11839 vsize=10834656 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11842/task/11896/stat : 11896 (java) S 11839 11842 5578 0 -1 1077944384 65 13291 0 0 1 0 5 3 20 0 15 0 408119536 11094687744 42898 33554432000 4194304 4196468 140730569484816 139661947165584 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11897] ppid=11839 vsize=10834656 memory=3281 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11897/stat : 11897 (java) S 11839 11842 5578 0 -1 1077944384 373 13291 0 0 0 0 5 3 20 0 15 0 408119536 11094687744 42898 33554432000 4194304 4196468 140730569484816 139661516024592 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11898] ppid=11839 vsize=10834656 memory=18141941861341 CPUtime=0.09 cores=1,3,5,7
/proc/11842/task/11898/stat : 11898 (java) S 11839 11842 5578 0 -1 1077944384 23 13291 0 0 1 0 5 3 20 0 15 0 408119536 11094687744 42898 33554432000 4194304 4196468 140730569484816 139661514972304 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11899] ppid=11839 vsize=10834656 memory=6933690286009757744 CPUtime=0.09 cores=1,3,5,7
/proc/11842/task/11899/stat : 11899 (java) S 11839 11842 5578 0 -1 1077944384 73 13291 0 0 1 0 5 3 20 0 15 0 408119536 11094687744 42898 33554432000 4194304 4196468 140730569484816 139661513919504 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11900] ppid=11839 vsize=10834656 memory=4206468019014099040 CPUtime=0.09 cores=1,3,5,7
/proc/11842/task/11900/stat : 11900 (java) S 11839 11842 5578 0 -1 1077944384 113 13291 0 0 1 0 5 3 20 0 15 0 408119537 11094687744 42898 33554432000 4194304 4196468 140730569484816 139661469612144 139661942934146 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11901] ppid=11839 vsize=10834656 memory=6944656425122832000 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11901/stat : 11901 (java) S 11839 11842 5578 0 -1 1077944384 14 13291 0 0 0 0 5 3 20 0 15 0 408119537 11094687744 42898 33554432000 4194304 4196468 140730569484816 139661397713760 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11902] ppid=11839 vsize=10834656 memory=3472328296227736193 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11902/stat : 11902 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119538 11094687744 42898 33554432000 4194304 4196468 140730569484816 139661263496320 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11903] ppid=11839 vsize=10834656 memory=6655300316396806240 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11903/stat : 11903 (java) S 11839 11842 5578 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 408119540 11094687744 42898 33554432000 4194304 4196468 140730569484816 139660659517520 139661942941595 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11904] ppid=11839 vsize=10834656 memory=6944656425122832000 CPUtime=0.41 cores=1,3,5,7
/proc/11842/task/11904/stat : 11904 (java) S 11839 11842 5578 0 -1 1077944384 1423 13291 0 0 33 0 5 3 20 0 15 0 408119540 11094687744 42898 33554432000 4194304 4196468 140730569484816 139661468559984 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11905] ppid=11839 vsize=10834656 memory=-7522837583045875833 CPUtime=0.36 cores=1,3,5,7
/proc/11842/task/11905/stat : 11905 (java) S 11839 11842 5578 0 -1 1077944384 515 13291 0 0 28 0 5 3 20 0 15 0 408119540 11094687744 42898 33554432000 4194304 4196468 140730569484816 139661467507184 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11906] ppid=11839 vsize=10834656 memory=-7737605721172012177 CPUtime=0.49 cores=1,3,5,7
/proc/11842/task/11906/stat : 11906 (java) R 11839 11842 5578 0 -1 4202560 1475 13291 0 0 41 0 5 3 20 0 15 0 408119540 11094687744 42898 33554432000 4194304 4196468 140730569484816 139661466454896 139661936019748 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11907] ppid=11839 vsize=10834656 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11907/stat : 11907 (java) S 11839 11842 5578 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 408119541 11094687744 42898 33554432000 4194304 4196468 140730569484816 139660189756384 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11908] ppid=11839 vsize=10834656 memory=6656426216303648864 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11908/stat : 11908 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119541 11094687744 42898 33554432000 4194304 4196468 140730569484816 139661364156848 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0

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

/proc/11842/task/11895/stat : 11895 (java) R 11839 11842 5578 0 -1 4202560 56888 13291 0 0 224364 35 5 3 20 0 15 0 408119535 11109400576 168026 33554432000 4194304 4196468 140730569484816 139661914757616 139661926306946 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11896] ppid=11839 vsize=10849024 memory=672104 CPUtime=8.24 cores=1,3,5,7
/proc/11842/task/11896/stat : 11896 (java) S 11839 11842 5578 0 -1 1077944384 9160 13291 0 0 769 47 5 3 20 0 15 0 408119536 11109400576 168026 33554432000 4194304 4196468 140730569484816 139661947165584 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11897] ppid=11839 vsize=10849024 memory=670056 CPUtime=8.24 cores=1,3,5,7
/proc/11842/task/11897/stat : 11897 (java) S 11839 11842 5578 0 -1 1077944384 9204 13291 0 0 773 43 5 3 20 0 15 0 408119536 11109400576 168026 33554432000 4194304 4196468 140730569484816 139661516024592 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11898] ppid=11839 vsize=10849024 memory=670056 CPUtime=8.23 cores=1,3,5,7
/proc/11842/task/11898/stat : 11898 (java) S 11839 11842 5578 0 -1 1077944384 8303 13291 0 0 770 45 5 3 20 0 15 0 408119536 11109400576 168026 33554432000 4194304 4196468 140730569484816 139661514972304 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11899] ppid=11839 vsize=10849024 memory=670056 CPUtime=8.22 cores=1,3,5,7
/proc/11842/task/11899/stat : 11899 (java) S 11839 11842 5578 0 -1 1077944384 8274 13291 0 0 775 39 5 3 20 0 15 0 408119536 11109400576 168026 33554432000 4194304 4196468 140730569484816 139661513919504 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11900] ppid=11839 vsize=10849024 memory=813 CPUtime=7.81 cores=1,3,5,7
/proc/11842/task/11900/stat : 11900 (java) S 11839 11842 5578 0 -1 1077944384 13044 13291 0 0 731 42 5 3 20 0 15 0 408119537 11109400576 168026 33554432000 4194304 4196468 140730569484816 139661469612144 139661942934146 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11901] ppid=11839 vsize=10849024 memory=670056 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11901/stat : 11901 (java) S 11839 11842 5578 0 -1 1077944384 15 13291 0 0 0 0 5 3 20 0 15 0 408119537 11109400576 168026 33554432000 4194304 4196468 140730569484816 139661397713760 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11902] ppid=11839 vsize=10849024 memory=672104 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11902/stat : 11902 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119538 11109400576 168026 33554432000 4194304 4196468 140730569484816 139661263496320 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11903] ppid=11839 vsize=10849024 memory=7595437690911549800 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11903/stat : 11903 (java) S 11839 11842 5578 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 408119540 11109400576 168026 33554432000 4194304 4196468 140730569484816 139660659517520 139661942941595 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11904] ppid=11839 vsize=10849024 memory=0 CPUtime=7.43 cores=1,3,5,7
/proc/11842/task/11904/stat : 11904 (java) S 11839 11842 5578 0 -1 1077944384 27252 13291 0 0 728 7 5 3 20 0 15 0 408119540 11109400576 168026 33554432000 4194304 4196468 140730569484816 139661468559984 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11905] ppid=11839 vsize=10849024 memory=3616 CPUtime=7.21 cores=1,3,5,7
/proc/11842/task/11905/stat : 11905 (java) S 11839 11842 5578 0 -1 1077944384 22619 13291 0 0 708 5 5 3 20 0 15 0 408119540 11109400576 168026 33554432000 4194304 4196468 140730569484816 139661467507184 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11906] ppid=11839 vsize=10849024 memory=33676 CPUtime=4.57 cores=1,3,5,7
/proc/11842/task/11906/stat : 11906 (java) S 11839 11842 5578 0 -1 1077944384 26467 13291 0 0 442 7 5 3 20 0 15 0 408119540 11109400576 168026 33554432000 4194304 4196468 140730569484816 139661466454896 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11907] ppid=11839 vsize=10849024 memory=672104 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11907/stat : 11907 (java) S 11839 11842 5578 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 408119541 11109400576 168026 33554432000 4194304 4196468 140730569484816 139660189756384 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11908] ppid=11839 vsize=10849024 memory=672104 CPUtime=1.2 cores=1,3,5,7
/proc/11842/task/11908/stat : 11908 (java) S 11839 11842 5578 0 -1 1077944384 921 13291 0 0 53 59 5 3 20 0 15 0 408119541 11109400576 168026 33554432000 4194304 4196468 140730569484816 139661364156848 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
Current children cumulated CPU time: 2304.63 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 672104 KiB

[startup+2322.3 s]
/proc/loadavg: 1.63 1.43 1.39 3/227 12268
/proc/meminfo: memFree=30283500/32770624 swapFree=66999812/67108860
[pid=11842] ppid=11839 vsize=10849024 memory=672164 CPUtime=2365.28 cores=1,3,5,7
/proc/11842/stat : 11842 (java) S 11839 11842 5578 0 -1 1077944320 185567 13291 0 0 236236 284 5 3 20 0 15 0 408119526 11109400576 168041 33554432000 4194304 4196468 140730569484816 140730569467360 139661942922999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
/proc/11842/statm: 2712256 168041 3625 1 0 2674317 0
[pid=11842/tid=11895] ppid=11839 vsize=10849024 memory=672164 CPUtime=2303.56 cores=1,3,5,7
/proc/11842/task/11895/stat : 11895 (java) S 11839 11842 5578 0 -1 1077944384 57455 13291 0 0 230312 36 5 3 20 0 15 0 408119535 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661914754352 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11896] ppid=11839 vsize=10849024 memory=672164 CPUtime=8.47 cores=1,3,5,7
/proc/11842/task/11896/stat : 11896 (java) S 11839 11842 5578 0 -1 1077944384 9176 13291 0 0 790 49 5 3 20 0 15 0 408119536 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661947165584 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11897] ppid=11839 vsize=10849024 memory=672164 CPUtime=8.47 cores=1,3,5,7
/proc/11842/task/11897/stat : 11897 (java) S 11839 11842 5578 0 -1 1077944384 9422 13291 0 0 795 44 5 3 20 0 15 0 408119536 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661516024592 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11898] ppid=11839 vsize=10849024 memory=672164 CPUtime=8.46 cores=1,3,5,7
/proc/11842/task/11898/stat : 11898 (java) S 11839 11842 5578 0 -1 1077944384 8411 13291 0 0 792 46 5 3 20 0 15 0 408119536 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661514972304 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11899] ppid=11839 vsize=10849024 memory=672164 CPUtime=8.45 cores=1,3,5,7
/proc/11842/task/11899/stat : 11899 (java) S 11839 11842 5578 0 -1 1077944384 8328 13291 0 0 797 40 5 3 20 0 15 0 408119536 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661513919504 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11900] ppid=11839 vsize=10849024 memory=672164 CPUtime=8.03 cores=1,3,5,7
/proc/11842/task/11900/stat : 11900 (java) R 11839 11842 5578 0 -1 4202560 13261 13291 0 0 752 43 5 3 20 0 15 0 408119537 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661469610656 139661942944346 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11901] ppid=11839 vsize=10849024 memory=672164 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11901/stat : 11901 (java) S 11839 11842 5578 0 -1 1077944384 15 13291 0 0 0 0 5 3 20 0 15 0 408119537 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661397713760 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11902] ppid=11839 vsize=10849024 memory=672164 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11902/stat : 11902 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119538 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661263496320 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11903] ppid=11839 vsize=10849024 memory=672164 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11903/stat : 11903 (java) S 11839 11842 5578 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 408119540 11109400576 168041 33554432000 4194304 4196468 140730569484816 139660659517520 139661942941595 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11904] ppid=11839 vsize=10849024 memory=4104 CPUtime=7.43 cores=1,3,5,7
/proc/11842/task/11904/stat : 11904 (java) S 11839 11842 5578 0 -1 1077944384 27254 13291 0 0 728 7 5 3 20 0 15 0 408119540 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661468559984 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11905] ppid=11839 vsize=10849024 memory=672164 CPUtime=7.21 cores=1,3,5,7
/proc/11842/task/11905/stat : 11905 (java) S 11839 11842 5578 0 -1 1077944384 22621 13291 0 0 708 5 5 3 20 0 15 0 408119540 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661467507184 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11906] ppid=11839 vsize=10849024 memory=672164 CPUtime=4.58 cores=1,3,5,7
/proc/11842/task/11906/stat : 11906 (java) S 11839 11842 5578 0 -1 1077944384 26470 13291 0 0 443 7 5 3 20 0 15 0 408119540 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661466454896 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11907] ppid=11839 vsize=10849024 memory=672164 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11907/stat : 11907 (java) S 11839 11842 5578 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 408119541 11109400576 168041 33554432000 4194304 4196468 140730569484816 139660189756384 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11908] ppid=11839 vsize=10849024 memory=920 CPUtime=1.24 cores=1,3,5,7
/proc/11842/task/11908/stat : 11908 (java) S 11839 11842 5578 0 -1 1077944384 938 13291 0 0 55 61 5 3 20 0 15 0 408119541 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661364156848 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
Current children cumulated CPU time: 2365.28 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 672164 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2356.7 s]
/proc/loadavg: 1.52 1.42 1.39 3/227 12270
/proc/meminfo: memFree=30283956/32770624 swapFree=66999812/67108860
[pid=11842] ppid=11839 vsize=10849024 memory=672164 CPUtime=2400.06 cores=1,3,5,7
/proc/11842/stat : 11842 (java) S 11839 11842 5578 0 -1 1077944320 186214 13291 0 0 239712 286 5 3 20 0 15 0 408119526 11109400576 168041 33554432000 4194304 4196468 140730569484816 140730569467360 139661942922999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
/proc/11842/statm: 2712256 168041 3625 1 0 2674317 0
[pid=11842/tid=11895] ppid=11839 vsize=10849024 memory=670056 CPUtime=2337.66 cores=1,3,5,7
/proc/11842/task/11895/stat : 11895 (java) R 11839 11842 5578 0 -1 4202560 57800 13291 0 0 233722 36 5 3 20 0 15 0 408119535 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661914754816 139661559711051 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11896] ppid=11839 vsize=10849024 memory=532 CPUtime=8.6 cores=1,3,5,7
/proc/11842/task/11896/stat : 11896 (java) S 11839 11842 5578 0 -1 1077944384 9386 13291 0 0 803 49 5 3 20 0 15 0 408119536 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661947165584 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11897] ppid=11839 vsize=10849024 memory=33676 CPUtime=8.6 cores=1,3,5,7
/proc/11842/task/11897/stat : 11897 (java) S 11839 11842 5578 0 -1 1077944384 9458 13291 0 0 808 44 5 3 20 0 15 0 408119536 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661516024592 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11898] ppid=11839 vsize=10849024 memory=672164 CPUtime=8.59 cores=1,3,5,7
/proc/11842/task/11898/stat : 11898 (java) S 11839 11842 5578 0 -1 1077944384 8422 13291 0 0 805 46 5 3 20 0 15 0 408119536 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661514972304 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11899] ppid=11839 vsize=10849024 memory=672164 CPUtime=8.58 cores=1,3,5,7
/proc/11842/task/11899/stat : 11899 (java) S 11839 11842 5578 0 -1 1077944384 8341 13291 0 0 810 40 5 3 20 0 15 0 408119536 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661513919504 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11900] ppid=11839 vsize=10849024 memory=672164 CPUtime=8.15 cores=1,3,5,7
/proc/11842/task/11900/stat : 11900 (java) S 11839 11842 5578 0 -1 1077944384 13289 13291 0 0 764 43 5 3 20 0 15 0 408119537 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661469612144 139661942934146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11901] ppid=11839 vsize=10849024 memory=672164 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11901/stat : 11901 (java) S 11839 11842 5578 0 -1 1077944384 15 13291 0 0 0 0 5 3 20 0 15 0 408119537 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661397713760 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11902] ppid=11839 vsize=10849024 memory=672164 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11902/stat : 11902 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119538 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661263496320 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11903] ppid=11839 vsize=10849024 memory=672164 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11903/stat : 11903 (java) S 11839 11842 5578 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 408119540 11109400576 168041 33554432000 4194304 4196468 140730569484816 139660659517520 139661942941595 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11904] ppid=11839 vsize=10849024 memory=279668809870320 CPUtime=7.43 cores=1,3,5,7
/proc/11842/task/11904/stat : 11904 (java) S 11839 11842 5578 0 -1 1077944384 27254 13291 0 0 728 7 5 3 20 0 15 0 408119540 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661468559984 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11905] ppid=11839 vsize=10849024 memory=118 CPUtime=7.21 cores=1,3,5,7
/proc/11842/task/11905/stat : 11905 (java) S 11839 11842 5578 0 -1 1077944384 22621 13291 0 0 708 5 5 3 20 0 15 0 408119540 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661467507184 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11906] ppid=11839 vsize=10849024 memory=0 CPUtime=4.58 cores=1,3,5,7
/proc/11842/task/11906/stat : 11906 (java) S 11839 11842 5578 0 -1 1077944384 26470 13291 0 0 443 7 5 3 20 0 15 0 408119540 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661466454896 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11907] ppid=11839 vsize=10849024 memory=1696 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11907/stat : 11907 (java) S 11839 11842 5578 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 408119541 11109400576 168041 33554432000 4194304 4196468 140730569484816 139660189756384 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11908] ppid=11839 vsize=10849024 memory=3436 CPUtime=1.26 cores=1,3,5,7
/proc/11842/task/11908/stat : 11908 (java) S 11839 11842 5578 0 -1 1077944384 942 13291 0 0 56 62 5 3 20 0 15 0 408119541 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661364156848 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 672164 KiB

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

[startup+2356.73 s]
# the end of solver process 11842 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.19 s, system=2.90591 s

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

[startup+2356.7 s]
/proc/loadavg: 1.52 1.42 1.39 3/227 12270
/proc/meminfo: memFree=30283956/32770624 swapFree=66999812/67108860
[pid=11842] ppid=11839 vsize=10849024 memory=672164 CPUtime=2400.06 cores=1,3,5,7
/proc/11842/stat : 11842 (java) S 11839 11842 5578 0 -1 1077944320 186214 13291 0 0 239712 286 5 3 20 0 15 0 408119526 11109400576 168041 33554432000 4194304 4196468 140730569484816 140730569467360 139661942922999 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
/proc/11842/statm: 2712256 168041 3625 1 0 2674317 0
[pid=11842/tid=11895] ppid=11839 vsize=10849024 memory=670056 CPUtime=2337.66 cores=1,3,5,7
/proc/11842/task/11895/stat : 11895 (java) R 11839 11842 5578 0 -1 4202560 57800 13291 0 0 233722 36 5 3 20 0 15 0 408119535 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661914754816 139661559711051 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11896] ppid=11839 vsize=10849024 memory=532 CPUtime=8.6 cores=1,3,5,7
/proc/11842/task/11896/stat : 11896 (java) S 11839 11842 5578 0 -1 1077944384 9386 13291 0 0 803 49 5 3 20 0 15 0 408119536 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661947165584 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11897] ppid=11839 vsize=10849024 memory=33676 CPUtime=8.6 cores=1,3,5,7
/proc/11842/task/11897/stat : 11897 (java) S 11839 11842 5578 0 -1 1077944384 9458 13291 0 0 808 44 5 3 20 0 15 0 408119536 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661516024592 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11898] ppid=11839 vsize=10849024 memory=672164 CPUtime=8.59 cores=1,3,5,7
/proc/11842/task/11898/stat : 11898 (java) S 11839 11842 5578 0 -1 1077944384 8422 13291 0 0 805 46 5 3 20 0 15 0 408119536 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661514972304 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11899] ppid=11839 vsize=10849024 memory=672164 CPUtime=8.58 cores=1,3,5,7
/proc/11842/task/11899/stat : 11899 (java) S 11839 11842 5578 0 -1 1077944384 8341 13291 0 0 810 40 5 3 20 0 15 0 408119536 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661513919504 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11900] ppid=11839 vsize=10849024 memory=672164 CPUtime=8.15 cores=1,3,5,7
/proc/11842/task/11900/stat : 11900 (java) S 11839 11842 5578 0 -1 1077944384 13289 13291 0 0 764 43 5 3 20 0 15 0 408119537 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661469612144 139661942934146 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11901] ppid=11839 vsize=10849024 memory=672164 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11901/stat : 11901 (java) S 11839 11842 5578 0 -1 1077944384 15 13291 0 0 0 0 5 3 20 0 15 0 408119537 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661397713760 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11902] ppid=11839 vsize=10849024 memory=672164 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11902/stat : 11902 (java) S 11839 11842 5578 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 408119538 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661263496320 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11903] ppid=11839 vsize=10849024 memory=672164 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11903/stat : 11903 (java) S 11839 11842 5578 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 408119540 11109400576 168041 33554432000 4194304 4196468 140730569484816 139660659517520 139661942941595 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11904] ppid=11839 vsize=10849024 memory=279668809870320 CPUtime=7.43 cores=1,3,5,7
/proc/11842/task/11904/stat : 11904 (java) S 11839 11842 5578 0 -1 1077944384 27254 13291 0 0 728 7 5 3 20 0 15 0 408119540 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661468559984 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11905] ppid=11839 vsize=10849024 memory=118 CPUtime=7.21 cores=1,3,5,7
/proc/11842/task/11905/stat : 11905 (java) S 11839 11842 5578 0 -1 1077944384 22621 13291 0 0 708 5 5 3 20 0 15 0 408119540 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661467507184 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11906] ppid=11839 vsize=10849024 memory=0 CPUtime=4.58 cores=1,3,5,7
/proc/11842/task/11906/stat : 11906 (java) S 11839 11842 5578 0 -1 1077944384 26470 13291 0 0 443 7 5 3 20 0 15 0 408119540 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661466454896 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11907] ppid=11839 vsize=10849024 memory=1696 CPUtime=0.08 cores=1,3,5,7
/proc/11842/task/11907/stat : 11907 (java) S 11839 11842 5578 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 408119541 11109400576 168041 33554432000 4194304 4196468 140730569484816 139660189756384 139661942933205 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
[pid=11842/tid=11908] ppid=11839 vsize=10849024 memory=3436 CPUtime=1.26 cores=1,3,5,7
/proc/11842/task/11908/stat : 11908 (java) S 11839 11842 5578 0 -1 1077944384 942 13291 0 0 56 62 5 3 20 0 15 0 408119541 11109400576 168041 33554432000 4194304 4196468 140730569484816 139661364156848 139661942934146 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140730569489142 140730569491653 140730569491653 140730569494479 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10849024 KiB
Current children cumulated memory: 672164 KiB

Child status: 143
Real time (s): 2356.73
CPU time (s): 2400.1
CPU user time (s): 2397.19
CPU system time (s): 2.90591
CPU usage (%): 101.84
Max. virtual memory (cumulated for all children) (KiB): 10852008
Max. memory (cumulated for all children) (KiB): 674408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.19
system time used= 2.90591
maximum resident set size= 676292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200773
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2776
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 242560
involuntary context switches= 6080


# summary of solver processes directly reported to runsolver:
#   pid: 11842
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2397.19
#   total CPU system time (s): 2.90591

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.2057 second user time and 24.882 second system time

The end

Launcher Data

Begin job on node146 at 2019-09-12 23:00:14
IDJOB=4392249
IDBENCH=135859
IDSOLVER=2837
FILE ID=node146/4392249-1568322055
RUNJOBID= node146-1568301260-5610
PBS_JOBID= 21701109
Free space on /tmp= 56664 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n30/TravellingSalesman-30-30-00.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392249-1568322055/watcher-4392249-1568322055 -o /tmp/evaluation-result-4392249-1568322055/solver-4392249-1568322055 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1568301260-5610 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=800550432 HOME/instance-4392249-1568322055.xml

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

MD5SUM BENCH= b8130450ecaa214ac0617b692471aec1
RANDOM SEED=800550432

node146.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.90
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.90
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.90
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.90
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:        30938804 kB
MemAvailable:   31219756 kB
Buffers:          128176 kB
Cached:           433432 kB
SwapCached:         5292 kB
Active:           992008 kB
Inactive:         255720 kB
Active(anon):     702908 kB
Inactive(anon):    20864 kB
Active(file):     289100 kB
Inactive(file):   234856 kB
Unevictable:      111008 kB
Mlocked:          111008 kB
SwapTotal:      67108860 kB
SwapFree:       66999796 kB
Dirty:             35096 kB
Writeback:             0 kB
AnonPages:        793348 kB
Mapped:            53864 kB
Shmem:             29156 kB
Slab:             174396 kB
SReclaimable:     145660 kB
SUnreclaim:        28736 kB
KernelStack:        3792 kB
PageTables:         7224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1947568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    659456 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 56628 MiB
End job on node146 at 2019-09-12 23:39:31