Trace number 4396203

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)42 2520.14 2482.63

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-15.xml
MD5SUM194a9771da43b175c5c48a6f0c769610
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark43
Best CPU time to get the best result obtained on this benchmark29.4975
Satisfiable
(Un)Satisfiability was proved
Number of variables150
Number of constraints182
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":75},{"size":9,"count":75}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":75},{"degree":7,"count":4},{"degree":8,"count":32},{"degree":10,"count":39}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":75},{"arity":3,"count":32},{"arity":4,"count":4},{"arity":6,"count":32},{"arity":9,"count":39}]
Number of extensional constraints107
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":107},{"type":"sum","count":75}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.77/0.55	c Concrete v3.12.2.1568380929293 running
10.14/4.15	o 34
13.24/5.72	o 35
14.37/6.59	o 37
14.76/6.80	o 38
20.58/12.17	o 39
48.96/40.22	o 40
50.36/41.66	o 41
50.36/41.66	o 42
2520.09/2482.61	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2482.61		at concrete.MAC.mac(MAC.scala:192)
2520.09/2482.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.09/2482.61		at scala.util.Try$.apply(Try.scala:212)
2520.09/2482.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.09/2482.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.09/2482.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.09/2482.61		at concrete.MAC.oneRun(MAC.scala:265)
2520.09/2482.61		at concrete.MAC.nextSolution(MAC.scala:284)
2520.09/2482.61		at concrete.MAC.nextSolution(MAC.scala:369)
2520.09/2482.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.09/2482.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.09/2482.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.09/2482.61		at concrete.Solver.foreach(Solver.scala:67)
2520.09/2482.61		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.09/2482.61		at scala.util.Success.map(Try.scala:264)
2520.09/2482.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2482.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.09/2482.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2482.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2482.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2482.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.09/2482.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.09/2482.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.09/2482.61		at scala.App.$anonfun$main$1(App.scala:75)
2520.09/2482.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.09/2482.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.09/2482.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.09/2482.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.09/2482.61		at scala.App.main(App.scala:75)
2520.09/2482.61		at scala.App.main$(App.scala:73)
2520.09/2482.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2482.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2482.62	v <instantiation
2520.09/2482.62	v         cost = '42'>
2520.09/2482.62	v       <list>
2520.09/2482.62	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[0][14] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[1][14] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13] s[2][14] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[3][12] s[3][13] s[3][14] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[4][12] s[4][13] s[4][14]
2520.09/2482.62	v       </list>
2520.09/2482.62	v       <values>
2520.09/2482.62	v         1 0 1 1 0 1 1 0 1 1 0 1 1 0 1 1 1 0 1 0 1 1 0 1 1 0 1 0 1 1 0 0 0 1 0 0 0 0 0 0 0 1 0 0 0 1 1 0 1 0 1 1 0 1 1 0 1 0 1 1 1 1 0 1 1 0 1 0 1 0 1 1 0 1 1 2 4 3 2 4 3 3 4 3 3 4 2 3 4 2 2 3 5 3 5 3 3 4 3 3 5 3 5 3 2 4 4 5 2 5 4 4 4 4 4 5 2 5 4 4 3 3 5 3 5 3 2 4 2 3 5 3 5 3 3 3 3 4 2 3 4 2 4 2 4 3 2 4 3 3
2520.09/2482.62	v       </values>
2520.09/2482.62	v     </instantiation>
2520.09/2482.62	s SATISFIABLE

Verifier Data

OK	42

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396203-1568393417/watcher-4396203-1568393417 -o /tmp/evaluation-result-4396203-1568393417/solver-4396203-1568393417 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568393313-9343 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=79683940 HOME/instance-4396203-1568393417.xml 

running on 4 cores: 1,3,5,7

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

solver pid=9571, runsolver pid=9568

