Trace number 4392024

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.10SAT (TO)312 2400.12 2348.63

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-5.xml
MD5SUM5197a9101df9cd680fadf9dcc86a0dcb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark312
Best CPU time to get the best result obtained on this benchmark31.7673
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size412
Distribution of domain sizes[{"size":5,"count":50},{"size":412,"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.71/0.56	c Concrete v3.10.1560635388952 running
10.08/4.11	o 402
10.36/4.21	o 401
10.36/4.22	o 397
10.70/4.31	o 379
11.07/4.49	o 378
11.07/4.50	o 377
11.39/4.51	o 376
11.39/4.52	o 375
12.74/4.90	o 374
12.74/4.92	o 368
12.74/4.96	o 367
12.74/4.96	o 354
12.74/4.99	o 353
12.74/5.01	o 350
13.07/5.01	o 338
13.07/5.02	o 335
16.25/6.17	o 332
16.25/6.18	o 331
16.25/6.20	o 330
16.53/6.22	o 324
16.76/6.39	o 323
16.96/6.40	o 322
16.96/6.45	o 321
27.13/12.86	o 320
27.13/12.87	o 318
47.21/31.83	o 317
47.33/31.91	o 316
76.99/60.81	o 315
76.99/60.81	o 314
76.99/60.82	o 312
2400.08/2348.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.08/2348.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.08/2348.60		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2400.08/2348.60		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:33)
2400.08/2348.60		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:273)
2400.08/2348.60		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:33)
2400.08/2348.60		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2400.08/2348.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2400.08/2348.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.08/2348.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.08/2348.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.08/2348.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.08/2348.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.08/2348.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.08/2348.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.08/2348.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.08/2348.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.08/2348.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.08/2348.60		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.08/2348.60		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.08/2348.60		at scala.Option.map(Option.scala:243)
2400.08/2348.60		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.08/2348.60		at concrete.MAC.mac(MAC.scala:204)
2400.08/2348.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.08/2348.60		at scala.util.Try$.apply(Try.scala:212)
2400.08/2348.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.08/2348.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.08/2348.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.08/2348.60		at concrete.MAC.oneRun(MAC.scala:253)
2400.08/2348.60		at concrete.MAC.nextSolution(MAC.scala:272)
2400.08/2348.60		at concrete.MAC.nextSolution(MAC.scala:355)
2400.08/2348.60		at concrete.Solver.hasNext(Solver.scala:160)
2400.08/2348.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.08/2348.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.08/2348.60		at concrete.Solver.foreach(Solver.scala:67)
2400.08/2348.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.08/2348.61		at scala.util.Success.map(Try.scala:264)
2400.08/2348.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.08/2348.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.08/2348.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.08/2348.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.08/2348.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.08/2348.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.08/2348.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.08/2348.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.08/2348.61		at scala.App.$anonfun$main$1(App.scala:75)
2400.08/2348.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.08/2348.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.08/2348.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.08/2348.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.08/2348.61		at scala.App.main(App.scala:75)
2400.08/2348.61		at scala.App.main$(App.scala:73)
2400.08/2348.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.08/2348.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.08/2348.61	v <instantiation
2400.08/2348.61	v         cost = '312'>
2400.08/2348.61	v       <list>
2400.08/2348.61	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.08/2348.61	v       </list>
2400.08/2348.61	v       <values>
2400.08/2348.61	v         0 67 108 121 214 0 108 180 300 306 5 104 121 192 261 5 60 86 171 251 0 98 180 214 254 300 310 307 312 310 60 41 5 93 86 96 63 81 6 4 81 17 50 62 46 55 26 85 78 61 98 82 34 37 56 2 1 4 0 3 0 1 2 3 4 3 0 4 1 2 1 2 3 4 0 4 2 3 0 1 121 67 0 214 108 0 108 180 300 306 104 192 261 5 121 251 5 60 86 171 214 254 98 180 0
2400.08/2348.61	v       </values>
2400.08/2348.61	v     </instantiation>
2400.08/2348.61	s SATISFIABLE

Verifier Data

OK	312

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4392024-1568302194/watcher-4392024-1568302194 -o /tmp/evaluation-result-4392024-1568302194/solver-4392024-1568302194 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20990 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=390849954 HOME/instance-4392024-1568302194.xml 

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

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

solver pid=21284, runsolver pid=21281

