Trace number 4396464

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)34 2400.13 2361.93

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-12.xml
MD5SUMd0005c97ad61d9cead696518787f869e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark34
Best CPU time to get the best result obtained on this benchmark14.9253
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints146
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":60},{"size":9,"count":60}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":60},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":30}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":60},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":30}]
Number of extensional constraints86
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":86},{"type":"sum","count":60}]
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.79/0.55	c Concrete v3.12.2.1568380929293 running
9.93/4.35	o 22
12.09/5.15	o 23
12.09/5.18	o 25
12.29/5.22	o 28
12.68/5.51	o 29
12.95/5.72	o 30
32.79/24.35	o 31
68.69/59.56	o 32
71.81/62.65	o 33
174.97/164.82	o 34
2400.09/2361.90	Exception in thread "main" java.util.concurrent.TimeoutException
2400.09/2361.90		at concrete.MAC.mac(MAC.scala:192)
2400.09/2361.90		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.09/2361.90		at scala.util.Try$.apply(Try.scala:212)
2400.09/2361.90		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.09/2361.90		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.09/2361.90		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.09/2361.90		at concrete.MAC.oneRun(MAC.scala:265)
2400.09/2361.90		at concrete.MAC.nextSolution(MAC.scala:284)
2400.09/2361.90		at concrete.MAC.nextSolution(MAC.scala:369)
2400.09/2361.90		at concrete.Solver.hasNext(Solver.scala:160)
2400.09/2361.90		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.09/2361.90		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.09/2361.90		at concrete.Solver.foreach(Solver.scala:67)
2400.09/2361.90		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.09/2361.90		at scala.util.Success.map(Try.scala:264)
2400.09/2361.90		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.09/2361.90		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.09/2361.90		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.09/2361.90		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.09/2361.90		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.09/2361.90		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.09/2361.90		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.09/2361.90		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.09/2361.90		at scala.App.$anonfun$main$1(App.scala:75)
2400.09/2361.90		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.09/2361.90		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.09/2361.90		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.09/2361.90		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.09/2361.90		at scala.App.main(App.scala:75)
2400.09/2361.90		at scala.App.main$(App.scala:73)
2400.09/2361.90		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.09/2361.90		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.09/2361.91	v <instantiation
2400.09/2361.91	v         cost = '34'>
2400.09/2361.91	v       <list>
2400.09/2361.91	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[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[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[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[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] 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[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[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[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[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]
2400.09/2361.91	v       </list>
2400.09/2361.91	v       <values>
2400.09/2361.91	v         1 1 0 1 0 1 1 0 1 1 0 1 1 0 1 1 1 0 1 0 1 0 1 1 0 0 0 0 0 0 1 0 1 0 0 0 1 0 1 1 1 0 1 0 1 0 1 1 1 1 0 1 0 1 1 0 1 1 0 1 2 3 4 3 4 3 2 4 2 3 4 2 2 4 3 3 3 5 3 6 3 5 3 2 2 4 4 6 4 5 2 6 2 5 4 4 2 4 3 3 3 5 3 6 3 5 3 2 2 3 4 3 4 3 2 4 2 3 4 2
2400.09/2361.91	v       </values>
2400.09/2361.91	v     </instantiation>
2400.09/2361.91	s SATISFIABLE

Verifier Data

OK	34

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396464-1568394841/watcher-4396464-1568394841 -o /tmp/evaluation-result-4396464-1568394841/solver-4396464-1568394841 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568393993-23927 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=590405098 HOME/instance-4396464-1568394841.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=24385, runsolver pid=24382
Current StackSize limit: 8192 KiB


[startup+0.100094 s]*
/proc/loadavg: 1.28 1.35 1.58 3/216 24438
/proc/meminfo: memFree=30981876/32770624 swapFree=66996932/67108860
[pid=24385] ppid=24382 vsize=9972712 memory=16816 CPUtime=0.09 cores=0,2,4,6
/proc/24385/stat : 24385 (java) S 24382 24385 22378 0 -1 1077944320 4427 13478 0 0 1 0 5 3 20 0 6 0 415737186 10212057088 4204 33554432000 4194304 4196468 140725353601808 140725353584352 140352273862391 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
/proc/24385/statm: 2493178 4204 1935 1 0 2481616 0
[pid=24385/tid=24438] ppid=24382 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/24385/task/24438/stat : 24438 (java) R 24382 24385 22378 0 -1 4202560 2224 13478 0 0 1 0 5 3 20 0 6 0 415737195 10212057088 4204 33554432000 4194304 4196468 140725353601808 140352245699152 140352255256125 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24439] ppid=24382 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24439/stat : 24439 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 6 0 415737196 10212057088 4204 33554432000 4194304 4196468 140725353601808 140352278105104 140352273872597 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24440] ppid=24382 vsize=9972712 memory=3834727024598214304 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24440/stat : 24440 (java) S 24382 24385 22378 0 -1 1077944384 2 13478 0 0 0 0 5 3 20 0 6 0 415737196 10212057088 4204 33554432000 4194304 4196468 140725353601808 140352166378640 140352273872597 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24441] ppid=24382 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24441/stat : 24441 (java) S 24382 24385 22378 0 -1 1077944384 2 13478 0 0 0 0 5 3 20 0 6 0 415737196 10212057088 4204 33554432000 4194304 4196468 140725353601808 140352165325584 140352273872597 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24442] ppid=24382 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24442/stat : 24442 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 6 0 415737196 10212057088 4204 33554432000 4194304 4196468 140725353601808 140352164273040 140352273872597 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16816 KiB

[startup+0.21189 s]*
/proc/loadavg: 1.28 1.35 1.58 3/229 24451
/proc/meminfo: memFree=30959368/32770624 swapFree=66996932/67108860
[pid=24385] ppid=24382 vsize=10819664 memory=40964 CPUtime=0.26 cores=0,2,4,6
/proc/24385/stat : 24385 (java) S 24382 24385 22378 0 -1 1077944320 7078 13478 0 0 17 1 5 3 20 0 15 0 415737186 11079335936 10241 33554432000 4194304 4196468 140725353601808 140725353584352 140352273862391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
/proc/24385/statm: 2704916 10241 3162 1 0 2667149 0
[pid=24385/tid=24438] ppid=24382 vsize=10819664 memory=751940894209540401 CPUtime=0.19 cores=0,2,4,6
/proc/24385/task/24438/stat : 24438 (java) R 24382 24385 22378 0 -1 4202560 3553 13478 0 0 11 0 5 3 20 0 15 0 415737195 11079335936 10241 33554432000 4194304 4196468 140725353601808 140352245685552 140352273883738 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24439] ppid=24382 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24439/stat : 24439 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 15 0 415737196 11079335936 10241 33554432000 4194304 4196468 140725353601808 140352278105104 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24440] ppid=24382 vsize=10819664 memory=3834727024598214304 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24440/stat : 24440 (java) S 24382 24385 22378 0 -1 1077944384 2 13478 0 0 0 0 5 3 20 0 15 0 415737196 11079335936 10241 33554432000 4194304 4196468 140725353601808 140352166378640 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24441] ppid=24382 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24441/stat : 24441 (java) S 24382 24385 22378 0 -1 1077944384 2 13478 0 0 0 0 5 3 20 0 15 0 415737196 11079335936 10241 33554432000 4194304 4196468 140725353601808 140352165325584 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24442] ppid=24382 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24442/stat : 24442 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 15 0 415737196 11079335936 10241 33554432000 4194304 4196468 140725353601808 140352164273040 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24443] ppid=24382 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24443/stat : 24443 (java) S 24382 24385 22378 0 -1 1077944384 2 13478 0 0 0 0 5 3 20 0 15 0 415737198 11079335936 10241 33554432000 4194304 4196468 140725353601808 140351732914416 140352273873538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24444] ppid=24382 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24444/stat : 24444 (java) S 24382 24385 22378 0 -1 1077944384 33 13478 0 0 0 0 5 3 20 0 15 0 415737198 11079335936 10241 33554432000 4194304 4196468 140725353601808 140351731860640 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24445] ppid=24382 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24445/stat : 24445 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 15 0 415737198 11079335936 10241 33554432000 4194304 4196468 140725353601808 140351612379888 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24446] ppid=24382 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24446/stat : 24446 (java) S 24382 24385 22378 0 -1 1077944384 2 13478 0 0 0 0 5 3 20 0 15 0 415737201 11079335936 10241 33554432000 4194304 4196468 140725353601808 140351008401360 140352273880987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24447] ppid=24382 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24385/task/24447/stat : 24447 (java) S 24382 24385 22378 0 -1 1077944384 475 13478 0 0 1 0 5 3 20 0 15 0 415737201 11079335936 10241 33554432000 4194304 4196468 140725353601808 140351698303728 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24448] ppid=24382 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24448/stat : 24448 (java) R 24382 24385 22378 0 -1 1077944384 181 13478 0 0 0 0 5 3 20 0 15 0 415737201 11079335936 10241 33554432000 4194304 4196468 140725353601808 140351697251184 140352273873538 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24449] ppid=24382 vsize=10819664 memory=140424723326592 CPUtime=0.11 cores=0,2,4,6
/proc/24385/task/24449/stat : 24449 (java) R 24382 24385 22378 0 -1 4202560 616 13478 0 0 3 0 5 3 20 0 15 0 415737201 11079335936 10241 33554432000 4194304 4196468 140725353601808 140351696198128 140352273874326 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24450] ppid=24382 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24450/stat : 24450 (java) S 24382 24385 22378 0 -1 1077944384 3 13478 0 0 0 0 5 3 20 0 15 0 415737201 11079335936 10241 33554432000 4194304 4196468 140725353601808 140350538640224 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24451] ppid=24382 vsize=10819664 memory=140424723326592 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24451/stat : 24451 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 15 0 415737201 11079335936 10241 33554432000 4194304 4196468 140725353601808 140351695145520 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40964 KiB