[startup+0.100153 s]*
/proc/loadavg: 1.12 1.23 1.57 3/218 9628
/proc/meminfo: memFree=28205608/32770624 swapFree=66959224/67108860
[pid=9571] ppid=9568 vsize=9972712 memory=17080 CPUtime=0.08 cores=1,3,5,7
/proc/9571/stat : 9571 (java) S 9568 9571 6698 0 -1 1077944320 4530 13076 0 0 1 0 4 3 20 0 6 0 415281892 10212057088 4270 33554432000 4194304 4196468 140729865101616 140729865084160 139990808870647 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
/proc/9571/statm: 2493178 4270 1935 1 0 2481616 0
[pid=9571/tid=9624] ppid=9568 vsize=9972712 memory=4718545630382498451 CPUtime=0.08 cores=1,3,5,7
/proc/9571/task/9624/stat : 9624 (java) R 9568 9571 6698 0 -1 4202560 2348 13076 0 0 1 0 4 3 20 0 6 0 415281901 10212057088 4336 33554432000 4194304 4196468 140729865101616 139990780707408 139990792951134 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9625] ppid=9568 vsize=9972712 memory=5793855929027099065 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9625/stat : 9625 (java) S 9568 9571 6698 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 6 0 415281902 10212057088 4336 33554432000 4194304 4196468 140729865101616 139990813113104 139990808880853 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9626] ppid=9568 vsize=9972712 memory=140678017205888 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9626/stat : 9626 (java) S 9568 9571 6698 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 6 0 415281902 10212057088 4336 33554432000 4194304 4196468 140729865101616 139990382144400 139990808880853 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9627] ppid=9568 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9627/stat : 9627 (java) S 9568 9571 6698 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 6 0 415281902 10212057088 4336 33554432000 4194304 4196468 140729865101616 139990381091856 139990808880853 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9628] ppid=9568 vsize=9972712 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9628/stat : 9628 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 6 0 415281902 10212057088 4336 33554432000 4194304 4196468 140729865101616 139990380039312 139990808880853 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.209927 s]*
/proc/loadavg: 1.12 1.23 1.57 3/227 9637
/proc/meminfo: memFree=28183396/32770624 swapFree=66959224/67108860
[pid=9571] ppid=9568 vsize=10819664 memory=43036 CPUtime=0.25 cores=1,3,5,7
/proc/9571/stat : 9571 (java) S 9568 9571 6698 0 -1 1077944320 7144 13076 0 0 17 1 4 3 20 0 15 0 415281892 11079335936 10759 33554432000 4194304 4196468 140729865101616 140729865084160 139990808870647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
/proc/9571/statm: 2704916 10759 3132 1 0 2667149 0
[pid=9571/tid=9624] ppid=9568 vsize=10819664 memory=-2899909650764262549 CPUtime=0.19 cores=1,3,5,7
/proc/9571/task/9624/stat : 9624 (java) R 9568 9571 6698 0 -1 4202560 3634 13076 0 0 11 1 4 3 20 0 15 0 415281901 11079335936 10759 33554432000 4194304 4196468 140729865101616 139990780702848 139990808882582 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9625] ppid=9568 vsize=10819664 memory=4211974404221996426 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9625/stat : 9625 (java) S 9568 9571 6698 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 415281902 11079335936 10759 33554432000 4194304 4196468 140729865101616 139990813113104 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9626] ppid=9568 vsize=10819664 memory=140678017205888 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9626/stat : 9626 (java) S 9568 9571 6698 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 415281902 11079335936 10759 33554432000 4194304 4196468 140729865101616 139990382144400 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9627] ppid=9568 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9627/stat : 9627 (java) S 9568 9571 6698 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 415281902 11079335936 10759 33554432000 4194304 4196468 140729865101616 139990381091856 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9628] ppid=9568 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9628/stat : 9628 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 415281902 11079335936 10759 33554432000 4194304 4196468 140729865101616 139990380039312 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9629] ppid=9568 vsize=10819664 memory=140678017205888 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9629/stat : 9629 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 415281903 11079335936 10759 33554432000 4194304 4196468 140729865101616 139990268241904 139990808881794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9630] ppid=9568 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9630/stat : 9630 (java) S 9568 9571 6698 0 -1 1077944384 33 13076 0 0 0 0 4 3 20 0 15 0 415281904 11079335936 10759 33554432000 4194304 4196468 140729865101616 139990267188128 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9631] ppid=9568 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9631/stat : 9631 (java) S 9568 9571 6698 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 415281904 11079335936 10759 33554432000 4194304 4196468 140729865101616 139990164038640 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9632] ppid=9568 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9632/stat : 9632 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 415281906 11079335936 10759 33554432000 4194304 4196468 140729865101616 139989560060112 139990808889243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9633] ppid=9568 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9571/task/9633/stat : 9633 (java) S 9568 9571 6698 0 -1 1077944384 197 13076 0 0 1 0 4 3 20 0 15 0 415281906 11079335936 10759 33554432000 4194304 4196468 140729865101616 139990233631216 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9634] ppid=9568 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9571/task/9634/stat : 9634 (java) S 9568 9571 6698 0 -1 1077944384 452 13076 0 0 1 0 4 3 20 0 15 0 415281906 11079335936 10759 33554432000 4194304 4196468 140729865101616 139990232578672 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9635] ppid=9568 vsize=10819664 memory=140678017205888 CPUtime=0.1 cores=1,3,5,7
/proc/9571/task/9635/stat : 9635 (java) R 9568 9571 6698 0 -1 4202560 617 13076 0 0 3 0 4 3 20 0 15 0 415281906 11079335936 10759 33554432000 4194304 4196468 140729865101616 139990130481904 139990793006887 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9636] ppid=9568 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9636/stat : 9636 (java) S 9568 9571 6698 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 415281907 11079335936 10759 33554432000 4194304 4196468 140729865101616 139989090298976 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9637] ppid=9568 vsize=10819664 memory=140678017205888 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9637/stat : 9637 (java) S 9568 9571 6698 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 415281907 11079335936 10759 33554432000 4194304 4196468 140729865101616 139990129428784 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 43036 KiB

