Trace number 4396446

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)300 2400.09 2349.04

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-0.xml
MD5SUMda64694dd3ca715594c36c32a8b555a8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark300
Best CPU time to get the best result obtained on this benchmark28.1231
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size400
Distribution of domain sizes[{"size":5,"count":50},{"size":400,"count":55}]
Minimum variable degree2
Maximum variable degree6
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":50},{"degree":6,"count":25}]
Minimum constraint arity1
Maximum constraint arity7
Distribution of constraint arities[{"arity":1,"count":5},{"arity":2,"count":25},{"arity":3,"count":25},{"arity":5,"count":10},{"arity":7,"count":25}]
Number of extensional constraints25
Number of intensional constraints30
Distribution of constraint types[{"type":"extension","count":25},{"type":"intension","count":30},{"type":"allDifferent","count":5},{"type":"noOverlap","count":5},{"type":"element","count":25}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.73/0.59	c Concrete v3.12.2.1568380929293 running
10.64/4.57	o 394
12.24/5.02	o 392
14.06/5.61	o 389
14.37/5.76	o 381
15.00/5.96	o 376
15.30/6.03	o 351
17.11/6.60	o 345
18.94/7.23	o 344
18.94/7.25	o 342
19.23/7.32	o 339
19.52/7.41	o 331
22.17/8.69	o 330
22.37/8.74	o 329
22.76/9.01	o 327
22.76/9.04	o 326
24.43/10.25	o 324
25.69/11.25	o 323
25.82/11.33	o 322
25.82/11.39	o 318
43.04/25.63	o 317
43.17/25.72	o 316
44.08/26.66	o 315
44.29/26.87	o 314
44.29/26.88	o 312
45.66/28.19	o 311
45.77/28.26	o 310
46.31/28.72	o 307
46.31/28.77	o 306
46.41/28.82	o 305
48.17/30.56	o 304
101.69/82.72	o 303
172.66/151.89	o 301
193.55/172.45	o 300
2400.04/2349.01	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.04/2349.01		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.04/2349.01		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.04/2349.01		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.04/2349.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.04/2349.01		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.04/2349.01		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.04/2349.01		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2400.04/2349.01		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2400.04/2349.01		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.04/2349.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.04/2349.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.04/2349.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.04/2349.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.04/2349.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.04/2349.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.04/2349.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.04/2349.01		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.04/2349.01		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.04/2349.01		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.04/2349.01		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.04/2349.01		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.04/2349.01		at scala.Option.map(Option.scala:243)
2400.04/2349.01		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.04/2349.01		at concrete.MAC.mac(MAC.scala:216)
2400.04/2349.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.04/2349.01		at scala.util.Try$.apply(Try.scala:212)
2400.04/2349.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.04/2349.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.04/2349.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.04/2349.01		at concrete.MAC.oneRun(MAC.scala:265)
2400.04/2349.01		at concrete.MAC.nextSolution(MAC.scala:284)
2400.04/2349.01		at concrete.MAC.nextSolution(MAC.scala:369)
2400.04/2349.01		at concrete.Solver.hasNext(Solver.scala:160)
2400.04/2349.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2349.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2349.01		at concrete.Solver.foreach(Solver.scala:67)
2400.04/2349.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.04/2349.01		at scala.util.Success.map(Try.scala:264)
2400.04/2349.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.04/2349.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.04/2349.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.04/2349.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.04/2349.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.04/2349.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.04/2349.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.04/2349.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.04/2349.02		at scala.App.$anonfun$main$1(App.scala:75)
2400.04/2349.02		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.04/2349.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.04/2349.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.04/2349.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.04/2349.02		at scala.App.main(App.scala:75)
2400.04/2349.02		at scala.App.main$(App.scala:73)
2400.04/2349.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.04/2349.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.04/2349.02	v <instantiation
2400.04/2349.02	v         cost = '300'>
2400.04/2349.02	v       <list>
2400.04/2349.02	v         s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] e[0] e[1] e[2] e[3] e[4] d[0][0] d[0][1] d[0][2] d[0][3] d[0][4] d[1][0] d[1][1] d[1][2] d[1][3] d[1][4] d[2][0] d[2][1] d[2][2] d[2][3] d[2][4] d[3][0] d[3][1] d[3][2] d[3][3] d[3][4] d[4][0] d[4][1] d[4][2] d[4][3] d[4][4] w[0][0] w[0][1] w[0][2] w[0][3] w[0][4] w[1][0] w[1][1] w[1][2] w[1][3] w[1][4] w[2][0] w[2][1] w[2][2] w[2][3] w[2][4] w[3][0] w[3][1] w[3][2] w[3][3] w[3][4] w[4][0] w[4][1] w[4][2] w[4][3] w[4][4] sd[0][0] sd[0][1] sd[0][2] sd[0][3] sd[0][4] sd[1][0] sd[1][1] sd[1][2] sd[1][3] sd[1][4] sd[2][0] sd[2][1] sd[2][2] sd[2][3] sd[2][4] sd[3][0] sd[3][1] sd[3][2] sd[3][3] sd[3][4] sd[4][0] sd[4][1] sd[4][2] sd[4][3] sd[4][4]
2400.04/2349.02	v       </list>
2400.04/2349.02	v       <values>
2400.04/2349.02	v         0 40 125 169 234 26 46 170 269 287 0 90 164 234 240 1 47 149 233 287 0 115 160 178 285 300 294 300 300 300 31 85 44 64 66 14 69 68 18 7 90 74 70 1 60 45 98 76 54 13 80 45 10 91 15 2 3 4 0 1 3 1 2 4 0 4 0 1 3 2 1 2 3 0 4 0 1 2 4 3 169 234 0 40 125 287 46 170 26 269 90 164 240 234 0 233 1 47 149 287 0 115 160 285 178
2400.04/2349.02	v       </values>
2400.04/2349.02	v     </instantiation>
2400.04/2349.02	s SATISFIABLE

Verifier Data

OK	300

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396446-1568393659/watcher-4396446-1568393659 -o /tmp/evaluation-result-4396446-1568393659/solver-4396446-1568393659 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568393610-29988 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1305377423 HOME/instance-4396446-1568393659.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=30014, runsolver pid=30010

