Trace number 4401201

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)130 2520.06 2470.83

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n25/
TravellingSalesman-25-30-03.xml
MD5SUM08a8e4115660d732ba32388826654d85
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark130
Best CPU time to get the best result obtained on this benchmark1885.32
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints26
Number of domains2
Minimum domain size25
Maximum domain size33
Distribution of domain sizes[{"size":25,"count":25},{"size":33,"count":25}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":25},{"degree":3,"count":25}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":25,"count":1}]
Number of extensional constraints25
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":25},{"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.78/0.55	c Concrete v3.12.2.1568631193530 running
8.62/3.69	o 242
8.95/3.70	o 241
8.95/3.71	o 239
8.95/3.73	o 227
8.95/3.74	o 224
9.29/3.83	o 220
9.29/3.84	o 219
9.29/3.85	o 212
9.63/3.95	o 209
10.32/4.12	o 205
10.32/4.13	o 204
10.32/4.13	o 197
10.94/4.37	o 195
10.94/4.37	o 194
10.94/4.37	o 191
10.94/4.37	o 185
12.30/4.96	o 164
12.30/4.97	o 163
12.30/4.97	o 162
15.63/6.91	o 157
15.95/7.15	o 156
21.12/10.65	o 152
71.81/58.07	o 151
71.81/58.08	o 149
74.39/60.55	o 146
74.81/60.93	o 144
109.13/94.28	o 143
109.13/94.29	o 142
109.13/94.29	o 141
109.13/94.29	o 140
109.13/94.29	o 139
109.36/94.47	o 135
109.46/94.54	o 133
152.24/135.73	o 132
152.34/135.86	o 131
152.34/135.87	o 130
2520.02/2470.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2470.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.02/2470.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.02/2470.80		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:110)
2520.02/2470.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.02/2470.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.02/2470.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:110)
2520.02/2470.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.02/2470.80		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.02/2470.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2470.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2470.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2470.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2470.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2470.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2470.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2470.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.02/2470.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.02/2470.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.02/2470.80		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.02/2470.80		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2470.80		at scala.Option.map(Option.scala:243)
2520.02/2470.80		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2470.80		at concrete.MAC.mac(MAC.scala:216)
2520.02/2470.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.02/2470.80		at scala.util.Try$.apply(Try.scala:212)
2520.02/2470.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.02/2470.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.02/2470.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.02/2470.80		at concrete.MAC.oneRun(MAC.scala:265)
2520.02/2470.80		at concrete.MAC.nextSolution(MAC.scala:284)
2520.02/2470.80		at concrete.MAC.nextSolution(MAC.scala:369)
2520.02/2470.80		at concrete.Solver.hasNext(Solver.scala:160)
2520.02/2470.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2470.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2470.80		at concrete.Solver.foreach(Solver.scala:67)
2520.02/2470.80		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.02/2470.80		at scala.util.Success.map(Try.scala:264)
2520.02/2470.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2470.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.02/2470.80		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.02/2470.80		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2470.80		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.02/2470.80		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.02/2470.80		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.02/2470.80		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.02/2470.80		at scala.App.$anonfun$main$1(App.scala:75)
2520.02/2470.80		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.02/2470.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.02/2470.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.02/2470.80		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.02/2470.80		at scala.App.main(App.scala:75)
2520.02/2470.80		at scala.App.main$(App.scala:73)
2520.02/2470.80		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.02/2470.80		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2470.81	v <instantiation
2520.02/2470.81	v         cost = '130'>
2520.02/2470.81	v       <list>
2520.02/2470.81	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] 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]
2520.02/2470.81	v       </list>
2520.02/2470.81	v       <values>
2520.02/2470.81	v         11 14 13 16 21 22 23 19 18 24 20 17 15 12 9 2 0 3 5 4 7 10 8 6 1 2 3 6 4 3 2 12 4 9 6 4 3 5 2 10 6 4 4 2 4 4 5 6 6 14
2520.02/2470.81	v       </values>
2520.02/2470.81	v     </instantiation>
2520.02/2470.81	s SATISFIABLE

Verifier Data

OK	130

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401201-1568689414/watcher-4401201-1568689414 -o /tmp/evaluation-result-4401201-1568689414/solver-4401201-1568689414 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568669636-5871 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=434527036 HOME/instance-4401201-1568689414.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=10440, runsolver pid=10437
Current StackSize limit: 8192 KiB


[startup+0.100138 s]*
/proc/loadavg: 1.08 1.36 1.39 3/219 10497
/proc/meminfo: memFree=30063848/32770624 swapFree=66939700/67108860
[pid=10440] ppid=10437 vsize=9972712 memory=18332 CPUtime=0.09 cores=0,2,4,6
/proc/10440/stat : 10440 (java) S 10437 10440 5840 0 -1 1077944320 4356 13271 0 0 1 0 5 3 20 0 6 0 445199588 10212057088 4583 33554432000 4194304 4196468 140734004708256 140734004690800 139878881378039 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
/proc/10440/statm: 2493178 4583 1931 1 0 2481616 0
[pid=10440/tid=10493] ppid=10437 vsize=9972712 memory=-8617482348318186131 CPUtime=0.09 cores=0,2,4,6
/proc/10440/task/10493/stat : 10493 (java) R 10437 10440 5840 0 -1 4202560 2159 13271 0 0 1 0 5 3 20 0 6 0 445199597 10212057088 4649 33554432000 4194304 4196468 140734004708256 139878853214800 139878866500976 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10494] ppid=10437 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10494/stat : 10494 (java) S 10437 10440 5840 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 6 0 445199598 10212057088 4649 33554432000 4194304 4196468 140734004708256 139878885620880 139878881388245 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10495] ppid=10437 vsize=9972712 memory=140703630059136 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10495/stat : 10495 (java) S 10437 10440 5840 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 6 0 445199598 10212057088 4649 33554432000 4194304 4196468 140734004708256 139878773894160 139878881388245 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10496] ppid=10437 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10496/stat : 10496 (java) S 10437 10440 5840 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 6 0 445199598 10212057088 4649 33554432000 4194304 4196468 140734004708256 139878772841360 139878881388245 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10497] ppid=10437 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10497/stat : 10497 (java) S 10437 10440 5840 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 6 0 445199598 10212057088 4649 33554432000 4194304 4196468 140734004708256 139878771788560 139878881388245 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18332 KiB