[startup+0.100162 s]*
/proc/loadavg: 1.19 1.50 1.59 3/223 21341
/proc/meminfo: memFree=29365524/32770624 swapFree=67003320/67108860
[pid=21284] ppid=21281 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/21284/stat : 21284 (java) S 21281 21284 20959 0 -1 1077944320 4483 13373 0 0 1 0 5 3 20 0 6 0 406459013 10212057088 4204 33554432000 4194304 4196468 140721584763392 140721584745936 140213475733239 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
/proc/21284/statm: 2493178 4204 1935 1 0 2481616 0
[pid=21284/tid=21337] ppid=21281 vsize=9972712 memory=4279135704013571469 CPUtime=0.09 cores=0,2,4,6
/proc/21284/task/21337/stat : 21337 (java) R 21281 21284 20959 0 -1 4202560 2292 13373 0 0 1 0 5 3 20 0 6 0 406459022 10212057088 4270 33554432000 4194304 4196468 140721584763392 140213447570000 140213457126973 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21338] ppid=21281 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21338/stat : 21338 (java) S 21281 21284 20959 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 6 0 406459022 10212057088 4270 33554432000 4194304 4196468 140721584763392 140213479975568 140213475743445 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21339] ppid=21281 vsize=9972712 memory=140144709715584 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21339/stat : 21339 (java) S 21281 21284 20959 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 6 0 406459022 10212057088 4270 33554432000 4194304 4196468 140721584763392 140213049354768 140213475743445 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21340] ppid=21281 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21340/stat : 21340 (java) S 21281 21284 20959 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 6 0 406459022 10212057088 4270 33554432000 4194304 4196468 140721584763392 140213048301968 140213475743445 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21341] ppid=21281 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21341/stat : 21341 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 6 0 406459022 10212057088 4270 33554432000 4194304 4196468 140721584763392 140213047249168 140213475743445 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.211281 s]*
/proc/loadavg: 1.19 1.50 1.59 3/232 21350
/proc/meminfo: memFree=29343828/32770624 swapFree=67003320/67108860
[pid=21284] ppid=21281 vsize=10818940 memory=40336 CPUtime=0.26 cores=0,2,4,6
/proc/21284/stat : 21284 (java) S 21281 21284 20959 0 -1 1077944320 6995 13373 0 0 17 1 5 3 20 0 15 0 406459013 11078594560 10084 33554432000 4194304 4196468 140721584763392 140721584745936 140213475733239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
/proc/21284/statm: 2704735 10084 2945 1 0 2667149 0
[pid=21284/tid=21337] ppid=21281 vsize=10818940 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/21284/task/21337/stat : 21337 (java) R 21281 21284 20959 0 -1 4202560 3477 13373 0 0 11 0 5 3 20 0 15 0 406459022 11078594560 10084 33554432000 4194304 4196468 140721584763392 140213447565440 140213475745174 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21338] ppid=21281 vsize=10818940 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21338/stat : 21338 (java) S 21281 21284 20959 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406459022 11078594560 10084 33554432000 4194304 4196468 140721584763392 140213479975568 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21339] ppid=21281 vsize=10818940 memory=140144709715584 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21339/stat : 21339 (java) S 21281 21284 20959 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406459022 11078594560 10084 33554432000 4194304 4196468 140721584763392 140213049354768 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21340] ppid=21281 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21340/stat : 21340 (java) S 21281 21284 20959 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406459022 11078594560 10084 33554432000 4194304 4196468 140721584763392 140213048301968 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21341] ppid=21281 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21341/stat : 21341 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406459022 11078594560 10084 33554432000 4194304 4196468 140721584763392 140213047249168 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21342] ppid=21281 vsize=10818940 memory=140144709715584 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21342/stat : 21342 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406459024 11078594560 10084 33554432000 4194304 4196468 140721584763392 140212935183216 140213475744386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21343] ppid=21281 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21343/stat : 21343 (java) S 21281 21284 20959 0 -1 1077944384 33 13373 0 0 0 0 5 3 20 0 15 0 406459024 11078594560 10084 33554432000 4194304 4196468 140721584763392 140212934129184 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21344] ppid=21281 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21344/stat : 21344 (java) S 21281 21284 20959 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406459025 11078594560 10084 33554432000 4194304 4196468 140721584763392 140212831249776 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21345] ppid=21281 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21345/stat : 21345 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406459027 11078594560 10139 33554432000 4194304 4196468 140721584763392 140212227270992 140213475751835 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21346] ppid=21281 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21284/task/21346/stat : 21346 (java) S 21281 21284 20959 0 -1 1077944384 573 13373 0 0 1 0 5 3 20 0 15 0 406459027 11078594560 10139 33554432000 4194304 4196468 140721584763392 140212900571504 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21347] ppid=21281 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21347/stat : 21347 (java) S 21281 21284 20959 0 -1 1077944384 64 13373 0 0 0 0 5 3 20 0 15 0 406459027 11078594560 10139 33554432000 4194304 4196468 140721584763392 140212899518704 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21348] ppid=21281 vsize=10818940 memory=140144709715584 CPUtime=0.11 cores=0,2,4,6
/proc/21284/task/21348/stat : 21348 (java) R 21281 21284 20959 0 -1 4202560 628 13373 0 0 3 0 5 3 20 0 15 0 406459027 11078594560 10139 33554432000 4194304 4196468 140721584763392 140212797692016 140213454576768 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21349] ppid=21281 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21349/stat : 21349 (java) S 21281 21284 20959 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406459027 11078594560 10139 33554432000 4194304 4196468 140721584763392 140211757508832 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21350] ppid=21281 vsize=10818940 memory=140144709715584 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21350/stat : 21350 (java) S 21281 21284 20959 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406459028 11078594560 10139 33554432000 4194304 4196468 140721584763392 140212796640432 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 40336 KiB