[startup+0.100063 s]*
/proc/loadavg: 1.56 1.96 2.04 4/239 30104
/proc/meminfo: memFree=31749884/32770624 swapFree=67009336/67108860
[pid=30014] ppid=30010 vsize=113256 memory=1616 CPUtime=0.07 cores=1,3,5,7
/proc/30014/stat : 30014 (bash) S 30010 30014 26870 0 -1 4202496 920 11509 1 1 0 0 5 2 20 0 1 0 415288688 115974144 404 33554432000 4194304 5098028 140731358335536 140731358328760 139763853659136 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 1 0 0 7196144 7232144 10723328 140731358340116 140731358340241 140731358340241 140731358343150 0
/proc/30014/statm: 28314 404 320 221 0 119 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 113256 KiB
Current children cumulated memory: 1616 KiB

[startup+0.210345 s]*
/proc/loadavg: 1.56 1.96 2.04 3/233 30150
/proc/meminfo: memFree=31739176/32770624 swapFree=67009336/67108860
[pid=30014] ppid=30010 vsize=10819664 memory=38104 CPUtime=0.19 cores=1,3,5,7
/proc/30014/stat : 30014 (java) S 30010 30014 26870 0 -1 1077944320 6835 13552 1 1 10 1 5 3 20 0 15 0 415288688 11079335936 9526 33554432000 4194304 4196468 140720438362464 140720438345008 140515994439415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
/proc/30014/statm: 2704916 9526 3094 1 0 2667149 0
[pid=30014/tid=30123] ppid=30010 vsize=10819664 memory=8389772277269004345 CPUtime=0.17 cores=1,3,5,7
/proc/30014/task/30123/stat : 30123 (java) R 30010 30014 26870 0 -1 4202560 3530 13552 0 1 8 1 5 3 20 0 15 0 415288701 11079335936 9526 33554432000 4194304 4196468 140720438362464 140515966266696 140515576196551 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30125] ppid=30010 vsize=10819664 memory=288293255295270935 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30125/stat : 30125 (java) S 30010 30014 26870 0 -1 1077944384 1 13552 0 1 0 0 5 3 20 0 15 0 415288701 11079335936 9526 33554432000 4194304 4196468 140720438362464 140515998681488 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30126] ppid=30010 vsize=10819664 memory=140717740942346 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30126/stat : 30126 (java) S 30010 30014 26870 0 -1 1077944384 1 13552 0 1 0 0 5 3 20 0 15 0 415288701 11079335936 9526 33554432000 4194304 4196468 140720438362464 140515897571600 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30127] ppid=30010 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30127/stat : 30127 (java) S 30010 30014 26870 0 -1 1077944384 1 13552 0 1 0 0 5 3 20 0 15 0 415288701 11079335936 9526 33554432000 4194304 4196468 140720438362464 140515896519312 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30128] ppid=30010 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30128/stat : 30128 (java) S 30010 30014 26870 0 -1 1077944384 2 13552 0 1 0 0 5 3 20 0 15 0 415288701 11079335936 9526 33554432000 4194304 4196468 140720438362464 140515565496848 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30133] ppid=30010 vsize=10819664 memory=140717738063488 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30133/stat : 30133 (java) S 30010 30014 26870 0 -1 1077944384 2 13552 0 1 0 0 5 3 20 0 15 0 415288703 11079335936 9526 33554432000 4194304 4196468 140720438362464 140515453823600 140515994450562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30135] ppid=30010 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30135/stat : 30135 (java) S 30010 30014 26870 0 -1 1077944384 13 13552 0 1 0 0 5 3 20 0 15 0 415288703 11079335936 9526 33554432000 4194304 4196468 140720438362464 140515358008608 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30138] ppid=30010 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30138/stat : 30138 (java) S 30010 30014 26870 0 -1 1077944384 1 13552 0 1 0 0 5 3 20 0 15 0 415288704 11079335936 9526 33554432000 4194304 4196468 140720438362464 140514754029168 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30139] ppid=30010 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30139/stat : 30139 (java) S 30010 30014 26870 0 -1 1077944384 3 13552 0 1 0 0 5 3 20 0 15 0 415288706 11079335936 9526 33554432000 4194304 4196468 140720438362464 140514513738320 140515994458011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30140] ppid=30010 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30140/stat : 30140 (java) R 30010 30014 26870 0 -1 1077944384 419 13552 0 1 0 0 5 3 20 0 15 0 415288706 11079335936 9592 33554432000 4194304 4196468 140720438362464 140515452770416 140515994450562 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30142] ppid=30010 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30142/stat : 30142 (java) R 30010 30014 26870 0 -1 4202560 137 13552 0 1 0 0 5 3 20 0 15 0 415288706 11079335936 9592 33554432000 4194304 4196468 140720438362464 140515451697960 140515978335427 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30144] ppid=30010 vsize=10819664 memory=140717738063488 CPUtime=0.09 cores=1,3,5,7
/proc/30014/task/30144/stat : 30144 (java) R 30010 30014 26870 0 -1 4202560 585 13552 0 1 1 0 5 3 20 0 15 0 415288706 11079335936 9592 33554432000 4194304 4196468 140720438362464 140515450662328 140515973385816 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30147] ppid=30010 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30147/stat : 30147 (java) S 30010 30014 26870 0 -1 1077944384 3 13552 0 1 0 0 5 3 20 0 15 0 415288706 11079335936 9592 33554432000 4194304 4196468 140720438362464 140514480179680 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30149] ppid=30010 vsize=10819664 memory=140717738063488 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30149/stat : 30149 (java) S 30010 30014 26870 0 -1 1077944384 1 13552 0 1 0 0 5 3 20 0 15 0 415288707 11079335936 9592 33554432000 4194304 4196468 140720438362464 140515449613232 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
Current children cumulated CPU time: 0.19 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38104 KiB