[startup+0.310363 s]*
/proc/loadavg: 1.28 1.35 1.58 4/229 24451
/proc/meminfo: memFree=30946400/32770624 swapFree=66996932/67108860
[pid=24385] ppid=24382 vsize=10820148 memory=52092 CPUtime=0.4 cores=0,2,4,6
/proc/24385/stat : 24385 (java) S 24382 24385 22378 0 -1 1077944320 10773 13478 0 0 29 3 5 3 20 0 15 0 415737186 11079831552 13023 33554432000 4194304 4196468 140725353601808 140725353584352 140352273862391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
/proc/24385/statm: 2705037 13023 3294 1 0 2667149 0
[pid=24385/tid=24438] ppid=24382 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/24385/task/24438/stat : 24438 (java) R 24382 24385 22378 0 -1 4202560 7227 13478 0 0 19 2 5 3 20 0 15 0 415737195 11079831552 13023 33554432000 4194304 4196468 140725353601808 140352245662304 140352257942878 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24439] ppid=24382 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24439/stat : 24439 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 15 0 415737196 11079831552 13023 33554432000 4194304 4196468 140725353601808 140352278105104 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24440] ppid=24382 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24440/stat : 24440 (java) S 24382 24385 22378 0 -1 1077944384 2 13478 0 0 0 0 5 3 20 0 15 0 415737196 11079831552 13023 33554432000 4194304 4196468 140725353601808 140352166378640 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24441] ppid=24382 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24441/stat : 24441 (java) S 24382 24385 22378 0 -1 1077944384 2 13478 0 0 0 0 5 3 20 0 15 0 415737196 11079831552 13023 33554432000 4194304 4196468 140725353601808 140352165325584 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24442] ppid=24382 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24442/stat : 24442 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 15 0 415737196 11079831552 13023 33554432000 4194304 4196468 140725353601808 140352164273040 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24443] ppid=24382 vsize=10820148 memory=140424723326591 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24443/stat : 24443 (java) S 24382 24385 22378 0 -1 1077944384 2 13478 0 0 0 0 5 3 20 0 15 0 415737198 11079831552 13023 33554432000 4194304 4196468 140725353601808 140351732914416 140352273873538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24444] ppid=24382 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24444/stat : 24444 (java) S 24382 24385 22378 0 -1 1077944384 33 13478 0 0 0 0 5 3 20 0 15 0 415737198 11079831552 13023 33554432000 4194304 4196468 140725353601808 140351731860640 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24445] ppid=24382 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24445/stat : 24445 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 15 0 415737198 11079831552 13023 33554432000 4194304 4196468 140725353601808 140351612379888 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24446] ppid=24382 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24446/stat : 24446 (java) S 24382 24385 22378 0 -1 1077944384 2 13478 0 0 0 0 5 3 20 0 15 0 415737201 11079831552 13023 33554432000 4194304 4196468 140725353601808 140351008401360 140352273880987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24447] ppid=24382 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/24385/task/24447/stat : 24447 (java) S 24382 24385 22378 0 -1 1077944384 476 13478 0 0 2 0 5 3 20 0 15 0 415737201 11079831552 13023 33554432000 4194304 4196468 140725353601808 140351698303728 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24448] ppid=24382 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/24385/task/24448/stat : 24448 (java) S 24382 24385 22378 0 -1 1077944384 190 13478 0 0 1 0 5 3 20 0 15 0 415737201 11079831552 13023 33554432000 4194304 4196468 140725353601808 140351697251184 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24449] ppid=24382 vsize=10820148 memory=140424723326592 CPUtime=0.13 cores=0,2,4,6
/proc/24385/task/24449/stat : 24449 (java) S 24382 24385 22378 0 -1 1077944384 625 13478 0 0 5 0 5 3 20 0 15 0 415737201 11079831552 13023 33554432000 4194304 4196468 140725353601808 140351696198128 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24450] ppid=24382 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24450/stat : 24450 (java) S 24382 24385 22378 0 -1 1077944384 3 13478 0 0 0 0 5 3 20 0 15 0 415737201 11079831552 13023 33554432000 4194304 4196468 140725353601808 140350538640224 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24451] ppid=24382 vsize=10820148 memory=140424723326592 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24451/stat : 24451 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 15 0 415737201 11079831552 13023 33554432000 4194304 4196468 140725353601808 140351695145520 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 52092 KiB