[startup+0.210182 s]*
/proc/loadavg: 1.08 1.36 1.39 4/228 10506
/proc/meminfo: memFree=30045312/32770624 swapFree=66939700/67108860
[pid=10440] ppid=10437 vsize=10820196 memory=41128 CPUtime=0.27 cores=0,2,4,6
/proc/10440/stat : 10440 (java) S 10437 10440 5840 0 -1 1077944320 7114 13271 0 0 17 2 5 3 20 0 15 0 445199588 11079880704 10282 33554432000 4194304 4196468 140734004708256 140734004690800 139878881378039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
/proc/10440/statm: 2705049 10282 3312 1 0 2667149 0
[pid=10440/tid=10493] ppid=10437 vsize=10820196 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/10440/task/10493/stat : 10493 (java) R 10437 10440 5840 0 -1 4202560 3606 13271 0 0 11 1 5 3 20 0 15 0 445199597 11079880704 10282 33554432000 4194304 4196468 140734004708256 139878853199120 139878874057261 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10494] ppid=10437 vsize=10821220 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10494/stat : 10494 (java) S 10437 10440 5840 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 445199598 11080929280 10282 33554432000 4194304 4196468 140734004708256 139878885620880 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10495] ppid=10437 vsize=10821220 memory=140703633209409 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10495/stat : 10495 (java) S 10437 10440 5840 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 445199598 11080929280 10347 33554432000 4194304 4196468 140734004708256 139878773894160 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10496] ppid=10437 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10496/stat : 10496 (java) S 10437 10440 5840 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 445199598 11080929280 10347 33554432000 4194304 4196468 140734004708256 139878772841360 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10497] ppid=10437 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10497/stat : 10497 (java) S 10437 10440 5840 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 445199598 11080929280 10332 33554432000 4194304 4196468 140734004708256 139878771788560 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10498] ppid=10437 vsize=10820196 memory=140703630059136 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10498/stat : 10498 (java) S 10437 10440 5840 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 445199599 11079880704 10332 33554432000 4194304 4196468 140734004708256 139878340704624 139878881389186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10499] ppid=10437 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10499/stat : 10499 (java) S 10437 10440 5840 0 -1 1077944384 33 13271 0 0 0 0 5 3 20 0 15 0 445199600 11079880704 10332 33554432000 4194304 4196468 140734004708256 139878339650592 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10500] ppid=10437 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10500/stat : 10500 (java) S 10437 10440 5840 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 445199600 11080929280 10332 33554432000 4194304 4196468 140734004708256 139877689582448 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10501] ppid=10437 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10501/stat : 10501 (java) S 10437 10440 5840 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 445199603 11080929280 10332 33554432000 4194304 4196468 140734004708256 139877449291600 139878881396635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10502] ppid=10437 vsize=10821220 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/10440/task/10502/stat : 10502 (java) S 10437 10440 5840 0 -1 1077944384 595 13271 0 0 1 0 5 3 20 0 15 0 445199603 11080929280 10332 33554432000 4194304 4196468 140734004708256 139878306093936 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10503] ppid=10437 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10503/stat : 10503 (java) S 10437 10440 5840 0 -1 1077944384 63 13271 0 0 0 0 5 3 20 0 15 0 445199603 11080929280 10332 33554432000 4194304 4196468 140734004708256 139878305041136 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10504] ppid=10437 vsize=10820196 memory=140703630059136 CPUtime=0.11 cores=0,2,4,6
/proc/10440/task/10504/stat : 10504 (java) R 10437 10440 5840 0 -1 4202560 596 13271 0 0 3 0 5 3 20 0 15 0 445199603 11079880704 10332 33554432000 4194304 4196468 140734004708256 139878303988336 139878860668679 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10505] ppid=10437 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10505/stat : 10505 (java) S 10437 10440 5840 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 445199603 11080929280 10332 33554432000 4194304 4196468 140734004708256 139877415733984 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10506] ppid=10437 vsize=10821220 memory=140703630059136 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10506/stat : 10506 (java) S 10437 10440 5840 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 445199603 11080929280 10332 33554432000 4194304 4196468 140734004708256 139878302935728 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41128 KiB

