Trace number 4392063

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)326 2400.06 2348.43

General information on the benchmark

NameScheduling/Scheduling-os-taillard/
Taillard-os-05-05-9.xml
MD5SUMb1b903d633c720775ef1eb29649a113f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark326
Best CPU time to get the best result obtained on this benchmark36.6984
Satisfiable
(Un)Satisfiability was proved
Number of variables105
Number of constraints90
Number of domains7
Minimum domain size5
Maximum domain size426
Distribution of domain sizes[{"size":5,"count":50},{"size":426,"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.54	c Concrete v3.10.1560635388952 running
9.78/4.02	o 425
9.78/4.06	o 419
14.09/5.41	o 418
14.09/5.42	o 413
14.09/5.43	o 406
15.42/5.98	o 393
15.42/5.98	o 385
15.96/6.14	o 384
15.96/6.17	o 382
16.13/6.21	o 379
16.13/6.23	o 375
16.13/6.25	o 374
16.13/6.29	o 373
16.39/6.30	o 366
17.37/6.74	o 360
17.37/6.74	o 359
18.37/7.13	o 352
18.37/7.13	o 351
18.37/7.14	o 348
18.65/7.36	o 347
19.25/7.79	o 346
19.25/7.79	o 344
19.57/7.92	o 343
19.57/7.92	o 340
25.28/11.69	o 337
25.42/11.75	o 336
32.60/18.03	o 335
32.60/18.03	o 330
120.62/104.58	o 329
120.62/104.60	o 328
120.92/104.80	o 327
120.92/104.80	o 326
2400.01/2348.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.01/2348.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.01/2348.40		at concrete.heuristic.value.BestCost.$anonfun$select$1(BestCost.scala:55)
2400.01/2348.40		at concrete.BitVectorDomain.$anonfun$filterBounds$1(BitVectorDomain.scala:33)
2400.01/2348.40		at bitvectors.LargeBitVector.filterBounds(LargeBitVector.scala:267)
2400.01/2348.40		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:33)
2400.01/2348.40		at concrete.BitVectorDomain.filterBounds(BitVectorDomain.scala:8)
2400.01/2348.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:55)
2400.01/2348.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.01/2348.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.01/2348.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.01/2348.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.01/2348.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.01/2348.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.01/2348.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.01/2348.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.01/2348.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.01/2348.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.01/2348.40		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.01/2348.40		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.01/2348.40		at scala.Option.map(Option.scala:243)
2400.01/2348.40		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.01/2348.40		at concrete.MAC.mac(MAC.scala:204)
2400.01/2348.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2400.01/2348.40		at scala.util.Try$.apply(Try.scala:212)
2400.01/2348.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.01/2348.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.01/2348.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.01/2348.40		at concrete.MAC.oneRun(MAC.scala:253)
2400.01/2348.40		at concrete.MAC.nextSolution(MAC.scala:272)
2400.01/2348.40		at concrete.MAC.nextSolution(MAC.scala:355)
2400.01/2348.40		at concrete.Solver.hasNext(Solver.scala:160)
2400.01/2348.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2348.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2348.40		at concrete.Solver.foreach(Solver.scala:67)
2400.01/2348.40		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2400.01/2348.40		at scala.util.Success.map(Try.scala:264)
2400.01/2348.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2400.01/2348.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.01/2348.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.01/2348.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.01/2348.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.01/2348.40		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.01/2348.40		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.01/2348.40		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.01/2348.40		at scala.App.$anonfun$main$1(App.scala:75)
2400.01/2348.40		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.01/2348.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2348.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2348.40		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.01/2348.40		at scala.App.main(App.scala:75)
2400.01/2348.40		at scala.App.main$(App.scala:73)
2400.01/2348.40		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.01/2348.40		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.01/2348.41	v <instantiation
2400.01/2348.41	v         cost = '326'>
2400.01/2348.41	v       <list>
2400.01/2348.41	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.01/2348.41	v       </list>
2400.01/2348.41	v       <values>
2400.01/2348.41	v         0 45 145 162 252 0 99 155 219 312 0 45 101 155 252 0 36 95 169 245 0 91 144 169 252 311 326 311 326 326 36 87 17 90 59 99 56 32 93 14 45 40 44 97 59 30 49 67 50 81 91 53 25 76 74 1 2 3 0 4 3 1 4 2 0 2 4 3 1 0 4 1 0 2 3 0 4 2 3 1 162 0 45 145 252 312 99 219 0 155 252 155 0 101 45 95 36 169 245 0 0 252 144 169 91
2400.01/2348.41	v       </values>
2400.01/2348.41	v     </instantiation>
2400.01/2348.41	s SATISFIABLE

Verifier Data

OK	326

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

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

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

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