[startup+0.310838 s]*
/proc/loadavg: 1.56 1.96 2.04 4/233 30150
/proc/meminfo: memFree=31705164/32770624 swapFree=67009336/67108860
[pid=30014] ppid=30010 vsize=10820148 memory=52340 CPUtime=0.37 cores=1,3,5,7
/proc/30014/stat : 30014 (java) S 30010 30014 26870 0 -1 1077944320 10265 13552 1 1 26 3 5 3 20 0 15 0 415288688 11079831552 13085 33554432000 4194304 4196468 140720438362464 140720438345008 140515994439415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
/proc/30014/statm: 2705037 13085 3288 1 0 2667149 0
[pid=30014/tid=30123] ppid=30010 vsize=10820148 memory=576567874760998942 CPUtime=0.26 cores=1,3,5,7
/proc/30014/task/30123/stat : 30123 (java) R 30010 30014 26870 0 -1 1077944384 6841 13552 0 1 16 2 5 3 20 0 15 0 415288701 11079831552 13086 33554432000 4194304 4196468 140720438362464 140515966242576 140515987118637 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30125] ppid=30010 vsize=10820148 memory=301 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30125/stat : 30125 (java) S 30010 30014 26870 0 -1 1077944384 1 13552 0 1 0 0 5 3 20 0 15 0 415288701 11079831552 13086 33554432000 4194304 4196468 140720438362464 140515998681488 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30126] ppid=30010 vsize=10821172 memory=140717740677209 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30126/stat : 30126 (java) S 30010 30014 26870 0 -1 1077944384 1 13552 0 1 0 0 5 3 20 0 15 0 415288701 11080880128 13086 33554432000 4194304 4196468 140720438362464 140515897571600 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30127] ppid=30010 vsize=10821172 memory=-7025448733113094249 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30127/stat : 30127 (java) S 30010 30014 26870 0 -1 1077944384 1 13552 0 1 0 0 5 3 20 0 15 0 415288701 11080880128 13086 33554432000 4194304 4196468 140720438362464 140515896519312 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30128] ppid=30010 vsize=10821172 memory=3472328296227680303 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30128/stat : 30128 (java) S 30010 30014 26870 0 -1 1077944384 2 13552 0 1 0 0 5 3 20 0 15 0 415288701 11080880128 13086 33554432000 4194304 4196468 140720438362464 140515565496848 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30133] ppid=30010 vsize=10820148 memory=7363860566990562992 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30133/stat : 30133 (java) S 30010 30014 26870 0 -1 1077944384 2 13552 0 1 0 0 5 3 20 0 15 0 415288703 11079831552 13086 33554432000 4194304 4196468 140720438362464 140515453823600 140515994450562 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30135] ppid=30010 vsize=10820148 memory=7016453692698331749 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30135/stat : 30135 (java) S 30010 30014 26870 0 -1 1077944384 13 13552 0 1 0 0 5 3 20 0 15 0 415288703 11079831552 13086 33554432000 4194304 4196468 140720438362464 140515358008608 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30138] ppid=30010 vsize=10820148 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30138/stat : 30138 (java) S 30010 30014 26870 0 -1 1077944384 1 13552 0 1 0 0 5 3 20 0 15 0 415288704 11079831552 13086 33554432000 4194304 4196468 140720438362464 140514754029168 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30139] ppid=30010 vsize=10820148 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30139/stat : 30139 (java) S 30010 30014 26870 0 -1 1077944384 3 13552 0 1 0 0 5 3 20 0 15 0 415288706 11079831552 13086 33554432000 4194304 4196468 140720438362464 140514513738320 140515994458011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30140] ppid=30010 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/30014/task/30140/stat : 30140 (java) S 30010 30014 26870 0 -1 1077944384 468 13552 0 1 2 0 5 3 20 0 15 0 415288706 11079831552 13086 33554432000 4194304 4196468 140720438362464 140515452770416 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30142] ppid=30010 vsize=10821172 memory=3978986552857473055 CPUtime=0.09 cores=1,3,5,7
/proc/30014/task/30142/stat : 30142 (java) S 30010 30014 26870 0 -1 1077944384 196 13552 0 1 1 0 5 3 20 0 15 0 415288706 11080880128 13086 33554432000 4194304 4196468 140720438362464 140515451717616 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30144] ppid=30010 vsize=10821172 memory=140717738063488 CPUtime=0.13 cores=1,3,5,7
/proc/30014/task/30144/stat : 30144 (java) S 30010 30014 26870 0 -1 1077944384 620 13552 0 1 5 0 5 3 20 0 15 0 415288706 11080880128 13086 33554432000 4194304 4196468 140720438362464 140515450665328 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30147] ppid=30010 vsize=10821172 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30147/stat : 30147 (java) S 30010 30014 26870 0 -1 1077944384 3 13552 0 1 0 0 5 3 20 0 15 0 415288706 11080880128 13086 33554432000 4194304 4196468 140720438362464 140514480179680 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30149] ppid=30010 vsize=10820148 memory=140717738063488 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30149/stat : 30149 (java) S 30010 30014 26870 0 -1 1077944384 1 13552 0 1 0 0 5 3 20 0 15 0 415288707 11079831552 13086 33554432000 4194304 4196468 140720438362464 140515449613232 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 52340 KiB

