Trace number 4396501

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)38 2400.1 2363.43

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-06-12.xml
MD5SUM7162d4a2bfb4649e5ff01c254dbd946c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark38
Best CPU time to get the best result obtained on this benchmark41.4225
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints172
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":72},{"size":9,"count":72}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":72},{"degree":7,"count":4},{"degree":8,"count":28},{"degree":10,"count":40}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":72},{"arity":3,"count":28},{"arity":4,"count":4},{"arity":6,"count":28},{"arity":9,"count":40}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":72}]
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.76/0.57	c Concrete v3.12.2.1568380929293 running
10.20/4.17	o 24
10.51/4.20	o 25
11.75/4.65	o 28
11.75/4.67	o 29
14.49/6.34	o 30
15.10/6.80	o 32
21.30/12.42	o 34
144.28/134.01	o 35
234.33/223.19	o 36
795.07/777.75	o 37
1999.13/1967.39	o 38
2400.06/2363.40	Exception in thread "main" java.util.concurrent.TimeoutException
2400.06/2363.40		at concrete.MAC.mac(MAC.scala:192)
2400.06/2363.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.06/2363.40		at scala.util.Try$.apply(Try.scala:212)
2400.06/2363.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.06/2363.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.06/2363.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.06/2363.40		at concrete.MAC.oneRun(MAC.scala:265)
2400.06/2363.40		at concrete.MAC.nextSolution(MAC.scala:284)
2400.06/2363.40		at concrete.MAC.nextSolution(MAC.scala:369)
2400.06/2363.40		at concrete.Solver.hasNext(Solver.scala:160)
2400.06/2363.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2363.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2363.40		at concrete.Solver.foreach(Solver.scala:67)
2400.06/2363.40		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.06/2363.40		at scala.util.Success.map(Try.scala:264)
2400.06/2363.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.06/2363.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.06/2363.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.06/2363.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.06/2363.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.06/2363.40		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.06/2363.40		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.06/2363.40		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.06/2363.40		at scala.App.$anonfun$main$1(App.scala:75)
2400.06/2363.40		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.06/2363.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2363.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2363.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.06/2363.41		at scala.App.main(App.scala:75)
2400.06/2363.41		at scala.App.main$(App.scala:73)
2400.06/2363.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.06/2363.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.06/2363.41	v <instantiation
2400.06/2363.41	v         cost = '38'>
2400.06/2363.41	v       <list>
2400.06/2363.41	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] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[5][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] s[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[5][9] s[5][10] s[5][11]
2400.06/2363.41	v       </list>
2400.06/2363.41	v       <values>
2400.06/2363.41	v         1 0 1 1 0 1 1 0 0 1 1 0 1 1 0 1 0 1 0 0 1 0 0 1 0 0 0 1 0 0 1 1 0 1 1 1 1 1 1 0 1 1 0 0 1 0 0 0 1 0 0 1 0 0 1 0 1 0 1 1 0 1 1 0 0 1 1 0 1 1 0 1 2 4 3 2 4 2 2 2 2 2 2 2 2 3 5 3 5 3 5 4 3 5 6 3 4 5 5 3 5 4 3 3 4 3 3 2 2 3 3 4 3 3 4 5 3 5 5 4 3 6 5 3 4 5 3 5 3 5 3 2 2 2 2 2 2 2 2 4 2 3 4 2
2400.06/2363.41	v       </values>
2400.06/2363.41	v     </instantiation>
2400.06/2363.41	s SATISFIABLE

Verifier Data

OK	38

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396501-1568394117/watcher-4396501-1568394117 -o /tmp/evaluation-result-4396501-1568394117/solver-4396501-1568394117 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568393993-23928 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=590405098 HOME/instance-4396501-1568394117.xml 

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

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


[startup+0.100125 s]*
/proc/loadavg: 1.65 1.86 1.93 3/214 24216
/proc/meminfo: memFree=30988060/32770624 swapFree=66996932/67108860
[pid=24164] ppid=24161 vsize=8383548 memory=9696 CPUtime=0.08 cores=1,3,5,7
/proc/24164/stat : 24164 (java) S 24161 24164 22378 0 -1 1077944320 3206 13021 0 0 0 0 5 3 20 0 4 0 415664797 8584753152 2424 33554432000 4194304 4196468 140735126145776 140735126128320 140627731676919 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
/proc/24164/statm: 2095887 2424 1181 1 0 2084798 0
[pid=24164/tid=24217] ppid=24161 vsize=8385604 memory=720575944405811505 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24217/stat : 24217 (java) S 24161 24164 22378 0 -1 1077944384 1007 13021 0 0 0 0 5 3 20 0 6 0 415664807 8586858496 2490 33554432000 4194304 4196468 140735126145776 140627703518928 140627731687125 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24218] ppid=24161 vsize=8385604 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24218/stat : 24218 (java) S 24161 24164 22378 0 -1 1077944384 0 13021 0 0 0 0 5 3 20 0 6 0 415664808 8586858496 2490 33554432000 4194304 4196468 140735126145776 140627735919584 140627731687125 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24219] ppid=24161 vsize=8385604 memory=3906504269644048032 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24219/stat : 24219 (java) S 24161 24164 22378 0 -1 1077944384 0 13021 0 0 0 0 5 3 20 0 6 0 415664808 8586858496 2490 33554432000 4194304 4196468 140735126145776 140627634809696 140627731687125 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24220] ppid=24161 vsize=8385604 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24220/stat : 24220 (java) R 24161 24164 22378 0 -1 1077944384 0 13021 0 0 0 0 5 3 20 0 6 0 415664808 8586858496 2490 33554432000 4194304 4196468 140735126145776 140627633756896 140627731687125 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24221] ppid=24161 vsize=8647748 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24221/stat : 24221 (java) D 24161 24164 22378 0 -1 4202560 0 13021 0 0 0 0 5 3 20 0 6 0 415664808 8855293952 2490 33554432000 4194304 4196468 140735126145776 140627632703240 140627724393882 0 4 0 16784584 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 8383548 KiB
Current children cumulated memory: 9696 KiB