[startup+0.703381 s]
/proc/loadavg: 1.28 1.35 1.58 3/229 24451
/proc/meminfo: memFree=30931848/32770624 swapFree=66996932/67108860
[pid=24385] ppid=24382 vsize=10824360 memory=85352 CPUtime=1.11 cores=0,2,4,6
/proc/24385/stat : 24385 (java) S 24382 24385 22378 0 -1 1077944320 15109 13478 0 0 97 6 5 3 20 0 15 0 415737186 11084144640 21338 33554432000 4194304 4196468 140725353601808 140725353584352 140352273862391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
/proc/24385/statm: 2706090 21338 3497 1 0 2668173 0
[pid=24385/tid=24438] ppid=24382 vsize=10824360 memory=5795117241467496816 CPUtime=0.67 cores=0,2,4,6
/proc/24385/task/24438/stat : 24438 (java) R 24382 24385 22378 0 -1 4202560 10280 13478 0 0 55 4 5 3 20 0 15 0 415737195 11084144640 21338 33554432000 4194304 4196468 140725353601808 140352245679520 140352257942878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24439] ppid=24382 vsize=10824360 memory=1388 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24439/stat : 24439 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 15 0 415737196 11084144640 21338 33554432000 4194304 4196468 140725353601808 140352278105104 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24440] ppid=24382 vsize=10824360 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24440/stat : 24440 (java) S 24382 24385 22378 0 -1 1077944384 2 13478 0 0 0 0 5 3 20 0 15 0 415737196 11084144640 21338 33554432000 4194304 4196468 140725353601808 140352166378640 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24441] ppid=24382 vsize=10824360 memory=4580 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24441/stat : 24441 (java) S 24382 24385 22378 0 -1 1077944384 2 13478 0 0 0 0 5 3 20 0 15 0 415737196 11084144640 21338 33554432000 4194304 4196468 140725353601808 140352165325584 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24442] ppid=24382 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24442/stat : 24442 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 15 0 415737196 11084144640 21338 33554432000 4194304 4196468 140725353601808 140352164273040 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24443] ppid=24382 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24443/stat : 24443 (java) S 24382 24385 22378 0 -1 1077944384 5 13478 0 0 0 0 5 3 20 0 15 0 415737198 11084144640 21338 33554432000 4194304 4196468 140725353601808 140351732914416 140352273873538 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24444] ppid=24382 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24444/stat : 24444 (java) S 24382 24385 22378 0 -1 1077944384 33 13478 0 0 0 0 5 3 20 0 15 0 415737198 11084144640 21338 33554432000 4194304 4196468 140725353601808 140351731860640 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24445] ppid=24382 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24445/stat : 24445 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 15 0 415737198 11084144640 21338 33554432000 4194304 4196468 140725353601808 140351612379888 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24446] ppid=24382 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24446/stat : 24446 (java) S 24382 24385 22378 0 -1 1077944384 2 13478 0 0 0 0 5 3 20 0 15 0 415737201 11084144640 21338 33554432000 4194304 4196468 140725353601808 140351008401360 140352273880987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24447] ppid=24382 vsize=10824360 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/24385/task/24447/stat : 24447 (java) R 24382 24385 22378 0 -1 4202560 881 13478 0 0 9 0 5 3 20 0 15 0 415737201 11084144640 21338 33554432000 4194304 4196468 140725353601808 140351698303728 140352257346394 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24448] ppid=24382 vsize=10824360 memory=0 CPUtime=0.23 cores=0,2,4,6
/proc/24385/task/24448/stat : 24448 (java) R 24382 24385 22378 0 -1 4202560 779 13478 0 0 15 0 5 3 20 0 15 0 415737201 11084144640 21338 33554432000 4194304 4196468 140725353601808 140351697251184 140352260186766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24449] ppid=24382 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/24385/task/24449/stat : 24449 (java) S 24382 24385 22378 0 -1 1077944384 912 13478 0 0 17 0 5 3 20 0 15 0 415737201 11084144640 21338 33554432000 4194304 4196468 140725353601808 140351696198128 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24450] ppid=24382 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24450/stat : 24450 (java) S 24382 24385 22378 0 -1 1077944384 3 13478 0 0 0 0 5 3 20 0 15 0 415737201 11084144640 21338 33554432000 4194304 4196468 140725353601808 140350538640224 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24451] ppid=24382 vsize=10824360 memory=3504 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24451/stat : 24451 (java) R 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 15 0 415737201 11084144640 21338 33554432000 4194304 4196468 140725353601808 140351695145520 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85352 KiB