[startup+0.700696 s]
/proc/loadavg: 1.56 1.96 2.04 3/233 30150
/proc/meminfo: memFree=31677176/32770624 swapFree=67009336/67108860
[pid=30014] ppid=30010 vsize=10822312 memory=79288 CPUtime=1.01 cores=1,3,5,7
/proc/30014/stat : 30014 (java) S 30010 30014 26870 0 -1 1077944320 14451 13552 1 1 88 5 5 3 20 0 15 0 415288688 11082047488 19822 33554432000 4194304 4196468 140720438362464 140720438345008 140515994439415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
/proc/30014/statm: 2705578 19822 3492 1 0 2667661 0
[pid=30014/tid=30123] ppid=30010 vsize=10822312 memory=15679 CPUtime=0.61 cores=1,3,5,7
/proc/30014/task/30123/stat : 30123 (java) D 30010 30014 26870 0 -1 4202560 9809 13552 0 1 49 4 5 3 20 0 15 0 415288701 11082047488 19822 33554432000 4194304 4196468 140720438362464 140515966266384 140515994461341 0 4 0 16800975 18446744071580419588 0 0 -1 5 0 0 2 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30125] ppid=30010 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30125/stat : 30125 (java) S 30010 30014 26870 0 -1 1077944384 1 13552 0 1 0 0 5 3 20 0 15 0 415288701 11082047488 19822 33554432000 4194304 4196468 140720438362464 140515998681488 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30126] ppid=30010 vsize=10822312 memory=7 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30126/stat : 30126 (java) S 30010 30014 26870 0 -1 1077944384 1 13552 0 1 0 0 5 3 20 0 15 0 415288701 11082047488 19822 33554432000 4194304 4196468 140720438362464 140515897571600 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30127] ppid=30010 vsize=10822312 memory=131 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30127/stat : 30127 (java) S 30010 30014 26870 0 -1 1077944384 1 13552 0 1 0 0 5 3 20 0 15 0 415288701 11082047488 19822 33554432000 4194304 4196468 140720438362464 140515896519312 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30128] ppid=30010 vsize=10822312 memory=1001 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30128/stat : 30128 (java) S 30010 30014 26870 0 -1 1077944384 2 13552 0 1 0 0 5 3 20 0 15 0 415288701 11082047488 19822 33554432000 4194304 4196468 140720438362464 140515565496848 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30133] ppid=30010 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30133/stat : 30133 (java) S 30010 30014 26870 0 -1 1077944384 5 13552 0 1 0 0 5 3 20 0 15 0 415288703 11082047488 19822 33554432000 4194304 4196468 140720438362464 140515453823600 140515994450562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30135] ppid=30010 vsize=10822312 memory=6298636353595527265 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30135/stat : 30135 (java) S 30010 30014 26870 0 -1 1077944384 13 13552 0 1 0 0 5 3 20 0 15 0 415288703 11082047488 19822 33554432000 4194304 4196468 140720438362464 140515358008608 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30138] ppid=30010 vsize=10822312 memory=7300728970739542608 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30138/stat : 30138 (java) S 30010 30014 26870 0 -1 1077944384 1 13552 0 1 0 0 5 3 20 0 15 0 415288704 11082047488 19822 33554432000 4194304 4196468 140720438362464 140514754029168 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30139] ppid=30010 vsize=10822312 memory=5787213844311467857 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30139/stat : 30139 (java) S 30010 30014 26870 0 -1 1077944384 3 13552 0 1 0 0 5 3 20 0 15 0 415288706 11082047488 19822 33554432000 4194304 4196468 140720438362464 140514513738320 140515994458011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30140] ppid=30010 vsize=10822312 memory=-6168368575958768251 CPUtime=0.18 cores=1,3,5,7
/proc/30014/task/30140/stat : 30140 (java) R 30010 30014 26870 0 -1 4202560 848 13552 0 1 10 0 5 3 20 0 15 0 415288706 11082047488 19822 33554432000 4194304 4196468 140720438362464 140515452756440 140515975984642 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30142] ppid=30010 vsize=10822312 memory=-5345911752886553558 CPUtime=0.2 cores=1,3,5,7
/proc/30014/task/30142/stat : 30142 (java) R 30010 30014 26870 0 -1 4202560 697 13552 0 1 12 0 5 3 20 0 15 0 415288706 11082047488 19822 33554432000 4194304 4196468 140720438362464 140515451707328 140515975960791 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30144] ppid=30010 vsize=10822312 memory=-9181546051567709026 CPUtime=0.23 cores=1,3,5,7
/proc/30014/task/30144/stat : 30144 (java) S 30010 30014 26870 0 -1 1077944384 861 13552 0 1 15 0 5 3 20 0 15 0 415288706 11082047488 19822 33554432000 4194304 4196468 140720438362464 140515450665328 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30147] ppid=30010 vsize=10822312 memory=-7522837415730323359 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30147/stat : 30147 (java) S 30010 30014 26870 0 -1 1077944384 3 13552 0 1 0 0 5 3 20 0 15 0 415288706 11082047488 19822 33554432000 4194304 4196468 140720438362464 140514480179680 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30149] ppid=30010 vsize=10822312 memory=2120 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30149/stat : 30149 (java) S 30010 30014 26870 0 -1 1077944384 1 13552 0 1 0 0 5 3 20 0 15 0 415288707 11082047488 19822 33554432000 4194304 4196468 140720438362464 140515449613232 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
Current children cumulated CPU time: 1.01 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 79288 KiB

[startup+1.50075 s]
/proc/loadavg: 1.56 1.96 2.04 3/233 30150
/proc/meminfo: memFree=31606060/32770624 swapFree=67009336/67108860
[pid=30014] ppid=30010 vsize=10834676 memory=171808 CPUtime=2.27 cores=1,3,5,7
/proc/30014/stat : 30014 (java) S 30010 30014 26870 0 -1 1077944320 21380 13552 1 1 209 10 5 3 20 0 15 0 415288688 11094708224 42952 33554432000 4194304 4196468 140720438362464 140720438345008 140515994439415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
/proc/30014/statm: 2708669 42952 3578 1 0 2670733 0
[pid=30014/tid=30123] ppid=30010 vsize=10834676 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/30014/task/30123/stat : 30123 (java) R 30010 30014 26870 0 -1 4202560 15156 13552 0 1 119 6 5 3 20 0 15 0 415288701 11094708224 42952 33554432000 4194304 4196468 140720438362464 140515966258016 140515978483045 0 4 0 16800975 0 0 0 -1 1 0 0 6 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30125] ppid=30010 vsize=10834676 memory=2626285 CPUtime=0.09 cores=1,3,5,7
/proc/30014/task/30125/stat : 30125 (java) S 30010 30014 26870 0 -1 1077944384 58 13552 0 1 1 0 5 3 20 0 15 0 415288701 11094708224 42952 33554432000 4194304 4196468 140720438362464 140515998681488 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30126] ppid=30010 vsize=10834676 memory=4638778398333358416 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30126/stat : 30126 (java) S 30010 30014 26870 0 -1 1077944384 353 13552 0 1 0 0 5 3 20 0 15 0 415288701 11094708224 42952 33554432000 4194304 4196468 140720438362464 140515897571600 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30127] ppid=30010 vsize=10834676 memory=4638778428398129488 CPUtime=0.09 cores=1,3,5,7
/proc/30014/task/30127/stat : 30127 (java) S 30010 30014 26870 0 -1 1077944384 36 13552 0 1 1 0 5 3 20 0 15 0 415288701 11094708224 42952 33554432000 4194304 4196468 140720438362464 140515896519312 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30128] ppid=30010 vsize=10834676 memory=-9123011406873178988 CPUtime=0.09 cores=1,3,5,7
/proc/30014/task/30128/stat : 30128 (java) S 30010 30014 26870 0 -1 1077944384 78 13552 0 1 1 0 5 3 20 0 15 0 415288701 11094708224 42952 33554432000 4194304 4196468 140720438362464 140515565496848 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30133] ppid=30010 vsize=10834676 memory=5865727821814644839 CPUtime=0.09 cores=1,3,5,7
/proc/30014/task/30133/stat : 30133 (java) S 30010 30014 26870 0 -1 1077944384 109 13552 0 1 1 0 5 3 20 0 15 0 415288703 11094708224 42952 33554432000 4194304 4196468 140720438362464 140515453823600 140515994450562 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30135] ppid=30010 vsize=10834676 memory=4640748753518612560 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30135/stat : 30135 (java) S 30010 30014 26870 0 -1 1077944384 14 13552 0 1 0 0 5 3 20 0 15 0 415288703 11094708224 42952 33554432000 4194304 4196468 140720438362464 140515358008672 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30138] ppid=30010 vsize=10834676 memory=5865727821814710375 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30138/stat : 30138 (java) S 30010 30014 26870 0 -1 1077944384 2 13552 0 1 0 0 5 3 20 0 15 0 415288704 11094708224 42952 33554432000 4194304 4196468 140720438362464 140514754029184 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30139] ppid=30010 vsize=10834676 memory=6004820471124940137 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30139/stat : 30139 (java) S 30010 30014 26870 0 -1 1077944384 3 13552 0 1 0 0 5 3 20 0 15 0 415288706 11094708224 42952 33554432000 4194304 4196468 140720438362464 140514513738320 140515994458011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30140] ppid=30010 vsize=10834676 memory=4640467278541901904 CPUtime=0.3 cores=1,3,5,7
/proc/30014/task/30140/stat : 30140 (java) S 30010 30014 26870 0 -1 1077944384 999 13552 0 1 22 0 5 3 20 0 15 0 415288706 11094708224 42952 33554432000 4194304 4196468 140720438362464 140515452770416 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30142] ppid=30010 vsize=10834676 memory=5932762877087012201 CPUtime=0.33 cores=1,3,5,7
/proc/30014/task/30142/stat : 30142 (java) S 30010 30014 26870 0 -1 1077944384 840 13552 0 1 25 0 5 3 20 0 15 0 415288706 11094708224 42952 33554432000 4194304 4196468 140720438362464 140515451717616 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30144] ppid=30010 vsize=10834676 memory=7454130749351154278 CPUtime=0.42 cores=1,3,5,7
/proc/30014/task/30144/stat : 30144 (java) R 30010 30014 26870 0 -1 1077944384 1523 13552 0 1 34 0 5 3 20 0 15 0 415288706 11094708224 42952 33554432000 4194304 4196468 140720438362464 140515450665328 140515994450562 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30147] ppid=30010 vsize=10834676 memory=5571041044932417637 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30147/stat : 30147 (java) S 30010 30014 26870 0 -1 1077944384 3 13552 0 1 0 0 5 3 20 0 15 0 415288706 11094708224 42952 33554432000 4194304 4196468 140720438362464 140514480179680 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30149] ppid=30010 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30149/stat : 30149 (java) S 30010 30014 26870 0 -1 1077944384 1 13552 0 1 0 0 5 3 20 0 15 0 415288707 11094708224 42952 33554432000 4194304 4196468 140720438362464 140515449613232 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
Current children cumulated CPU time: 2.27 s
Current children cumulated vsize: 10834676 KiB
Current children cumulated memory: 171808 KiB