[startup+0.110101 s]*
/proc/loadavg: 1.31 1.36 1.38 3/223 21846
/proc/meminfo: memFree=30147196/32770624 swapFree=67003324/67108860
[pid=21788] ppid=21785 vsize=10355560 memory=21700 CPUtime=0.1 cores=0,2,4,6
/proc/21788/stat : 21788 (java) S 21785 21788 20959 0 -1 1077944320 4678 13041 0 0 2 1 5 2 20 0 9 0 406693984 10604093440 5425 33554432000 4194304 4196468 140722121300832 140722121283376 139787807567607 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
/proc/21788/statm: 2588890 5425 2102 1 0 2551431 0
[pid=21788/tid=21841] ppid=21785 vsize=10355560 memory=4351193297950770312 CPUtime=0.09 cores=0,2,4,6
/proc/21788/task/21841/stat : 21841 (java) R 21785 21788 20959 0 -1 4202560 2447 13041 0 0 2 0 5 2 20 0 9 0 406693993 10604093440 5425 33554432000 4194304 4196468 140722121300832 139787779403632 139787790025920 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21842] ppid=21785 vsize=10355560 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21842/stat : 21842 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 9 0 406693994 10604093440 5425 33554432000 4194304 4196468 140722121300832 139787811809936 139787807577813 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21843] ppid=21785 vsize=10355560 memory=140295767369344 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21843/stat : 21843 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 9 0 406693994 10604093440 5425 33554432000 4194304 4196468 140722121300832 139787700083216 139787807577813 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21844] ppid=21785 vsize=10355560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21844/stat : 21844 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 9 0 406693994 10604093440 5425 33554432000 4194304 4196468 140722121300832 139787699030416 139787807577813 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21845] ppid=21785 vsize=10355560 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21845/stat : 21845 (java) S 21785 21788 20959 0 -1 1077944384 2 13041 0 0 0 0 5 2 20 0 9 0 406693994 10604093440 5425 33554432000 4194304 4196468 140722121300832 139787697977616 139787807577813 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21846] ppid=21785 vsize=10355560 memory=140295767369344 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21846/stat : 21846 (java) S 21785 21788 20959 0 -1 1077944384 2 13041 0 0 0 0 5 2 20 0 9 0 406693995 10604093440 5425 33554432000 4194304 4196468 140722121300832 139787267074928 139787807578754 0 0 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21847] ppid=21785 vsize=10355560 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21847/stat : 21847 (java) S 21785 21788 20959 0 -1 1077944384 33 13041 0 0 0 0 5 2 20 0 9 0 406693996 10604093440 5425 33554432000 4194304 4196468 140722121300832 139787266020896 139787807577813 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21848] ppid=21785 vsize=10355560 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21848/stat : 21848 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 9 0 406693996 10604093440 5425 33554432000 4194304 4196468 140722121300832 139786689963440 139787807577813 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 21700 KiB

[startup+0.210227 s]*
/proc/loadavg: 1.31 1.36 1.38 3/231 21854
/proc/meminfo: memFree=30134040/32770624 swapFree=67003324/67108860
[pid=21788] ppid=21785 vsize=10818940 memory=37452 CPUtime=0.26 cores=0,2,4,6
/proc/21788/stat : 21788 (java) S 21785 21788 20959 0 -1 1077944320 6780 13041 0 0 18 1 5 2 20 0 15 0 406693984 11078594560 9363 33554432000 4194304 4196468 140722121300832 140722121283376 139787807567607 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
/proc/21788/statm: 2704735 9363 2942 1 0 2667149 0
[pid=21788/tid=21841] ppid=21785 vsize=10818940 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/21788/task/21841/stat : 21841 (java) R 21785 21788 20959 0 -1 4202560 3250 13041 0 0 11 0 5 2 20 0 15 0 406693993 11078594560 9363 33554432000 4194304 4196468 140722121300832 139787779400528 139787790754416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21842] ppid=21785 vsize=10818940 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21842/stat : 21842 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 15 0 406693994 11078594560 9363 33554432000 4194304 4196468 140722121300832 139787811809936 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21843] ppid=21785 vsize=10818940 memory=140295767369344 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21843/stat : 21843 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 15 0 406693994 11078594560 9363 33554432000 4194304 4196468 140722121300832 139787700083216 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21844] ppid=21785 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21844/stat : 21844 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 15 0 406693994 11078594560 9363 33554432000 4194304 4196468 140722121300832 139787699030416 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21845] ppid=21785 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21845/stat : 21845 (java) S 21785 21788 20959 0 -1 1077944384 2 13041 0 0 0 0 5 2 20 0 15 0 406693994 11078594560 9363 33554432000 4194304 4196468 140722121300832 139787697977616 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21846] ppid=21785 vsize=10818940 memory=140295767369344 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21846/stat : 21846 (java) S 21785 21788 20959 0 -1 1077944384 2 13041 0 0 0 0 5 2 20 0 15 0 406693995 11078594560 9363 33554432000 4194304 4196468 140722121300832 139787267074928 139787807578754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21847] ppid=21785 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21847/stat : 21847 (java) S 21785 21788 20959 0 -1 1077944384 33 13041 0 0 0 0 5 2 20 0 15 0 406693996 11078594560 9363 33554432000 4194304 4196468 140722121300832 139787266020896 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21848] ppid=21785 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21848/stat : 21848 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 15 0 406693996 11078594560 9363 33554432000 4194304 4196468 140722121300832 139786689963376 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21849] ppid=21785 vsize=10818940 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21849/stat : 21849 (java) S 21785 21788 20959 0 -1 1077944384 3 13041 0 0 0 0 5 2 20 0 15 0 406693998 11078594560 9363 33554432000 4194304 4196468 140722121300832 139786382563664 139787807586203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21850] ppid=21785 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21788/task/21850/stat : 21850 (java) S 21785 21788 20959 0 -1 1077944384 589 13041 0 0 1 0 5 2 20 0 15 0 406693998 11078594560 9363 33554432000 4194304 4196468 140722121300832 139787232463216 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21851] ppid=21785 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21851/stat : 21851 (java) S 21785 21788 20959 0 -1 1077944384 57 13041 0 0 0 0 5 2 20 0 15 0 406693998 11078594560 9363 33554432000 4194304 4196468 140722121300832 139787231410416 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21852] ppid=21785 vsize=10818940 memory=140295767369344 CPUtime=0.1 cores=0,2,4,6
/proc/21788/task/21852/stat : 21852 (java) S 21785 21788 20959 0 -1 1077944384 630 13041 0 0 3 0 5 2 20 0 15 0 406693998 11078594560 9363 33554432000 4194304 4196468 140722121300832 139787230357616 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21853] ppid=21785 vsize=10818940 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21853/stat : 21853 (java) S 21785 21788 20959 0 -1 1077944384 3 13041 0 0 0 0 5 2 20 0 15 0 406693999 11078594560 9363 33554432000 4194304 4196468 140722121300832 139786349005024 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21854] ppid=21785 vsize=10818940 memory=140295767369344 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21854/stat : 21854 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 15 0 406693999 11078594560 9363 33554432000 4194304 4196468 140722121300832 139787229306032 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 37452 KiB