[startup+0.210179 s]*
/proc/loadavg: 1.65 1.86 1.93 5/228 24230
/proc/meminfo: memFree=30964396/32770624 swapFree=66996932/67108860
[pid=24164] ppid=24161 vsize=10819664 memory=40708 CPUtime=0.22 cores=1,3,5,7
/proc/24164/stat : 24164 (java) S 24161 24164 22378 0 -1 1077944320 7002 13021 0 0 12 2 5 3 20 0 15 0 415664797 11079335936 10177 33554432000 4194304 4196468 140735126145776 140735126128320 140627731676919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
/proc/24164/statm: 2704916 10177 3132 1 0 2667149 0
[pid=24164/tid=24217] ppid=24161 vsize=10819664 memory=751940894209540401 CPUtime=0.17 cores=1,3,5,7
/proc/24164/task/24217/stat : 24217 (java) R 24161 24164 22378 0 -1 1077944384 3537 13021 0 0 8 1 5 3 20 0 15 0 415664807 11079335936 10177 33554432000 4194304 4196468 140735126145776 140627703509632 140627731687125 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24218] ppid=24161 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24218/stat : 24218 (java) S 24161 24164 22378 0 -1 1077944384 1 13021 0 0 0 0 5 3 20 0 15 0 415664808 11079335936 10177 33554432000 4194304 4196468 140735126145776 140627735919248 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24219] ppid=24161 vsize=10819664 memory=3906504269644048032 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24219/stat : 24219 (java) S 24161 24164 22378 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 415664808 11079335936 10177 33554432000 4194304 4196468 140735126145776 140627634809360 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24220] ppid=24161 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24220/stat : 24220 (java) S 24161 24164 22378 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 415664808 11079335936 10177 33554432000 4194304 4196468 140735126145776 140627633756560 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24221] ppid=24161 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24221/stat : 24221 (java) S 24161 24164 22378 0 -1 1077944384 1 13021 0 0 0 0 5 3 20 0 15 0 415664808 11079335936 10177 33554432000 4194304 4196468 140735126145776 140627632703760 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24222] ppid=24161 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24222/stat : 24222 (java) S 24161 24164 22378 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 415664809 11079335936 10177 33554432000 4194304 4196468 140735126145776 140627191135088 140627731688066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24223] ppid=24161 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24223/stat : 24223 (java) S 24161 24164 22378 0 -1 1077944384 13 13021 0 0 0 0 5 3 20 0 15 0 415664810 11079335936 10177 33554432000 4194304 4196468 140735126145776 140626638136864 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24224] ppid=24161 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24224/stat : 24224 (java) S 24161 24164 22378 0 -1 1077944384 21 13021 0 0 0 0 5 3 20 0 15 0 415664810 11079335936 10177 33554432000 4194304 4196468 140735126145776 140626604578160 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24225] ppid=24161 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24225/stat : 24225 (java) S 24161 24164 22378 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 415664813 11079335936 10177 33554432000 4194304 4196468 140735126145776 140626490288464 140627731695515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24226] ppid=24161 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24226/stat : 24226 (java) R 24161 24164 22378 0 -1 4202560 443 13021 0 0 0 0 5 3 20 0 15 0 415664813 11079335936 10177 33554432000 4194304 4196468 140735126145776 140627190081904 140627715943148 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24227] ppid=24161 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24227/stat : 24227 (java) R 24161 24164 22378 0 -1 4202560 156 13021 0 0 0 0 5 3 20 0 15 0 415664813 11079335936 10177 33554432000 4194304 4196468 140735126145776 140627189029104 140627716802873 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24228] ppid=24161 vsize=10819664 memory=140455491282560 CPUtime=0.09 cores=1,3,5,7
/proc/24164/task/24228/stat : 24228 (java) R 24161 24164 22378 0 -1 4202560 613 13021 0 0 1 0 5 3 20 0 15 0 415664813 11079335936 10177 33554432000 4194304 4196468 140735126145776 140627187972248 140627710812688 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24229] ppid=24161 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24229/stat : 24229 (java) S 24161 24164 22378 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 415664813 11079335936 10177 33554432000 4194304 4196468 140735126145776 140626020526304 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24230] ppid=24161 vsize=10819664 memory=140455491282560 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24230/stat : 24230 (java) S 24161 24164 22378 0 -1 1077944384 1 13021 0 0 0 0 5 3 20 0 15 0 415664814 11079335936 10177 33554432000 4194304 4196468 140735126145776 140627186924720 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40708 KiB