[startup+0.310242 s]*
/proc/loadavg: 1.12 1.23 1.57 3/227 9637
/proc/meminfo: memFree=28170340/32770624 swapFree=66959224/67108860
[pid=9571] ppid=9568 vsize=10820148 memory=54440 CPUtime=0.39 cores=1,3,5,7
/proc/9571/stat : 9571 (java) S 9568 9571 6698 0 -1 1077944320 10846 13076 0 0 29 3 4 3 20 0 15 0 415281892 11079831552 13610 33554432000 4194304 4196468 140729865101616 140729865084160 139990808870647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
/proc/9571/statm: 2705037 13610 3296 1 0 2667149 0
[pid=9571/tid=9624] ppid=9568 vsize=10820148 memory=8112282956445269571 CPUtime=0.28 cores=1,3,5,7
/proc/9571/task/9624/stat : 9624 (java) R 9568 9571 6698 0 -1 4202560 7311 13076 0 0 19 2 4 3 20 0 15 0 415281901 11079831552 13610 33554432000 4194304 4196468 140729865101616 139990780670560 139990792951134 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9625] ppid=9568 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9625/stat : 9625 (java) S 9568 9571 6698 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 415281902 11079831552 13610 33554432000 4194304 4196468 140729865101616 139990813113104 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9626] ppid=9568 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9626/stat : 9626 (java) S 9568 9571 6698 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 415281902 11079831552 13610 33554432000 4194304 4196468 140729865101616 139990382144400 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9627] ppid=9568 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9627/stat : 9627 (java) S 9568 9571 6698 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 415281902 11079831552 13610 33554432000 4194304 4196468 140729865101616 139990381091856 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9628] ppid=9568 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9628/stat : 9628 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 415281902 11079831552 13610 33554432000 4194304 4196468 140729865101616 139990380039312 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9629] ppid=9568 vsize=10820148 memory=140678017205887 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9629/stat : 9629 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 415281903 11079831552 13610 33554432000 4194304 4196468 140729865101616 139990268241904 139990808881794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9630] ppid=9568 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9630/stat : 9630 (java) S 9568 9571 6698 0 -1 1077944384 33 13076 0 0 0 0 4 3 20 0 15 0 415281904 11079831552 13610 33554432000 4194304 4196468 140729865101616 139990267188128 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9631] ppid=9568 vsize=10820148 memory=140678017205888 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9631/stat : 9631 (java) S 9568 9571 6698 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 415281904 11079831552 13610 33554432000 4194304 4196468 140729865101616 139990164038640 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9632] ppid=9568 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9632/stat : 9632 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 415281906 11079831552 13610 33554432000 4194304 4196468 140729865101616 139989560060112 139990808889243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9633] ppid=9568 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/9571/task/9633/stat : 9633 (java) S 9568 9571 6698 0 -1 1077944384 206 13076 0 0 2 0 4 3 20 0 15 0 415281906 11079831552 13610 33554432000 4194304 4196468 140729865101616 139990233631216 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9634] ppid=9568 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/9571/task/9634/stat : 9634 (java) S 9568 9571 6698 0 -1 1077944384 453 13076 0 0 1 0 4 3 20 0 15 0 415281906 11079831552 13610 33554432000 4194304 4196468 140729865101616 139990232578672 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9635] ppid=9568 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/9571/task/9635/stat : 9635 (java) R 9568 9571 6698 0 -1 4202560 626 13076 0 0 5 0 4 3 20 0 15 0 415281906 11079831552 13610 33554432000 4194304 4196468 140729865101616 139990130481904 139990808891994 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9636] ppid=9568 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9636/stat : 9636 (java) S 9568 9571 6698 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 415281907 11079831552 13610 33554432000 4194304 4196468 140729865101616 139989090298976 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9637] ppid=9568 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9637/stat : 9637 (java) S 9568 9571 6698 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 415281907 11079831552 13610 33554432000 4194304 4196468 140729865101616 139990129428784 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 54440 KiB

[startup+0.700695 s]
/proc/loadavg: 1.12 1.23 1.57 5/227 9637
/proc/meminfo: memFree=28155420/32770624 swapFree=66959224/67108860
[pid=9571] ppid=9568 vsize=10824360 memory=87172 CPUtime=1.13 cores=1,3,5,7
/proc/9571/stat : 9571 (java) S 9568 9571 6698 0 -1 1077944320 15051 13076 0 0 101 5 4 3 20 0 15 0 415281892 11084144640 21793 33554432000 4194304 4196468 140729865101616 140729865084160 139990808870647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
/proc/9571/statm: 2706090 21793 3503 1 0 2668173 0
[pid=9571/tid=9624] ppid=9568 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/9571/task/9624/stat : 9624 (java) R 9568 9571 6698 0 -1 4202560 10377 13076 0 0 55 4 4 3 20 0 15 0 415281901 11084144640 21793 33554432000 4194304 4196468 140729865101616 139990780700192 139990808892573 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9625] ppid=9568 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9625/stat : 9625 (java) S 9568 9571 6698 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 415281902 11084144640 21793 33554432000 4194304 4196468 140729865101616 139990813113104 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9626] ppid=9568 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9626/stat : 9626 (java) S 9568 9571 6698 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 415281902 11084144640 21793 33554432000 4194304 4196468 140729865101616 139990382144400 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9627] ppid=9568 vsize=10824360 memory=281355791371696 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9627/stat : 9627 (java) S 9568 9571 6698 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 415281902 11084144640 21793 33554432000 4194304 4196468 140729865101616 139990381091856 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9628] ppid=9568 vsize=10824360 memory=2440078296577 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9628/stat : 9628 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 415281902 11084144640 21793 33554432000 4194304 4196468 140729865101616 139990380039312 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9629] ppid=9568 vsize=10824360 memory=31557361 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9629/stat : 9629 (java) S 9568 9571 6698 0 -1 1077944384 6 13076 0 0 0 0 4 3 20 0 15 0 415281903 11084144640 21793 33554432000 4194304 4196468 140729865101616 139990268241904 139990808881794 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9630] ppid=9568 vsize=10824360 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9630/stat : 9630 (java) S 9568 9571 6698 0 -1 1077944384 33 13076 0 0 0 0 4 3 20 0 15 0 415281904 11084144640 21793 33554432000 4194304 4196468 140729865101616 139990267188128 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9631] ppid=9568 vsize=10824360 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9631/stat : 9631 (java) S 9568 9571 6698 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 415281904 11084144640 21793 33554432000 4194304 4196468 140729865101616 139990164038640 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9632] ppid=9568 vsize=10824360 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9632/stat : 9632 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 415281906 11084144640 21793 33554432000 4194304 4196468 140729865101616 139989560060112 139990808889243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9633] ppid=9568 vsize=10824360 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/9571/task/9633/stat : 9633 (java) S 9568 9571 6698 0 -1 1077944384 608 13076 0 0 12 0 4 3 20 0 15 0 415281906 11084144640 21793 33554432000 4194304 4196468 140729865101616 139990233631216 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9634] ppid=9568 vsize=10824360 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/9571/task/9634/stat : 9634 (java) R 9568 9571 6698 0 -1 4202560 971 13076 0 0 15 0 4 3 20 0 15 0 415281906 11084144640 21793 33554432000 4194304 4196468 140729865101616 139990232578672 139990792283298 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9635] ppid=9568 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/9571/task/9635/stat : 9635 (java) S 9568 9571 6698 0 -1 1077944384 838 13076 0 0 17 0 4 3 20 0 15 0 415281906 11084144640 21793 33554432000 4194304 4196468 140729865101616 139990130481904 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9636] ppid=9568 vsize=10824360 memory=30305 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9636/stat : 9636 (java) S 9568 9571 6698 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 415281907 11084144640 21793 33554432000 4194304 4196468 140729865101616 139989090298976 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9637] ppid=9568 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9637/stat : 9637 (java) S 9568 9571 6698 0 -1 1077944384 1 13076 0 0 0 0 4 3 20 0 15 0 415281907 11084144640 21793 33554432000 4194304 4196468 140729865101616 139990129428784 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 87172 KiB