[startup+1.50079 s]
/proc/loadavg: 1.28 1.35 1.58 3/229 24451
/proc/meminfo: memFree=30890632/32770624 swapFree=66996932/67108860
[pid=24385] ppid=24382 vsize=10834676 memory=173240 CPUtime=2.44 cores=0,2,4,6
/proc/24385/stat : 24385 (java) S 24382 24385 22378 0 -1 1077944320 21843 13478 0 0 225 11 5 3 20 0 15 0 415737186 11094708224 43310 33554432000 4194304 4196468 140725353601808 140725353584352 140352273862391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
/proc/24385/statm: 2708669 43310 3584 1 0 2670733 0
[pid=24385/tid=24438] ppid=24382 vsize=10834676 memory=140424626836056 CPUtime=1.43 cores=0,2,4,6
/proc/24385/task/24438/stat : 24438 (java) R 24382 24385 22378 0 -1 4202560 15174 13478 0 0 129 6 5 3 20 0 15 0 415737195 11094708224 43310 33554432000 4194304 4196468 140725353601808 140352245661456 140352273874326 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24439] ppid=24382 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/24385/task/24439/stat : 24439 (java) S 24382 24385 22378 0 -1 1077944384 345 13478 0 0 1 0 5 3 20 0 15 0 415737196 11094708224 43310 33554432000 4194304 4196468 140725353601808 140352278105104 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24440] ppid=24382 vsize=10834676 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24440/stat : 24440 (java) S 24382 24385 22378 0 -1 1077944384 68 13478 0 0 0 0 5 3 20 0 15 0 415737196 11094708224 43310 33554432000 4194304 4196468 140725353601808 140352166378640 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24441] ppid=24382 vsize=10834676 memory=8 CPUtime=0.09 cores=0,2,4,6
/proc/24385/task/24441/stat : 24441 (java) S 24382 24385 22378 0 -1 1077944384 84 13478 0 0 1 0 5 3 20 0 15 0 415737196 11094708224 43310 33554432000 4194304 4196468 140725353601808 140352165325584 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24442] ppid=24382 vsize=10834676 memory=280849254078880 CPUtime=0.09 cores=0,2,4,6
/proc/24385/task/24442/stat : 24442 (java) S 24382 24385 22378 0 -1 1077944384 22 13478 0 0 1 0 5 3 20 0 15 0 415737196 11094708224 43310 33554432000 4194304 4196468 140725353601808 140352164273040 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24443] ppid=24382 vsize=10834676 memory=245143848402616 CPUtime=0.09 cores=0,2,4,6
/proc/24385/task/24443/stat : 24443 (java) S 24382 24385 22378 0 -1 1077944384 184 13478 0 0 1 0 5 3 20 0 15 0 415737198 11094708224 43310 33554432000 4194304 4196468 140725353601808 140351732914416 140352273873538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24444] ppid=24382 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24444/stat : 24444 (java) S 24382 24385 22378 0 -1 1077944384 34 13478 0 0 0 0 5 3 20 0 15 0 415737198 11094708224 43310 33554432000 4194304 4196468 140725353601808 140351731860640 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24445] ppid=24382 vsize=10834676 memory=7517785382996641079 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24445/stat : 24445 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 15 0 415737198 11094708224 43310 33554432000 4194304 4196468 140725353601808 140351612379888 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24446] ppid=24382 vsize=10834676 memory=-8412658770403813517 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24446/stat : 24446 (java) S 24382 24385 22378 0 -1 1077944384 2 13478 0 0 0 0 5 3 20 0 15 0 415737201 11094708224 43310 33554432000 4194304 4196468 140725353601808 140351008401360 140352273880987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24447] ppid=24382 vsize=10834676 memory=-7668917182949848256 CPUtime=0.3 cores=0,2,4,6
/proc/24385/task/24447/stat : 24447 (java) S 24382 24385 22378 0 -1 1077944384 1076 13478 0 0 21 1 5 3 20 0 15 0 415737201 11094708224 43310 33554432000 4194304 4196468 140725353601808 140351698303728 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24448] ppid=24382 vsize=10834676 memory=8514726395714956677 CPUtime=0.32 cores=0,2,4,6
/proc/24385/task/24448/stat : 24448 (java) S 24382 24385 22378 0 -1 1077944384 890 13478 0 0 24 0 5 3 20 0 15 0 415737201 11094708224 43310 33554432000 4194304 4196468 140725353601808 140351697251184 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24449] ppid=24382 vsize=10834676 memory=7100839870004429938 CPUtime=0.5 cores=0,2,4,6
/proc/24385/task/24449/stat : 24449 (java) S 24382 24385 22378 0 -1 1077944384 1752 13478 0 0 42 0 5 3 20 0 15 0 415737201 11094708224 43310 33554432000 4194304 4196468 140725353601808 140351696198128 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24450] ppid=24382 vsize=10834676 memory=4628420171383865741 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24450/stat : 24450 (java) S 24382 24385 22378 0 -1 1077944384 3 13478 0 0 0 0 5 3 20 0 15 0 415737201 11094708224 43310 33554432000 4194304 4196468 140725353601808 140350538640224 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24451] ppid=24382 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24451/stat : 24451 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 15 0 415737201 11094708224 43310 33554432000 4194304 4196468 140725353601808 140351695145520 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834676 KiB

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