[startup+0.310634 s]*
/proc/loadavg: 1.31 1.36 1.38 3/231 21854
/proc/meminfo: memFree=30123444/32770624 swapFree=67003324/67108860
[pid=21788] ppid=21785 vsize=10820244 memory=49028 CPUtime=0.4 cores=0,2,4,6
/proc/21788/stat : 21788 (java) S 21785 21788 20959 0 -1 1077944320 10432 13041 0 0 30 3 5 2 20 0 15 0 406693984 11079929856 12257 33554432000 4194304 4196468 140722121300832 140722121283376 139787807567607 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
/proc/21788/statm: 2705061 12257 3258 1 0 2667149 0
[pid=21788/tid=21841] ppid=21785 vsize=10820244 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/21788/task/21841/stat : 21841 (java) R 21785 21788 20959 0 -1 4202560 6889 13041 0 0 20 2 5 2 20 0 15 0 406693993 11079929856 12257 33554432000 4194304 4196468 140722121300832 139787779349504 139787807589533 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21842] ppid=21785 vsize=10820244 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21842/stat : 21842 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 15 0 406693994 11079929856 12257 33554432000 4194304 4196468 140722121300832 139787811809936 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21843] ppid=21785 vsize=10820244 memory=140295767379937 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21843/stat : 21843 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 15 0 406693994 11079929856 12257 33554432000 4194304 4196468 140722121300832 139787700083216 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21844] ppid=21785 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21844/stat : 21844 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 15 0 406693994 11079929856 12257 33554432000 4194304 4196468 140722121300832 139787699030416 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21845] ppid=21785 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21845/stat : 21845 (java) S 21785 21788 20959 0 -1 1077944384 2 13041 0 0 0 0 5 2 20 0 15 0 406693994 11079929856 12257 33554432000 4194304 4196468 140722121300832 139787697977616 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21846] ppid=21785 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21846/stat : 21846 (java) S 21785 21788 20959 0 -1 1077944384 2 13041 0 0 0 0 5 2 20 0 15 0 406693995 11079929856 12257 33554432000 4194304 4196468 140722121300832 139787267074928 139787807578754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21847] ppid=21785 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21847/stat : 21847 (java) S 21785 21788 20959 0 -1 1077944384 33 13041 0 0 0 0 5 2 20 0 15 0 406693996 11079929856 12257 33554432000 4194304 4196468 140722121300832 139787266020896 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21848] ppid=21785 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21848/stat : 21848 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 15 0 406693996 11079929856 12257 33554432000 4194304 4196468 140722121300832 139786689963376 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21849] ppid=21785 vsize=10820244 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21849/stat : 21849 (java) S 21785 21788 20959 0 -1 1077944384 3 13041 0 0 0 0 5 2 20 0 15 0 406693998 11079929856 12257 33554432000 4194304 4196468 140722121300832 139786382563664 139787807586203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21850] ppid=21785 vsize=10820244 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21788/task/21850/stat : 21850 (java) S 21785 21788 20959 0 -1 1077944384 589 13041 0 0 2 0 5 2 20 0 15 0 406693998 11079929856 12257 33554432000 4194304 4196468 140722121300832 139787232463216 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21851] ppid=21785 vsize=10820244 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21788/task/21851/stat : 21851 (java) R 21785 21788 20959 0 -1 4202560 58 13041 0 0 1 0 5 2 20 0 15 0 406693998 11079929856 12257 33554432000 4194304 4196468 140722121300832 139787231410416 139787790978621 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21852] ppid=21785 vsize=10820244 memory=140295767369344 CPUtime=0.12 cores=0,2,4,6
/proc/21788/task/21852/stat : 21852 (java) S 21785 21788 20959 0 -1 1077944384 642 13041 0 0 5 0 5 2 20 0 15 0 406693998 11079929856 12257 33554432000 4194304 4196468 140722121300832 139787230357616 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21853] ppid=21785 vsize=10820244 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21853/stat : 21853 (java) S 21785 21788 20959 0 -1 1077944384 3 13041 0 0 0 0 5 2 20 0 15 0 406693999 11079929856 12257 33554432000 4194304 4196468 140722121300832 139786349005024 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21854] ppid=21785 vsize=10820244 memory=140295767369344 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21854/stat : 21854 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 15 0 406693999 11079929856 12257 33554432000 4194304 4196468 140722121300832 139787229306032 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820244 KiB
Current children cumulated memory: 49028 KiB