[startup+1.50067 s]
/proc/loadavg: 1.12 1.23 1.57 3/227 9637
/proc/meminfo: memFree=28114044/32770624 swapFree=66959224/67108860
[pid=9571] ppid=9568 vsize=10834676 memory=177188 CPUtime=2.46 cores=1,3,5,7
/proc/9571/stat : 9571 (java) S 9568 9571 6698 0 -1 1077944320 24007 13076 0 0 230 9 4 3 20 0 15 0 415281892 11094708224 44297 33554432000 4194304 4196468 140729865101616 140729865084160 139990808870647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
/proc/9571/statm: 2708669 44297 3582 1 0 2670733 0
[pid=9571/tid=9624] ppid=9568 vsize=10834676 memory=3620 CPUtime=1.42 cores=1,3,5,7
/proc/9571/task/9624/stat : 9624 (java) R 9568 9571 6698 0 -1 4202560 15984 13076 0 0 130 5 4 3 20 0 15 0 415281901 11094708224 44297 33554432000 4194304 4196468 140729865101616 139990780665200 139990808892573 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9625] ppid=9568 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9571/task/9625/stat : 9625 (java) S 9568 9571 6698 0 -1 1077944384 100 13076 0 0 1 0 4 3 20 0 15 0 415281902 11094708224 44297 33554432000 4194304 4196468 140729865101616 139990813113104 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9626] ppid=9568 vsize=10834676 memory=55 CPUtime=0.08 cores=1,3,5,7
/proc/9571/task/9626/stat : 9626 (java) S 9568 9571 6698 0 -1 1077944384 341 13076 0 0 1 0 4 3 20 0 15 0 415281902 11094708224 44297 33554432000 4194304 4196468 140729865101616 139990382144400 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9627] ppid=9568 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9571/task/9627/stat : 9627 (java) S 9568 9571 6698 0 -1 1077944384 20 13076 0 0 1 0 4 3 20 0 15 0 415281902 11094708224 44297 33554432000 4194304 4196468 140729865101616 139990381091856 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9628] ppid=9568 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9571/task/9628/stat : 9628 (java) S 9568 9571 6698 0 -1 1077944384 69 13076 0 0 1 0 4 3 20 0 15 0 415281902 11094708224 44297 33554432000 4194304 4196468 140729865101616 139990380039312 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9629] ppid=9568 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/9571/task/9629/stat : 9629 (java) S 9568 9571 6698 0 -1 1077944384 1674 13076 0 0 1 0 4 3 20 0 15 0 415281903 11094708224 44297 33554432000 4194304 4196468 140729865101616 139990268241904 139990808881794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9630] ppid=9568 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9630/stat : 9630 (java) S 9568 9571 6698 0 -1 1077944384 34 13076 0 0 0 0 4 3 20 0 15 0 415281904 11094708224 44297 33554432000 4194304 4196468 140729865101616 139990267188192 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9631] ppid=9568 vsize=10834676 memory=20 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9631/stat : 9631 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 415281904 11094708224 44297 33554432000 4194304 4196468 140729865101616 139990164038656 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9632] ppid=9568 vsize=10834676 memory=26 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9632/stat : 9632 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 415281906 11094708224 44297 33554432000 4194304 4196468 140729865101616 139989560060112 139990808889243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9633] ppid=9568 vsize=10834676 memory=34 CPUtime=0.29 cores=1,3,5,7
/proc/9571/task/9633/stat : 9633 (java) S 9568 9571 6698 0 -1 1077944384 710 13076 0 0 22 0 4 3 20 0 15 0 415281906 11094708224 44297 33554432000 4194304 4196468 140729865101616 139990233631216 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9634] ppid=9568 vsize=10834676 memory=0 CPUtime=0.33 cores=1,3,5,7
/proc/9571/task/9634/stat : 9634 (java) S 9568 9571 6698 0 -1 1077944384 1129 13076 0 0 26 0 4 3 20 0 15 0 415281906 11094708224 44297 33554432000 4194304 4196468 140729865101616 139990232578672 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9635] ppid=9568 vsize=10834676 memory=55 CPUtime=0.49 cores=1,3,5,7
/proc/9571/task/9635/stat : 9635 (java) R 9568 9571 6698 0 -1 4202560 1731 13076 0 0 42 0 4 3 20 0 15 0 415281906 11094708224 44297 33554432000 4194304 4196468 140729865101616 139990130481904 139990792951134 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9636] ppid=9568 vsize=10834676 memory=1966185 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9636/stat : 9636 (java) S 9568 9571 6698 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 415281907 11094708224 44297 33554432000 4194304 4196468 140729865101616 139989090298976 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9637] ppid=9568 vsize=10834676 memory=1967570 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9637/stat : 9637 (java) S 9568 9571 6698 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 415281907 11094708224 44297 33554432000 4194304 4196468 140729865101616 139990129428784 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
Current children cumulated CPU time: 2.46 s
Current children cumulated vsize: 10834676 KiB

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