/proc/24385/task/24438/stat : 24438 (java) R 24382 24385 22378 0 -1 4202560 62388 13478 0 0 223985 40 5 3 20 0 15 0 415737195 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352245698512 140351846871722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24439] ppid=24382 vsize=10849032 memory=705408 CPUtime=9.97 cores=0,2,4,6
/proc/24385/task/24439/stat : 24439 (java) S 24382 24385 22378 0 -1 1077944384 13302 13478 0 0 940 49 5 3 20 0 15 0 415737196 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352278105104 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24440] ppid=24382 vsize=10849032 memory=705408 CPUtime=9.96 cores=0,2,4,6
/proc/24385/task/24440/stat : 24440 (java) S 24382 24385 22378 0 -1 1077944384 8660 13478 0 0 943 45 5 3 20 0 15 0 415737196 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352166378640 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24441] ppid=24382 vsize=10849032 memory=705408 CPUtime=9.96 cores=0,2,4,6
/proc/24385/task/24441/stat : 24441 (java) S 24382 24385 22378 0 -1 1077944384 9647 13478 0 0 941 47 5 3 20 0 15 0 415737196 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352165325584 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24442] ppid=24382 vsize=10849032 memory=705408 CPUtime=9.98 cores=0,2,4,6
/proc/24385/task/24442/stat : 24442 (java) S 24382 24385 22378 0 -1 1077944384 17168 13478 0 0 945 45 5 3 20 0 15 0 415737196 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352164273040 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24443] ppid=24382 vsize=10849032 memory=3504 CPUtime=8.94 cores=0,2,4,6
/proc/24385/task/24443/stat : 24443 (java) S 24382 24385 22378 0 -1 1077944384 13165 13478 0 0 840 46 5 3 20 0 15 0 415737198 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351732914416 140352273873538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24444] ppid=24382 vsize=10849032 memory=705408 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24444/stat : 24444 (java) S 24382 24385 22378 0 -1 1077944384 39 13478 0 0 0 0 5 3 20 0 15 0 415737198 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351731860704 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24445] ppid=24382 vsize=10849032 memory=705408 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24445/stat : 24445 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 15 0 415737198 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351612379904 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24446] ppid=24382 vsize=10849032 memory=705408 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24446/stat : 24446 (java) S 24382 24385 22378 0 -1 1077944384 2 13478 0 0 0 0 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351008401360 140352273880987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24447] ppid=24382 vsize=10849032 memory=705408 CPUtime=3.66 cores=0,2,4,6
/proc/24385/task/24447/stat : 24447 (java) S 24382 24385 22378 0 -1 1077944384 24412 13478 0 0 354 4 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351698303728 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24448] ppid=24382 vsize=10849032 memory=105016245378976 CPUtime=3.74 cores=0,2,4,6
/proc/24385/task/24448/stat : 24448 (java) S 24382 24385 22378 0 -1 1077944384 23137 13478 0 0 360 6 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351697251184 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24449] ppid=24382 vsize=10849032 memory=705408 CPUtime=1.98 cores=0,2,4,6
/proc/24385/task/24449/stat : 24449 (java) S 24382 24385 22378 0 -1 1077944384 16281 13478 0 0 187 3 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351696198128 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24450] ppid=24382 vsize=10849032 memory=705408 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24450/stat : 24450 (java) S 24382 24385 22378 0 -1 1077944384 3 13478 0 0 0 0 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140350538640224 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24451] ppid=24382 vsize=10849032 memory=1980 CPUtime=1.35 cores=0,2,4,6
/proc/24385/task/24451/stat : 24451 (java) S 24382 24385 22378 0 -1 1077944384 1210 13478 0 0 60 67 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351695145520 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
Current children cumulated CPU time: 2299.24 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 705408 KiB