[startup+3.11086 s]
/proc/loadavg: 1.56 1.96 2.04 6/233 30150
/proc/meminfo: memFree=31319192/32770624 swapFree=67009336/67108860
[pid=30014] ppid=30010 vsize=10844936 memory=245144 CPUtime=6.43 cores=1,3,5,7
/proc/30014/stat : 30014 (java) S 30010 30014 26870 0 -1 1077944320 35110 13552 2 1 618 17 5 3 20 0 15 0 415288688 11105214464 61286 33554432000 4194304 4196468 140720438362464 140720438345008 140515994439415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
/proc/30014/statm: 2711234 61286 3607 1 0 2673293 0
[pid=30014/tid=30123] ppid=30010 vsize=10844936 memory=281435248673728 CPUtime=2.87 cores=1,3,5,7
/proc/30014/task/30123/stat : 30123 (java) R 30010 30014 26870 0 -1 4202560 18954 13552 1 1 270 9 5 3 20 0 15 0 415288701 11105214464 61286 33554432000 4194304 4196468 140720438362464 140515966267360 140515978519902 0 4 0 16800975 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0

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

/proc/30014/task/30123/stat : 30123 (java) R 30010 30014 26870 0 -1 4202560 72447 13552 1 1 217877 50 5 3 20 0 15 0 415288701 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515966274704 140515597311926 0 4 0 16800975 0 0 0 -1 5 0 0 9 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30125] ppid=30010 vsize=10851092 memory=943916 CPUtime=10.26 cores=1,3,5,7
/proc/30014/task/30125/stat : 30125 (java) S 30010 30014 26870 0 -1 1077944384 12516 13552 0 1 967 51 5 3 20 0 15 0 415288701 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515998681488 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30126] ppid=30010 vsize=10851092 memory=941868 CPUtime=10.28 cores=1,3,5,7
/proc/30014/task/30126/stat : 30126 (java) S 30010 30014 26870 0 -1 1077944384 11785 13552 0 1 972 48 5 3 20 0 15 0 415288701 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515897571600 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30127] ppid=30010 vsize=10851092 memory=941868 CPUtime=10.25 cores=1,3,5,7
/proc/30014/task/30127/stat : 30127 (java) S 30010 30014 26870 0 -1 1077944384 11893 13552 0 1 968 49 5 3 20 0 15 0 415288701 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515896519312 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30128] ppid=30010 vsize=10851092 memory=943916 CPUtime=10.25 cores=1,3,5,7
/proc/30014/task/30128/stat : 30128 (java) S 30010 30014 26870 0 -1 1077944384 13633 13552 0 1 969 48 5 3 20 0 15 0 415288701 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515565496848 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30133] ppid=30010 vsize=10851092 memory=943916 CPUtime=9.81 cores=1,3,5,7
/proc/30014/task/30133/stat : 30133 (java) S 30010 30014 26870 0 -1 1077944384 14407 13552 0 1 929 44 5 3 20 0 15 0 415288703 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515453823600 140515994450562 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30135] ppid=30010 vsize=10851092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30135/stat : 30135 (java) S 30010 30014 26870 0 -1 1077944384 22 13552 0 1 0 0 5 3 20 0 15 0 415288703 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515358008672 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30138] ppid=30010 vsize=10851092 memory=943916 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30138/stat : 30138 (java) S 30010 30014 26870 0 -1 1077944384 11 13552 0 1 0 0 5 3 20 0 15 0 415288704 11111518208 235979 33554432000 4194304 4196468 140720438362464 140514754029184 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30139] ppid=30010 vsize=10851092 memory=943916 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30139/stat : 30139 (java) S 30010 30014 26870 0 -1 1077944384 3 13552 0 1 0 0 5 3 20 0 15 0 415288706 11111518208 235979 33554432000 4194304 4196468 140720438362464 140514513738320 140515994458011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30140] ppid=30010 vsize=10851092 memory=943916 CPUtime=8.07 cores=1,3,5,7
/proc/30014/task/30140/stat : 30140 (java) S 30010 30014 26870 0 -1 1077944384 31366 13552 0 1 792 7 5 3 20 0 15 0 415288706 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515452770416 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30142] ppid=30010 vsize=10851092 memory=17288 CPUtime=7.71 cores=1,3,5,7
/proc/30014/task/30142/stat : 30142 (java) S 30010 30014 26870 0 -1 1077944384 31460 13552 0 1 757 6 5 3 20 0 15 0 415288706 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515451717616 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30144] ppid=30010 vsize=10851092 memory=943916 CPUtime=4.57 cores=1,3,5,7
/proc/30014/task/30144/stat : 30144 (java) S 30010 30014 26870 0 -1 1077944384 30965 13552 0 1 441 8 5 3 20 0 15 0 415288706 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515450665328 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30147] ppid=30010 vsize=10851092 memory=3484 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30147/stat : 30147 (java) S 30010 30014 26870 0 -1 1077944384 3 13552 0 1 0 0 5 3 20 0 15 0 415288706 11111518208 235979 33554432000 4194304 4196468 140720438362464 140514480179680 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30149] ppid=30010 vsize=10851092 memory=943916 CPUtime=1.31 cores=1,3,5,7
/proc/30014/task/30149/stat : 30149 (java) S 30010 30014 26870 0 -1 1077944384 804 13552 0 1 57 66 5 3 20 0 15 0 415288707 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515449613232 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
Current children cumulated CPU time: 2251.24 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 943916 KiB