[startup+0.310554 s]*
/proc/loadavg: 1.19 1.50 1.59 3/232 21350
/proc/meminfo: memFree=29333004/32770624 swapFree=67003320/67108860
[pid=21284] ppid=21281 vsize=10820096 memory=49800 CPUtime=0.4 cores=0,2,4,6
/proc/21284/stat : 21284 (java) S 21281 21284 20959 0 -1 1077944320 10642 13373 0 0 29 3 5 3 20 0 15 0 406459013 11079778304 12450 33554432000 4194304 4196468 140721584763392 140721584745936 140213475733239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
/proc/21284/statm: 2705024 12450 3206 1 0 2667149 0
[pid=21284/tid=21337] ppid=21281 vsize=10820096 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/21284/task/21337/stat : 21337 (java) R 21281 21284 20959 0 -1 4202560 7109 13373 0 0 19 2 5 3 20 0 15 0 406459022 11079778304 12450 33554432000 4194304 4196468 140721584763392 140213447515136 140213475755165 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21338] ppid=21281 vsize=10820096 memory=7228928657774891088 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21338/stat : 21338 (java) S 21281 21284 20959 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406459022 11079778304 12450 33554432000 4194304 4196468 140721584763392 140213479975568 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21339] ppid=21281 vsize=10820096 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21339/stat : 21339 (java) S 21281 21284 20959 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406459022 11079778304 12450 33554432000 4194304 4196468 140721584763392 140213049354768 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21340] ppid=21281 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21340/stat : 21340 (java) S 21281 21284 20959 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406459022 11079778304 12450 33554432000 4194304 4196468 140721584763392 140213048301968 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21341] ppid=21281 vsize=10820096 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21341/stat : 21341 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406459022 11079778304 12450 33554432000 4194304 4196468 140721584763392 140213047249168 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21342] ppid=21281 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21342/stat : 21342 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406459024 11079778304 12450 33554432000 4194304 4196468 140721584763392 140212935183216 140213475744386 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21343] ppid=21281 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21343/stat : 21343 (java) S 21281 21284 20959 0 -1 1077944384 33 13373 0 0 0 0 5 3 20 0 15 0 406459024 11079778304 12450 33554432000 4194304 4196468 140721584763392 140212934129184 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21344] ppid=21281 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21344/stat : 21344 (java) S 21281 21284 20959 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406459025 11079778304 12450 33554432000 4194304 4196468 140721584763392 140212831249776 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21345] ppid=21281 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21345/stat : 21345 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406459027 11079778304 12450 33554432000 4194304 4196468 140721584763392 140212227270992 140213475751835 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21346] ppid=21281 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/21284/task/21346/stat : 21346 (java) S 21281 21284 20959 0 -1 1077944384 574 13373 0 0 2 0 5 3 20 0 15 0 406459027 11079778304 12450 33554432000 4194304 4196468 140721584763392 140212900571504 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21347] ppid=21281 vsize=10820096 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21284/task/21347/stat : 21347 (java) S 21281 21284 20959 0 -1 1077944384 65 13373 0 0 1 0 5 3 20 0 15 0 406459027 11079778304 12450 33554432000 4194304 4196468 140721584763392 140212899518704 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21348] ppid=21281 vsize=10820096 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/21284/task/21348/stat : 21348 (java) S 21281 21284 20959 0 -1 1077944384 637 13373 0 0 5 0 5 3 20 0 15 0 406459027 11079778304 12450 33554432000 4194304 4196468 140721584763392 140212797692016 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21349] ppid=21281 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21349/stat : 21349 (java) S 21281 21284 20959 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406459027 11079778304 12450 33554432000 4194304 4196468 140721584763392 140211757508832 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21350] ppid=21281 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21350/stat : 21350 (java) S 21281 21284 20959 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406459028 11079778304 12450 33554432000 4194304 4196468 140721584763392 140212796640432 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 49800 KiB

[startup+0.700789 s]
/proc/loadavg: 1.19 1.50 1.59 5/232 21350
/proc/meminfo: memFree=29320204/32770624 swapFree=67003320/67108860
[pid=21284] ppid=21281 vsize=10824340 memory=82424 CPUtime=1.12 cores=0,2,4,6
/proc/21284/stat : 21284 (java) S 21281 21284 20959 0 -1 1077944320 14817 13373 0 0 100 4 5 3 20 0 15 0 406459013 11084124160 20606 33554432000 4194304 4196468 140721584763392 140721584745936 140213475733239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
/proc/21284/statm: 2706085 20606 3508 1 0 2668173 0
[pid=21284/tid=21337] ppid=21281 vsize=10824340 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/21284/task/21337/stat : 21337 (java) R 21281 21284 20959 0 -1 4202560 10465 13373 0 0 55 3 5 3 20 0 15 0 406459022 11084124160 20606 33554432000 4194304 4196468 140721584763392 140213447559824 140213475755165 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21338] ppid=21281 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21338/stat : 21338 (java) S 21281 21284 20959 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406459022 11084124160 20606 33554432000 4194304 4196468 140721584763392 140213479975568 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21339] ppid=21281 vsize=10824340 memory=3280 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21339/stat : 21339 (java) S 21281 21284 20959 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406459022 11084124160 20606 33554432000 4194304 4196468 140721584763392 140213049354768 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21340] ppid=21281 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21340/stat : 21340 (java) S 21281 21284 20959 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406459022 11084124160 20606 33554432000 4194304 4196468 140721584763392 140213048301968 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21341] ppid=21281 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21341/stat : 21341 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406459022 11084124160 20606 33554432000 4194304 4196468 140721584763392 140213047249168 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21342] ppid=21281 vsize=10824340 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21342/stat : 21342 (java) S 21281 21284 20959 0 -1 1077944384 5 13373 0 0 0 0 5 3 20 0 15 0 406459024 11084124160 20606 33554432000 4194304 4196468 140721584763392 140212935183216 140213475744386 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21343] ppid=21281 vsize=10824340 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21343/stat : 21343 (java) S 21281 21284 20959 0 -1 1077944384 33 13373 0 0 0 0 5 3 20 0 15 0 406459024 11084124160 20606 33554432000 4194304 4196468 140721584763392 140212934129184 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21344] ppid=21281 vsize=10824340 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21344/stat : 21344 (java) S 21281 21284 20959 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406459025 11084124160 20606 33554432000 4194304 4196468 140721584763392 140212831249776 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21345] ppid=21281 vsize=10824340 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21345/stat : 21345 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406459027 11084124160 20606 33554432000 4194304 4196468 140721584763392 140212227270992 140213475751835 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21346] ppid=21281 vsize=10824340 memory=13252 CPUtime=0.23 cores=0,2,4,6
/proc/21284/task/21346/stat : 21346 (java) S 21281 21284 20959 0 -1 1077944384 938 13373 0 0 15 0 5 3 20 0 15 0 406459027 11084124160 20606 33554432000 4194304 4196468 140721584763392 140212900571504 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21347] ppid=21281 vsize=10824340 memory=15460 CPUtime=0.2 cores=0,2,4,6
/proc/21284/task/21347/stat : 21347 (java) S 21281 21284 20959 0 -1 1077944384 318 13373 0 0 12 0 5 3 20 0 15 0 406459027 11084124160 20606 33554432000 4194304 4196468 140721584763392 140212899518704 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21348] ppid=21281 vsize=10824340 memory=17668 CPUtime=0.25 cores=0,2,4,6
/proc/21284/task/21348/stat : 21348 (java) S 21281 21284 20959 0 -1 1077944384 836 13373 0 0 17 0 5 3 20 0 15 0 406459027 11084124160 20606 33554432000 4194304 4196468 140721584763392 140212797692016 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21349] ppid=21281 vsize=10824340 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21349/stat : 21349 (java) S 21281 21284 20959 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406459027 11084124160 20606 33554432000 4194304 4196468 140721584763392 140211757508832 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21350] ppid=21281 vsize=10824340 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21350/stat : 21350 (java) S 21281 21284 20959 0 -1 1077944384 1 13373 0 0 0 0 5 3 20 0 15 0 406459028 11084124160 20606 33554432000 4194304 4196468 140721584763392 140212796640432 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 82424 KiB