/proc/9571/task/9624/stat : 9624 (java) R 9568 9571 6698 0 -1 4202560 59411 13076 0 0 230066 38 4 3 20 0 15 0 415281901 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990780706576 139990397453373 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9625] ppid=9568 vsize=10849032 memory=700704 CPUtime=9.54 cores=1,3,5,7
/proc/9571/task/9625/stat : 9625 (java) S 9568 9571 6698 0 -1 1077944384 10482 13076 0 0 898 49 4 3 20 0 15 0 415281902 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990813113104 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9626] ppid=9568 vsize=10849032 memory=700704 CPUtime=9.51 cores=1,3,5,7
/proc/9571/task/9626/stat : 9626 (java) S 9568 9571 6698 0 -1 1077944384 12983 13076 0 0 899 45 4 3 20 0 15 0 415281902 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990382144400 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9627] ppid=9568 vsize=10849032 memory=700704 CPUtime=9.54 cores=1,3,5,7
/proc/9571/task/9627/stat : 9627 (java) S 9568 9571 6698 0 -1 1077944384 9767 13076 0 0 903 44 4 3 20 0 15 0 415281902 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990381091856 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9628] ppid=9568 vsize=10849032 memory=700704 CPUtime=9.5 cores=1,3,5,7
/proc/9571/task/9628/stat : 9628 (java) S 9568 9571 6698 0 -1 1077944384 11598 13076 0 0 902 41 4 3 20 0 15 0 415281902 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990380039312 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9629] ppid=9568 vsize=10849032 memory=3620 CPUtime=8.44 cores=1,3,5,7
/proc/9571/task/9629/stat : 9629 (java) S 9568 9571 6698 0 -1 1077944384 12911 13076 0 0 790 47 4 3 20 0 15 0 415281903 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990268241904 139990808881794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9630] ppid=9568 vsize=10849032 memory=700704 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9630/stat : 9630 (java) S 9568 9571 6698 0 -1 1077944384 38 13076 0 0 0 0 4 3 20 0 15 0 415281904 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990267188192 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9631] ppid=9568 vsize=10849032 memory=700704 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9631/stat : 9631 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 415281904 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990164038656 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9632] ppid=9568 vsize=10849032 memory=700704 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9632/stat : 9632 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 415281906 11109408768 175176 33554432000 4194304 4196468 140729865101616 139989560060112 139990808889243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9633] ppid=9568 vsize=10849032 memory=700704 CPUtime=3.84 cores=1,3,5,7
/proc/9571/task/9633/stat : 9633 (java) S 9568 9571 6698 0 -1 1077944384 19612 13076 0 0 374 3 4 3 20 0 15 0 415281906 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990233631216 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9634] ppid=9568 vsize=10849032 memory=1984 CPUtime=3.47 cores=1,3,5,7
/proc/9571/task/9634/stat : 9634 (java) S 9568 9571 6698 0 -1 1077944384 25375 13076 0 0 336 4 4 3 20 0 15 0 415281906 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990232578672 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9635] ppid=9568 vsize=10849032 memory=2580 CPUtime=2.04 cores=1,3,5,7
/proc/9571/task/9635/stat : 9635 (java) S 9568 9571 6698 0 -1 1077944384 18306 13076 0 0 192 5 4 3 20 0 15 0 415281906 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990130481904 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9636] ppid=9568 vsize=10849032 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9636/stat : 9636 (java) S 9568 9571 6698 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 415281907 11109408768 175176 33554432000 4194304 4196468 140729865101616 139989090298976 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9637] ppid=9568 vsize=10849032 memory=1660 CPUtime=1.27 cores=1,3,5,7
/proc/9571/task/9637/stat : 9637 (java) S 9568 9571 6698 0 -1 1077944384 829 13076 0 0 54 66 4 3 20 0 15 0 415281907 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990129428784 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
Current children cumulated CPU time: 2357.72 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 700704 KiB