[startup+0.310569 s]*
/proc/loadavg: 1.65 1.86 1.93 4/228 24230
/proc/meminfo: memFree=30947544/32770624 swapFree=66996932/67108860
[pid=24164] ppid=24161 vsize=10820148 memory=52424 CPUtime=0.38 cores=1,3,5,7
/proc/24164/stat : 24164 (java) S 24161 24164 22378 0 -1 1077944320 10797 13021 0 0 26 4 5 3 20 0 15 0 415664797 11079831552 13106 33554432000 4194304 4196468 140735126145776 140735126128320 140627731676919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
/proc/24164/statm: 2705037 13106 3301 1 0 2667149 0
[pid=24164/tid=24217] ppid=24161 vsize=10820148 memory=8317482817917895235 CPUtime=0.27 cores=1,3,5,7
/proc/24164/task/24217/stat : 24217 (java) R 24161 24164 22378 0 -1 4202560 7266 13021 0 0 16 3 5 3 20 0 15 0 415664807 11079831552 13106 33554432000 4194304 4196468 140735126145776 140627703476832 140627715757406 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24218] ppid=24161 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24218/stat : 24218 (java) S 24161 24164 22378 0 -1 1077944384 1 13021 0 0 0 0 5 3 20 0 15 0 415664808 11079831552 13106 33554432000 4194304 4196468 140735126145776 140627735919248 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24219] ppid=24161 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24219/stat : 24219 (java) S 24161 24164 22378 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 415664808 11079831552 13106 33554432000 4194304 4196468 140735126145776 140627634809360 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24220] ppid=24161 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24220/stat : 24220 (java) S 24161 24164 22378 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 415664808 11079831552 13106 33554432000 4194304 4196468 140735126145776 140627633756560 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24221] ppid=24161 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24221/stat : 24221 (java) S 24161 24164 22378 0 -1 1077944384 1 13021 0 0 0 0 5 3 20 0 15 0 415664808 11079831552 13106 33554432000 4194304 4196468 140735126145776 140627632703760 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24222] ppid=24161 vsize=10820148 memory=140455491282559 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24222/stat : 24222 (java) S 24161 24164 22378 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 415664809 11079831552 13106 33554432000 4194304 4196468 140735126145776 140627191135088 140627731688066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24223] ppid=24161 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24223/stat : 24223 (java) S 24161 24164 22378 0 -1 1077944384 13 13021 0 0 0 0 5 3 20 0 15 0 415664810 11079831552 13106 33554432000 4194304 4196468 140735126145776 140626638136864 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24224] ppid=24161 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24224/stat : 24224 (java) S 24161 24164 22378 0 -1 1077944384 21 13021 0 0 0 0 5 3 20 0 15 0 415664810 11079831552 13106 33554432000 4194304 4196468 140735126145776 140626604578160 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24225] ppid=24161 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24225/stat : 24225 (java) S 24161 24164 22378 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 415664813 11079831552 13106 33554432000 4194304 4196468 140735126145776 140626490288464 140627731695515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24226] ppid=24161 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/24164/task/24226/stat : 24226 (java) S 24161 24164 22378 0 -1 1077944384 465 13021 0 0 2 0 5 3 20 0 15 0 415664813 11079831552 13106 33554432000 4194304 4196468 140735126145776 140627190081904 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24227] ppid=24161 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/24164/task/24227/stat : 24227 (java) S 24161 24164 22378 0 -1 1077944384 183 13021 0 0 1 0 5 3 20 0 15 0 415664813 11079831552 13106 33554432000 4194304 4196468 140735126145776 140627189029104 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24228] ppid=24161 vsize=10820148 memory=140455491282560 CPUtime=0.13 cores=1,3,5,7
/proc/24164/task/24228/stat : 24228 (java) S 24161 24164 22378 0 -1 1077944384 630 13021 0 0 5 0 5 3 20 0 15 0 415664813 11079831552 13106 33554432000 4194304 4196468 140735126145776 140627187976304 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24229] ppid=24161 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24229/stat : 24229 (java) S 24161 24164 22378 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 415664813 11079831552 13106 33554432000 4194304 4196468 140735126145776 140626020526304 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24230] ppid=24161 vsize=10820148 memory=140455491282560 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24230/stat : 24230 (java) S 24161 24164 22378 0 -1 1077944384 1 13021 0 0 0 0 5 3 20 0 15 0 415664814 11079831552 13106 33554432000 4194304 4196468 140735126145776 140627186924720 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 52424 KiB

[startup+0.703339 s]
/proc/loadavg: 1.65 1.86 1.93 3/228 24230
/proc/meminfo: memFree=30934944/32770624 swapFree=66996932/67108860
[pid=24164] ppid=24161 vsize=10822312 memory=83276 CPUtime=1.11 cores=1,3,5,7
/proc/24164/stat : 24164 (java) S 24161 24164 22378 0 -1 1077944320 15036 13021 0 0 97 6 5 3 20 0 15 0 415664797 11082047488 20819 33554432000 4194304 4196468 140735126145776 140735126128320 140627731676919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
/proc/24164/statm: 2705578 20819 3507 1 0 2667661 0
[pid=24164/tid=24217] ppid=24161 vsize=10822312 memory=5795117241467496816 CPUtime=0.65 cores=1,3,5,7
/proc/24164/task/24217/stat : 24217 (java) R 24161 24164 22378 0 -1 4202560 10264 13021 0 0 53 4 5 3 20 0 15 0 415664807 11082047488 20819 33554432000 4194304 4196468 140735126145776 140627703507840 140627312474704 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24218] ppid=24161 vsize=10822312 memory=1388 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24218/stat : 24218 (java) S 24161 24164 22378 0 -1 1077944384 1 13021 0 0 0 0 5 3 20 0 15 0 415664808 11082047488 20819 33554432000 4194304 4196468 140735126145776 140627735919248 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24219] ppid=24161 vsize=10822312 memory=776 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24219/stat : 24219 (java) S 24161 24164 22378 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 415664808 11082047488 20819 33554432000 4194304 4196468 140735126145776 140627634809360 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24220] ppid=24161 vsize=10822312 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24220/stat : 24220 (java) S 24161 24164 22378 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 415664808 11082047488 20819 33554432000 4194304 4196468 140735126145776 140627633756560 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24221] ppid=24161 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24221/stat : 24221 (java) S 24161 24164 22378 0 -1 1077944384 1 13021 0 0 0 0 5 3 20 0 15 0 415664808 11082047488 20819 33554432000 4194304 4196468 140735126145776 140627632703760 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24222] ppid=24161 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24222/stat : 24222 (java) S 24161 24164 22378 0 -1 1077944384 5 13021 0 0 0 0 5 3 20 0 15 0 415664809 11082047488 20819 33554432000 4194304 4196468 140735126145776 140627191135088 140627731688066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24223] ppid=24161 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24223/stat : 24223 (java) S 24161 24164 22378 0 -1 1077944384 13 13021 0 0 0 0 5 3 20 0 15 0 415664810 11082047488 20819 33554432000 4194304 4196468 140735126145776 140626638136864 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24224] ppid=24161 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24224/stat : 24224 (java) S 24161 24164 22378 0 -1 1077944384 21 13021 0 0 0 0 5 3 20 0 15 0 415664810 11082047488 20819 33554432000 4194304 4196468 140735126145776 140626604578160 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24225] ppid=24161 vsize=10822312 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24225/stat : 24225 (java) S 24161 24164 22378 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 415664813 11082047488 20819 33554432000 4194304 4196468 140735126145776 140626490288464 140627731695515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24226] ppid=24161 vsize=10824360 memory=0 CPUtime=0.2 cores=1,3,5,7
/proc/24164/task/24226/stat : 24226 (java) R 24161 24164 22378 0 -1 4202560 898 13021 0 0 12 0 5 3 20 0 15 0 415664813 11084144640 20880 33554432000 4194304 4196468 140735126145776 140627190071824 140627731698266 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24227] ppid=24161 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/24164/task/24227/stat : 24227 (java) R 24161 24164 22378 0 -1 4202560 746 13021 0 0 15 0 5 3 20 0 15 0 415664813 11084144640 20880 33554432000 4194304 4196468 140735126145776 140627189015200 140627713196604 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24228] ppid=24161 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/24164/task/24228/stat : 24228 (java) R 24161 24164 22378 0 -1 4202560 871 13021 0 0 16 0 5 3 20 0 15 0 415664813 11084144640 20880 33554432000 4194304 4196468 140735126145776 140627187976304 140627731688854 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24229] ppid=24161 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24229/stat : 24229 (java) S 24161 24164 22378 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 415664813 11084144640 20880 33554432000 4194304 4196468 140735126145776 140626020526304 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24230] ppid=24161 vsize=10824360 memory=3504 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24230/stat : 24230 (java) S 24161 24164 22378 0 -1 1077944384 1 13021 0 0 0 0 5 3 20 0 15 0 415664814 11084144640 20880 33554432000 4194304 4196468 140735126145776 140627186924720 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
Current children cumulated CPU time: 1.11 s
Current children cumulated vsize: 10822312 KiB
Current children cumulated memory: 83276 KiB