[startup+0.310576 s]*
/proc/loadavg: 1.08 1.36 1.39 3/228 10506
/proc/meminfo: memFree=30033648/32770624 swapFree=66939700/67108860
[pid=10440] ppid=10437 vsize=10820196 memory=49456 CPUtime=0.4 cores=0,2,4,6
/proc/10440/stat : 10440 (java) S 10437 10440 5840 0 -1 1077944320 10606 13271 0 0 29 3 5 3 20 0 15 0 445199588 11079880704 12364 33554432000 4194304 4196468 140734004708256 140734004690800 139878881378039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
/proc/10440/statm: 2705049 12364 3323 1 0 2667149 0
[pid=10440/tid=10493] ppid=10437 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/10440/task/10493/stat : 10493 (java) R 10437 10440 5840 0 -1 4202560 7085 13271 0 0 19 2 5 3 20 0 15 0 445199597 11079880704 12364 33554432000 4194304 4196468 140734004708256 139878853186992 139878865458526 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10494] ppid=10437 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10494/stat : 10494 (java) S 10437 10440 5840 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 445199598 11079880704 12364 33554432000 4194304 4196468 140734004708256 139878885620880 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10495] ppid=10437 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10495/stat : 10495 (java) S 10437 10440 5840 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 445199598 11079880704 12364 33554432000 4194304 4196468 140734004708256 139878773894160 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10496] ppid=10437 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10496/stat : 10496 (java) S 10437 10440 5840 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 445199598 11079880704 12364 33554432000 4194304 4196468 140734004708256 139878772841360 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10497] ppid=10437 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10497/stat : 10497 (java) S 10437 10440 5840 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 445199598 11079880704 12364 33554432000 4194304 4196468 140734004708256 139878771788560 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10498] ppid=10437 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10498/stat : 10498 (java) S 10437 10440 5840 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 445199599 11079880704 12364 33554432000 4194304 4196468 140734004708256 139878340704624 139878881389186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10499] ppid=10437 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10499/stat : 10499 (java) S 10437 10440 5840 0 -1 1077944384 33 13271 0 0 0 0 5 3 20 0 15 0 445199600 11079880704 12364 33554432000 4194304 4196468 140734004708256 139878339650592 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10500] ppid=10437 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10500/stat : 10500 (java) S 10437 10440 5840 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 445199600 11079880704 12364 33554432000 4194304 4196468 140734004708256 139877689582448 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10501] ppid=10437 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10501/stat : 10501 (java) S 10437 10440 5840 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 445199603 11079880704 12364 33554432000 4194304 4196468 140734004708256 139877449291600 139878881396635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10502] ppid=10437 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/10440/task/10502/stat : 10502 (java) S 10437 10440 5840 0 -1 1077944384 596 13271 0 0 2 0 5 3 20 0 15 0 445199603 11079880704 12364 33554432000 4194304 4196468 140734004708256 139878306093936 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10503] ppid=10437 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/10440/task/10503/stat : 10503 (java) S 10437 10440 5840 0 -1 1077944384 63 13271 0 0 1 0 5 3 20 0 15 0 445199603 11079880704 12364 33554432000 4194304 4196468 140734004708256 139878305041136 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10504] ppid=10437 vsize=10820196 memory=140703630059136 CPUtime=0.13 cores=0,2,4,6
/proc/10440/task/10504/stat : 10504 (java) R 10437 10440 5840 0 -1 4202560 605 13271 0 0 5 0 5 3 20 0 15 0 445199603 11079880704 12364 33554432000 4194304 4196468 140734004708256 139878303988336 139878881389974 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10505] ppid=10437 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10505/stat : 10505 (java) S 10437 10440 5840 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 445199603 11079880704 12364 33554432000 4194304 4196468 140734004708256 139877415733984 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10506] ppid=10437 vsize=10820196 memory=140703630059136 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10506/stat : 10506 (java) S 10437 10440 5840 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 445199603 11079880704 12364 33554432000 4194304 4196468 140734004708256 139878302935728 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49456 KiB

[startup+0.701597 s]
/proc/loadavg: 1.08 1.36 1.39 3/228 10506
/proc/meminfo: memFree=30019852/32770624 swapFree=66939700/67108860
[pid=10440] ppid=10437 vsize=10824364 memory=81508 CPUtime=1.14 cores=0,2,4,6
/proc/10440/stat : 10440 (java) S 10437 10440 5840 0 -1 1077944320 14618 13271 0 0 101 5 5 3 20 0 15 0 445199588 11084148736 20377 33554432000 4194304 4196468 140734004708256 140734004690800 139878881378039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
/proc/10440/statm: 2706091 20377 3506 1 0 2668173 0
[pid=10440/tid=10493] ppid=10437 vsize=10824364 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/10440/task/10493/stat : 10493 (java) R 10437 10440 5840 0 -1 4202560 10062 13271 0 0 55 4 5 3 20 0 15 0 445199597 11084148736 20377 33554432000 4194304 4196468 140734004708256 139878853204008 139878874057261 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10494] ppid=10437 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10494/stat : 10494 (java) S 10437 10440 5840 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 445199598 11084148736 20377 33554432000 4194304 4196468 140734004708256 139878885620880 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10495] ppid=10437 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10495/stat : 10495 (java) S 10437 10440 5840 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 445199598 11084148736 20377 33554432000 4194304 4196468 140734004708256 139878773894160 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10496] ppid=10437 vsize=10824364 memory=140703531413712 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10496/stat : 10496 (java) S 10437 10440 5840 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 445199598 11084148736 20377 33554432000 4194304 4196468 140734004708256 139878772841360 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10497] ppid=10437 vsize=10824364 memory=140707423584873 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10497/stat : 10497 (java) S 10437 10440 5840 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 445199598 11084148736 20377 33554432000 4194304 4196468 140734004708256 139878771788560 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10498] ppid=10437 vsize=10824364 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10498/stat : 10498 (java) S 10437 10440 5840 0 -1 1077944384 5 13271 0 0 0 0 5 3 20 0 15 0 445199599 11084148736 20377 33554432000 4194304 4196468 140734004708256 139878340704624 139878881389186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10499] ppid=10437 vsize=10824364 memory=7014751519667017297 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10499/stat : 10499 (java) S 10437 10440 5840 0 -1 1077944384 33 13271 0 0 0 0 5 3 20 0 15 0 445199600 11084148736 20377 33554432000 4194304 4196468 140734004708256 139878339650592 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10500] ppid=10437 vsize=10824364 memory=7668336402788537453 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10500/stat : 10500 (java) S 10437 10440 5840 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 445199600 11084148736 20377 33554432000 4194304 4196468 140734004708256 139877689582448 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10501] ppid=10437 vsize=10824364 memory=14056 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10501/stat : 10501 (java) S 10437 10440 5840 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 445199603 11084148736 20377 33554432000 4194304 4196468 140734004708256 139877449291600 139878881396635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10502] ppid=10437 vsize=10824364 memory=2116 CPUtime=0.22 cores=0,2,4,6
/proc/10440/task/10502/stat : 10502 (java) R 10437 10440 5840 0 -1 4202560 1005 13271 0 0 14 0 5 3 20 0 15 0 445199603 11084148736 20377 33554432000 4194304 4196468 140734004708256 139878306093936 139878881399386 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10503] ppid=10437 vsize=10824364 memory=516 CPUtime=0.22 cores=0,2,4,6
/proc/10440/task/10503/stat : 10503 (java) R 10437 10440 5840 0 -1 4202560 488 13271 0 0 14 0 5 3 20 0 15 0 445199603 11084148736 20377 33554432000 4194304 4196468 140734004708256 139878305028448 139878866277542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10504] ppid=10437 vsize=10824364 memory=1556 CPUtime=0.25 cores=0,2,4,6
/proc/10440/task/10504/stat : 10504 (java) S 10437 10440 5840 0 -1 1077944384 804 13271 0 0 17 0 5 3 20 0 15 0 445199603 11084148736 20377 33554432000 4194304 4196468 140734004708256 139878303988336 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10505] ppid=10437 vsize=10824364 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10505/stat : 10505 (java) S 10437 10440 5840 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 445199603 11084148736 20377 33554432000 4194304 4196468 140734004708256 139877415733984 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10506] ppid=10437 vsize=10824364 memory=1772 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10506/stat : 10506 (java) S 10437 10440 5840 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 445199603 11084148736 20377 33554432000 4194304 4196468 140734004708256 139878302935728 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81508 KiB