[startup+1.50473 s]
/proc/loadavg: 1.19 1.50 1.59 3/232 21350
/proc/meminfo: memFree=29278428/32770624 swapFree=67003320/67108860
[pid=21284] ppid=21281 vsize=10834656 memory=170280 CPUtime=2.48 cores=0,2,4,6
/proc/21284/stat : 21284 (java) S 21281 21284 20959 0 -1 1077944320 23839 13373 0 0 230 10 5 3 20 0 15 0 406459013 11094687744 42570 33554432000 4194304 4196468 140721584763392 140721584745936 140213475733239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
/proc/21284/statm: 2708664 42570 3577 1 0 2670733 0
[pid=21284/tid=21337] ppid=21281 vsize=10834656 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/21284/task/21337/stat : 21337 (java) R 21281 21284 20959 0 -1 4202560 16111 13373 0 0 130 5 5 3 20 0 15 0 406459022 11094687744 42570 33554432000 4194304 4196468 140721584763392 140213447527552 140213475745174 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21338] ppid=21281 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21284/task/21338/stat : 21338 (java) S 21281 21284 20959 0 -1 1077944384 352 13373 0 0 1 0 5 3 20 0 15 0 406459022 11094687744 42570 33554432000 4194304 4196468 140721584763392 140213479975568 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21339] ppid=21281 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21339/stat : 21339 (java) S 21281 21284 20959 0 -1 1077944384 23 13373 0 0 0 0 5 3 20 0 15 0 406459022 11094687744 42570 33554432000 4194304 4196468 140721584763392 140213049354768 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21340] ppid=21281 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21340/stat : 21340 (java) S 21281 21284 20959 0 -1 1077944384 110 13373 0 0 0 0 5 3 20 0 15 0 406459022 11094687744 42570 33554432000 4194304 4196468 140721584763392 140213048301968 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21341] ppid=21281 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21284/task/21341/stat : 21341 (java) S 21281 21284 20959 0 -1 1077944384 75 13373 0 0 1 0 5 3 20 0 15 0 406459022 11094687744 42570 33554432000 4194304 4196468 140721584763392 140213047249168 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21342] ppid=21281 vsize=10834656 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/21284/task/21342/stat : 21342 (java) S 21281 21284 20959 0 -1 1077944384 1717 13373 0 0 1 0 5 3 20 0 15 0 406459024 11094687744 42570 33554432000 4194304 4196468 140721584763392 140212935183216 140213475744386 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21343] ppid=21281 vsize=10834656 memory=280289163159808 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21343/stat : 21343 (java) S 21281 21284 20959 0 -1 1077944384 54 13373 0 0 0 0 5 3 20 0 15 0 406459024 11094687744 42570 33554432000 4194304 4196468 140721584763392 140212934129184 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21344] ppid=21281 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21344/stat : 21344 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406459025 11094687744 42570 33554432000 4194304 4196468 140721584763392 140212831249776 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21345] ppid=21281 vsize=10834656 memory=8252 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21345/stat : 21345 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406459027 11094687744 42570 33554432000 4194304 4196468 140721584763392 140212227270992 140213475751835 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21346] ppid=21281 vsize=10834656 memory=5912 CPUtime=0.33 cores=0,2,4,6
/proc/21284/task/21346/stat : 21346 (java) S 21281 21284 20959 0 -1 1077944384 1008 13373 0 0 25 0 5 3 20 0 15 0 406459027 11094687744 42570 33554432000 4194304 4196468 140721584763392 140212900571504 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21347] ppid=21281 vsize=10834656 memory=1056 CPUtime=0.34 cores=0,2,4,6
/proc/21284/task/21347/stat : 21347 (java) S 21281 21284 20959 0 -1 1077944384 495 13373 0 0 26 0 5 3 20 0 15 0 406459027 11094687744 42570 33554432000 4194304 4196468 140721584763392 140212899518704 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21348] ppid=21281 vsize=10834656 memory=1540 CPUtime=0.49 cores=0,2,4,6
/proc/21284/task/21348/stat : 21348 (java) S 21281 21284 20959 0 -1 1077944384 1674 13373 0 0 41 0 5 3 20 0 15 0 406459027 11094687744 42570 33554432000 4194304 4196468 140721584763392 140212797692016 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21349] ppid=21281 vsize=10834656 memory=728 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21349/stat : 21349 (java) S 21281 21284 20959 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406459027 11094687744 42570 33554432000 4194304 4196468 140721584763392 140211757508832 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21350] ppid=21281 vsize=10834656 memory=3436 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21350/stat : 21350 (java) S 21281 21284 20959 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406459028 11094687744 42570 33554432000 4194304 4196468 140721584763392 140212796640432 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834656 KiB

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