[startup+1.50065 s]
/proc/loadavg: 1.65 1.86 1.93 3/228 24230
/proc/meminfo: memFree=30896948/32770624 swapFree=66996932/67108860
[pid=24164] ppid=24161 vsize=10834676 memory=172944 CPUtime=2.43 cores=1,3,5,7
/proc/24164/stat : 24164 (java) S 24161 24164 22378 0 -1 1077944320 21754 13021 0 0 224 11 5 3 20 0 15 0 415664797 11094708224 43236 33554432000 4194304 4196468 140735126145776 140735126128320 140627731676919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
/proc/24164/statm: 2708669 43236 3582 1 0 2670733 0
[pid=24164/tid=24217] ppid=24161 vsize=10834676 memory=140455362695768 CPUtime=1.42 cores=1,3,5,7
/proc/24164/task/24217/stat : 24217 (java) R 24161 24164 22378 0 -1 4202560 15269 13021 0 0 127 7 5 3 20 0 15 0 415664807 11094708224 43236 33554432000 4194304 4196468 140735126145776 140627703484192 140627731688854 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24218] ppid=24161 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/24164/task/24218/stat : 24218 (java) S 24161 24164 22378 0 -1 1077944384 22 13021 0 0 1 0 5 3 20 0 15 0 415664808 11094708224 43236 33554432000 4194304 4196468 140735126145776 140627735919248 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24219] ppid=24161 vsize=10834676 memory=6628 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24219/stat : 24219 (java) S 24161 24164 22378 0 -1 1077944384 80 13021 0 0 0 0 5 3 20 0 15 0 415664808 11094708224 43236 33554432000 4194304 4196468 140735126145776 140627634809360 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24220] ppid=24161 vsize=10834676 memory=8 CPUtime=0.09 cores=1,3,5,7
/proc/24164/task/24220/stat : 24220 (java) S 24161 24164 22378 0 -1 1077944384 76 13021 0 0 1 0 5 3 20 0 15 0 415664808 11094708224 43236 33554432000 4194304 4196468 140735126145776 140627633756560 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24221] ppid=24161 vsize=10834676 memory=280910725798304 CPUtime=0.09 cores=1,3,5,7
/proc/24164/task/24221/stat : 24221 (java) S 24161 24164 22378 0 -1 1077944384 330 13021 0 0 1 0 5 3 20 0 15 0 415664808 11094708224 43236 33554432000 4194304 4196468 140735126145776 140627632703760 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24222] ppid=24161 vsize=10834676 memory=244224725400830 CPUtime=0.09 cores=1,3,5,7
/proc/24164/task/24222/stat : 24222 (java) S 24161 24164 22378 0 -1 1077944384 158 13021 0 0 1 0 5 3 20 0 15 0 415664809 11094708224 43236 33554432000 4194304 4196468 140735126145776 140627191135088 140627731688066 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24223] ppid=24161 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24223/stat : 24223 (java) S 24161 24164 22378 0 -1 1077944384 13 13021 0 0 0 0 5 3 20 0 15 0 415664810 11094708224 43236 33554432000 4194304 4196468 140735126145776 140626638136864 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24224] ppid=24161 vsize=10834676 memory=7517785413732500791 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24224/stat : 24224 (java) S 24161 24164 22378 0 -1 1077944384 43 13021 0 0 0 0 5 3 20 0 15 0 415664810 11094708224 43263 33554432000 4194304 4196468 140735126145776 140626604578160 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24225] ppid=24161 vsize=10834676 memory=-8412658770403813517 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24225/stat : 24225 (java) S 24161 24164 22378 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 415664813 11094708224 43263 33554432000 4194304 4196468 140735126145776 140626490288464 140627731695515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24226] ppid=24161 vsize=10834676 memory=-7668917182949848256 CPUtime=0.3 cores=1,3,5,7
/proc/24164/task/24226/stat : 24226 (java) R 24161 24164 22378 0 -1 1077944384 1077 13021 0 0 22 0 5 3 20 0 15 0 415664813 11094708224 43263 33554432000 4194304 4196468 140735126145776 140627190081904 140627731688066 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24227] ppid=24161 vsize=10834676 memory=8514726395714956677 CPUtime=0.35 cores=1,3,5,7
/proc/24164/task/24227/stat : 24227 (java) S 24161 24164 22378 0 -1 1077944384 854 13021 0 0 27 0 5 3 20 0 15 0 415664813 11094708224 43263 33554432000 4194304 4196468 140735126145776 140627189029104 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24228] ppid=24161 vsize=10834676 memory=7100839870004429938 CPUtime=0.48 cores=1,3,5,7
/proc/24164/task/24228/stat : 24228 (java) R 24161 24164 22378 0 -1 4202560 1624 13021 0 0 40 0 5 3 20 0 15 0 415664813 11094708224 43263 33554432000 4194304 4196468 140735126145776 140627187976304 140627713249337 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24229] ppid=24161 vsize=10834676 memory=4628420171383865741 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24229/stat : 24229 (java) S 24161 24164 22378 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 415664813 11094708224 43263 33554432000 4194304 4196468 140735126145776 140626020526304 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24230] ppid=24161 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24230/stat : 24230 (java) S 24161 24164 22378 0 -1 1077944384 1 13021 0 0 0 0 5 3 20 0 15 0 415664814 11094708224 43263 33554432000 4194304 4196468 140735126145776 140627186924720 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
Current children cumulated CPU time: 2.43 s
Current children cumulated vsize: 10834676 KiB

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