[startup+1.50074 s]
/proc/loadavg: 1.08 1.36 1.39 3/228 10506
/proc/meminfo: memFree=29976308/32770624 swapFree=66939700/67108860
[pid=10440] ppid=10437 vsize=10834680 memory=169456 CPUtime=2.51 cores=0,2,4,6
/proc/10440/stat : 10440 (java) S 10437 10440 5840 0 -1 1077944320 22016 13271 0 0 232 11 5 3 20 0 15 0 445199588 11094712320 42364 33554432000 4194304 4196468 140734004708256 140734004690800 139878881378039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
/proc/10440/statm: 2708670 42364 3577 1 0 2670733 0
[pid=10440/tid=10493] ppid=10437 vsize=10834680 memory=165852 CPUtime=1.44 cores=0,2,4,6
/proc/10440/task/10493/stat : 10493 (java) R 10437 10440 5840 0 -1 4202560 15049 13271 0 0 129 7 5 3 20 0 15 0 445199597 11094712320 42364 33554432000 4194304 4196468 140734004708256 139878853187104 139878865458526 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10494] ppid=10437 vsize=10834680 memory=2436 CPUtime=0.09 cores=0,2,4,6
/proc/10440/task/10494/stat : 10494 (java) S 10437 10440 5840 0 -1 1077944384 382 13271 0 0 1 0 5 3 20 0 15 0 445199598 11094712320 42364 33554432000 4194304 4196468 140734004708256 139878885620880 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10495] ppid=10437 vsize=10834680 memory=1760 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10495/stat : 10495 (java) S 10437 10440 5840 0 -1 1077944384 31 13271 0 0 0 0 5 3 20 0 15 0 445199598 11094712320 42364 33554432000 4194304 4196468 140734004708256 139878773894160 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10496] ppid=10437 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10496/stat : 10496 (java) S 10437 10440 5840 0 -1 1077944384 58 13271 0 0 0 0 5 3 20 0 15 0 445199598 11094712320 42364 33554432000 4194304 4196468 140734004708256 139878772841360 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10497] ppid=10437 vsize=10834680 memory=-7303279828959712342 CPUtime=0.09 cores=0,2,4,6
/proc/10440/task/10497/stat : 10497 (java) S 10437 10440 5840 0 -1 1077944384 76 13271 0 0 1 0 5 3 20 0 15 0 445199598 11094712320 42364 33554432000 4194304 4196468 140734004708256 139878771788560 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10498] ppid=10437 vsize=10834680 memory=3833724587141655611 CPUtime=0.09 cores=0,2,4,6
/proc/10440/task/10498/stat : 10498 (java) S 10437 10440 5840 0 -1 1077944384 761 13271 0 0 1 0 5 3 20 0 15 0 445199599 11094712320 42364 33554432000 4194304 4196468 140734004708256 139878340704624 139878881389186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10499] ppid=10437 vsize=10834680 memory=-6870368076204431200 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10499/stat : 10499 (java) S 10437 10440 5840 0 -1 1077944384 33 13271 0 0 0 0 5 3 20 0 15 0 445199600 11094712320 42364 33554432000 4194304 4196468 140734004708256 139878339650656 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10500] ppid=10437 vsize=10834680 memory=-6078294146213043397 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10500/stat : 10500 (java) S 10437 10440 5840 0 -1 1077944384 2 13271 0 0 0 0 5 3 20 0 15 0 445199600 11094712320 42364 33554432000 4194304 4196468 140734004708256 139877689582448 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10501] ppid=10437 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10501/stat : 10501 (java) S 10437 10440 5840 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 445199603 11094712320 42364 33554432000 4194304 4196468 140734004708256 139877449291600 139878881396635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10502] ppid=10437 vsize=10834680 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/10440/task/10502/stat : 10502 (java) S 10437 10440 5840 0 -1 1077944384 1101 13271 0 0 27 0 5 3 20 0 15 0 445199603 11094712320 42364 33554432000 4194304 4196468 140734004708256 139878306093936 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10503] ppid=10437 vsize=10834680 memory=4580 CPUtime=0.35 cores=0,2,4,6
/proc/10440/task/10503/stat : 10503 (java) R 10437 10440 5840 0 -1 1077944384 691 13271 0 0 27 0 5 3 20 0 15 0 445199603 11094712320 42364 33554432000 4194304 4196468 140734004708256 139878305041136 139878881389186 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10504] ppid=10437 vsize=10834680 memory=6081075901755576400 CPUtime=0.49 cores=0,2,4,6
/proc/10440/task/10504/stat : 10504 (java) R 10437 10440 5840 0 -1 4202560 1618 13271 0 0 41 0 5 3 20 0 15 0 445199603 11094712320 42364 33554432000 4194304 4196468 140734004708256 139878303982912 139878865458452 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10505] ppid=10437 vsize=10834680 memory=4641048838572238949 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10505/stat : 10505 (java) S 10437 10440 5840 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 445199603 11094712320 42364 33554432000 4194304 4196468 140734004708256 139877415733984 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10506] ppid=10437 vsize=10834680 memory=5865753184402174318 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10506/stat : 10506 (java) S 10437 10440 5840 0 -1 1077944384 1 13271 0 0 0 0 5 3 20 0 15 0 445199603 11094712320 42364 33554432000 4194304 4196468 140734004708256 139878302935728 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
Current children cumulated CPU time: 2.51 s
Current children cumulated vsize: 10834680 KiB

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