[startup+0.700742 s]
/proc/loadavg: 1.31 1.36 1.38 5/231 21854
/proc/meminfo: memFree=30108328/32770624 swapFree=67003324/67108860
[pid=21788] ppid=21785 vsize=10824340 memory=78680 CPUtime=1.14 cores=0,2,4,6
/proc/21788/stat : 21788 (java) S 21785 21788 20959 0 -1 1077944320 14507 13041 0 0 102 5 5 2 20 0 15 0 406693984 11084124160 19670 33554432000 4194304 4196468 140722121300832 140722121283376 139787807567607 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
/proc/21788/statm: 2706085 19670 3505 1 0 2668173 0
[pid=21788/tid=21841] ppid=21785 vsize=10824340 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/21788/task/21841/stat : 21841 (java) R 21785 21788 20959 0 -1 4202560 10184 13041 0 0 56 4 5 2 20 0 15 0 406693993 11084124160 19670 33554432000 4194304 4196468 140722121300832 139787779385568 139787807579542 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21842] ppid=21785 vsize=10824340 memory=14269244288277544 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21842/stat : 21842 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 15 0 406693994 11084124160 19670 33554432000 4194304 4196468 140722121300832 139787811809936 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21843] ppid=21785 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21843/stat : 21843 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 15 0 406693994 11084124160 19670 33554432000 4194304 4196468 140722121300832 139787700083216 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21844] ppid=21785 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21844/stat : 21844 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 15 0 406693994 11084124160 19670 33554432000 4194304 4196468 140722121300832 139787699030416 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21845] ppid=21785 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21845/stat : 21845 (java) S 21785 21788 20959 0 -1 1077944384 2 13041 0 0 0 0 5 2 20 0 15 0 406693994 11084124160 19670 33554432000 4194304 4196468 140722121300832 139787697977616 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21846] ppid=21785 vsize=10824340 memory=6944656592455359580 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21846/stat : 21846 (java) S 21785 21788 20959 0 -1 1077944384 5 13041 0 0 0 0 5 2 20 0 15 0 406693995 11084124160 19670 33554432000 4194304 4196468 140722121300832 139787267074928 139787807578754 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21847] ppid=21785 vsize=10824340 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21847/stat : 21847 (java) S 21785 21788 20959 0 -1 1077944384 33 13041 0 0 0 0 5 2 20 0 15 0 406693996 11084124160 19670 33554432000 4194304 4196468 140722121300832 139787266020896 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21848] ppid=21785 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21848/stat : 21848 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 15 0 406693996 11084124160 19670 33554432000 4194304 4196468 140722121300832 139786689963376 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21849] ppid=21785 vsize=10824340 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21849/stat : 21849 (java) S 21785 21788 20959 0 -1 1077944384 3 13041 0 0 0 0 5 2 20 0 15 0 406693998 11084124160 19670 33554432000 4194304 4196468 140722121300832 139786382563664 139787807586203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21850] ppid=21785 vsize=10824340 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/21788/task/21850/stat : 21850 (java) S 21785 21788 20959 0 -1 1077944384 824 13041 0 0 12 0 5 2 20 0 15 0 406693998 11084124160 19670 33554432000 4194304 4196468 140722121300832 139787232463216 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21851] ppid=21785 vsize=10824340 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/21788/task/21851/stat : 21851 (java) S 21785 21788 20959 0 -1 1077944384 440 13041 0 0 15 0 5 2 20 0 15 0 406693998 11084124160 19670 33554432000 4194304 4196468 140722121300832 139787231410416 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21852] ppid=21785 vsize=10824340 memory=140295643629584 CPUtime=0.24 cores=0,2,4,6
/proc/21788/task/21852/stat : 21852 (java) R 21785 21788 20959 0 -1 4202560 804 13041 0 0 17 0 5 2 20 0 15 0 406693998 11084124160 19670 33554432000 4194304 4196468 140722121300832 139787230357616 139787791648094 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21853] ppid=21785 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21853/stat : 21853 (java) S 21785 21788 20959 0 -1 1077944384 3 13041 0 0 0 0 5 2 20 0 15 0 406693999 11084124160 19670 33554432000 4194304 4196468 140722121300832 139786349005024 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21854] ppid=21785 vsize=10824340 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21854/stat : 21854 (java) S 21785 21788 20959 0 -1 1077944384 1 13041 0 0 0 0 5 2 20 0 15 0 406693999 11084124160 19670 33554432000 4194304 4196468 140722121300832 139787229306032 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 78680 KiB

[startup+1.50337 s]
/proc/loadavg: 1.31 1.36 1.38 3/231 21854
/proc/meminfo: memFree=30065704/32770624 swapFree=67003324/67108860
[pid=21788] ppid=21785 vsize=10834656 memory=164532 CPUtime=2.5 cores=0,2,4,6
/proc/21788/stat : 21788 (java) S 21785 21788 20959 0 -1 1077944320 21909 13041 0 0 232 11 5 2 20 0 15 0 406693984 11094687744 41133 33554432000 4194304 4196468 140722121300832 140722121283376 139787807567607 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
/proc/21788/statm: 2708664 41133 3577 1 0 2670733 0
[pid=21788/tid=21841] ppid=21785 vsize=10834656 memory=92680 CPUtime=1.43 cores=0,2,4,6
/proc/21788/task/21841/stat : 21841 (java) R 21785 21788 20959 0 -1 4202560 15284 13041 0 0 130 6 5 2 20 0 15 0 406693993 11094687744 41133 33554432000 4194304 4196468 140722121300832 139787779375168 139787792005017 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21842] ppid=21785 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21788/task/21842/stat : 21842 (java) S 21785 21788 20959 0 -1 1077944384 84 13041 0 0 1 0 5 2 20 0 15 0 406693994 11094687744 41133 33554432000 4194304 4196468 140722121300832 139787811809936 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21843] ppid=21785 vsize=10834656 memory=7893295687695687954 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21843/stat : 21843 (java) S 21785 21788 20959 0 -1 1077944384 23 13041 0 0 0 0 5 2 20 0 15 0 406693994 11094687744 41133 33554432000 4194304 4196468 140722121300832 139787700083216 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21844] ppid=21785 vsize=10834656 memory=6994781559841273980 CPUtime=0.08 cores=0,2,4,6
/proc/21788/task/21844/stat : 21844 (java) S 21785 21788 20959 0 -1 1077944384 368 13041 0 0 1 0 5 2 20 0 15 0 406693994 11094687744 41133 33554432000 4194304 4196468 140722121300832 139787699030416 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21845] ppid=21785 vsize=10834656 memory=4498404016631593314 CPUtime=0.08 cores=0,2,4,6
/proc/21788/task/21845/stat : 21845 (java) S 21785 21788 20959 0 -1 1077944384 69 13041 0 0 1 0 5 2 20 0 15 0 406693994 11094687744 41133 33554432000 4194304 4196468 140722121300832 139787697977616 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21846] ppid=21785 vsize=10834656 memory=11486623854 CPUtime=0.08 cores=0,2,4,6
/proc/21788/task/21846/stat : 21846 (java) S 21785 21788 20959 0 -1 1077944384 690 13041 0 0 1 0 5 2 20 0 15 0 406693995 11094687744 41133 33554432000 4194304 4196468 140722121300832 139787267074928 139787807578754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21847] ppid=21785 vsize=10834656 memory=280591287224856 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21847/stat : 21847 (java) S 21785 21788 20959 0 -1 1077944384 34 13041 0 0 0 0 5 2 20 0 15 0 406693996 11094687744 41133 33554432000 4194304 4196468 140722121300832 139787266020960 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21848] ppid=21785 vsize=10834656 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21848/stat : 21848 (java) S 21785 21788 20959 0 -1 1077944384 2 13041 0 0 0 0 5 2 20 0 15 0 406693996 11094687744 41133 33554432000 4194304 4196468 140722121300832 139786689963392 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21849] ppid=21785 vsize=10834656 memory=288230621803970871 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21849/stat : 21849 (java) S 21785 21788 20959 0 -1 1077944384 3 13041 0 0 0 0 5 2 20 0 15 0 406693998 11094687744 41133 33554432000 4194304 4196468 140722121300832 139786382563664 139787807586203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21850] ppid=21785 vsize=10834656 memory=13568180484311317 CPUtime=0.29 cores=0,2,4,6
/proc/21788/task/21850/stat : 21850 (java) S 21785 21788 20959 0 -1 1077944384 906 13041 0 0 22 0 5 2 20 0 15 0 406693998 11094687744 41133 33554432000 4194304 4196468 140722121300832 139787232463216 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21851] ppid=21785 vsize=10834656 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/21788/task/21851/stat : 21851 (java) R 21785 21788 20959 0 -1 4202560 638 13041 0 0 29 0 5 2 20 0 15 0 406693998 11094687744 41133 33554432000 4194304 4196468 140722121300832 139787231410416 139787800552649 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21852] ppid=21785 vsize=10834656 memory=0 CPUtime=0.49 cores=0,2,4,6
/proc/21788/task/21852/stat : 21852 (java) R 21785 21788 20959 0 -1 1077944384 1598 13041 0 0 42 0 5 2 20 0 15 0 406693998 11094687744 41133 33554432000 4194304 4196468 140722121300832 139787230357616 139787807578754 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0

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