[startup+2382.3 s]
/proc/loadavg: 1.76 1.55 1.54 3/227 10771
/proc/meminfo: memFree=25695452/32770624 swapFree=66959224/67108860
[pid=9571] ppid=9568 vsize=10849032 memory=700704 CPUtime=2418.49 cores=1,3,5,7
/proc/9571/stat : 9571 (java) S 9568 9571 6698 0 -1 1077944320 184515 13076 0 0 241548 294 4 3 20 0 15 0 415281892 11109408768 175176 33554432000 4194304 4196468 140729865101616 140729865084160 139990808870647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
/proc/9571/statm: 2712258 175176 3627 1 0 2674317 0
[pid=9571/tid=9624] ppid=9568 vsize=10849032 memory=700704 CPUtime=2360.59 cores=1,3,5,7
/proc/9571/task/9624/stat : 9624 (java) R 9568 9571 6698 0 -1 4202560 59949 13076 0 0 236014 38 4 3 20 0 15 0 415281901 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990780706448 139990397075931 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9625] ppid=9568 vsize=10849032 memory=700704 CPUtime=9.8 cores=1,3,5,7
/proc/9571/task/9625/stat : 9625 (java) S 9568 9571 6698 0 -1 1077944384 10707 13076 0 0 923 50 4 3 20 0 15 0 415281902 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990813113104 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9626] ppid=9568 vsize=10849032 memory=700704 CPUtime=9.77 cores=1,3,5,7
/proc/9571/task/9626/stat : 9626 (java) S 9568 9571 6698 0 -1 1077944384 13058 13076 0 0 924 46 4 3 20 0 15 0 415281902 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990382144400 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9627] ppid=9568 vsize=10849032 memory=700704 CPUtime=9.81 cores=1,3,5,7
/proc/9571/task/9627/stat : 9627 (java) S 9568 9571 6698 0 -1 1077944384 9838 13076 0 0 929 45 4 3 20 0 15 0 415281902 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990381091856 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9628] ppid=9568 vsize=10849032 memory=700704 CPUtime=9.75 cores=1,3,5,7
/proc/9571/task/9628/stat : 9628 (java) S 9568 9571 6698 0 -1 1077944384 11648 13076 0 0 927 41 4 3 20 0 15 0 415281902 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990380039312 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9629] ppid=9568 vsize=10849032 memory=700704 CPUtime=8.67 cores=1,3,5,7
/proc/9571/task/9629/stat : 9629 (java) S 9568 9571 6698 0 -1 1077944384 12938 13076 0 0 811 49 4 3 20 0 15 0 415281903 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990268241904 139990808881794 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9630] ppid=9568 vsize=10849032 memory=700704 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9630/stat : 9630 (java) S 9568 9571 6698 0 -1 1077944384 38 13076 0 0 0 0 4 3 20 0 15 0 415281904 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990267188192 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9631] ppid=9568 vsize=10849032 memory=700704 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9631/stat : 9631 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 415281904 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990164038656 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9632] ppid=9568 vsize=10849032 memory=700704 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9632/stat : 9632 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 415281906 11109408768 175176 33554432000 4194304 4196468 140729865101616 139989560060112 139990808889243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9633] ppid=9568 vsize=10849032 memory=3268 CPUtime=3.84 cores=1,3,5,7
/proc/9571/task/9633/stat : 9633 (java) S 9568 9571 6698 0 -1 1077944384 19612 13076 0 0 374 3 4 3 20 0 15 0 415281906 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990233631216 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9634] ppid=9568 vsize=10849032 memory=111636 CPUtime=3.47 cores=1,3,5,7
/proc/9571/task/9634/stat : 9634 (java) S 9568 9571 6698 0 -1 1077944384 25375 13076 0 0 336 4 4 3 20 0 15 0 415281906 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990232578672 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9635] ppid=9568 vsize=10849032 memory=800 CPUtime=2.04 cores=1,3,5,7
/proc/9571/task/9635/stat : 9635 (java) S 9568 9571 6698 0 -1 1077944384 18306 13076 0 0 192 5 4 3 20 0 15 0 415281906 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990130481904 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9636] ppid=9568 vsize=10849032 memory=281355793561856 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9636/stat : 9636 (java) S 9568 9571 6698 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 415281907 11109408768 175176 33554432000 4194304 4196468 140729865101616 139989090298976 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9637] ppid=9568 vsize=10849032 memory=7451861353828340074 CPUtime=1.3 cores=1,3,5,7
/proc/9571/task/9637/stat : 9637 (java) S 9568 9571 6698 0 -1 1077944384 833 13076 0 0 55 68 4 3 20 0 15 0 415281907 11109408768 175176 33554432000 4194304 4196468 140729865101616 139990129428784 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
Current children cumulated CPU time: 2418.49 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 700704 KiB