/proc/24164/task/24217/stat : 24217 (java) R 24161 24164 22378 0 -1 4202560 57717 13021 0 0 218314 38 5 3 20 0 15 0 415664807 11109408768 174840 33554432000 4194304 4196468 140735126145776 140627703512896 140627327048783 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24218] ppid=24161 vsize=10849032 memory=699360 CPUtime=8.67 cores=1,3,5,7
/proc/24164/task/24218/stat : 24218 (java) S 24161 24164 22378 0 -1 1077944384 7745 13021 0 0 818 41 5 3 20 0 15 0 415664808 11109408768 174840 33554432000 4194304 4196468 140735126145776 140627735919248 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24219] ppid=24161 vsize=10849032 memory=6791534058613427641 CPUtime=8.61 cores=1,3,5,7
/proc/24164/task/24219/stat : 24219 (java) S 24161 24164 22378 0 -1 1077944384 10610 13021 0 0 814 39 5 3 20 0 15 0 415664808 11109408768 174840 33554432000 4194304 4196468 140735126145776 140627634809360 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24220] ppid=24161 vsize=10849032 memory=699360 CPUtime=8.69 cores=1,3,5,7
/proc/24164/task/24220/stat : 24220 (java) S 24161 24164 22378 0 -1 1077944384 11984 13021 0 0 821 40 5 3 20 0 15 0 415664808 11109408768 174840 33554432000 4194304 4196468 140735126145776 140627633756560 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24221] ppid=24161 vsize=10849032 memory=699360 CPUtime=8.67 cores=1,3,5,7
/proc/24164/task/24221/stat : 24221 (java) S 24161 24164 22378 0 -1 1077944384 9712 13021 0 0 818 41 5 3 20 0 15 0 415664808 11109408768 174840 33554432000 4194304 4196468 140735126145776 140627632703760 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24222] ppid=24161 vsize=10849032 memory=699360 CPUtime=7.93 cores=1,3,5,7
/proc/24164/task/24222/stat : 24222 (java) S 24161 24164 22378 0 -1 1077944384 10404 13021 0 0 744 41 5 3 20 0 15 0 415664809 11109408768 174840 33554432000 4194304 4196468 140735126145776 140627191135088 140627731688066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24223] ppid=24161 vsize=10849032 memory=699360 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24223/stat : 24223 (java) S 24161 24164 22378 0 -1 1077944384 19 13021 0 0 0 0 5 3 20 0 15 0 415664810 11109408768 174840 33554432000 4194304 4196468 140735126145776 140626638136928 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24224] ppid=24161 vsize=10849032 memory=699360 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24224/stat : 24224 (java) S 24161 24164 22378 0 -1 1077944384 50 13021 0 0 0 0 5 3 20 0 15 0 415664810 11109408768 174840 33554432000 4194304 4196468 140735126145776 140626604578176 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24225] ppid=24161 vsize=10849032 memory=699360 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24225/stat : 24225 (java) S 24161 24164 22378 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 415664813 11109408768 174840 33554432000 4194304 4196468 140735126145776 140626490288464 140627731695515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24226] ppid=24161 vsize=10849032 memory=699360 CPUtime=4.13 cores=1,3,5,7
/proc/24164/task/24226/stat : 24226 (java) S 24161 24164 22378 0 -1 1077944384 29240 13021 0 0 401 4 5 3 20 0 15 0 415664813 11109408768 174840 33554432000 4194304 4196468 140735126145776 140627190081904 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24227] ppid=24161 vsize=10849032 memory=699360 CPUtime=4.02 cores=1,3,5,7
/proc/24164/task/24227/stat : 24227 (java) S 24161 24164 22378 0 -1 1077944384 24678 13021 0 0 391 3 5 3 20 0 15 0 415664813 11109408768 174840 33554432000 4194304 4196468 140735126145776 140627189029104 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24228] ppid=24161 vsize=10849032 memory=699360 CPUtime=2.06 cores=1,3,5,7
/proc/24164/task/24228/stat : 24228 (java) S 24161 24164 22378 0 -1 1077944384 19955 13021 0 0 193 5 5 3 20 0 15 0 415664813 11109408768 174840 33554432000 4194304 4196468 140735126145776 140627187976304 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24229] ppid=24161 vsize=10849032 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24229/stat : 24229 (java) S 24161 24164 22378 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 415664813 11109408768 174840 33554432000 4194304 4196468 140735126145776 140626020526304 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24230] ppid=24161 vsize=10849032 memory=699360 CPUtime=1.27 cores=1,3,5,7
/proc/24164/task/24230/stat : 24230 (java) S 24161 24164 22378 0 -1 1077944384 1257 13021 0 0 55 64 5 3 20 0 15 0 415664814 11109408768 174840 33554432000 4194304 4196468 140735126145776 140627186924720 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
Current children cumulated CPU time: 2237.03 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 699360 KiB