/proc/21788/task/21841/stat : 21841 (java) R 21785 21788 20959 0 -1 4202560 83430 13041 0 0 217778 47 5 2 20 0 15 0 406693993 11111497728 263918 33554432000 4194304 4196468 140722121300832 139787779403200 139787378887104 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21842] ppid=21785 vsize=10851072 memory=280591287546784 CPUtime=11.57 cores=0,2,4,6
/proc/21788/task/21842/stat : 21842 (java) S 21785 21788 20959 0 -1 1077944384 20369 13041 0 0 1100 50 5 2 20 0 15 0 406693994 11111497728 263918 33554432000 4194304 4196468 140722121300832 139787811809936 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21843] ppid=21785 vsize=10851072 memory=1055672 CPUtime=11.54 cores=0,2,4,6
/proc/21788/task/21843/stat : 21843 (java) S 21785 21788 20959 0 -1 1077944384 14896 13041 0 0 1094 53 5 2 20 0 15 0 406693994 11111497728 263918 33554432000 4194304 4196468 140722121300832 139787700083216 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21844] ppid=21785 vsize=10851072 memory=1055672 CPUtime=11.6 cores=0,2,4,6
/proc/21788/task/21844/stat : 21844 (java) S 21785 21788 20959 0 -1 1077944384 23187 13041 0 0 1098 55 5 2 20 0 15 0 406693994 11111497728 263918 33554432000 4194304 4196468 140722121300832 139787699030416 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21845] ppid=21785 vsize=10851072 memory=1055672 CPUtime=11.58 cores=0,2,4,6
/proc/21788/task/21845/stat : 21845 (java) S 21785 21788 20959 0 -1 1077944384 22190 13041 0 0 1100 51 5 2 20 0 15 0 406693994 11111497728 263918 33554432000 4194304 4196468 140722121300832 139787697977616 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21846] ppid=21785 vsize=10851072 memory=1055672 CPUtime=9.84 cores=0,2,4,6
/proc/21788/task/21846/stat : 21846 (java) S 21785 21788 20959 0 -1 1077944384 19943 13041 0 0 929 48 5 2 20 0 15 0 406693995 11111497728 263918 33554432000 4194304 4196468 140722121300832 139787267074928 139787807578754 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21847] ppid=21785 vsize=10851072 memory=1055672 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21847/stat : 21847 (java) S 21785 21788 20959 0 -1 1077944384 38 13041 0 0 0 0 5 2 20 0 15 0 406693996 11111497728 263918 33554432000 4194304 4196468 140722121300832 139787266020960 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21848] ppid=21785 vsize=10851072 memory=1055672 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21848/stat : 21848 (java) S 21785 21788 20959 0 -1 1077944384 2 13041 0 0 0 0 5 2 20 0 15 0 406693996 11111497728 263918 33554432000 4194304 4196468 140722121300832 139786689963392 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21849] ppid=21785 vsize=10851072 memory=1055672 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21849/stat : 21849 (java) S 21785 21788 20959 0 -1 1077944384 3 13041 0 0 0 0 5 2 20 0 15 0 406693998 11111497728 263918 33554432000 4194304 4196468 140722121300832 139786382563664 139787807586203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21850] ppid=21785 vsize=10851072 memory=3280 CPUtime=6.15 cores=0,2,4,6
/proc/21788/task/21850/stat : 21850 (java) S 21785 21788 20959 0 -1 1077944384 36727 13041 0 0 602 6 5 2 20 0 15 0 406693998 11111497728 263918 33554432000 4194304 4196468 140722121300832 139787232463216 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21851] ppid=21785 vsize=10851072 memory=784 CPUtime=6.35 cores=0,2,4,6
/proc/21788/task/21851/stat : 21851 (java) S 21785 21788 20959 0 -1 1077944384 28336 13041 0 0 624 4 5 2 20 0 15 0 406693998 11111497728 263918 33554432000 4194304 4196468 140722121300832 139787231410416 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21852] ppid=21785 vsize=10851072 memory=280591288882160 CPUtime=3.78 cores=0,2,4,6
/proc/21788/task/21852/stat : 21852 (java) S 21785 21788 20959 0 -1 1077944384 28391 13041 0 0 363 8 5 2 20 0 15 0 406693998 11111497728 263918 33554432000 4194304 4196468 140722121300832 139787230357616 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21853] ppid=21785 vsize=10851072 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21853/stat : 21853 (java) S 21785 21788 20959 0 -1 1077944384 3 13041 0 0 0 0 5 2 20 0 15 0 406693999 11111497728 263918 33554432000 4194304 4196468 140722121300832 139786349005024 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21854] ppid=21785 vsize=10851072 memory=-7812736537705029536 CPUtime=1.34 cores=0,2,4,6
/proc/21788/task/21854/stat : 21854 (java) S 21785 21788 20959 0 -1 1077944384 1172 13041 0 0 62 65 5 2 20 0 15 0 406693999 11111497728 263918 33554432000 4194304 4196468 140722121300832 139787229306032 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
Current children cumulated CPU time: 2251.53 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1055672 KiB