[startup+2322.3 s]
/proc/loadavg: 1.41 1.38 1.40 3/229 24921
/proc/meminfo: memFree=30353260/32770624 swapFree=66996932/67108860
[pid=24385] ppid=24382 vsize=10849032 memory=705408 CPUtime=2359.98 cores=0,2,4,6
/proc/24385/stat : 24385 (java) S 24382 24385 22378 0 -1 1077944320 193102 13478 0 0 235681 309 5 3 20 0 15 0 415737186 11109408768 176352 33554432000 4194304 4196468 140725353601808 140725353584352 140352273862391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
/proc/24385/statm: 2712258 176352 3628 1 0 2674317 0
[pid=24385/tid=24438] ppid=24382 vsize=10849032 memory=288230574492221466 CPUtime=2299.81 cores=0,2,4,6
/proc/24385/task/24438/stat : 24438 (java) R 24382 24385 22378 0 -1 4202560 63167 13478 0 0 229932 41 5 3 20 0 15 0 415737195 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352245698496 140351844905206 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24439] ppid=24382 vsize=10849032 memory=705408 CPUtime=10.22 cores=0,2,4,6
/proc/24385/task/24439/stat : 24439 (java) S 24382 24385 22378 0 -1 1077944384 13419 13478 0 0 964 50 5 3 20 0 15 0 415737196 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352278105104 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24440] ppid=24382 vsize=10849032 memory=705408 CPUtime=10.21 cores=0,2,4,6
/proc/24385/task/24440/stat : 24440 (java) S 24382 24385 22378 0 -1 1077944384 8865 13478 0 0 967 46 5 3 20 0 15 0 415737196 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352166378640 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24441] ppid=24382 vsize=10849032 memory=705408 CPUtime=10.21 cores=0,2,4,6
/proc/24385/task/24441/stat : 24441 (java) S 24382 24385 22378 0 -1 1077944384 9666 13478 0 0 965 48 5 3 20 0 15 0 415737196 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352165325584 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24442] ppid=24382 vsize=10849032 memory=705408 CPUtime=10.22 cores=0,2,4,6
/proc/24385/task/24442/stat : 24442 (java) S 24382 24385 22378 0 -1 1077944384 17301 13478 0 0 968 46 5 3 20 0 15 0 415737196 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352164273040 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24443] ppid=24382 vsize=10849032 memory=705408 CPUtime=9.15 cores=0,2,4,6
/proc/24385/task/24443/stat : 24443 (java) S 24382 24385 22378 0 -1 1077944384 13369 13478 0 0 860 47 5 3 20 0 15 0 415737198 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351732914416 140352273873538 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24444] ppid=24382 vsize=10849032 memory=705408 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24444/stat : 24444 (java) S 24382 24385 22378 0 -1 1077944384 39 13478 0 0 0 0 5 3 20 0 15 0 415737198 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351731860704 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24445] ppid=24382 vsize=10849032 memory=705408 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24445/stat : 24445 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 15 0 415737198 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351612379904 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24446] ppid=24382 vsize=10849032 memory=705408 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24446/stat : 24446 (java) S 24382 24385 22378 0 -1 1077944384 2 13478 0 0 0 0 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351008401360 140352273880987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24447] ppid=24382 vsize=10849032 memory=705408 CPUtime=3.66 cores=0,2,4,6
/proc/24385/task/24447/stat : 24447 (java) S 24382 24385 22378 0 -1 1077944384 24414 13478 0 0 354 4 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351698303728 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 29 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24448] ppid=24382 vsize=10849032 memory=705408 CPUtime=3.74 cores=0,2,4,6
/proc/24385/task/24448/stat : 24448 (java) S 24382 24385 22378 0 -1 1077944384 23139 13478 0 0 360 6 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351697251184 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24449] ppid=24382 vsize=10849032 memory=705408 CPUtime=1.98 cores=0,2,4,6
/proc/24385/task/24449/stat : 24449 (java) S 24382 24385 22378 0 -1 1077944384 16283 13478 0 0 187 3 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351696198128 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 31 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24450] ppid=24382 vsize=10849032 memory=705408 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24450/stat : 24450 (java) S 24382 24385 22378 0 -1 1077944384 3 13478 0 0 0 0 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140350538640224 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24451] ppid=24382 vsize=10849032 memory=2512 CPUtime=1.38 cores=0,2,4,6
/proc/24385/task/24451/stat : 24451 (java) S 24382 24385 22378 0 -1 1077944384 1227 13478 0 0 62 68 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351695145520 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
Current children cumulated CPU time: 2359.98 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 705408 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2361.9 s]
/proc/loadavg: 1.30 1.35 1.39 3/229 24924
/proc/meminfo: memFree=30352528/32770624 swapFree=66996932/67108860
[pid=24385] ppid=24382 vsize=10849032 memory=705408 CPUtime=2400.09 cores=0,2,4,6
/proc/24385/stat : 24385 (java) S 24382 24385 22378 0 -1 1077944320 193482 13478 0 0 239687 314 5 3 20 0 15 0 415737186 11109408768 176352 33554432000 4194304 4196468 140725353601808 140725353584352 140352273862391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
/proc/24385/statm: 2712258 176352 3628 1 0 2674317 0
[pid=24385/tid=24438] ppid=24382 vsize=10849032 memory=705408 CPUtime=2339.03 cores=0,2,4,6
/proc/24385/task/24438/stat : 24438 (java) R 24382 24385 22378 0 -1 4202560 63464 13478 0 0 233854 41 5 3 20 0 15 0 415737195 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352245697856 140351846870039 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24439] ppid=24382 vsize=10849032 memory=705408 CPUtime=10.4 cores=0,2,4,6
/proc/24385/task/24439/stat : 24439 (java) S 24382 24385 22378 0 -1 1077944384 13436 13478 0 0 981 51 5 3 20 0 15 0 415737196 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352278105104 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24440] ppid=24382 vsize=10849032 memory=705408 CPUtime=10.39 cores=0,2,4,6
/proc/24385/task/24440/stat : 24440 (java) S 24382 24385 22378 0 -1 1077944384 8874 13478 0 0 984 47 5 3 20 0 15 0 415737196 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352166378640 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24441] ppid=24382 vsize=10849032 memory=705408 CPUtime=10.38 cores=0,2,4,6
/proc/24385/task/24441/stat : 24441 (java) S 24382 24385 22378 0 -1 1077944384 9684 13478 0 0 981 49 5 3 20 0 15 0 415737196 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352165325584 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24442] ppid=24382 vsize=10849032 memory=705408 CPUtime=10.41 cores=0,2,4,6
/proc/24385/task/24442/stat : 24442 (java) S 24382 24385 22378 0 -1 1077944384 17331 13478 0 0 986 47 5 3 20 0 15 0 415737196 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352164273040 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24443] ppid=24382 vsize=10849032 memory=705408 CPUtime=9.31 cores=0,2,4,6
/proc/24385/task/24443/stat : 24443 (java) S 24382 24385 22378 0 -1 1077944384 13375 13478 0 0 875 48 5 3 20 0 15 0 415737198 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351732914416 140352273873538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24444] ppid=24382 vsize=10849032 memory=705408 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24444/stat : 24444 (java) S 24382 24385 22378 0 -1 1077944384 39 13478 0 0 0 0 5 3 20 0 15 0 415737198 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351731860704 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24445] ppid=24382 vsize=10849032 memory=8560 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24445/stat : 24445 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 15 0 415737198 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351612379904 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24446] ppid=24382 vsize=10849032 memory=7518026621751088993 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24446/stat : 24446 (java) S 24382 24385 22378 0 -1 1077944384 2 13478 0 0 0 0 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351008401360 140352273880987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24447] ppid=24382 vsize=10849032 memory=39808 CPUtime=3.66 cores=0,2,4,6
/proc/24385/task/24447/stat : 24447 (java) S 24382 24385 22378 0 -1 1077944384 24414 13478 0 0 354 4 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351698303728 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24448] ppid=24382 vsize=10849032 memory=3028 CPUtime=3.74 cores=0,2,4,6
/proc/24385/task/24448/stat : 24448 (java) S 24382 24385 22378 0 -1 1077944384 23139 13478 0 0 360 6 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351697251184 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24449] ppid=24382 vsize=10849032 memory=705408 CPUtime=1.98 cores=0,2,4,6
/proc/24385/task/24449/stat : 24449 (java) S 24382 24385 22378 0 -1 1077944384 16284 13478 0 0 187 3 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351696198128 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24450] ppid=24382 vsize=10849032 memory=705408 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24450/stat : 24450 (java) S 24382 24385 22378 0 -1 1077944384 3 13478 0 0 0 0 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140350538640224 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24451] ppid=24382 vsize=10849032 memory=2012 CPUtime=1.41 cores=0,2,4,6
/proc/24385/task/24451/stat : 24451 (java) S 24382 24385 22378 0 -1 1077944384 1229 13478 0 0 63 70 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351695145520 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 705408 KiB

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