/proc/10440/task/10493/stat : 10493 (java) R 10437 10440 5840 0 -1 4202560 57395 13271 0 0 229690 46 5 3 20 0 15 0 445199597 11109425152 180365 33554432000 4194304 4196468 140734004708256 139878853212592 139878863899760 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10494] ppid=10437 vsize=10849048 memory=721460 CPUtime=11.2 cores=0,2,4,6
/proc/10440/task/10494/stat : 10494 (java) S 10437 10440 5840 0 -1 1077944384 11314 13271 0 0 1057 55 5 3 20 0 15 0 445199598 11109425152 180365 33554432000 4194304 4196468 140734004708256 139878885620880 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10495] ppid=10437 vsize=10849048 memory=721460 CPUtime=11.16 cores=0,2,4,6
/proc/10440/task/10495/stat : 10495 (java) S 10437 10440 5840 0 -1 1077944384 8062 13271 0 0 1054 54 5 3 20 0 15 0 445199598 11109425152 180365 33554432000 4194304 4196468 140734004708256 139878773894160 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10496] ppid=10437 vsize=10849048 memory=721460 CPUtime=11.16 cores=0,2,4,6
/proc/10440/task/10496/stat : 10496 (java) S 10437 10440 5840 0 -1 1077944384 7757 13271 0 0 1052 56 5 3 20 0 15 0 445199598 11109425152 180365 33554432000 4194304 4196468 140734004708256 139878772841360 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10497] ppid=10437 vsize=10849048 memory=721460 CPUtime=11.17 cores=0,2,4,6
/proc/10440/task/10497/stat : 10497 (java) S 10437 10440 5840 0 -1 1077944384 8843 13271 0 0 1055 54 5 3 20 0 15 0 445199598 11109425152 180365 33554432000 4194304 4196468 140734004708256 139878771788560 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10498] ppid=10437 vsize=10849048 memory=228530 CPUtime=10.2 cores=0,2,4,6
/proc/10440/task/10498/stat : 10498 (java) S 10437 10440 5840 0 -1 1077944384 10787 13271 0 0 963 49 5 3 20 0 15 0 445199599 11109425152 180365 33554432000 4194304 4196468 140734004708256 139878340704624 139878881389186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10499] ppid=10437 vsize=10849048 memory=721460 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10499/stat : 10499 (java) S 10437 10440 5840 0 -1 1077944384 38 13271 0 0 0 0 5 3 20 0 15 0 445199600 11109425152 180365 33554432000 4194304 4196468 140734004708256 139878339650656 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10500] ppid=10437 vsize=10849048 memory=721460 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10500/stat : 10500 (java) S 10437 10440 5840 0 -1 1077944384 6 13271 0 0 0 0 5 3 20 0 15 0 445199600 11109425152 180365 33554432000 4194304 4196468 140734004708256 139877689582464 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10501] ppid=10437 vsize=10849048 memory=721460 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10501/stat : 10501 (java) S 10437 10440 5840 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 445199603 11109425152 180365 33554432000 4194304 4196468 140734004708256 139877449291600 139878881396635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10502] ppid=10437 vsize=10849048 memory=721460 CPUtime=5.11 cores=0,2,4,6
/proc/10440/task/10502/stat : 10502 (java) S 10437 10440 5840 0 -1 1077944384 17869 13271 0 0 496 7 5 3 20 0 15 0 445199603 11109425152 180365 33554432000 4194304 4196468 140734004708256 139878306093936 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10503] ppid=10437 vsize=10849048 memory=721460 CPUtime=5.83 cores=0,2,4,6
/proc/10440/task/10503/stat : 10503 (java) S 10437 10440 5840 0 -1 1077944384 26166 13271 0 0 570 5 5 3 20 0 15 0 445199603 11109425152 180365 33554432000 4194304 4196468 140734004708256 139878305041136 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10504] ppid=10437 vsize=10849048 memory=721460 CPUtime=5.23 cores=0,2,4,6
/proc/10440/task/10504/stat : 10504 (java) S 10437 10440 5840 0 -1 1077944384 29130 13271 0 0 508 7 5 3 20 0 15 0 445199603 11109425152 180365 33554432000 4194304 4196468 140734004708256 139878303988336 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10505] ppid=10437 vsize=10849048 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10505/stat : 10505 (java) S 10437 10440 5840 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 445199603 11109425152 180365 33554432000 4194304 4196468 140734004708256 139877415733984 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10506] ppid=10437 vsize=10849048 memory=35056 CPUtime=1.5 cores=0,2,4,6
/proc/10440/task/10506/stat : 10506 (java) S 10437 10440 5840 0 -1 1077944384 1673 13271 0 0 70 72 5 3 20 0 15 0 445199603 11109425152 180365 33554432000 4194304 4196468 140734004708256 139878302935728 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
Current children cumulated CPU time: 2369.42 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 721460 KiB