[startup+2262.3 s]
/proc/loadavg: 1.33 1.46 1.43 3/233 22338
/proc/meminfo: memFree=29678564/32770624 swapFree=67003328/67108860
[pid=21788] ppid=21785 vsize=10851072 memory=1057720 CPUtime=2312.52 cores=0,2,4,6
/proc/21788/stat : 21788 (java) S 21785 21788 20959 0 -1 1077944320 283469 13041 0 0 230905 340 5 2 20 0 15 0 406693984 11111497728 264430 33554432000 4194304 4196468 140722121300832 140722121283376 139787807567607 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
/proc/21788/statm: 2712768 264430 3629 1 0 2674829 0
[pid=21788/tid=21841] ppid=21785 vsize=10851072 memory=1057720 CPUtime=2237.65 cores=0,2,4,6
/proc/21788/task/21841/stat : 21841 (java) R 21785 21788 20959 0 -1 4202560 84500 13041 0 0 223710 48 5 2 20 0 15 0 406693993 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787779402272 139787394181115 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21842] ppid=21785 vsize=10851072 memory=1057720 CPUtime=11.9 cores=0,2,4,6
/proc/21788/task/21842/stat : 21842 (java) S 21785 21788 20959 0 -1 1077944384 20788 13041 0 0 1132 51 5 2 20 0 15 0 406693994 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787811809936 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21843] ppid=21785 vsize=10851072 memory=1057720 CPUtime=11.88 cores=0,2,4,6
/proc/21788/task/21843/stat : 21843 (java) S 21785 21788 20959 0 -1 1077944384 15005 13041 0 0 1126 55 5 2 20 0 15 0 406693994 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787700083216 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21844] ppid=21785 vsize=10851072 memory=1057720 CPUtime=11.94 cores=0,2,4,6
/proc/21788/task/21844/stat : 21844 (java) S 21785 21788 20959 0 -1 1077944384 23254 13041 0 0 1131 56 5 2 20 0 15 0 406693994 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787699030416 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21845] ppid=21785 vsize=10851072 memory=1057720 CPUtime=11.92 cores=0,2,4,6
/proc/21788/task/21845/stat : 21845 (java) S 21785 21788 20959 0 -1 1077944384 22629 13041 0 0 1133 52 5 2 20 0 15 0 406693994 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787697977616 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21846] ppid=21785 vsize=10851072 memory=1057720 CPUtime=10.11 cores=0,2,4,6
/proc/21788/task/21846/stat : 21846 (java) S 21785 21788 20959 0 -1 1077944384 20382 13041 0 0 955 49 5 2 20 0 15 0 406693995 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787267074928 139787807578754 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21847] ppid=21785 vsize=10851072 memory=1056 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21847/stat : 21847 (java) S 21785 21788 20959 0 -1 1077944384 38 13041 0 0 0 0 5 2 20 0 15 0 406693996 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787266020960 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21848] ppid=21785 vsize=10851072 memory=1057720 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21848/stat : 21848 (java) S 21785 21788 20959 0 -1 1077944384 2 13041 0 0 0 0 5 2 20 0 15 0 406693996 11111497728 264430 33554432000 4194304 4196468 140722121300832 139786689963392 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21849] ppid=21785 vsize=10851072 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21849/stat : 21849 (java) S 21785 21788 20959 0 -1 1077944384 3 13041 0 0 0 0 5 2 20 0 15 0 406693998 11111497728 264430 33554432000 4194304 4196468 140722121300832 139786382563664 139787807586203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21850] ppid=21785 vsize=10851072 memory=37156 CPUtime=6.15 cores=0,2,4,6
/proc/21788/task/21850/stat : 21850 (java) S 21785 21788 20959 0 -1 1077944384 36731 13041 0 0 602 6 5 2 20 0 15 0 406693998 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787232463216 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21851] ppid=21785 vsize=10851072 memory=3280 CPUtime=6.35 cores=0,2,4,6
/proc/21788/task/21851/stat : 21851 (java) S 21785 21788 20959 0 -1 1077944384 28340 13041 0 0 624 4 5 2 20 0 15 0 406693998 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787231410416 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21852] ppid=21785 vsize=10851072 memory=37156 CPUtime=3.78 cores=0,2,4,6
/proc/21788/task/21852/stat : 21852 (java) S 21785 21788 20959 0 -1 1077944384 28395 13041 0 0 363 8 5 2 20 0 15 0 406693998 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787230357616 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21853] ppid=21785 vsize=10851072 memory=1057720 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21853/stat : 21853 (java) S 21785 21788 20959 0 -1 1077944384 3 13041 0 0 0 0 5 2 20 0 15 0 406693999 11111497728 264430 33554432000 4194304 4196468 140722121300832 139786349005024 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21854] ppid=21785 vsize=10851072 memory=1057720 CPUtime=1.36 cores=0,2,4,6
/proc/21788/task/21854/stat : 21854 (java) S 21785 21788 20959 0 -1 1077944384 1193 13041 0 0 63 66 5 2 20 0 15 0 406693999 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787229306032 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
Current children cumulated CPU time: 2312.52 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1057720 KiB