[startup+2262.3 s]
/proc/loadavg: 1.35 1.37 1.45 3/232 30376
/proc/meminfo: memFree=29916832/32770624 swapFree=67009360/67108860
[pid=30014] ppid=30010 vsize=10851092 memory=943916 CPUtime=2312.14 cores=1,3,5,7
/proc/30014/stat : 30014 (java) S 30010 30014 26870 0 -1 1077944320 235327 13552 2 1 230870 336 5 3 20 0 15 0 415288688 11111518208 235979 33554432000 4194304 4196468 140720438362464 140720438345008 140515994439415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
/proc/30014/statm: 2712773 235979 3636 1 0 2674829 0
[pid=30014/tid=30123] ppid=30010 vsize=10851092 memory=943916 CPUtime=2238.71 cores=1,3,5,7
/proc/30014/task/30123/stat : 30123 (java) R 30010 30014 26870 0 -1 4202560 73268 13552 1 1 223812 51 5 3 20 0 15 0 415288701 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515966274464 140515595405091 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30125] ppid=30010 vsize=10851092 memory=943916 CPUtime=10.57 cores=1,3,5,7
/proc/30014/task/30125/stat : 30125 (java) S 30010 30014 26870 0 -1 1077944384 12880 13552 0 1 997 52 5 3 20 0 15 0 415288701 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515998681488 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30126] ppid=30010 vsize=10851092 memory=943916 CPUtime=10.57 cores=1,3,5,7
/proc/30014/task/30126/stat : 30126 (java) S 30010 30014 26870 0 -1 1077944384 12027 13552 0 1 1000 49 5 3 20 0 15 0 415288701 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515897571600 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30127] ppid=30010 vsize=10851092 memory=3484 CPUtime=10.56 cores=1,3,5,7
/proc/30014/task/30127/stat : 30127 (java) S 30010 30014 26870 0 -1 1077944384 11980 13552 0 1 997 51 5 3 20 0 15 0 415288701 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515896519312 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30128] ppid=30010 vsize=10851092 memory=943916 CPUtime=10.56 cores=1,3,5,7
/proc/30014/task/30128/stat : 30128 (java) S 30010 30014 26870 0 -1 1077944384 13682 13552 0 1 999 49 5 3 20 0 15 0 415288701 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515565496848 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30133] ppid=30010 vsize=10851092 memory=943916 CPUtime=10.09 cores=1,3,5,7
/proc/30014/task/30133/stat : 30133 (java) S 30010 30014 26870 0 -1 1077944384 14637 13552 0 1 956 45 5 3 20 0 15 0 415288703 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515453823600 140515994450562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30135] ppid=30010 vsize=10851092 memory=3484 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30135/stat : 30135 (java) S 30010 30014 26870 0 -1 1077944384 22 13552 0 1 0 0 5 3 20 0 15 0 415288703 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515358008672 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30138] ppid=30010 vsize=10851092 memory=943916 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30138/stat : 30138 (java) S 30010 30014 26870 0 -1 1077944384 11 13552 0 1 0 0 5 3 20 0 15 0 415288704 11111518208 235979 33554432000 4194304 4196468 140720438362464 140514754029184 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30139] ppid=30010 vsize=10851092 memory=943916 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30139/stat : 30139 (java) S 30010 30014 26870 0 -1 1077944384 3 13552 0 1 0 0 5 3 20 0 15 0 415288706 11111518208 235979 33554432000 4194304 4196468 140720438362464 140514513738320 140515994458011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30140] ppid=30010 vsize=10851092 memory=943916 CPUtime=8.07 cores=1,3,5,7
/proc/30014/task/30140/stat : 30140 (java) S 30010 30014 26870 0 -1 1077944384 31368 13552 0 1 792 7 5 3 20 0 15 0 415288706 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515452770416 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30142] ppid=30010 vsize=10851092 memory=3484 CPUtime=7.71 cores=1,3,5,7
/proc/30014/task/30142/stat : 30142 (java) S 30010 30014 26870 0 -1 1077944384 31462 13552 0 1 757 6 5 3 20 0 15 0 415288706 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515451717616 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30144] ppid=30010 vsize=10851092 memory=943916 CPUtime=4.57 cores=1,3,5,7
/proc/30014/task/30144/stat : 30144 (java) S 30010 30014 26870 0 -1 1077944384 30967 13552 0 1 441 8 5 3 20 0 15 0 415288706 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515450665328 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30147] ppid=30010 vsize=10851092 memory=943916 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30147/stat : 30147 (java) S 30010 30014 26870 0 -1 1077944384 3 13552 0 1 0 0 5 3 20 0 15 0 415288706 11111518208 235979 33554432000 4194304 4196468 140720438362464 140514480179680 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30149] ppid=30010 vsize=10851092 memory=943916 CPUtime=1.34 cores=1,3,5,7
/proc/30014/task/30149/stat : 30149 (java) S 30010 30014 26870 0 -1 1077944384 812 13552 0 1 58 68 5 3 20 0 15 0 415288707 11111518208 235979 33554432000 4194304 4196468 140720438362464 140515449613232 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
Current children cumulated CPU time: 2312.14 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 943916 KiB