[startup+2361.93 s]
# the end of solver process 24385 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.94 s, system=3.19233 s

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

[startup+2361.9 s]
/proc/loadavg: 1.30 1.35 1.39 3/229 24924
/proc/meminfo: memFree=30352528/32770624 swapFree=66996932/67108860
[pid=24385] ppid=24382 vsize=10849032 memory=705408 CPUtime=2400.09 cores=0,2,4,6
/proc/24385/stat : 24385 (java) S 24382 24385 22378 0 -1 1077944320 193482 13478 0 0 239687 314 5 3 20 0 15 0 415737186 11109408768 176352 33554432000 4194304 4196468 140725353601808 140725353584352 140352273862391 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
/proc/24385/statm: 2712258 176352 3628 1 0 2674317 0
[pid=24385/tid=24438] ppid=24382 vsize=10849032 memory=705408 CPUtime=2339.03 cores=0,2,4,6
/proc/24385/task/24438/stat : 24438 (java) R 24382 24385 22378 0 -1 4202560 63464 13478 0 0 233854 41 5 3 20 0 15 0 415737195 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352245697856 140351846870039 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24439] ppid=24382 vsize=10849032 memory=705408 CPUtime=10.4 cores=0,2,4,6
/proc/24385/task/24439/stat : 24439 (java) S 24382 24385 22378 0 -1 1077944384 13436 13478 0 0 981 51 5 3 20 0 15 0 415737196 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352278105104 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24440] ppid=24382 vsize=10849032 memory=705408 CPUtime=10.39 cores=0,2,4,6
/proc/24385/task/24440/stat : 24440 (java) S 24382 24385 22378 0 -1 1077944384 8874 13478 0 0 984 47 5 3 20 0 15 0 415737196 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352166378640 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24441] ppid=24382 vsize=10849032 memory=705408 CPUtime=10.38 cores=0,2,4,6
/proc/24385/task/24441/stat : 24441 (java) S 24382 24385 22378 0 -1 1077944384 9684 13478 0 0 981 49 5 3 20 0 15 0 415737196 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352165325584 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24442] ppid=24382 vsize=10849032 memory=705408 CPUtime=10.41 cores=0,2,4,6
/proc/24385/task/24442/stat : 24442 (java) S 24382 24385 22378 0 -1 1077944384 17331 13478 0 0 986 47 5 3 20 0 15 0 415737196 11109408768 176352 33554432000 4194304 4196468 140725353601808 140352164273040 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24443] ppid=24382 vsize=10849032 memory=705408 CPUtime=9.31 cores=0,2,4,6
/proc/24385/task/24443/stat : 24443 (java) S 24382 24385 22378 0 -1 1077944384 13375 13478 0 0 875 48 5 3 20 0 15 0 415737198 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351732914416 140352273873538 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24444] ppid=24382 vsize=10849032 memory=705408 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24444/stat : 24444 (java) S 24382 24385 22378 0 -1 1077944384 39 13478 0 0 0 0 5 3 20 0 15 0 415737198 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351731860704 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24445] ppid=24382 vsize=10849032 memory=8560 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24445/stat : 24445 (java) S 24382 24385 22378 0 -1 1077944384 1 13478 0 0 0 0 5 3 20 0 15 0 415737198 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351612379904 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24446] ppid=24382 vsize=10849032 memory=7518026621751088993 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24446/stat : 24446 (java) S 24382 24385 22378 0 -1 1077944384 2 13478 0 0 0 0 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351008401360 140352273880987 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24447] ppid=24382 vsize=10849032 memory=39808 CPUtime=3.66 cores=0,2,4,6
/proc/24385/task/24447/stat : 24447 (java) S 24382 24385 22378 0 -1 1077944384 24414 13478 0 0 354 4 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351698303728 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 29 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24448] ppid=24382 vsize=10849032 memory=3028 CPUtime=3.74 cores=0,2,4,6
/proc/24385/task/24448/stat : 24448 (java) S 24382 24385 22378 0 -1 1077944384 23139 13478 0 0 360 6 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351697251184 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24449] ppid=24382 vsize=10849032 memory=705408 CPUtime=1.98 cores=0,2,4,6
/proc/24385/task/24449/stat : 24449 (java) S 24382 24385 22378 0 -1 1077944384 16284 13478 0 0 187 3 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351696198128 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 31 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24450] ppid=24382 vsize=10849032 memory=705408 CPUtime=0.08 cores=0,2,4,6
/proc/24385/task/24450/stat : 24450 (java) S 24382 24385 22378 0 -1 1077944384 3 13478 0 0 0 0 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140350538640224 140352273872597 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
[pid=24385/tid=24451] ppid=24382 vsize=10849032 memory=2012 CPUtime=1.41 cores=0,2,4,6
/proc/24385/task/24451/stat : 24451 (java) S 24382 24385 22378 0 -1 1077944384 1229 13478 0 0 63 70 5 3 20 0 15 0 415737201 11109408768 176352 33554432000 4194304 4196468 140725353601808 140351695145520 140352273873538 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21684224 140725353605872 140725353608389 140725353608389 140725353611215 0
Current children cumulated CPU time: 2400.09 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 705408 KiB