[startup+2322.3 s]
/proc/loadavg: 1.58 1.50 1.44 3/232 22342
/proc/meminfo: memFree=29679520/32770624 swapFree=67003328/67108860
[pid=21788] ppid=21785 vsize=10851072 memory=1057720 CPUtime=2373.52 cores=0,2,4,6
/proc/21788/stat : 21788 (java) S 21785 21788 20959 0 -1 1077944320 286025 13041 0 0 236997 348 5 2 20 0 15 0 406693984 11111497728 264430 33554432000 4194304 4196468 140722121300832 140722121283376 139787807567607 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
/proc/21788/statm: 2712768 264430 3629 1 0 2674829 0
[pid=21788/tid=21841] ppid=21785 vsize=10851072 memory=5912 CPUtime=2296.93 cores=0,2,4,6
/proc/21788/task/21841/stat : 21841 (java) R 21785 21788 20959 0 -1 4202560 85619 13041 0 0 229638 48 5 2 20 0 15 0 406693993 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787779402240 139787394526936 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21842] ppid=21785 vsize=10851072 memory=1057720 CPUtime=12.25 cores=0,2,4,6
/proc/21788/task/21842/stat : 21842 (java) S 21785 21788 20959 0 -1 1077944384 21120 13041 0 0 1165 53 5 2 20 0 15 0 406693994 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787811809936 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21843] ppid=21785 vsize=10851072 memory=1057720 CPUtime=12.23 cores=0,2,4,6
/proc/21788/task/21843/stat : 21843 (java) S 21785 21788 20959 0 -1 1077944384 15130 13041 0 0 1160 56 5 2 20 0 15 0 406693994 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787700083216 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21844] ppid=21785 vsize=10851072 memory=1057720 CPUtime=12.29 cores=0,2,4,6
/proc/21788/task/21844/stat : 21844 (java) S 21785 21788 20959 0 -1 1077944384 23674 13041 0 0 1165 57 5 2 20 0 15 0 406693994 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787699030416 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21845] ppid=21785 vsize=10851072 memory=1057720 CPUtime=12.27 cores=0,2,4,6
/proc/21788/task/21845/stat : 21845 (java) S 21785 21788 20959 0 -1 1077944384 22742 13041 0 0 1167 53 5 2 20 0 15 0 406693994 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787697977616 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21846] ppid=21785 vsize=10851072 memory=1057720 CPUtime=10.4 cores=0,2,4,6
/proc/21788/task/21846/stat : 21846 (java) S 21785 21788 20959 0 -1 1077944384 20802 13041 0 0 982 51 5 2 20 0 15 0 406693995 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787267074928 139787807578754 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21847] ppid=21785 vsize=10851072 memory=1057720 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21847/stat : 21847 (java) S 21785 21788 20959 0 -1 1077944384 38 13041 0 0 0 0 5 2 20 0 15 0 406693996 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787266020960 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21848] ppid=21785 vsize=10851072 memory=1057720 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21848/stat : 21848 (java) S 21785 21788 20959 0 -1 1077944384 2 13041 0 0 0 0 5 2 20 0 15 0 406693996 11111497728 264430 33554432000 4194304 4196468 140722121300832 139786689963392 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21849] ppid=21785 vsize=10851072 memory=1057720 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21849/stat : 21849 (java) S 21785 21788 20959 0 -1 1077944384 3 13041 0 0 0 0 5 2 20 0 15 0 406693998 11111497728 264430 33554432000 4194304 4196468 140722121300832 139786382563664 139787807586203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21850] ppid=21785 vsize=10851072 memory=1057720 CPUtime=6.15 cores=0,2,4,6
/proc/21788/task/21850/stat : 21850 (java) S 21785 21788 20959 0 -1 1077944384 36733 13041 0 0 602 6 5 2 20 0 15 0 406693998 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787232463216 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21851] ppid=21785 vsize=10851072 memory=2620 CPUtime=6.35 cores=0,2,4,6
/proc/21788/task/21851/stat : 21851 (java) S 21785 21788 20959 0 -1 1077944384 28342 13041 0 0 624 4 5 2 20 0 15 0 406693998 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787231410416 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21852] ppid=21785 vsize=10851072 memory=1057720 CPUtime=3.78 cores=0,2,4,6
/proc/21788/task/21852/stat : 21852 (java) S 21785 21788 20959 0 -1 1077944384 28397 13041 0 0 363 8 5 2 20 0 15 0 406693998 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787230357616 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21853] ppid=21785 vsize=10851072 memory=1057720 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21853/stat : 21853 (java) S 21785 21788 20959 0 -1 1077944384 3 13041 0 0 0 0 5 2 20 0 15 0 406693999 11111497728 264430 33554432000 4194304 4196468 140722121300832 139786349005024 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21854] ppid=21785 vsize=10851072 memory=1057720 CPUtime=1.4 cores=0,2,4,6
/proc/21788/task/21854/stat : 21854 (java) S 21785 21788 20959 0 -1 1077944384 1214 13041 0 0 65 68 5 2 20 0 15 0 406693999 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787229306032 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
Current children cumulated CPU time: 2373.52 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1057720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2348.4 s]
/proc/loadavg: 1.59 1.51 1.45 3/231 22343
/proc/meminfo: memFree=29678048/32770624 swapFree=67003328/67108860
[pid=21788] ppid=21785 vsize=10851072 memory=1057720 CPUtime=2400.01 cores=0,2,4,6
/proc/21788/stat : 21788 (java) S 21785 21788 20959 0 -1 1077944320 286404 13041 0 0 239644 350 5 2 20 0 15 0 406693984 11111497728 264430 33554432000 4194304 4196468 140722121300832 140722121283376 139787807567607 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
/proc/21788/statm: 2712768 264430 3629 1 0 2674829 0
[pid=21788/tid=21841] ppid=21785 vsize=10851072 memory=1984 CPUtime=2322.77 cores=0,2,4,6
/proc/21788/task/21841/stat : 21841 (java) R 21785 21788 20959 0 -1 4202560 85930 13041 0 0 232222 48 5 2 20 0 15 0 406693993 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787779403008 139787378957414 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21842] ppid=21785 vsize=10851072 memory=2376 CPUtime=12.38 cores=0,2,4,6
/proc/21788/task/21842/stat : 21842 (java) S 21785 21788 20959 0 -1 1077944384 21143 13041 0 0 1178 53 5 2 20 0 15 0 406693994 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787811809936 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21843] ppid=21785 vsize=10851072 memory=1768 CPUtime=12.36 cores=0,2,4,6
/proc/21788/task/21843/stat : 21843 (java) S 21785 21788 20959 0 -1 1077944384 15136 13041 0 0 1173 56 5 2 20 0 15 0 406693994 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787700083216 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21844] ppid=21785 vsize=10851072 memory=111628 CPUtime=12.42 cores=0,2,4,6
/proc/21788/task/21844/stat : 21844 (java) S 21785 21788 20959 0 -1 1077944384 23675 13041 0 0 1177 58 5 2 20 0 15 0 406693994 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787699030416 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21845] ppid=21785 vsize=10851072 memory=954776 CPUtime=12.4 cores=0,2,4,6
/proc/21788/task/21845/stat : 21845 (java) S 21785 21788 20959 0 -1 1077944384 22749 13041 0 0 1180 53 5 2 20 0 15 0 406693994 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787697977616 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21846] ppid=21785 vsize=10851072 memory=6791534058613427641 CPUtime=10.51 cores=0,2,4,6
/proc/21788/task/21846/stat : 21846 (java) S 21785 21788 20959 0 -1 1077944384 20825 13041 0 0 992 52 5 2 20 0 15 0 406693995 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787267074928 139787807578754 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21847] ppid=21785 vsize=10851072 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21847/stat : 21847 (java) S 21785 21788 20959 0 -1 1077944384 38 13041 0 0 0 0 5 2 20 0 15 0 406693996 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787266020960 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21848] ppid=21785 vsize=10851072 memory=804 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21848/stat : 21848 (java) S 21785 21788 20959 0 -1 1077944384 2 13041 0 0 0 0 5 2 20 0 15 0 406693996 11111497728 264430 33554432000 4194304 4196468 140722121300832 139786689963392 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21849] ppid=21785 vsize=10851072 memory=1660 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21849/stat : 21849 (java) S 21785 21788 20959 0 -1 1077944384 3 13041 0 0 0 0 5 2 20 0 15 0 406693998 11111497728 264430 33554432000 4194304 4196468 140722121300832 139786382563664 139787807586203 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21850] ppid=21785 vsize=10851072 memory=1804 CPUtime=6.15 cores=0,2,4,6
/proc/21788/task/21850/stat : 21850 (java) S 21785 21788 20959 0 -1 1077944384 36735 13041 0 0 602 6 5 2 20 0 15 0 406693998 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787232463216 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21851] ppid=21785 vsize=10851072 memory=920 CPUtime=6.35 cores=0,2,4,6
/proc/21788/task/21851/stat : 21851 (java) S 21785 21788 20959 0 -1 1077944384 28344 13041 0 0 624 4 5 2 20 0 15 0 406693998 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787231410416 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21852] ppid=21785 vsize=10851072 memory=3848 CPUtime=3.78 cores=0,2,4,6
/proc/21788/task/21852/stat : 21852 (java) S 21785 21788 20959 0 -1 1077944384 28399 13041 0 0 363 8 5 2 20 0 15 0 406693998 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787230357616 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21853] ppid=21785 vsize=10851072 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/21788/task/21853/stat : 21853 (java) S 21785 21788 20959 0 -1 1077944384 3 13041 0 0 0 0 5 2 20 0 15 0 406693999 11111497728 264430 33554432000 4194304 4196468 140722121300832 139786349005024 139787807577813 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
[pid=21788/tid=21854] ppid=21785 vsize=10851072 memory=6791534058613427641 CPUtime=1.42 cores=0,2,4,6
/proc/21788/task/21854/stat : 21854 (java) S 21785 21788 20959 0 -1 1077944384 1216 13041 0 0 66 69 5 2 20 0 15 0 406693999 11111497728 264430 33554432000 4194304 4196468 140722121300832 139787229306032 139787807578754 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27512832 140722121304822 140722121307333 140722121307333 140722121310159 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10851072 KiB
Current children cumulated memory: 1057720 KiB

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