[startup+2322.3 s]
/proc/loadavg: 1.42 1.38 1.45 3/232 30380
/proc/meminfo: memFree=29914908/32770624 swapFree=67009360/67108860
[pid=30014] ppid=30010 vsize=10851092 memory=945964 CPUtime=2372.99 cores=1,3,5,7
/proc/30014/stat : 30014 (java) S 30010 30014 26870 0 -1 1077944320 237008 13552 2 1 236946 345 5 3 20 0 15 0 415288688 11111518208 236491 33554432000 4194304 4196468 140720438362464 140720438345008 140515994439415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
/proc/30014/statm: 2712773 236491 3636 1 0 2674829 0
[pid=30014/tid=30123] ppid=30010 vsize=10851092 memory=945964 CPUtime=2298.11 cores=1,3,5,7
/proc/30014/task/30123/stat : 30123 (java) R 30010 30014 26870 0 -1 4202560 74004 13552 1 1 229751 52 5 3 20 0 15 0 415288701 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515966274448 140515976959986 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30125] ppid=30010 vsize=10851092 memory=943916 CPUtime=10.85 cores=1,3,5,7
/proc/30014/task/30125/stat : 30125 (java) S 30010 30014 26870 0 -1 1077944384 13111 13552 0 1 1024 53 5 3 20 0 15 0 415288701 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515998681488 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30126] ppid=30010 vsize=10851092 memory=0 CPUtime=10.86 cores=1,3,5,7
/proc/30014/task/30126/stat : 30126 (java) S 30010 30014 26870 0 -1 1077944384 12071 13552 0 1 1027 51 5 3 20 0 15 0 415288701 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515897571600 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30127] ppid=30010 vsize=10851092 memory=943916 CPUtime=10.84 cores=1,3,5,7
/proc/30014/task/30127/stat : 30127 (java) S 30010 30014 26870 0 -1 1077944384 12028 13552 0 1 1024 52 5 3 20 0 15 0 415288701 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515896519312 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30128] ppid=30010 vsize=10851092 memory=943916 CPUtime=10.84 cores=1,3,5,7
/proc/30014/task/30128/stat : 30128 (java) S 30010 30014 26870 0 -1 1077944384 14052 13552 0 1 1026 50 5 3 20 0 15 0 415288701 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515565496848 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30133] ppid=30010 vsize=10851092 memory=943916 CPUtime=10.36 cores=1,3,5,7
/proc/30014/task/30133/stat : 30133 (java) S 30010 30014 26870 0 -1 1077944384 14865 13552 0 1 981 47 5 3 20 0 15 0 415288703 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515453823600 140515994450562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30135] ppid=30010 vsize=10851092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30135/stat : 30135 (java) S 30010 30014 26870 0 -1 1077944384 22 13552 0 1 0 0 5 3 20 0 15 0 415288703 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515358008672 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30138] ppid=30010 vsize=10851092 memory=945964 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30138/stat : 30138 (java) S 30010 30014 26870 0 -1 1077944384 11 13552 0 1 0 0 5 3 20 0 15 0 415288704 11111518208 236491 33554432000 4194304 4196468 140720438362464 140514754029184 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30139] ppid=30010 vsize=10851092 memory=945964 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30139/stat : 30139 (java) S 30010 30014 26870 0 -1 1077944384 3 13552 0 1 0 0 5 3 20 0 15 0 415288706 11111518208 236491 33554432000 4194304 4196468 140720438362464 140514513738320 140515994458011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30140] ppid=30010 vsize=10851092 memory=945964 CPUtime=8.07 cores=1,3,5,7
/proc/30014/task/30140/stat : 30140 (java) S 30010 30014 26870 0 -1 1077944384 31370 13552 0 1 792 7 5 3 20 0 15 0 415288706 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515452770416 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30142] ppid=30010 vsize=10851092 memory=945964 CPUtime=7.71 cores=1,3,5,7
/proc/30014/task/30142/stat : 30142 (java) S 30010 30014 26870 0 -1 1077944384 31464 13552 0 1 757 6 5 3 20 0 15 0 415288706 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515451717616 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30144] ppid=30010 vsize=10851092 memory=945964 CPUtime=4.57 cores=1,3,5,7
/proc/30014/task/30144/stat : 30144 (java) S 30010 30014 26870 0 -1 1077944384 30969 13552 0 1 441 8 5 3 20 0 15 0 415288706 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515450665328 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30147] ppid=30010 vsize=10851092 memory=945964 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30147/stat : 30147 (java) S 30010 30014 26870 0 -1 1077944384 3 13552 0 1 0 0 5 3 20 0 15 0 415288706 11111518208 236491 33554432000 4194304 4196468 140720438362464 140514480179680 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30149] ppid=30010 vsize=10851092 memory=945964 CPUtime=1.37 cores=1,3,5,7
/proc/30014/task/30149/stat : 30149 (java) S 30010 30014 26870 0 -1 1077944384 830 13552 0 1 59 70 5 3 20 0 15 0 415288707 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515449613232 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
Current children cumulated CPU time: 2372.99 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 945964 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2349 s]*
/proc/loadavg: 1.51 1.41 1.46 4/231 30416
/proc/meminfo: memFree=30793556/32770624 swapFree=67009360/67108860
[pid=30014] ppid=30010 vsize=10851092 memory=945964 CPUtime=2400.04 cores=1,3,5,7
/proc/30014/stat : 30014 (java) S 30010 30014 26870 0 -1 1077944320 237794 13552 2 1 239648 348 5 3 20 0 15 0 415288688 11111518208 236491 33554432000 4194304 4196468 140720438362464 140720438345008 140515994439415 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 1 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
/proc/30014/statm: 2712773 236491 3636 1 0 2674829 0
[pid=30014/tid=30123] ppid=30010 vsize=10851092 memory=6791534058613427641 CPUtime=2324.57 cores=1,3,5,7
/proc/30014/task/30123/stat : 30123 (java) R 30010 30014 26870 0 -1 4202560 74260 13552 1 1 232396 53 5 3 20 0 15 0 415288701 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515966274288 140515973516880 0 4 0 16800975 0 0 0 -1 1 0 0 9 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30125] ppid=30010 vsize=10851092 memory=4872558044660077418 CPUtime=10.98 cores=1,3,5,7
/proc/30014/task/30125/stat : 30125 (java) S 30010 30014 26870 0 -1 1077944384 13138 13552 0 1 1036 54 5 3 20 0 15 0 415288701 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515998681488 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30126] ppid=30010 vsize=10851092 memory=732 CPUtime=10.98 cores=1,3,5,7
/proc/30014/task/30126/stat : 30126 (java) S 30010 30014 26870 0 -1 1077944384 12303 13552 0 1 1039 51 5 3 20 0 15 0 415288701 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515897571600 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30127] ppid=30010 vsize=10851092 memory=2084 CPUtime=10.96 cores=1,3,5,7
/proc/30014/task/30127/stat : 30127 (java) S 30010 30014 26870 0 -1 1077944384 12051 13552 0 1 1035 53 5 3 20 0 15 0 415288701 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515896519312 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30128] ppid=30010 vsize=10851092 memory=3484 CPUtime=10.96 cores=1,3,5,7
/proc/30014/task/30128/stat : 30128 (java) S 30010 30014 26870 0 -1 1077944384 14087 13552 0 1 1038 50 5 3 20 0 15 0 415288701 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515565496848 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30133] ppid=30010 vsize=10851092 memory=6791534058613427641 CPUtime=10.46 cores=1,3,5,7
/proc/30014/task/30133/stat : 30133 (java) S 30010 30014 26870 0 -1 1077944384 15058 13552 0 1 990 48 5 3 20 0 15 0 415288703 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515453823600 140515994450562 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30135] ppid=30010 vsize=10851092 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30135/stat : 30135 (java) S 30010 30014 26870 0 -1 1077944384 22 13552 0 1 0 0 5 3 20 0 15 0 415288703 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515358008672 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30138] ppid=30010 vsize=10851092 memory=1948 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30138/stat : 30138 (java) S 30010 30014 26870 0 -1 1077944384 11 13552 0 1 0 0 5 3 20 0 15 0 415288704 11111518208 236491 33554432000 4194304 4196468 140720438362464 140514754029184 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30139] ppid=30010 vsize=10851092 memory=1296 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30139/stat : 30139 (java) S 30010 30014 26870 0 -1 1077944384 3 13552 0 1 0 0 5 3 20 0 15 0 415288706 11111518208 236491 33554432000 4194304 4196468 140720438362464 140514513738320 140515994458011 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30140] ppid=30010 vsize=10851092 memory=732 CPUtime=8.07 cores=1,3,5,7
/proc/30014/task/30140/stat : 30140 (java) S 30010 30014 26870 0 -1 1077944384 31372 13552 0 1 792 7 5 3 20 0 15 0 415288706 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515452770416 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30142] ppid=30010 vsize=10851092 memory=1052 CPUtime=7.71 cores=1,3,5,7
/proc/30014/task/30142/stat : 30142 (java) S 30010 30014 26870 0 -1 1077944384 31466 13552 0 1 757 6 5 3 20 0 15 0 415288706 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515451717616 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30144] ppid=30010 vsize=10851092 memory=776 CPUtime=4.57 cores=1,3,5,7
/proc/30014/task/30144/stat : 30144 (java) S 30010 30014 26870 0 -1 1077944384 30971 13552 0 1 441 8 5 3 20 0 15 0 415288706 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515450665328 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30147] ppid=30010 vsize=10851092 memory=4004 CPUtime=0.08 cores=1,3,5,7
/proc/30014/task/30147/stat : 30147 (java) S 30010 30014 26870 0 -1 1077944384 3 13552 0 1 0 0 5 3 20 0 15 0 415288706 11111518208 236491 33554432000 4194304 4196468 140720438362464 140514480179680 140515994449621 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
[pid=30014/tid=30149] ppid=30010 vsize=10851092 memory=2832 CPUtime=1.38 cores=1,3,5,7
/proc/30014/task/30149/stat : 30149 (java) S 30010 30014 26870 0 -1 1077944384 844 13552 0 1 60 70 5 3 20 0 15 0 415288707 11111518208 236491 33554432000 4194304 4196468 140720438362464 140515449613232 140515994450562 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 31272960 140720438364911 140720438367429 140720438367429 140720438370255 0
Current children cumulated CPU time: 2400.04 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 945964 KiB

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