Child status: 143
Real time (s): 2361.93
CPU time (s): 2400.13
CPU user time (s): 2396.94
CPU system time (s): 3.19233
CPU usage (%): 101.617
Max. virtual memory (cumulated for all children) (KiB): 10851852
Max. memory (cumulated for all children) (KiB): 705408

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.94
system time used= 3.19233
maximum resident set size= 709544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 207974
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3336
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 249379
involuntary context switches= 7405


# summary of solver processes directly reported to runsolver:
#   pid: 24385
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2396.94
#   total CPU system time (s): 3.19233

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6806 second user time and 20.3151 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-13 19:13:02
IDJOB=4396464
IDBENCH=115990
IDSOLVER=2847
FILE ID=node103/4396464-1568394841
RUNJOBID= node103-1568393993-23927
PBS_JOBID= 21701854
Free space on /tmp= 61684 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-12.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396464-1568394841/watcher-4396464-1568394841 -o /tmp/evaluation-result-4396464-1568394841/solver-4396464-1568394841 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568393993-23927 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=590405098 HOME/instance-4396464-1568394841.xml

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

MD5SUM BENCH= d0005c97ad61d9cead696518787f869e
RANDOM SEED=590405098

node103.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.74
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.74
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.74
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.74
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:        30988480 kB
MemAvailable:   31241264 kB
Buffers:           62380 kB
Cached:           474296 kB
SwapCached:         9140 kB
Active:          1091152 kB
Inactive:         107016 kB
Active(anon):     655840 kB
Inactive(anon):    46792 kB
Active(file):     435312 kB
Inactive(file):    60224 kB
Unevictable:      111360 kB
Mlocked:          111360 kB
SwapTotal:      67108860 kB
SwapFree:       66996932 kB
Dirty:             35652 kB
Writeback:             0 kB
AnonPages:        764608 kB
Mapped:            57624 kB
Shmem:             32620 kB
Slab:             175572 kB
SReclaimable:     146164 kB
SUnreclaim:        29408 kB
KernelStack:        3824 kB
PageTables:         7592 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1919628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    598016 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61648 MiB
End job on node103 at 2019-09-13 19:52:24