[startup+2348.43 s]
# the end of solver process 21788 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.51 s, system=3.54778 s

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

Child status: 143
Real time (s): 2348.43
CPU time (s): 2400.06
CPU user time (s): 2396.51
CPU system time (s): 3.54778
CPU usage (%): 102.199
Max. virtual memory (cumulated for all children) (KiB): 10854048
Max. memory (cumulated for all children) (KiB): 1057720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.51
system time used= 3.54778
maximum resident set size= 1061932
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 300373
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2816
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 277553
involuntary context switches= 9451


# summary of solver processes directly reported to runsolver:
#   pid: 21788
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2396.51
#   total CPU system time (s): 3.54778

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3898 second user time and 22.0678 second system time

The end

Launcher Data

Begin job on node133 at 2019-09-12 18:08:24
IDJOB=4392063
IDBENCH=115842
IDSOLVER=2837
FILE ID=node133/4392063-1568304543
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-9.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4392063-1568304543/watcher-4392063-1568304543 -o /tmp/evaluation-result-4392063-1568304543/solver-4392063-1568304543 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1568301421-20990 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=278988053 HOME/instance-4392063-1568304543.xml

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

MD5SUM BENCH= b1b903d633c720775ef1eb29649a113f
RANDOM SEED=278988053

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:        30159404 kB
MemAvailable:   30390924 kB
Buffers:          108648 kB
Cached:           407112 kB
SwapCached:         3560 kB
Active:          1825168 kB
Inactive:         204268 kB
Active(anon):    1538000 kB
Inactive(anon):    15664 kB
Active(file):     287168 kB
Inactive(file):   188604 kB
Unevictable:      111240 kB
Mlocked:          111240 kB
SwapTotal:      67108860 kB
SwapFree:       67003324 kB
Dirty:             34956 kB
Writeback:             0 kB
AnonPages:       1622984 kB
Mapped:            55952 kB
Shmem:             31188 kB
Slab:             171596 kB
SReclaimable:     143164 kB
SUnreclaim:        28432 kB
KernelStack:        3760 kB
PageTables:         9468 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2677952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1417216 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:47:33