[startup+2442.3 s]
/proc/loadavg: 1.64 1.54 1.54 3/228 10783
/proc/meminfo: memFree=25689172/32770624 swapFree=66959224/67108860
[pid=9571] ppid=9568 vsize=10849032 memory=702752 CPUtime=2479.26 cores=1,3,5,7
/proc/9571/stat : 9571 (java) S 9568 9571 6698 0 -1 1077944320 185526 13076 0 0 247617 302 4 3 20 0 15 0 415281892 11109408768 175688 33554432000 4194304 4196468 140729865101616 140729865084160 139990808870647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
/proc/9571/statm: 2712258 175688 3627 1 0 2674317 0
[pid=9571/tid=9624] ppid=9568 vsize=10849032 memory=702752 CPUtime=2420.07 cores=1,3,5,7
/proc/9571/task/9624/stat : 9624 (java) R 9568 9571 6698 0 -1 4202560 60467 13076 0 0 241961 39 4 3 20 0 15 0 415281901 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990780706640 139990391614628 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9625] ppid=9568 vsize=10849032 memory=700704 CPUtime=10.06 cores=1,3,5,7
/proc/9571/task/9625/stat : 9625 (java) S 9568 9571 6698 0 -1 1077944384 10749 13076 0 0 948 51 4 3 20 0 15 0 415281902 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990813113104 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9626] ppid=9568 vsize=10849032 memory=702752 CPUtime=10.03 cores=1,3,5,7
/proc/9571/task/9626/stat : 9626 (java) S 9568 9571 6698 0 -1 1077944384 13124 13076 0 0 949 47 4 3 20 0 15 0 415281902 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990382144400 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9627] ppid=9568 vsize=10849032 memory=702752 CPUtime=10.06 cores=1,3,5,7
/proc/9571/task/9627/stat : 9627 (java) S 9568 9571 6698 0 -1 1077944384 9990 13076 0 0 952 47 4 3 20 0 15 0 415281902 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990381091856 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9628] ppid=9568 vsize=10849032 memory=702752 CPUtime=10 cores=1,3,5,7
/proc/9571/task/9628/stat : 9628 (java) S 9568 9571 6698 0 -1 1077944384 11670 13076 0 0 951 42 4 3 20 0 15 0 415281902 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990380039312 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9629] ppid=9568 vsize=10849032 memory=702752 CPUtime=8.89 cores=1,3,5,7
/proc/9571/task/9629/stat : 9629 (java) S 9568 9571 6698 0 -1 1077944384 13123 13076 0 0 832 50 4 3 20 0 15 0 415281903 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990268241904 139990808881794 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9630] ppid=9568 vsize=10849032 memory=702752 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9630/stat : 9630 (java) S 9568 9571 6698 0 -1 1077944384 38 13076 0 0 0 0 4 3 20 0 15 0 415281904 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990267188192 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9631] ppid=9568 vsize=10849032 memory=702752 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9631/stat : 9631 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 415281904 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990164038656 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9632] ppid=9568 vsize=10849032 memory=702752 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9632/stat : 9632 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 415281906 11109408768 175688 33554432000 4194304 4196468 140729865101616 139989560060112 139990808889243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9633] ppid=9568 vsize=10849032 memory=702752 CPUtime=3.84 cores=1,3,5,7
/proc/9571/task/9633/stat : 9633 (java) S 9568 9571 6698 0 -1 1077944384 19615 13076 0 0 374 3 4 3 20 0 15 0 415281906 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990233631216 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9634] ppid=9568 vsize=10849032 memory=702752 CPUtime=3.47 cores=1,3,5,7
/proc/9571/task/9634/stat : 9634 (java) S 9568 9571 6698 0 -1 1077944384 25377 13076 0 0 336 4 4 3 20 0 15 0 415281906 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990232578672 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9635] ppid=9568 vsize=10849032 memory=39960 CPUtime=2.04 cores=1,3,5,7
/proc/9571/task/9635/stat : 9635 (java) S 9568 9571 6698 0 -1 1077944384 18309 13076 0 0 192 5 4 3 20 0 15 0 415281906 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990130481904 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9636] ppid=9568 vsize=10849032 memory=702752 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9636/stat : 9636 (java) S 9568 9571 6698 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 415281907 11109408768 175688 33554432000 4194304 4196468 140729865101616 139989090298976 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9637] ppid=9568 vsize=10849032 memory=702752 CPUtime=1.33 cores=1,3,5,7
/proc/9571/task/9637/stat : 9637 (java) S 9568 9571 6698 0 -1 1077944384 851 13076 0 0 56 70 4 3 20 0 15 0 415281907 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990129428784 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
Current children cumulated CPU time: 2479.26 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 702752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2482.6 s]
/proc/loadavg: 1.52 1.52 1.53 3/228 10787
/proc/meminfo: memFree=25691064/32770624 swapFree=66959224/67108860
[pid=9571] ppid=9568 vsize=10849032 memory=702752 CPUtime=2520.09 cores=1,3,5,7
/proc/9571/stat : 9571 (java) S 9568 9571 6698 0 -1 1077944320 186756 13076 0 0 251695 307 4 3 20 0 15 0 415281892 11109408768 175688 33554432000 4194304 4196468 140729865101616 140729865084160 139990808870647 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
/proc/9571/statm: 2712258 175688 3627 1 0 2674317 0
[pid=9571/tid=9624] ppid=9568 vsize=10849032 memory=21420 CPUtime=2460.03 cores=1,3,5,7
/proc/9571/task/9624/stat : 9624 (java) R 9568 9571 6698 0 -1 4202560 60967 13076 0 0 245957 39 4 3 20 0 15 0 415281901 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990780706480 139990397969004 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9625] ppid=9568 vsize=10849032 memory=702752 CPUtime=10.23 cores=1,3,5,7
/proc/9571/task/9625/stat : 9625 (java) S 9568 9571 6698 0 -1 1077944384 10798 13076 0 0 964 52 4 3 20 0 15 0 415281902 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990813113104 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9626] ppid=9568 vsize=10849032 memory=2460372 CPUtime=10.2 cores=1,3,5,7
/proc/9571/task/9626/stat : 9626 (java) S 9568 9571 6698 0 -1 1077944384 13296 13076 0 0 966 47 4 3 20 0 15 0 415281902 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990382144400 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9627] ppid=9568 vsize=10849032 memory=6791534058613427641 CPUtime=10.24 cores=1,3,5,7
/proc/9571/task/9627/stat : 9627 (java) S 9568 9571 6698 0 -1 1077944384 10199 13076 0 0 969 48 4 3 20 0 15 0 415281902 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990381091856 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9628] ppid=9568 vsize=10849032 memory=-7003737579269690708 CPUtime=10.18 cores=1,3,5,7
/proc/9571/task/9628/stat : 9628 (java) S 9568 9571 6698 0 -1 1077944384 11746 13076 0 0 968 43 4 3 20 0 15 0 415281902 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990380039312 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9629] ppid=9568 vsize=10849032 memory=8112282956445269571 CPUtime=9.03 cores=1,3,5,7
/proc/9571/task/9629/stat : 9629 (java) S 9568 9571 6698 0 -1 1077944384 13325 13076 0 0 846 50 4 3 20 0 15 0 415281903 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990268241904 139990808881794 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9630] ppid=9568 vsize=10849032 memory=8112282956445269571 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9630/stat : 9630 (java) S 9568 9571 6698 0 -1 1077944384 38 13076 0 0 0 0 4 3 20 0 15 0 415281904 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990267188192 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9631] ppid=9568 vsize=10849032 memory=1720 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9631/stat : 9631 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 415281904 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990164038656 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9632] ppid=9568 vsize=10849032 memory=10604 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9632/stat : 9632 (java) S 9568 9571 6698 0 -1 1077944384 2 13076 0 0 0 0 4 3 20 0 15 0 415281906 11109408768 175688 33554432000 4194304 4196468 140729865101616 139989560060112 139990808889243 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9633] ppid=9568 vsize=10849032 memory=3360 CPUtime=3.84 cores=1,3,5,7
/proc/9571/task/9633/stat : 9633 (java) S 9568 9571 6698 0 -1 1077944384 19617 13076 0 0 374 3 4 3 20 0 15 0 415281906 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990233631216 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9634] ppid=9568 vsize=10849032 memory=776 CPUtime=3.47 cores=1,3,5,7
/proc/9571/task/9634/stat : 9634 (java) S 9568 9571 6698 0 -1 1077944384 25379 13076 0 0 336 4 4 3 20 0 15 0 415281906 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990232578672 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9635] ppid=9568 vsize=10849032 memory=1564 CPUtime=2.04 cores=1,3,5,7
/proc/9571/task/9635/stat : 9635 (java) S 9568 9571 6698 0 -1 1077944384 18311 13076 0 0 192 5 4 3 20 0 15 0 415281906 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990130481904 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9636] ppid=9568 vsize=10849032 memory=5976 CPUtime=0.07 cores=1,3,5,7
/proc/9571/task/9636/stat : 9636 (java) S 9568 9571 6698 0 -1 1077944384 3 13076 0 0 0 0 4 3 20 0 15 0 415281907 11109408768 175688 33554432000 4194304 4196468 140729865101616 139989090298976 139990808880853 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
[pid=9571/tid=9637] ppid=9568 vsize=10849032 memory=1060 CPUtime=1.35 cores=1,3,5,7
/proc/9571/task/9637/stat : 9637 (java) S 9568 9571 6698 0 -1 1077944384 867 13076 0 0 57 71 4 3 20 0 15 0 415281907 11109408768 175688 33554432000 4194304 4196468 140729865101616 139990129428784 139990808881794 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 15364096 140729865108209 140729865110725 140729865110725 140729865113551 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 702752 KiB

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