[startup+2262.3 s]
/proc/loadavg: 1.31 1.37 1.40 3/227 24588
/proc/meminfo: memFree=30273204/32770624 swapFree=66996932/67108860
[pid=24164] ppid=24161 vsize=10849032 memory=701408 CPUtime=2297.75 cores=1,3,5,7
/proc/24164/stat : 24164 (java) S 24161 24164 22378 0 -1 1077944320 186393 13021 0 0 229489 278 5 3 20 0 15 0 415664797 11109408768 175352 33554432000 4194304 4196468 140735126145776 140735126128320 140627731676919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
/proc/24164/statm: 2712258 175352 3629 1 0 2674317 0
[pid=24164/tid=24217] ppid=24161 vsize=10849032 memory=3028 CPUtime=2243.11 cores=1,3,5,7
/proc/24164/task/24217/stat : 24217 (java) R 24161 24164 22378 0 -1 4202560 58213 13021 0 0 224264 39 5 3 20 0 15 0 415664807 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627703513504 140627324354731 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24218] ppid=24161 vsize=10849032 memory=701408 CPUtime=8.92 cores=1,3,5,7
/proc/24164/task/24218/stat : 24218 (java) S 24161 24164 22378 0 -1 1077944384 7773 13021 0 0 841 43 5 3 20 0 15 0 415664808 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627735919248 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24219] ppid=24161 vsize=10849032 memory=699360 CPUtime=8.86 cores=1,3,5,7
/proc/24164/task/24219/stat : 24219 (java) S 24161 24164 22378 0 -1 1077944384 10633 13021 0 0 837 41 5 3 20 0 15 0 415664808 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627634809360 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24220] ppid=24161 vsize=10849032 memory=701408 CPUtime=8.93 cores=1,3,5,7
/proc/24164/task/24220/stat : 24220 (java) S 24161 24164 22378 0 -1 1077944384 12011 13021 0 0 844 41 5 3 20 0 15 0 415664808 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627633756560 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24221] ppid=24161 vsize=10849032 memory=701408 CPUtime=8.9 cores=1,3,5,7
/proc/24164/task/24221/stat : 24221 (java) S 24161 24164 22378 0 -1 1077944384 9921 13021 0 0 840 42 5 3 20 0 15 0 415664808 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627632703760 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24222] ppid=24161 vsize=10849032 memory=701408 CPUtime=8.13 cores=1,3,5,7
/proc/24164/task/24222/stat : 24222 (java) S 24161 24164 22378 0 -1 1077944384 10428 13021 0 0 764 41 5 3 20 0 15 0 415664809 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627191135088 140627731688066 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24223] ppid=24161 vsize=10849032 memory=701408 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24223/stat : 24223 (java) S 24161 24164 22378 0 -1 1077944384 19 13021 0 0 0 0 5 3 20 0 15 0 415664810 11109408768 175352 33554432000 4194304 4196468 140735126145776 140626638136928 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24224] ppid=24161 vsize=10849032 memory=701408 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24224/stat : 24224 (java) S 24161 24164 22378 0 -1 1077944384 50 13021 0 0 0 0 5 3 20 0 15 0 415664810 11109408768 175352 33554432000 4194304 4196468 140735126145776 140626604578176 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24225] ppid=24161 vsize=10849032 memory=701408 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24225/stat : 24225 (java) S 24161 24164 22378 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 415664813 11109408768 175352 33554432000 4194304 4196468 140735126145776 140626490288464 140627731695515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24226] ppid=24161 vsize=10849032 memory=701408 CPUtime=4.13 cores=1,3,5,7
/proc/24164/task/24226/stat : 24226 (java) S 24161 24164 22378 0 -1 1077944384 29240 13021 0 0 401 4 5 3 20 0 15 0 415664813 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627190081904 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24227] ppid=24161 vsize=10849032 memory=6791534058613427641 CPUtime=4.02 cores=1,3,5,7
/proc/24164/task/24227/stat : 24227 (java) S 24161 24164 22378 0 -1 1077944384 24678 13021 0 0 391 3 5 3 20 0 15 0 415664813 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627189029104 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24228] ppid=24161 vsize=10849032 memory=1408 CPUtime=2.07 cores=1,3,5,7
/proc/24164/task/24228/stat : 24228 (java) S 24161 24164 22378 0 -1 1077944384 19955 13021 0 0 194 5 5 3 20 0 15 0 415664813 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627187976304 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24229] ppid=24161 vsize=10849032 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24229/stat : 24229 (java) S 24161 24164 22378 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 415664813 11109408768 175352 33554432000 4194304 4196468 140735126145776 140626020526304 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24230] ppid=24161 vsize=10849032 memory=-5628408999910123566 CPUtime=1.3 cores=1,3,5,7
/proc/24164/task/24230/stat : 24230 (java) S 24161 24164 22378 0 -1 1077944384 1261 13021 0 0 56 66 5 3 20 0 15 0 415664814 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627186924720 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
Current children cumulated CPU time: 2297.75 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 701408 KiB