[startup+2382.3 s]
/proc/loadavg: 1.65 1.41 1.35 3/227 10871
/proc/meminfo: memFree=29752776/32770624 swapFree=66939720/67108860
[pid=10440] ppid=10437 vsize=10849048 memory=723508 CPUtime=2430.25 cores=0,2,4,6
/proc/10440/stat : 10440 (java) S 10437 10440 5840 0 -1 1077944320 182647 13271 0 0 242670 347 5 3 20 0 15 0 445199588 11109425152 180877 33554432000 4194304 4196468 140734004708256 140734004690800 139878881378039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
/proc/10440/statm: 2712262 180877 3631 1 0 2674317 0
[pid=10440/tid=10493] ppid=10437 vsize=10849048 memory=723508 CPUtime=2356.84 cores=0,2,4,6
/proc/10440/task/10493/stat : 10493 (java) R 10437 10440 5840 0 -1 4202560 58052 13271 0 0 235629 47 5 3 20 0 15 0 445199597 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878853214320 139878457693037 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10494] ppid=10437 vsize=10849048 memory=723508 CPUtime=11.49 cores=0,2,4,6
/proc/10440/task/10494/stat : 10494 (java) S 10437 10440 5840 0 -1 1077944384 11373 13271 0 0 1084 57 5 3 20 0 15 0 445199598 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878885620880 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10495] ppid=10437 vsize=10849048 memory=723508 CPUtime=11.45 cores=0,2,4,6
/proc/10440/task/10495/stat : 10495 (java) S 10437 10440 5840 0 -1 1077944384 8085 13271 0 0 1083 54 5 3 20 0 15 0 445199598 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878773894160 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10496] ppid=10437 vsize=10849048 memory=0 CPUtime=11.46 cores=0,2,4,6
/proc/10440/task/10496/stat : 10496 (java) S 10437 10440 5840 0 -1 1077944384 7900 13271 0 0 1080 58 5 3 20 0 15 0 445199598 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878772841360 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10497] ppid=10437 vsize=10849048 memory=723508 CPUtime=11.47 cores=0,2,4,6
/proc/10440/task/10497/stat : 10497 (java) S 10437 10440 5840 0 -1 1077944384 9116 13271 0 0 1083 56 5 3 20 0 15 0 445199598 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878771788560 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10498] ppid=10437 vsize=10849048 memory=723508 CPUtime=10.46 cores=0,2,4,6
/proc/10440/task/10498/stat : 10498 (java) S 10437 10440 5840 0 -1 1077944384 11001 13271 0 0 988 50 5 3 20 0 15 0 445199599 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878340704624 139878881389186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10499] ppid=10437 vsize=10849048 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10499/stat : 10499 (java) S 10437 10440 5840 0 -1 1077944384 38 13271 0 0 0 0 5 3 20 0 15 0 445199600 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878339650656 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10500] ppid=10437 vsize=10849048 memory=723508 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10500/stat : 10500 (java) S 10437 10440 5840 0 -1 1077944384 6 13271 0 0 0 0 5 3 20 0 15 0 445199600 11109425152 180877 33554432000 4194304 4196468 140734004708256 139877689582464 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10501] ppid=10437 vsize=10849048 memory=723508 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10501/stat : 10501 (java) S 10437 10440 5840 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 445199603 11109425152 180877 33554432000 4194304 4196468 140734004708256 139877449291600 139878881396635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10502] ppid=10437 vsize=10849048 memory=723508 CPUtime=5.11 cores=0,2,4,6
/proc/10440/task/10502/stat : 10502 (java) S 10437 10440 5840 0 -1 1077944384 17871 13271 0 0 496 7 5 3 20 0 15 0 445199603 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878306093936 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10503] ppid=10437 vsize=10849048 memory=1072 CPUtime=5.83 cores=0,2,4,6
/proc/10440/task/10503/stat : 10503 (java) S 10437 10440 5840 0 -1 1077944384 26168 13271 0 0 570 5 5 3 20 0 15 0 445199603 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878305041136 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10504] ppid=10437 vsize=10849048 memory=616 CPUtime=5.23 cores=0,2,4,6
/proc/10440/task/10504/stat : 10504 (java) S 10437 10440 5840 0 -1 1077944384 29132 13271 0 0 508 7 5 3 20 0 15 0 445199603 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878303988336 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10505] ppid=10437 vsize=10849048 memory=2016 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10505/stat : 10505 (java) S 10437 10440 5840 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 445199603 11109425152 180877 33554432000 4194304 4196468 140734004708256 139877415733984 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10506] ppid=10437 vsize=10849048 memory=723508 CPUtime=1.54 cores=0,2,4,6
/proc/10440/task/10506/stat : 10506 (java) S 10437 10440 5840 0 -1 1077944384 1690 13271 0 0 72 74 5 3 20 0 15 0 445199603 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878302935728 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
Current children cumulated CPU time: 2430.25 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 723508 KiB