/proc/21284/task/21337/stat : 21337 (java) R 21281 21284 20959 0 -1 4202560 78382 13373 0 0 217782 47 5 3 20 0 15 0 406459022 11111497728 251082 33554432000 4194304 4196468 140721584763392 140213447568784 140213064707499 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21338] ppid=21281 vsize=10851072 memory=1004328 CPUtime=11.53 cores=0,2,4,6
/proc/21284/task/21338/stat : 21338 (java) S 21281 21284 20959 0 -1 1077944384 14743 13373 0 0 1094 51 5 3 20 0 15 0 406459022 11111497728 251082 33554432000 4194304 4196468 140721584763392 140213479975568 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21339] ppid=21281 vsize=10851072 memory=280289163301408 CPUtime=11.54 cores=0,2,4,6
/proc/21284/task/21339/stat : 21339 (java) S 21281 21284 20959 0 -1 1077944384 14010 13373 0 0 1098 48 5 3 20 0 15 0 406459022 11111497728 251082 33554432000 4194304 4196468 140721584763392 140213049354768 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21340] ppid=21281 vsize=10851072 memory=1002280 CPUtime=11.52 cores=0,2,4,6
/proc/21284/task/21340/stat : 21340 (java) S 21281 21284 20959 0 -1 1077944384 19539 13373 0 0 1095 49 5 3 20 0 15 0 406459022 11111497728 251082 33554432000 4194304 4196468 140721584763392 140213048301968 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21341] ppid=21281 vsize=10851072 memory=1004328 CPUtime=11.55 cores=0,2,4,6
/proc/21284/task/21341/stat : 21341 (java) S 21281 21284 20959 0 -1 1077944384 18905 13373 0 0 1097 50 5 3 20 0 15 0 406459022 11111497728 251082 33554432000 4194304 4196468 140721584763392 140213047249168 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21342] ppid=21281 vsize=10851072 memory=1004328 CPUtime=9.86 cores=0,2,4,6
/proc/21284/task/21342/stat : 21342 (java) S 21281 21284 20959 0 -1 1077944384 18167 13373 0 0 931 47 5 3 20 0 15 0 406459024 11111497728 251082 33554432000 4194304 4196468 140721584763392 140212935183216 140213475744386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21343] ppid=21281 vsize=10851072 memory=1004328 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21343/stat : 21343 (java) S 21281 21284 20959 0 -1 1077944384 55 13373 0 0 0 0 5 3 20 0 15 0 406459024 11111497728 251082 33554432000 4194304 4196468 140721584763392 140212934129248 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21344] ppid=21281 vsize=10851072 memory=1004328 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21344/stat : 21344 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406459025 11111497728 251082 33554432000 4194304 4196468 140721584763392 140212831249792 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21345] ppid=21281 vsize=10851072 memory=1004328 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21345/stat : 21345 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406459027 11111497728 251082 33554432000 4194304 4196468 140721584763392 140212227270992 140213475751835 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21346] ppid=21281 vsize=10851072 memory=1004328 CPUtime=6.55 cores=0,2,4,6
/proc/21284/task/21346/stat : 21346 (java) S 21281 21284 20959 0 -1 1077944384 32194 13373 0 0 642 5 5 3 20 0 15 0 406459027 11111497728 251082 33554432000 4194304 4196468 140721584763392 140212900571504 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21347] ppid=21281 vsize=10851072 memory=1004328 CPUtime=6 cores=0,2,4,6
/proc/21284/task/21347/stat : 21347 (java) S 21281 21284 20959 0 -1 1077944384 34537 13373 0 0 586 6 5 3 20 0 15 0 406459027 11111497728 251082 33554432000 4194304 4196468 140721584763392 140212899518704 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21348] ppid=21281 vsize=10851072 memory=0 CPUtime=3.77 cores=0,2,4,6
/proc/21284/task/21348/stat : 21348 (java) S 21281 21284 20959 0 -1 1077944384 39670 13373 0 0 361 8 5 3 20 0 15 0 406459027 11111497728 251082 33554432000 4194304 4196468 140721584763392 140212797692016 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21349] ppid=21281 vsize=10851072 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21349/stat : 21349 (java) S 21281 21284 20959 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406459027 11111497728 251082 33554432000 4194304 4196468 140721584763392 140211757508832 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21350] ppid=21281 vsize=10851072 memory=4639059895069856102 CPUtime=1.36 cores=0,2,4,6
/proc/21284/task/21350/stat : 21350 (java) S 21281 21284 20959 0 -1 1077944384 2533 13373 0 0 62 66 5 3 20 0 15 0 406459028 11111497728 251082 33554432000 4194304 4196468 140721584763392 140212796640432 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
Current children cumulated CPU time: 2251.43 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1004328 KiB