[startup+2349.04 s]
# the end of solver process 30014 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.56 s, system=3.52578 s

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

Child status: 143
Real time (s): 2349.04
CPU time (s): 2400.09
CPU user time (s): 2396.56
CPU system time (s): 3.52578
CPU usage (%): 102.173
Max. virtual memory (cumulated for all children) (KiB): 10851092
Max. memory (cumulated for all children) (KiB): 987308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.56
system time used= 3.52578
maximum resident set size= 989356
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 252368
page faults= 3
swaps= 0
block input operations= 6840
block output operations= 2840
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 253710
involuntary context switches= 7052


# summary of solver processes directly reported to runsolver:
#   pid: 30014
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2396.56
#   total CPU system time (s): 3.52578

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7169 second user time and 22.2223 second system time

The end

Launcher Data

Begin job on node132 at 2019-09-13 18:53:30
IDJOB=4396446
IDBENCH=115827
IDSOLVER=2847
FILE ID=node132/4396446-1568393659
RUNJOBID= node132-1568393610-29988
PBS_JOBID= 21701836
Free space on /tmp= 61624 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-0.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396446-1568393659/watcher-4396446-1568393659 -o /tmp/evaluation-result-4396446-1568393659/solver-4396446-1568393659 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1568393610-29988 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1305377423 HOME/instance-4396446-1568393659.xml

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

MD5SUM BENCH= da64694dd3ca715594c36c32a8b555a8
RANDOM SEED=1305377423

node132.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.95
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.95
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.95
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.95
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:        31781544 kB
MemAvailable:   31922676 kB
Buffers:           36416 kB
Cached:           384960 kB
SwapCached:         6216 kB
Active:           336348 kB
Inactive:          90912 kB
Active(anon):       3408 kB
Inactive(anon):    31000 kB
Active(file):     332940 kB
Inactive(file):    59912 kB
Unevictable:      109592 kB
Mlocked:          109592 kB
SwapTotal:      67108860 kB
SwapFree:       67009336 kB
Dirty:             70604 kB
Writeback:             0 kB
AnonPages:        111972 kB
Mapped:            31368 kB
Shmem:             19200 kB
Slab:             157624 kB
SReclaimable:     128228 kB
SUnreclaim:        29396 kB
KernelStack:        3488 kB
PageTables:         5624 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     479660 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     67584 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61552 MiB
End job on node132 at 2019-09-13 19:32:39