[startup+2442.3 s]
/proc/loadavg: 1.37 1.37 1.34 3/226 10875
/proc/meminfo: memFree=29753368/32770624 swapFree=66939720/67108860
[pid=10440] ppid=10437 vsize=10849048 memory=723508 CPUtime=2491.11 cores=0,2,4,6
/proc/10440/stat : 10440 (java) S 10437 10440 5840 0 -1 1077944320 184030 13271 0 0 248748 355 5 3 20 0 15 0 445199588 11109425152 180877 33554432000 4194304 4196468 140734004708256 140734004690800 139878881378039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
/proc/10440/statm: 2712262 180877 3631 1 0 2674317 0
[pid=10440/tid=10493] ppid=10437 vsize=10849048 memory=723508 CPUtime=2416.25 cores=0,2,4,6
/proc/10440/task/10493/stat : 10493 (java) R 10437 10440 5840 0 -1 4202560 58694 13271 0 0 241569 48 5 3 20 0 15 0 445199597 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878853213280 139878457441611 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10494] ppid=10437 vsize=10849048 memory=723508 CPUtime=11.78 cores=0,2,4,6
/proc/10440/task/10494/stat : 10494 (java) S 10437 10440 5840 0 -1 1077944384 11501 13271 0 0 1112 58 5 3 20 0 15 0 445199598 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878885620880 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10495] ppid=10437 vsize=10849048 memory=723508 CPUtime=11.74 cores=0,2,4,6
/proc/10440/task/10495/stat : 10495 (java) S 10437 10440 5840 0 -1 1077944384 8325 13271 0 0 1110 56 5 3 20 0 15 0 445199598 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878773894160 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10496] ppid=10437 vsize=10849048 memory=723508 CPUtime=11.75 cores=0,2,4,6
/proc/10440/task/10496/stat : 10496 (java) S 10437 10440 5840 0 -1 1077944384 7925 13271 0 0 1108 59 5 3 20 0 15 0 445199598 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878772841360 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10497] ppid=10437 vsize=10849048 memory=723508 CPUtime=11.76 cores=0,2,4,6
/proc/10440/task/10497/stat : 10497 (java) S 10437 10440 5840 0 -1 1077944384 9224 13271 0 0 1111 57 5 3 20 0 15 0 445199598 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878771788560 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10498] ppid=10437 vsize=10849048 memory=723508 CPUtime=10.71 cores=0,2,4,6
/proc/10440/task/10498/stat : 10498 (java) S 10437 10440 5840 0 -1 1077944384 11228 13271 0 0 1012 51 5 3 20 0 15 0 445199599 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878340704624 139878881389186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10499] ppid=10437 vsize=10849048 memory=723508 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10499/stat : 10499 (java) S 10437 10440 5840 0 -1 1077944384 38 13271 0 0 0 0 5 3 20 0 15 0 445199600 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878339650656 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10500] ppid=10437 vsize=10849048 memory=140703531316264 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10500/stat : 10500 (java) S 10437 10440 5840 0 -1 1077944384 6 13271 0 0 0 0 5 3 20 0 15 0 445199600 11109425152 180877 33554432000 4194304 4196468 140734004708256 139877689582464 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10501] ppid=10437 vsize=10849048 memory=723508 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10501/stat : 10501 (java) S 10437 10440 5840 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 445199603 11109425152 180877 33554432000 4194304 4196468 140734004708256 139877449291600 139878881396635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10502] ppid=10437 vsize=10849048 memory=723508 CPUtime=5.11 cores=0,2,4,6
/proc/10440/task/10502/stat : 10502 (java) S 10437 10440 5840 0 -1 1077944384 17873 13271 0 0 496 7 5 3 20 0 15 0 445199603 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878306093936 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10503] ppid=10437 vsize=10849048 memory=723508 CPUtime=5.83 cores=0,2,4,6
/proc/10440/task/10503/stat : 10503 (java) S 10437 10440 5840 0 -1 1077944384 26170 13271 0 0 570 5 5 3 20 0 15 0 445199603 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878305041136 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10504] ppid=10437 vsize=10849048 memory=723508 CPUtime=5.23 cores=0,2,4,6
/proc/10440/task/10504/stat : 10504 (java) S 10437 10440 5840 0 -1 1077944384 29134 13271 0 0 508 7 5 3 20 0 15 0 445199603 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878303988336 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10505] ppid=10437 vsize=10849048 memory=723508 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10505/stat : 10505 (java) S 10437 10440 5840 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 445199603 11109425152 180877 33554432000 4194304 4196468 140734004708256 139877415733984 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10506] ppid=10437 vsize=10849048 memory=723508 CPUtime=1.57 cores=0,2,4,6
/proc/10440/task/10506/stat : 10506 (java) S 10437 10440 5840 0 -1 1077944384 1697 13271 0 0 73 76 5 3 20 0 15 0 445199603 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878302935728 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
Current children cumulated CPU time: 2491.11 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 723508 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2470.8 s]
/proc/loadavg: 1.36 1.36 1.34 3/227 10878
/proc/meminfo: memFree=29753080/32770624 swapFree=66939720/67108860
[pid=10440] ppid=10437 vsize=10849048 memory=723508 CPUtime=2520.02 cores=0,2,4,6
/proc/10440/stat : 10440 (java) S 10437 10440 5840 0 -1 1077944320 184248 13271 0 0 251636 358 5 3 20 0 15 0 445199588 11109425152 180877 33554432000 4194304 4196468 140734004708256 140734004690800 139878881378039 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
/proc/10440/statm: 2712262 180877 3631 1 0 2674317 0
[pid=10440/tid=10493] ppid=10437 vsize=10849048 memory=6791534058613427641 CPUtime=2444.45 cores=0,2,4,6
/proc/10440/task/10493/stat : 10493 (java) R 10437 10440 5840 0 -1 4202560 58876 13271 0 0 244389 48 5 3 20 0 15 0 445199597 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878853213344 139878455542536 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10494] ppid=10437 vsize=10849048 memory=7396 CPUtime=11.93 cores=0,2,4,6
/proc/10440/task/10494/stat : 10494 (java) S 10437 10440 5840 0 -1 1077944384 11504 13271 0 0 1126 59 5 3 20 0 15 0 445199598 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878885620880 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10495] ppid=10437 vsize=10849048 memory=7396 CPUtime=11.87 cores=0,2,4,6
/proc/10440/task/10495/stat : 10495 (java) S 10437 10440 5840 0 -1 1077944384 8327 13271 0 0 1123 56 5 3 20 0 15 0 445199598 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878773894160 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10496] ppid=10437 vsize=10849048 memory=4000 CPUtime=11.89 cores=0,2,4,6
/proc/10440/task/10496/stat : 10496 (java) S 10437 10440 5840 0 -1 1077944384 7927 13271 0 0 1122 59 5 3 20 0 15 0 445199598 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878772841360 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10497] ppid=10437 vsize=10849048 memory=616 CPUtime=11.9 cores=0,2,4,6
/proc/10440/task/10497/stat : 10497 (java) S 10437 10440 5840 0 -1 1077944384 9245 13271 0 0 1124 58 5 3 20 0 15 0 445199598 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878771788560 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10498] ppid=10437 vsize=10849048 memory=6791534058613427641 CPUtime=10.83 cores=0,2,4,6
/proc/10440/task/10498/stat : 10498 (java) S 10437 10440 5840 0 -1 1077944384 11233 13271 0 0 1024 51 5 3 20 0 15 0 445199599 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878340704624 139878881389186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10499] ppid=10437 vsize=10849048 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10499/stat : 10499 (java) S 10437 10440 5840 0 -1 1077944384 38 13271 0 0 0 0 5 3 20 0 15 0 445199600 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878339650656 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10500] ppid=10437 vsize=10849048 memory=723508 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10500/stat : 10500 (java) S 10437 10440 5840 0 -1 1077944384 6 13271 0 0 0 0 5 3 20 0 15 0 445199600 11109425152 180877 33554432000 4194304 4196468 140734004708256 139877689582464 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10501] ppid=10437 vsize=10849048 memory=2612 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10501/stat : 10501 (java) S 10437 10440 5840 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 445199603 11109425152 180877 33554432000 4194304 4196468 140734004708256 139877449291600 139878881396635 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10502] ppid=10437 vsize=10849048 memory=2612 CPUtime=5.12 cores=0,2,4,6
/proc/10440/task/10502/stat : 10502 (java) S 10437 10440 5840 0 -1 1077944384 17873 13271 0 0 497 7 5 3 20 0 15 0 445199603 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878306093936 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10503] ppid=10437 vsize=10849048 memory=723508 CPUtime=5.83 cores=0,2,4,6
/proc/10440/task/10503/stat : 10503 (java) S 10437 10440 5840 0 -1 1077944384 26170 13271 0 0 570 5 5 3 20 0 15 0 445199603 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878305041136 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10504] ppid=10437 vsize=10849048 memory=1760 CPUtime=5.23 cores=0,2,4,6
/proc/10440/task/10504/stat : 10504 (java) S 10437 10440 5840 0 -1 1077944384 29135 13271 0 0 508 7 5 3 20 0 15 0 445199603 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878303988336 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10505] ppid=10437 vsize=10849048 memory=111632 CPUtime=0.08 cores=0,2,4,6
/proc/10440/task/10505/stat : 10505 (java) S 10437 10440 5840 0 -1 1077944384 3 13271 0 0 0 0 5 3 20 0 15 0 445199603 11109425152 180877 33554432000 4194304 4196468 140734004708256 139877415733984 139878881388245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
[pid=10440/tid=10506] ppid=10437 vsize=10849048 memory=804 CPUtime=1.59 cores=0,2,4,6
/proc/10440/task/10506/stat : 10506 (java) S 10437 10440 5840 0 -1 1077944384 1699 13271 0 0 74 77 5 3 20 0 15 0 445199603 11109425152 180877 33554432000 4194304 4196468 140734004708256 139878302935728 139878881389186 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31223808 140734004714224 140734004716741 140734004716741 140734004719567 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 10849048 KiB
Current children cumulated memory: 723508 KiB

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