[startup+2262.3 s]
/proc/loadavg: 1.41 1.36 1.38 3/232 21717
/proc/meminfo: memFree=29126064/32770624 swapFree=67003324/67108860
[pid=21284] ppid=21281 vsize=10851072 memory=1004328 CPUtime=2312.38 cores=0,2,4,6
/proc/21284/stat : 21284 (java) S 21281 21284 20959 0 -1 1077944320 276489 13373 0 0 230897 333 5 3 20 0 15 0 406459013 11111497728 251082 33554432000 4194304 4196468 140721584763392 140721584745936 140213475733239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
/proc/21284/statm: 2712768 251082 3625 1 0 2674829 0
[pid=21284/tid=21337] ppid=21281 vsize=10851072 memory=1004328 CPUtime=2237.73 cores=0,2,4,6
/proc/21284/task/21337/stat : 21337 (java) R 21281 21284 20959 0 -1 4202560 79207 13373 0 0 223717 48 5 3 20 0 15 0 406459022 11111497728 251082 33554432000 4194304 4196468 140721584763392 140213447569040 140213458022560 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21338] ppid=21281 vsize=10851072 memory=1004328 CPUtime=11.85 cores=0,2,4,6
/proc/21284/task/21338/stat : 21338 (java) S 21281 21284 20959 0 -1 1077944384 15110 13373 0 0 1125 52 5 3 20 0 15 0 406459022 11111497728 251082 33554432000 4194304 4196468 140721584763392 140213479975568 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21339] ppid=21281 vsize=10851072 memory=1004328 CPUtime=11.88 cores=0,2,4,6
/proc/21284/task/21339/stat : 21339 (java) S 21281 21284 20959 0 -1 1077944384 14026 13373 0 0 1130 50 5 3 20 0 15 0 406459022 11111497728 251082 33554432000 4194304 4196468 140721584763392 140213049354768 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21340] ppid=21281 vsize=10851072 memory=280289163758272 CPUtime=11.84 cores=0,2,4,6
/proc/21284/task/21340/stat : 21340 (java) S 21281 21284 20959 0 -1 1077944384 19553 13373 0 0 1126 50 5 3 20 0 15 0 406459022 11111497728 251082 33554432000 4194304 4196468 140721584763392 140213048301968 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21341] ppid=21281 vsize=10851072 memory=1004328 CPUtime=11.87 cores=0,2,4,6
/proc/21284/task/21341/stat : 21341 (java) S 21281 21284 20959 0 -1 1077944384 18981 13373 0 0 1128 51 5 3 20 0 15 0 406459022 11111497728 251082 33554432000 4194304 4196468 140721584763392 140213047249168 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21342] ppid=21281 vsize=10851072 memory=1004328 CPUtime=10.11 cores=0,2,4,6
/proc/21284/task/21342/stat : 21342 (java) S 21281 21284 20959 0 -1 1077944384 18384 13373 0 0 955 48 5 3 20 0 15 0 406459024 11111497728 251082 33554432000 4194304 4196468 140721584763392 140212935183216 140213475744386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21343] ppid=21281 vsize=10851072 memory=1004328 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21343/stat : 21343 (java) S 21281 21284 20959 0 -1 1077944384 55 13373 0 0 0 0 5 3 20 0 15 0 406459024 11111497728 251082 33554432000 4194304 4196468 140721584763392 140212934129248 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21344] ppid=21281 vsize=10851072 memory=1004328 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21344/stat : 21344 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406459025 11111497728 251082 33554432000 4194304 4196468 140721584763392 140212831249792 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21345] ppid=21281 vsize=10851072 memory=1004328 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21345/stat : 21345 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406459027 11111497728 251082 33554432000 4194304 4196468 140721584763392 140212227270992 140213475751835 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21346] ppid=21281 vsize=10851072 memory=1004328 CPUtime=6.55 cores=0,2,4,6
/proc/21284/task/21346/stat : 21346 (java) S 21281 21284 20959 0 -1 1077944384 32196 13373 0 0 642 5 5 3 20 0 15 0 406459027 11111497728 251082 33554432000 4194304 4196468 140721584763392 140212900571504 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21347] ppid=21281 vsize=10851072 memory=1004328 CPUtime=6 cores=0,2,4,6
/proc/21284/task/21347/stat : 21347 (java) S 21281 21284 20959 0 -1 1077944384 34539 13373 0 0 586 6 5 3 20 0 15 0 406459027 11111497728 251082 33554432000 4194304 4196468 140721584763392 140212899518704 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21348] ppid=21281 vsize=10851072 memory=37112 CPUtime=3.77 cores=0,2,4,6
/proc/21284/task/21348/stat : 21348 (java) S 21281 21284 20959 0 -1 1077944384 39672 13373 0 0 361 8 5 3 20 0 15 0 406459027 11111497728 251082 33554432000 4194304 4196468 140721584763392 140212797692016 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21349] ppid=21281 vsize=10851072 memory=3280 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21349/stat : 21349 (java) S 21281 21284 20959 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406459027 11111497728 251082 33554432000 4194304 4196468 140721584763392 140211757508832 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21350] ppid=21281 vsize=10851072 memory=37112 CPUtime=1.4 cores=0,2,4,6
/proc/21284/task/21350/stat : 21350 (java) S 21281 21284 20959 0 -1 1077944384 2549 13373 0 0 64 68 5 3 20 0 15 0 406459028 11111497728 251082 33554432000 4194304 4196468 140721584763392 140212796640432 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
Current children cumulated CPU time: 2312.38 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1004328 KiB