[startup+2482.63 s]
# the end of solver process 9571 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.03 s, system=3.11263 s

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

Child status: 143
Real time (s): 2482.63
CPU time (s): 2520.14
CPU user time (s): 2517.03
CPU system time (s): 3.11263
CPU usage (%): 101.511
Max. virtual memory (cumulated for all children) (KiB): 10851728
Max. memory (cumulated for all children) (KiB): 702752

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.03
system time used= 3.11263
maximum resident set size= 706888
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 200830
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 245186
involuntary context switches= 6402


# summary of solver processes directly reported to runsolver:
#   pid: 9571
#   total CPU time (s): 2520.14
#   total CPU user time (s): 2517.03
#   total CPU system time (s): 3.11263

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1288 second user time and 23.8799 second system time

The end

Launcher Data

Begin job on node124 at 2019-09-13 18:49:37
IDJOB=4396203
IDBENCH=115968
IDSOLVER=2846
FILE ID=node124/4396203-1568393417
RUNJOBID= node124-1568393313-9343
PBS_JOBID= 21701840
Free space on /tmp= 61776 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-15.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396203-1568393417/watcher-4396203-1568393417 -o /tmp/evaluation-result-4396203-1568393417/solver-4396203-1568393417 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1568393313-9343 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=79683940 HOME/instance-4396203-1568393417.xml

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

MD5SUM BENCH= 194a9771da43b175c5c48a6f0c769610
RANDOM SEED=79683940

node124.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.47
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.47
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.47
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.47
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:        28215300 kB
MemAvailable:   31238252 kB
Buffers:          171400 kB
Cached:          3144192 kB
SwapCached:        45888 kB
Active:          1602280 kB
Inactive:        2388076 kB
Active(anon):     628636 kB
Inactive(anon):    87880 kB
Active(file):     973644 kB
Inactive(file):  2300196 kB
Unevictable:      108760 kB
Mlocked:          108760 kB
SwapTotal:      67108860 kB
SwapFree:       66959224 kB
Dirty:             35448 kB
Writeback:             0 kB
AnonPages:        739396 kB
Mapped:            57276 kB
Shmem:             32744 kB
Slab:             158852 kB
SReclaimable:     129896 kB
SUnreclaim:        28956 kB
KernelStack:        3728 kB
PageTables:         7072 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1910172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    575488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61740 MiB
End job on node124 at 2019-09-13 19:31:00