[startup+2470.83 s]
# the end of solver process 10440 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.44 s, system=3.62418 s

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

Child status: 143
Real time (s): 2470.83
CPU time (s): 2520.06
CPU user time (s): 2516.44
CPU system time (s): 3.62418
CPU usage (%): 101.993
Max. virtual memory (cumulated for all children) (KiB): 10852020
Max. memory (cumulated for all children) (KiB): 793736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.44
system time used= 3.62418
maximum resident set size= 795840
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 198402
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 294862
involuntary context switches= 12391


# summary of solver processes directly reported to runsolver:
#   pid: 10440
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.44
#   total CPU system time (s): 3.62418

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.6791 second user time and 24.0389 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-17 04:01:57
IDJOB=4401201
IDBENCH=135841
IDSOLVER=2857
FILE ID=node105/4401201-1568689414
RUNJOBID= node105-1568669636-5871
PBS_JOBID= 21703795
Free space on /tmp= 60968 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n25/TravellingSalesman-25-30-03.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401201-1568689414/watcher-4401201-1568689414 -o /tmp/evaluation-result-4401201-1568689414/solver-4401201-1568689414 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568669636-5871 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=434527036 HOME/instance-4401201-1568689414.xml

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

MD5SUM BENCH= 08a8e4115660d732ba32388826654d85
RANDOM SEED=434527036

node105.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.00
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.00
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.00
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.00
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:        30071592 kB
MemAvailable:   30753372 kB
Buffers:          174260 kB
Cached:           807972 kB
SwapCached:        65720 kB
Active:          1644096 kB
Inactive:         497280 kB
Active(anon):    1100184 kB
Inactive(anon):   103484 kB
Active(file):     543912 kB
Inactive(file):   393796 kB
Unevictable:      109004 kB
Mlocked:          109004 kB
SwapTotal:      67108860 kB
SwapFree:       66939700 kB
Dirty:             35736 kB
Writeback:             0 kB
AnonPages:       1204432 kB
Mapped:            57388 kB
Shmem:             35492 kB
Slab:             148600 kB
SReclaimable:     119812 kB
SUnreclaim:        28788 kB
KernelStack:        3712 kB
PageTables:         8216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2227896 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1116160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60936 MiB
End job on node105 at 2019-09-17 04:43:08