[startup+2322.3 s]
/proc/loadavg: 1.35 1.36 1.40 3/227 24592
/proc/meminfo: memFree=30273580/32770624 swapFree=66996932/67108860
[pid=24164] ppid=24161 vsize=10849032 memory=701408 CPUtime=2358.47 cores=1,3,5,7
/proc/24164/stat : 24164 (java) S 24161 24164 22378 0 -1 1077944320 187377 13021 0 0 235555 284 5 3 20 0 15 0 415664797 11109408768 175352 33554432000 4194304 4196468 140735126145776 140735126128320 140627731676919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
/proc/24164/statm: 2712258 175352 3629 1 0 2674317 0
[pid=24164/tid=24217] ppid=24161 vsize=10849032 memory=701408 CPUtime=2302.61 cores=1,3,5,7
/proc/24164/task/24217/stat : 24217 (java) R 24161 24164 22378 0 -1 4202560 58685 13021 0 0 230214 39 5 3 20 0 15 0 415664807 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627703513072 140627316673295 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24218] ppid=24161 vsize=10849032 memory=701408 CPUtime=9.15 cores=1,3,5,7
/proc/24164/task/24218/stat : 24218 (java) S 24161 24164 22378 0 -1 1077944384 7839 13021 0 0 864 43 5 3 20 0 15 0 415664808 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627735919248 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24219] ppid=24161 vsize=10849032 memory=701408 CPUtime=9.1 cores=1,3,5,7
/proc/24164/task/24219/stat : 24219 (java) S 24161 24164 22378 0 -1 1077944384 10836 13021 0 0 860 42 5 3 20 0 15 0 415664808 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627634809360 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24220] ppid=24161 vsize=10849032 memory=701408 CPUtime=9.17 cores=1,3,5,7
/proc/24164/task/24220/stat : 24220 (java) S 24161 24164 22378 0 -1 1077944384 12016 13021 0 0 867 42 5 3 20 0 15 0 415664808 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627633756560 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24221] ppid=24161 vsize=10849032 memory=701408 CPUtime=9.14 cores=1,3,5,7
/proc/24164/task/24221/stat : 24221 (java) S 24161 24164 22378 0 -1 1077944384 9949 13021 0 0 863 43 5 3 20 0 15 0 415664808 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627632703760 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24222] ppid=24161 vsize=10849032 memory=701408 CPUtime=8.35 cores=1,3,5,7
/proc/24164/task/24222/stat : 24222 (java) S 24161 24164 22378 0 -1 1077944384 10614 13021 0 0 785 42 5 3 20 0 15 0 415664809 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627191135088 140627731688066 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24223] ppid=24161 vsize=10849032 memory=701408 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24223/stat : 24223 (java) S 24161 24164 22378 0 -1 1077944384 19 13021 0 0 0 0 5 3 20 0 15 0 415664810 11109408768 175352 33554432000 4194304 4196468 140735126145776 140626638136928 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24224] ppid=24161 vsize=10849032 memory=701408 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24224/stat : 24224 (java) S 24161 24164 22378 0 -1 1077944384 50 13021 0 0 0 0 5 3 20 0 15 0 415664810 11109408768 175352 33554432000 4194304 4196468 140735126145776 140626604578176 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24225] ppid=24161 vsize=10849032 memory=701408 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24225/stat : 24225 (java) S 24161 24164 22378 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 415664813 11109408768 175352 33554432000 4194304 4196468 140735126145776 140626490288464 140627731695515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24226] ppid=24161 vsize=10849032 memory=701408 CPUtime=4.13 cores=1,3,5,7
/proc/24164/task/24226/stat : 24226 (java) S 24161 24164 22378 0 -1 1077944384 29242 13021 0 0 401 4 5 3 20 0 15 0 415664813 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627190081904 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24227] ppid=24161 vsize=10849032 memory=701408 CPUtime=4.02 cores=1,3,5,7
/proc/24164/task/24227/stat : 24227 (java) S 24161 24164 22378 0 -1 1077944384 24680 13021 0 0 391 3 5 3 20 0 15 0 415664813 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627189029104 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24228] ppid=24161 vsize=10849032 memory=1388 CPUtime=2.07 cores=1,3,5,7
/proc/24164/task/24228/stat : 24228 (java) S 24161 24164 22378 0 -1 1077944384 19957 13021 0 0 194 5 5 3 20 0 15 0 415664813 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627187976304 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24229] ppid=24161 vsize=10849032 memory=701408 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24229/stat : 24229 (java) S 24161 24164 22378 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 415664813 11109408768 175352 33554432000 4194304 4196468 140735126145776 140626020526304 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24230] ppid=24161 vsize=10849032 memory=3504 CPUtime=1.33 cores=1,3,5,7
/proc/24164/task/24230/stat : 24230 (java) S 24161 24164 22378 0 -1 1077944384 1279 13021 0 0 57 68 5 3 20 0 15 0 415664814 11109408768 175352 33554432000 4194304 4196468 140735126145776 140627186924720 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
Current children cumulated CPU time: 2358.47 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 701408 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2363.4 s]
/proc/loadavg: 1.42 1.38 1.41 3/227 24602
/proc/meminfo: memFree=30269956/32770624 swapFree=66996932/67108860
[pid=24164] ppid=24161 vsize=10849032 memory=703456 CPUtime=2400.06 cores=1,3,5,7
/proc/24164/stat : 24164 (java) S 24161 24164 22378 0 -1 1077944320 188064 13021 0 0 239709 289 5 3 20 0 15 0 415664797 11109408768 175864 33554432000 4194304 4196468 140735126145776 140735126128320 140627731676919 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
/proc/24164/statm: 2712258 175864 3629 1 0 2674317 0
[pid=24164/tid=24217] ppid=24161 vsize=10849032 memory=1408 CPUtime=2343.38 cores=1,3,5,7
/proc/24164/task/24217/stat : 24217 (java) R 24161 24164 22378 0 -1 4202560 59062 13021 0 0 234290 40 5 3 20 0 15 0 415664807 11109408768 175864 33554432000 4194304 4196468 140735126145776 140627703512928 140627328143388 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24218] ppid=24161 vsize=10849032 memory=3228 CPUtime=9.32 cores=1,3,5,7
/proc/24164/task/24218/stat : 24218 (java) S 24161 24164 22378 0 -1 1077944384 8042 13021 0 0 880 44 5 3 20 0 15 0 415664808 11109408768 175864 33554432000 4194304 4196468 140735126145776 140627735919248 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24219] ppid=24161 vsize=10849032 memory=684712 CPUtime=9.26 cores=1,3,5,7
/proc/24164/task/24219/stat : 24219 (java) S 24161 24164 22378 0 -1 1077944384 10861 13021 0 0 875 43 5 3 20 0 15 0 415664808 11109408768 175864 33554432000 4194304 4196468 140735126145776 140627634809360 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24220] ppid=24161 vsize=10849032 memory=6791534058613427641 CPUtime=9.34 cores=1,3,5,7
/proc/24164/task/24220/stat : 24220 (java) S 24161 24164 22378 0 -1 1077944384 12042 13021 0 0 883 43 5 3 20 0 15 0 415664808 11109408768 175864 33554432000 4194304 4196468 140735126145776 140627633756560 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24221] ppid=24161 vsize=10849032 memory=796 CPUtime=9.31 cores=1,3,5,7
/proc/24164/task/24221/stat : 24221 (java) S 24161 24164 22378 0 -1 1077944384 9979 13021 0 0 878 45 5 3 20 0 15 0 415664808 11109408768 175864 33554432000 4194304 4196468 140735126145776 140627632703760 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24222] ppid=24161 vsize=10849032 memory=1804 CPUtime=8.5 cores=1,3,5,7
/proc/24164/task/24222/stat : 24222 (java) S 24161 24164 22378 0 -1 1077944384 10639 13021 0 0 799 43 5 3 20 0 15 0 415664809 11109408768 175864 33554432000 4194304 4196468 140735126145776 140627191135088 140627731688066 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24223] ppid=24161 vsize=10849032 memory=916 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24223/stat : 24223 (java) S 24161 24164 22378 0 -1 1077944384 19 13021 0 0 0 0 5 3 20 0 15 0 415664810 11109408768 175864 33554432000 4194304 4196468 140735126145776 140626638136928 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24224] ppid=24161 vsize=10849032 memory=3848 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24224/stat : 24224 (java) S 24161 24164 22378 0 -1 1077944384 50 13021 0 0 0 0 5 3 20 0 15 0 415664810 11109408768 175864 33554432000 4194304 4196468 140735126145776 140626604578176 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24225] ppid=24161 vsize=10849032 memory=676 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24225/stat : 24225 (java) S 24161 24164 22378 0 -1 1077944384 2 13021 0 0 0 0 5 3 20 0 15 0 415664813 11109408768 175864 33554432000 4194304 4196468 140735126145776 140626490288464 140627731695515 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24226] ppid=24161 vsize=10849032 memory=1060 CPUtime=4.13 cores=1,3,5,7
/proc/24164/task/24226/stat : 24226 (java) S 24161 24164 22378 0 -1 1077944384 29242 13021 0 0 401 4 5 3 20 0 15 0 415664813 11109408768 175864 33554432000 4194304 4196468 140735126145776 140627190081904 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24227] ppid=24161 vsize=10849032 memory=1548 CPUtime=4.02 cores=1,3,5,7
/proc/24164/task/24227/stat : 24227 (java) S 24161 24164 22378 0 -1 1077944384 24680 13021 0 0 391 3 5 3 20 0 15 0 415664813 11109408768 175864 33554432000 4194304 4196468 140735126145776 140627189029104 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24228] ppid=24161 vsize=10849032 memory=8560 CPUtime=2.07 cores=1,3,5,7
/proc/24164/task/24228/stat : 24228 (java) S 24161 24164 22378 0 -1 1077944384 19957 13021 0 0 194 5 5 3 20 0 15 0 415664813 11109408768 175864 33554432000 4194304 4196468 140735126145776 140627187976304 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24229] ppid=24161 vsize=10849032 memory=1668 CPUtime=0.08 cores=1,3,5,7
/proc/24164/task/24229/stat : 24229 (java) S 24161 24164 22378 0 -1 1077944384 3 13021 0 0 0 0 5 3 20 0 15 0 415664813 11109408768 175864 33554432000 4194304 4196468 140735126145776 140626020526304 140627731687125 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
[pid=24164/tid=24230] ppid=24161 vsize=10849032 memory=1112 CPUtime=1.35 cores=1,3,5,7
/proc/24164/task/24230/stat : 24230 (java) S 24161 24164 22378 0 -1 1077944384 1280 13021 0 0 58 69 5 3 20 0 15 0 415664814 11109408768 175864 33554432000 4194304 4196468 140735126145776 140627186924720 140627731688066 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24645632 140735126153968 140735126156485 140735126156485 140735126159311 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10849032 KiB
Current children cumulated memory: 703456 KiB

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