[startup+2322.3 s]
/proc/loadavg: 1.61 1.42 1.40 3/232 21723
/proc/meminfo: memFree=29126732/32770624 swapFree=67003324/67108860
[pid=21284] ppid=21281 vsize=10851072 memory=1006376 CPUtime=2373.32 cores=0,2,4,6
/proc/21284/stat : 21284 (java) S 21281 21284 20959 0 -1 1077944320 277985 13373 0 0 236982 342 5 3 20 0 15 0 406459013 11111497728 251594 33554432000 4194304 4196468 140721584763392 140721584745936 140213475733239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
/proc/21284/statm: 2712768 251594 3625 1 0 2674829 0
[pid=21284/tid=21337] ppid=21281 vsize=10851072 memory=1006376 CPUtime=2297.12 cores=0,2,4,6
/proc/21284/task/21337/stat : 21337 (java) R 21281 21284 20959 0 -1 4202560 79957 13373 0 0 229654 50 5 3 20 0 15 0 406459022 11111497728 251594 33554432000 4194304 4196468 140721584763392 140213447569584 140213068523916 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21338] ppid=21281 vsize=10851072 memory=1006376 CPUtime=12.17 cores=0,2,4,6
/proc/21284/task/21338/stat : 21338 (java) S 21281 21284 20959 0 -1 1077944384 15141 13373 0 0 1155 54 5 3 20 0 15 0 406459022 11111497728 251594 33554432000 4194304 4196468 140721584763392 140213479975568 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21339] ppid=21281 vsize=10851072 memory=1006376 CPUtime=12.19 cores=0,2,4,6
/proc/21284/task/21339/stat : 21339 (java) S 21281 21284 20959 0 -1 1077944384 14152 13373 0 0 1160 51 5 3 20 0 15 0 406459022 11111497728 251594 33554432000 4194304 4196468 140721584763392 140213049354768 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21340] ppid=21281 vsize=10851072 memory=1006376 CPUtime=12.16 cores=0,2,4,6
/proc/21284/task/21340/stat : 21340 (java) S 21281 21284 20959 0 -1 1077944384 19881 13373 0 0 1157 51 5 3 20 0 15 0 406459022 11111497728 251594 33554432000 4194304 4196468 140721584763392 140213048301968 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21341] ppid=21281 vsize=10851072 memory=1006376 CPUtime=12.19 cores=0,2,4,6
/proc/21284/task/21341/stat : 21341 (java) S 21281 21284 20959 0 -1 1077944384 18994 13373 0 0 1159 52 5 3 20 0 15 0 406459022 11111497728 251594 33554432000 4194304 4196468 140721584763392 140213047249168 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21342] ppid=21281 vsize=10851072 memory=1006376 CPUtime=10.36 cores=0,2,4,6
/proc/21284/task/21342/stat : 21342 (java) S 21281 21284 20959 0 -1 1077944384 18609 13373 0 0 979 49 5 3 20 0 15 0 406459024 11111497728 251594 33554432000 4194304 4196468 140721584763392 140212935183216 140213475744386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21343] ppid=21281 vsize=10851072 memory=1004328 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21343/stat : 21343 (java) S 21281 21284 20959 0 -1 1077944384 55 13373 0 0 0 0 5 3 20 0 15 0 406459024 11111497728 251594 33554432000 4194304 4196468 140721584763392 140212934129248 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21344] ppid=21281 vsize=10851072 memory=1006376 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21344/stat : 21344 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406459025 11111497728 251594 33554432000 4194304 4196468 140721584763392 140212831249792 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21345] ppid=21281 vsize=10851072 memory=1006376 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21345/stat : 21345 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406459027 11111497728 251594 33554432000 4194304 4196468 140721584763392 140212227270992 140213475751835 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21346] ppid=21281 vsize=10851072 memory=14008 CPUtime=6.55 cores=0,2,4,6
/proc/21284/task/21346/stat : 21346 (java) S 21281 21284 20959 0 -1 1077944384 32198 13373 0 0 642 5 5 3 20 0 15 0 406459027 11111497728 251594 33554432000 4194304 4196468 140721584763392 140212900571504 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21347] ppid=21281 vsize=10851072 memory=1006376 CPUtime=6 cores=0,2,4,6
/proc/21284/task/21347/stat : 21347 (java) S 21281 21284 20959 0 -1 1077944384 34541 13373 0 0 586 6 5 3 20 0 15 0 406459027 11111497728 251594 33554432000 4194304 4196468 140721584763392 140212899518704 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21348] ppid=21281 vsize=10851072 memory=1006376 CPUtime=3.78 cores=0,2,4,6
/proc/21284/task/21348/stat : 21348 (java) S 21281 21284 20959 0 -1 1077944384 39674 13373 0 0 361 9 5 3 20 0 15 0 406459027 11111497728 251594 33554432000 4194304 4196468 140721584763392 140212797692016 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21349] ppid=21281 vsize=10851072 memory=3280 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21349/stat : 21349 (java) S 21281 21284 20959 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406459027 11111497728 251594 33554432000 4194304 4196468 140721584763392 140211757508832 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21350] ppid=21281 vsize=10851072 memory=37112 CPUtime=1.42 cores=0,2,4,6
/proc/21284/task/21350/stat : 21350 (java) S 21281 21284 20959 0 -1 1077944384 2566 13373 0 0 65 69 5 3 20 0 15 0 406459028 11111497728 251594 33554432000 4194304 4196468 140721584763392 140212796640432 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
Current children cumulated CPU time: 2373.32 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1006376 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2348.6 s]
/proc/loadavg: 1.43 1.38 1.39 3/231 21723
/proc/meminfo: memFree=29162044/32770624 swapFree=67003324/67108860
[pid=21284] ppid=21281 vsize=10851072 memory=1006376 CPUtime=2400.08 cores=0,2,4,6
/proc/21284/stat : 21284 (java) S 21281 21284 20959 0 -1 1077944320 279156 13373 0 0 239654 346 5 3 20 0 15 0 406459013 11111497728 251594 33554432000 4194304 4196468 140721584763392 140721584745936 140213475733239 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
/proc/21284/statm: 2712768 251594 3625 1 0 2674829 0
[pid=21284/tid=21337] ppid=21281 vsize=10851072 memory=4137292528961491315 CPUtime=2323.11 cores=0,2,4,6
/proc/21284/task/21337/stat : 21337 (java) R 21281 21284 20959 0 -1 4202560 80468 13373 0 0 232253 50 5 3 20 0 15 0 406459022 11111497728 251594 33554432000 4194304 4196468 140721584763392 140213447568544 140213061473927 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21338] ppid=21281 vsize=10851072 memory=-7523660553960122769 CPUtime=12.33 cores=0,2,4,6
/proc/21284/task/21338/stat : 21338 (java) S 21281 21284 20959 0 -1 1077944384 15156 13373 0 0 1170 55 5 3 20 0 15 0 406459022 11111497728 251594 33554432000 4194304 4196468 140721584763392 140213479975568 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21339] ppid=21281 vsize=10851072 memory=-7966001957961632603 CPUtime=12.34 cores=0,2,4,6
/proc/21284/task/21339/stat : 21339 (java) S 21281 21284 20959 0 -1 1077944384 14248 13373 0 0 1174 52 5 3 20 0 15 0 406459022 11111497728 251594 33554432000 4194304 4196468 140721584763392 140213049354768 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21340] ppid=21281 vsize=10851072 memory=-7022074515825631275 CPUtime=12.31 cores=0,2,4,6
/proc/21284/task/21340/stat : 21340 (java) S 21281 21284 20959 0 -1 1077944384 19929 13373 0 0 1171 52 5 3 20 0 15 0 406459022 11111497728 251594 33554432000 4194304 4196468 140721584763392 140213048301968 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21341] ppid=21281 vsize=10851072 memory=6944656592387989600 CPUtime=12.35 cores=0,2,4,6
/proc/21284/task/21341/stat : 21341 (java) S 21281 21284 20959 0 -1 1077944384 19271 13373 0 0 1174 53 5 3 20 0 15 0 406459022 11111497728 251594 33554432000 4194304 4196468 140721584763392 140213047249168 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21342] ppid=21281 vsize=10851072 memory=6943526294502006880 CPUtime=10.49 cores=0,2,4,6
/proc/21284/task/21342/stat : 21342 (java) S 21281 21284 20959 0 -1 1077944384 18814 13373 0 0 991 50 5 3 20 0 15 0 406459024 11111497728 251594 33554432000 4194304 4196468 140721584763392 140212935183216 140213475744386 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21343] ppid=21281 vsize=10851072 memory=6944656592455360604 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21343/stat : 21343 (java) S 21281 21284 20959 0 -1 1077944384 55 13373 0 0 0 0 5 3 20 0 15 0 406459024 11111497728 251594 33554432000 4194304 4196468 140721584763392 140212934129248 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21344] ppid=21281 vsize=10851072 memory=6943526294502006880 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21344/stat : 21344 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406459025 11111497728 251594 33554432000 4194304 4196468 140721584763392 140212831249792 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21345] ppid=21281 vsize=10851072 memory=-4866526899798303339 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21345/stat : 21345 (java) S 21281 21284 20959 0 -1 1077944384 2 13373 0 0 0 0 5 3 20 0 15 0 406459027 11111497728 251594 33554432000 4194304 4196468 140721584763392 140212227270992 140213475751835 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21346] ppid=21281 vsize=10851072 memory=-3253322038155611931 CPUtime=6.55 cores=0,2,4,6
/proc/21284/task/21346/stat : 21346 (java) S 21281 21284 20959 0 -1 1077944384 32200 13373 0 0 642 5 5 3 20 0 15 0 406459027 11111497728 251594 33554432000 4194304 4196468 140721584763392 140212900571504 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21347] ppid=21281 vsize=10851072 memory=0 CPUtime=6 cores=0,2,4,6
/proc/21284/task/21347/stat : 21347 (java) S 21281 21284 20959 0 -1 1077944384 34543 13373 0 0 586 6 5 3 20 0 15 0 406459027 11111497728 251594 33554432000 4194304 4196468 140721584763392 140212899518704 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21348] ppid=21281 vsize=10851072 memory=0 CPUtime=3.78 cores=0,2,4,6
/proc/21284/task/21348/stat : 21348 (java) S 21281 21284 20959 0 -1 1077944384 39676 13373 0 0 361 9 5 3 20 0 15 0 406459027 11111497728 251594 33554432000 4194304 4196468 140721584763392 140212797692016 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21349] ppid=21281 vsize=10851072 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21284/task/21349/stat : 21349 (java) S 21281 21284 20959 0 -1 1077944384 3 13373 0 0 0 0 5 3 20 0 15 0 406459027 11111497728 251594 33554432000 4194304 4196468 140721584763392 140211757508832 140213475743445 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
[pid=21284/tid=21350] ppid=21281 vsize=10851072 memory=288230574492221466 CPUtime=1.44 cores=0,2,4,6
/proc/21284/task/21350/stat : 21350 (java) S 21281 21284 20959 0 -1 1077944384 2579 13373 0 0 66 70 5 3 20 0 15 0 406459028 11111497728 251594 33554432000 4194304 4196468 140721584763392 140212796640432 140213475744386 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25260032 140721584769782 140721584772293 140721584772293 140721584775119 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1006376 KiB

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