[startup+2363.43 s]
# the end of solver process 24164 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.16 s, system=2.94003 s

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

Child status: 143
Real time (s): 2363.43
CPU time (s): 2400.1
CPU user time (s): 2397.16
CPU system time (s): 2.94003
CPU usage (%): 101.552
Max. virtual memory (cumulated for all children) (KiB): 10851728
Max. memory (cumulated for all children) (KiB): 703456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.16
system time used= 2.94003
maximum resident set size= 707596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 201922
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 230137
involuntary context switches= 5942


# summary of solver processes directly reported to runsolver:
#   pid: 24164
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2397.16
#   total CPU system time (s): 2.94003

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8541 second user time and 21.8335 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-13 19:00:58
IDJOB=4396501
IDBENCH=115953
IDSOLVER=2847
FILE ID=node103/4396501-1568394117
RUNJOBID= node103-1568393993-23928
PBS_JOBID= 21701854
Free space on /tmp= 61684 MiB

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

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

MD5SUM BENCH= 7162d4a2bfb4649e5ff01c254dbd946c
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:        30990804 kB
MemAvailable:   31242308 kB
Buffers:           61696 kB
Cached:           473920 kB
SwapCached:         9140 kB
Active:          1090912 kB
Inactive:         106316 kB
Active(anon):     656188 kB
Inactive(anon):    46792 kB
Active(file):     434724 kB
Inactive(file):    59524 kB
Unevictable:      111360 kB
Mlocked:          111360 kB
SwapTotal:      67108860 kB
SwapFree:       66996932 kB
Dirty:             35068 kB
Writeback:             0 kB
AnonPages:        765364 kB
Mapped:            57568 kB
Shmem:             32620 kB
Slab:             175332 kB
SReclaimable:     146180 kB
SUnreclaim:        29152 kB
KernelStack:        3744 kB
PageTables:         7156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1938556 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    606208 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:40:22