[startup+2348.63 s]
# the end of solver process 21284 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.62 s, system=3.50887 s

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

Child status: 143
Real time (s): 2348.63
CPU time (s): 2400.12
CPU user time (s): 2396.62
CPU system time (s): 3.50887
CPU usage (%): 102.193
Max. virtual memory (cumulated for all children) (KiB): 10856812
Max. memory (cumulated for all children) (KiB): 1006376

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.62
system time used= 3.50887
maximum resident set size= 1010516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 293703
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 277156
involuntary context switches= 9144


# summary of solver processes directly reported to runsolver:
#   pid: 21284
#   total CPU time (s): 2400.12
#   total CPU user time (s): 2396.62
#   total CPU system time (s): 3.50887

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3911 second user time and 21.2455 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-12 17:29:14
IDJOB=4392024
IDBENCH=115814
IDSOLVER=2837
FILE ID=node133/4392024-1568302194
RUNJOBID= node133-1568301421-20990
PBS_JOBID= 21701111
Free space on /tmp= 55080 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Scheduling/Scheduling-os-taillard/Taillard-os-05-05-5.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392024-1568302194/watcher-4392024-1568302194 -o /tmp/evaluation-result-4392024-1568302194/solver-4392024-1568302194 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20990 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=390849954 HOME/instance-4392024-1568302194.xml

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

MD5SUM BENCH= 5197a9101df9cd680fadf9dcc86a0dcb
RANDOM SEED=390849954

node133.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.18
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.18
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.18
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.18
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:        29371960 kB
MemAvailable:   29600512 kB
Buffers:          106848 kB
Cached:           406328 kB
SwapCached:         3564 kB
Active:          2611580 kB
Inactive:         202276 kB
Active(anon):    2325400 kB
Inactive(anon):    15664 kB
Active(file):     286180 kB
Inactive(file):   186612 kB
Unevictable:      111240 kB
Mlocked:          111240 kB
SwapTotal:      67108860 kB
SwapFree:       67003320 kB
Dirty:             34984 kB
Writeback:             0 kB
AnonPages:       2410112 kB
Mapped:            55772 kB
Shmem:             31184 kB
Slab:             171600 kB
SReclaimable:     143188 kB
SUnreclaim:        28412 kB
KernelStack:        4112 kB
PageTables:        11016 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3357708 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2215936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 55044 MiB
End job on node133 at 2019-09-12 18:08:23