Trace number 4401294

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)3 2400.08 2353.63

General information on the benchmark

NameOpd/Opd-sum-small/
Opd-10-015-006.xml
MD5SUMd279c4dbde03937b121f919805027b3b
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark2
Best CPU time to get the best result obtained on this benchmark2.93758
Satisfiable
(Un)Satisfiability was proved
Number of variables151
Number of constraints56
Number of domains2
Minimum domain size2
Maximum domain size14
Distribution of domain sizes[{"size":2,"count":150},{"size":14,"count":1}]
Minimum variable degree11
Maximum variable degree46
Distribution of variable degrees[{"degree":11,"count":150},{"degree":46,"count":1}]
Minimum constraint arity15
Maximum constraint arity150
Distribution of constraint arities[{"arity":15,"count":10},{"arity":31,"count":45},{"arity":150,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"lex","count":1},{"type":"sum","count":55}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.78/0.55	c Concrete v3.12.2.1568631193530 running
10.33/4.09	o 6
10.66/4.11	o 5
10.66/4.15	o 4
10.66/4.19	o 3
2400.03/2353.60	Exception in thread "main" java.util.concurrent.TimeoutException
2400.03/2353.60		at concrete.MAC.mac(MAC.scala:192)
2400.03/2353.60		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2353.60		at scala.util.Try$.apply(Try.scala:212)
2400.03/2353.60		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2353.60		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2353.60		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2353.60		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2353.60		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2353.60		at concrete.MAC.nextSolution(MAC.scala:369)
2400.03/2353.60		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2353.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2353.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2353.60		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2353.60		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2353.60		at scala.util.Success.map(Try.scala:264)
2400.03/2353.60		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2353.60		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2353.60		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2353.60		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2353.60		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2353.60		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2353.60		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2353.60		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2353.60		at scala.App.$anonfun$main$1(App.scala:75)
2400.03/2353.60		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.03/2353.60		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2353.60		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2353.60		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.03/2353.61		at scala.App.main(App.scala:75)
2400.03/2353.61		at scala.App.main$(App.scala:73)
2400.03/2353.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2353.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2353.61	v <instantiation
2400.03/2353.61	v         cost = '3'>
2400.03/2353.61	v       <list>
2400.03/2353.61	v         z x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[0][14] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[1][14] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] x[2][14] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[3][11] x[3][12] x[3][13] x[3][14] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[4][11] x[4][12] x[4][13] x[4][14] 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] x[5][12] x[5][13] x[5][14] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[6][11] x[6][12] x[6][13] x[6][14] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[7][11] x[7][12] x[7][13] x[7][14] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] x[8][11] x[8][12] x[8][13] x[8][14] x[9][0] x[9][1] x[9][2] x[9][3] x[9][4] x[9][5] x[9][6] x[9][7] x[9][8] x[9][9] x[9][10] x[9][11] x[9][12] x[9][13] x[9][14]
2400.03/2353.61	v       </list>
2400.03/2353.61	v       <values>
2400.03/2353.61	v         3 0 0 0 0 0 0 0 0 0 1 1 1 1 1 1 0 0 0 0 1 1 1 1 1 0 0 0 0 0 1 0 0 0 1 0 0 0 1 1 0 0 1 1 1 0 0 0 0 1 0 0 1 0 1 0 1 0 0 1 1 0 0 1 0 0 0 0 1 1 0 1 0 1 0 1 0 0 1 1 0 1 0 0 1 1 0 0 0 0 1 0 1 1 1 1 1 1 0 0 0 0 0 0 0 0 1 0 0 1 1 1 0 0 1 0 0 0 0 1 0 1 0 1 0 0 1 1 0 0 0 0 1 0 1 0 1 0 1 1 1 0 0 0 0 1 0 1 0 0 0
2400.03/2353.61	v       </values>
2400.03/2353.61	v     </instantiation>
2400.03/2353.61	s SATISFIABLE

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401294-1568675813/watcher-4401294-1568675813 -o /tmp/evaluation-result-4401294-1568675813/solver-4401294-1568675813 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12496 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1750650444 HOME/instance-4401294-1568675813.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=13226, runsolver pid=13223
Current StackSize limit: 8192 KiB


[startup+0.100124 s]*
/proc/loadavg: 1.38 1.62 1.72 4/217 13283
/proc/meminfo: memFree=30202732/32770624 swapFree=66922424/67108860
[pid=13226] ppid=13223 vsize=9972712 memory=17172 CPUtime=0.1 cores=1,3,5,7
/proc/13226/stat : 13226 (java) S 13223 13226 12464 0 -1 1077944320 4526 13049 0 0 1 1 5 3 20 0 6 0 443850002 10212057088 4293 33554432000 4194304 4196468 140732242936704 140732242919248 139676639325943 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
/proc/13226/statm: 2493178 4293 1935 1 0 2481616 0
[pid=13226/tid=13279] ppid=13223 vsize=9972712 memory=4279135703946854030 CPUtime=0.09 cores=1,3,5,7
/proc/13226/task/13279/stat : 13279 (java) R 13223 13226 12464 0 -1 4202560 2352 13049 0 0 1 0 5 3 20 0 6 0 443850011 10212057088 4293 33554432000 4194304 4196468 140732242936704 139676611162704 139676624448880 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13280] ppid=13223 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13280/stat : 13280 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 6 0 443850012 10212057088 4293 33554432000 4194304 4196468 140732242936704 139676643568528 139676639336149 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13281] ppid=13223 vsize=9972712 memory=140606822717056 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13281/stat : 13281 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 6 0 443850012 10212057088 4293 33554432000 4194304 4196468 140732242936704 139676212865808 139676639336149 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13282] ppid=13223 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13282/stat : 13282 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 6 0 443850012 10212057088 4293 33554432000 4194304 4196468 140732242936704 139676211813520 139676639336149 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13283] ppid=13223 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13283/stat : 13283 (java) S 13223 13226 12464 0 -1 1077944384 2 13049 0 0 0 0 5 3 20 0 6 0 443850012 10212057088 4293 33554432000 4194304 4196468 140732242936704 139676210760720 139676639336149 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17172 KiB

[startup+0.210072 s]*
/proc/loadavg: 1.38 1.62 1.72 4/226 13292
/proc/meminfo: memFree=30180924/32770624 swapFree=66922424/67108860
[pid=13226] ppid=13223 vsize=10820176 memory=42456 CPUtime=0.27 cores=1,3,5,7
/proc/13226/stat : 13226 (java) S 13223 13226 12464 0 -1 1077944320 7582 13049 0 0 18 1 5 3 20 0 15 0 443850002 11079860224 10614 33554432000 4194304 4196468 140732242936704 140732242919248 139676639325943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
/proc/13226/statm: 2705044 10614 3249 1 0 2667149 0
[pid=13226/tid=13279] ppid=13223 vsize=10820196 memory=-6517102902069810590 CPUtime=0.2 cores=1,3,5,7
/proc/13226/task/13279/stat : 13279 (java) R 13223 13226 12464 0 -1 1077944384 4091 13049 0 0 11 1 5 3 20 0 15 0 443850011 11079880704 10680 33554432000 4194304 4196468 140732242936704 139676611138304 139676632005165 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13280] ppid=13223 vsize=10821220 memory=-9181546050914066336 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13280/stat : 13280 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443850012 11080929280 10680 33554432000 4194304 4196468 140732242936704 139676643568528 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13281] ppid=13223 vsize=10821220 memory=140606822717056 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13281/stat : 13281 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443850012 11080929280 10680 33554432000 4194304 4196468 140732242936704 139676212865808 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13282] ppid=13223 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13282/stat : 13282 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443850012 11080929280 10680 33554432000 4194304 4196468 140732242936704 139676211813520 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13283] ppid=13223 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13283/stat : 13283 (java) S 13223 13226 12464 0 -1 1077944384 2 13049 0 0 0 0 5 3 20 0 15 0 443850012 11080929280 10680 33554432000 4194304 4196468 140732242936704 139676210760720 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13284] ppid=13223 vsize=10821220 memory=140606822717056 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13284/stat : 13284 (java) S 13223 13226 12464 0 -1 1077944384 2 13049 0 0 0 0 5 3 20 0 15 0 443850013 11080929280 10680 33554432000 4194304 4196468 140732242936704 139676165945456 139676639337090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13285] ppid=13223 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13285/stat : 13285 (java) S 13223 13226 12464 0 -1 1077944384 13 13049 0 0 0 0 5 3 20 0 15 0 443850014 11080929280 10746 33554432000 4194304 4196468 140732242936704 139676094554912 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13286] ppid=13223 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13286/stat : 13286 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443850014 11080929280 10746 33554432000 4194304 4196468 140732242936704 139675490575472 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13287] ppid=13223 vsize=10821220 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13287/stat : 13287 (java) S 13223 13226 12464 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443850017 11080929280 10746 33554432000 4194304 4196468 140732242936704 139675183175760 139676639344539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13288] ppid=13223 vsize=10821220 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13226/task/13288/stat : 13288 (java) R 13223 13226 12464 0 -1 4202560 473 13049 0 0 1 0 5 3 20 0 15 0 443850017 11080929280 10746 33554432000 4194304 4196468 140732242936704 139676164893296 139676622736815 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13289] ppid=13223 vsize=10821220 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/13226/task/13289/stat : 13289 (java) S 13223 13226 12464 0 -1 1077944384 189 13049 0 0 1 0 5 3 20 0 15 0 443850017 11080929280 10812 33554432000 4194304 4196468 140732242936704 139676163840496 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13290] ppid=13223 vsize=10821220 memory=140606822717056 CPUtime=0.11 cores=1,3,5,7
/proc/13226/task/13290/stat : 13290 (java) S 13223 13226 12464 0 -1 1077944384 609 13049 0 0 3 0 5 3 20 0 15 0 443850017 11080929280 10812 33554432000 4194304 4196468 140732242936704 139676162788208 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13291] ppid=13223 vsize=10821220 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13291/stat : 13291 (java) S 13223 13226 12464 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443850017 11080929280 10812 33554432000 4194304 4196468 140732242936704 139675149618144 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13292] ppid=13223 vsize=10821220 memory=140606822717056 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13292/stat : 13292 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443850017 11080929280 10812 33554432000 4194304 4196468 140732242936704 139676060998064 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820176 KiB
Current children cumulated memory: 42456 KiB

[startup+0.310402 s]*
/proc/loadavg: 1.38 1.62 1.72 3/226 13292
/proc/meminfo: memFree=30171284/32770624 swapFree=66922424/67108860
[pid=13226] ppid=13223 vsize=10820196 memory=50748 CPUtime=0.41 cores=1,3,5,7
/proc/13226/stat : 13226 (java) S 13223 13226 12464 0 -1 1077944320 10924 13049 0 0 30 3 5 3 20 0 15 0 443850002 11079880704 12687 33554432000 4194304 4196468 140732242936704 140732242919248 139676639325943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
/proc/13226/statm: 2705049 12687 3304 1 0 2667149 0
[pid=13226/tid=13279] ppid=13223 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/13226/task/13279/stat : 13279 (java) R 13223 13226 12464 0 -1 4202560 7406 13049 0 0 19 2 5 3 20 0 15 0 443850011 11079880704 12687 33554432000 4194304 4196468 140732242936704 139676611134896 139676623406430 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13280] ppid=13223 vsize=10820196 memory=7595718135094865513 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13280/stat : 13280 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443850012 11079880704 12687 33554432000 4194304 4196468 140732242936704 139676643568528 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13281] ppid=13223 vsize=10820196 memory=5787233549803348032 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13281/stat : 13281 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443850012 11079880704 12687 33554432000 4194304 4196468 140732242936704 139676212865808 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13282] ppid=13223 vsize=10820196 memory=7649539990924574913 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13282/stat : 13282 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443850012 11079880704 12687 33554432000 4194304 4196468 140732242936704 139676211813520 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13283] ppid=13223 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13283/stat : 13283 (java) S 13223 13226 12464 0 -1 1077944384 2 13049 0 0 0 0 5 3 20 0 15 0 443850012 11079880704 12687 33554432000 4194304 4196468 140732242936704 139676210760720 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13284] ppid=13223 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13284/stat : 13284 (java) S 13223 13226 12464 0 -1 1077944384 2 13049 0 0 0 0 5 3 20 0 15 0 443850013 11079880704 12687 33554432000 4194304 4196468 140732242936704 139676165945456 139676639337090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13285] ppid=13223 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13285/stat : 13285 (java) S 13223 13226 12464 0 -1 1077944384 13 13049 0 0 0 0 5 3 20 0 15 0 443850014 11079880704 12687 33554432000 4194304 4196468 140732242936704 139676094554912 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13286] ppid=13223 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13286/stat : 13286 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443850014 11079880704 12687 33554432000 4194304 4196468 140732242936704 139675490575472 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13287] ppid=13223 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13287/stat : 13287 (java) S 13223 13226 12464 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443850017 11079880704 12687 33554432000 4194304 4196468 140732242936704 139675183175760 139676639344539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13288] ppid=13223 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/13226/task/13288/stat : 13288 (java) S 13223 13226 12464 0 -1 1077944384 480 13049 0 0 2 0 5 3 20 0 15 0 443850017 11079880704 12687 33554432000 4194304 4196468 140732242936704 139676164893296 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13289] ppid=13223 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13226/task/13289/stat : 13289 (java) S 13223 13226 12464 0 -1 1077944384 189 13049 0 0 1 0 5 3 20 0 15 0 443850017 11079880704 12687 33554432000 4194304 4196468 140732242936704 139676163840496 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13290] ppid=13223 vsize=10820196 memory=0 CPUtime=0.13 cores=1,3,5,7
/proc/13226/task/13290/stat : 13290 (java) S 13223 13226 12464 0 -1 1077944384 616 13049 0 0 5 0 5 3 20 0 15 0 443850017 11079880704 12687 33554432000 4194304 4196468 140732242936704 139676162788208 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13291] ppid=13223 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13291/stat : 13291 (java) S 13223 13226 12464 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443850017 11079880704 12687 33554432000 4194304 4196468 140732242936704 139675149618144 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13292] ppid=13223 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13292/stat : 13292 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443850017 11079880704 12687 33554432000 4194304 4196468 140732242936704 139676060998064 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50748 KiB

[startup+0.710383 s]
/proc/loadavg: 1.38 1.62 1.72 3/226 13292
/proc/meminfo: memFree=30156620/32770624 swapFree=66922424/67108860
[pid=13226] ppid=13223 vsize=10824364 memory=84000 CPUtime=1.18 cores=1,3,5,7
/proc/13226/stat : 13226 (java) S 13223 13226 12464 0 -1 1077944320 15154 13049 0 0 105 5 5 3 20 0 15 0 443850002 11084148736 21000 33554432000 4194304 4196468 140732242936704 140732242919248 139676639325943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
/proc/13226/statm: 2706091 21000 3514 1 0 2668173 0
[pid=13226/tid=13279] ppid=13223 vsize=10824364 memory=2241 CPUtime=0.69 cores=1,3,5,7
/proc/13226/task/13279/stat : 13279 (java) D 13223 13226 12464 0 -1 1077944384 10532 13049 0 0 57 4 5 3 20 0 15 0 443850011 11084148736 21000 33554432000 4194304 4196468 140732242936704 139676611152896 139676639347965 0 4 0 16800975 18446744072101608996 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13280] ppid=13223 vsize=10824364 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13280/stat : 13280 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443850012 11084148736 21000 33554432000 4194304 4196468 140732242936704 139676643568528 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13281] ppid=13223 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13281/stat : 13281 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443850012 11084148736 21000 33554432000 4194304 4196468 140732242936704 139676212865808 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13282] ppid=13223 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13282/stat : 13282 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443850012 11084148736 21000 33554432000 4194304 4196468 140732242936704 139676211813520 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13283] ppid=13223 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13283/stat : 13283 (java) S 13223 13226 12464 0 -1 1077944384 2 13049 0 0 0 0 5 3 20 0 15 0 443850012 11084148736 21000 33554432000 4194304 4196468 140732242936704 139676210760720 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13284] ppid=13223 vsize=10824364 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13284/stat : 13284 (java) S 13223 13226 12464 0 -1 1077944384 5 13049 0 0 0 0 5 3 20 0 15 0 443850013 11084148736 21000 33554432000 4194304 4196468 140732242936704 139676165945456 139676639337090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13285] ppid=13223 vsize=10824364 memory=6944656592455359580 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13285/stat : 13285 (java) S 13223 13226 12464 0 -1 1077944384 13 13049 0 0 0 0 5 3 20 0 15 0 443850014 11084148736 21000 33554432000 4194304 4196468 140732242936704 139676094554912 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13286] ppid=13223 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13286/stat : 13286 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443850014 11084148736 21000 33554432000 4194304 4196468 140732242936704 139675490575472 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13287] ppid=13223 vsize=10824364 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13287/stat : 13287 (java) S 13223 13226 12464 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443850017 11084148736 21000 33554432000 4194304 4196468 140732242936704 139675183175760 139676639344539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13288] ppid=13223 vsize=10824364 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/13226/task/13288/stat : 13288 (java) S 13223 13226 12464 0 -1 1077944384 987 13049 0 0 13 0 5 3 20 0 15 0 443850017 11084148736 21000 33554432000 4194304 4196468 140732242936704 139676164893296 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13289] ppid=13223 vsize=10824364 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/13226/task/13289/stat : 13289 (java) R 13223 13226 12464 0 -1 4202560 603 13049 0 0 16 0 5 3 20 0 15 0 443850017 11084148736 21000 33554432000 4194304 4196468 140732242936704 139676163827312 139676616550096 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13290] ppid=13223 vsize=10824364 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/13226/task/13290/stat : 13290 (java) S 13223 13226 12464 0 -1 1077944384 796 13049 0 0 17 0 5 3 20 0 15 0 443850017 11084148736 21000 33554432000 4194304 4196468 140732242936704 139676162788208 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13291] ppid=13223 vsize=10824364 memory=281213386359024 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13291/stat : 13291 (java) S 13223 13226 12464 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443850017 11084148736 21000 33554432000 4194304 4196468 140732242936704 139675149618144 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13292] ppid=13223 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13292/stat : 13292 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443850017 11084148736 21000 33554432000 4194304 4196468 140732242936704 139676060998064 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
Current children cumulated CPU time: 1.18 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 84000 KiB

[startup+1.50089 s]
/proc/loadavg: 1.38 1.62 1.72 3/226 13292
/proc/meminfo: memFree=30112064/32770624 swapFree=66922424/67108860
[pid=13226] ppid=13223 vsize=10834680 memory=171632 CPUtime=2.49 cores=1,3,5,7
/proc/13226/stat : 13226 (java) S 13223 13226 12464 0 -1 1077944320 21808 13049 0 0 231 10 5 3 20 0 15 0 443850002 11094712320 42908 33554432000 4194304 4196468 140732242936704 140732242919248 139676639325943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
/proc/13226/statm: 2708670 42908 3583 1 0 2670733 0
[pid=13226/tid=13279] ppid=13223 vsize=10834680 memory=22 CPUtime=1.44 cores=1,3,5,7
/proc/13226/task/13279/stat : 13279 (java) R 13223 13226 12464 0 -1 4202560 15407 13049 0 0 131 5 5 3 20 0 15 0 443850011 11094712320 42908 33554432000 4194304 4196468 140732242936704 139676611121744 139676639337878 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13280] ppid=13223 vsize=10834680 memory=26 CPUtime=0.09 cores=1,3,5,7
/proc/13226/task/13280/stat : 13280 (java) S 13223 13226 12464 0 -1 1077944384 50 13049 0 0 1 0 5 3 20 0 15 0 443850012 11094712320 42908 33554432000 4194304 4196468 140732242936704 139676643568528 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13281] ppid=13223 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13281/stat : 13281 (java) S 13223 13226 12464 0 -1 1077944384 79 13049 0 0 0 0 5 3 20 0 15 0 443850012 11094712320 42908 33554432000 4194304 4196468 140732242936704 139676212865808 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13282] ppid=13223 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13226/task/13282/stat : 13282 (java) S 13223 13226 12464 0 -1 1077944384 23 13049 0 0 1 0 5 3 20 0 15 0 443850012 11094712320 42908 33554432000 4194304 4196468 140732242936704 139676211813520 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13283] ppid=13223 vsize=10834680 memory=97500 CPUtime=0.09 cores=1,3,5,7
/proc/13226/task/13283/stat : 13283 (java) S 13223 13226 12464 0 -1 1077944384 356 13049 0 0 1 0 5 3 20 0 15 0 443850012 11094712320 42908 33554432000 4194304 4196468 140732242936704 139676210760720 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13284] ppid=13223 vsize=10834680 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/13226/task/13284/stat : 13284 (java) S 13223 13226 12464 0 -1 1077944384 152 13049 0 0 1 0 5 3 20 0 15 0 443850013 11094712320 42908 33554432000 4194304 4196468 140732242936704 139676165945456 139676639337090 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13285] ppid=13223 vsize=10834680 memory=7234844112153765458 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13285/stat : 13285 (java) S 13223 13226 12464 0 -1 1077944384 14 13049 0 0 0 0 5 3 20 0 15 0 443850014 11094712320 42908 33554432000 4194304 4196468 140732242936704 139676094554976 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13286] ppid=13223 vsize=10834680 memory=7018972553446646357 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13286/stat : 13286 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443850014 11094712320 42908 33554432000 4194304 4196468 140732242936704 139675490575488 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13287] ppid=13223 vsize=10834680 memory=7230636315785261156 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13287/stat : 13287 (java) S 13223 13226 12464 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443850017 11094712320 42908 33554432000 4194304 4196468 140732242936704 139675183175760 139676639344539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13288] ppid=13223 vsize=10834680 memory=5787504188646319192 CPUtime=0.32 cores=1,3,5,7
/proc/13226/task/13288/stat : 13288 (java) S 13223 13226 12464 0 -1 1077944384 1158 13049 0 0 24 0 5 3 20 0 15 0 443850017 11094712320 42908 33554432000 4194304 4196468 140732242936704 139676164893296 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13289] ppid=13223 vsize=10834680 memory=7234307555028325477 CPUtime=0.35 cores=1,3,5,7
/proc/13226/task/13289/stat : 13289 (java) R 13223 13226 12464 0 -1 1077944384 799 13049 0 0 27 0 5 3 20 0 15 0 443850017 11094712320 42908 33554432000 4194304 4196468 140732242936704 139676163840496 139676639337090 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13290] ppid=13223 vsize=10834680 memory=7234844112153765458 CPUtime=0.48 cores=1,3,5,7
/proc/13226/task/13290/stat : 13290 (java) R 13223 13226 12464 0 -1 4202560 1556 13049 0 0 40 0 5 3 20 0 15 0 443850017 11094712320 42908 33554432000 4194304 4196468 140732242936704 139676162783248 139676623406430 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13291] ppid=13223 vsize=10834680 memory=7234844112153765458 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13291/stat : 13291 (java) S 13223 13226 12464 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443850017 11094712320 42908 33554432000 4194304 4196468 140732242936704 139675149618144 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13292] ppid=13223 vsize=10834680 memory=56 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13292/stat : 13292 (java) S 13223 13226 12464 0 -1 1077944384 1 13049 0 0 0 0 5 3 20 0 15 0 443850017 11094712320 42908 33554432000 4194304 4196468 140732242936704 139676060998064 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
Current children cumulated CPU time: 2.49 s
Current children cumulated vsize: 10834680 KiB

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

/proc/13226/task/13279/stat : 13279 (java) R 13223 13226 12464 0 -1 4202560 86981 13049 0 0 217840 66 5 3 20 0 15 0 443850011 11107315712 465637 33554432000 4194304 4196468 140732242936704 139676611162192 139676244467478 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13280] ppid=13223 vsize=10846988 memory=1862528 CPUtime=11.73 cores=1,3,5,7
/proc/13226/task/13280/stat : 13280 (java) S 13223 13226 12464 0 -1 1077944384 35293 13049 0 0 1112 53 5 3 20 0 15 0 443850012 11107315712 465637 33554432000 4194304 4196468 140732242936704 139676643568528 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13281] ppid=13223 vsize=10846988 memory=1862528 CPUtime=11.66 cores=1,3,5,7
/proc/13226/task/13281/stat : 13281 (java) S 13223 13226 12464 0 -1 1077944384 26365 13049 0 0 1107 51 5 3 20 0 15 0 443850012 11107315712 465637 33554432000 4194304 4196468 140732242936704 139676212865808 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13282] ppid=13223 vsize=10846988 memory=1862528 CPUtime=11.69 cores=1,3,5,7
/proc/13226/task/13282/stat : 13282 (java) S 13223 13226 12464 0 -1 1077944384 31200 13049 0 0 1111 50 5 3 20 0 15 0 443850012 11107315712 465637 33554432000 4194304 4196468 140732242936704 139676211813520 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13283] ppid=13223 vsize=10846988 memory=1862528 CPUtime=11.7 cores=1,3,5,7
/proc/13226/task/13283/stat : 13283 (java) S 13223 13226 12464 0 -1 1077944384 38091 13049 0 0 1112 50 5 3 20 0 15 0 443850012 11107315712 465637 33554432000 4194304 4196468 140732242936704 139676210760720 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13284] ppid=13223 vsize=10846988 memory=0 CPUtime=9.99 cores=1,3,5,7
/proc/13226/task/13284/stat : 13284 (java) S 13223 13226 12464 0 -1 1077944384 29395 13049 0 0 938 53 5 3 20 0 15 0 443850013 11107315712 465637 33554432000 4194304 4196468 140732242936704 139676165945456 139676639337090 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13285] ppid=13223 vsize=10846988 memory=1873244 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13285/stat : 13285 (java) S 13223 13226 12464 0 -1 1077944384 21 13049 0 0 0 0 5 3 20 0 15 0 443850014 11107315712 465637 33554432000 4194304 4196468 140732242936704 139676094554976 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13286] ppid=13223 vsize=10846988 memory=1862548 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13286/stat : 13286 (java) S 13223 13226 12464 0 -1 1077944384 12 13049 0 0 0 0 5 3 20 0 15 0 443850014 11107315712 465637 33554432000 4194304 4196468 140732242936704 139675490575488 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13287] ppid=13223 vsize=10846988 memory=1862528 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13287/stat : 13287 (java) S 13223 13226 12464 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443850017 11107315712 465637 33554432000 4194304 4196468 140732242936704 139675183175760 139676639344539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13288] ppid=13223 vsize=10846988 memory=1862548 CPUtime=3.92 cores=1,3,5,7
/proc/13226/task/13288/stat : 13288 (java) S 13223 13226 12464 0 -1 1077944384 17878 13049 0 0 381 3 5 3 20 0 15 0 443850017 11107315712 465637 33554432000 4194304 4196468 140732242936704 139676164893296 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13289] ppid=13223 vsize=10846988 memory=3620 CPUtime=3.63 cores=1,3,5,7
/proc/13226/task/13289/stat : 13289 (java) S 13223 13226 12464 0 -1 1077944384 10225 13049 0 0 352 3 5 3 20 0 15 0 443850017 11107315712 465637 33554432000 4194304 4196468 140732242936704 139676163840496 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13290] ppid=13223 vsize=10846988 memory=1865040 CPUtime=2 cores=1,3,5,7
/proc/13226/task/13290/stat : 13290 (java) S 13223 13226 12464 0 -1 1077944384 9775 13049 0 0 189 3 5 3 20 0 15 0 443850017 11107315712 465637 33554432000 4194304 4196468 140732242936704 139676162788208 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13291] ppid=13223 vsize=10846988 memory=1865040 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13291/stat : 13291 (java) S 13223 13226 12464 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443850017 11107315712 465637 33554432000 4194304 4196468 140732242936704 139675149618144 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13292] ppid=13223 vsize=10846988 memory=6791534058613427641 CPUtime=1.26 cores=1,3,5,7
/proc/13226/task/13292/stat : 13292 (java) S 13223 13226 12464 0 -1 1077944384 1649 13049 0 0 58 60 5 3 20 0 15 0 443850017 11107315712 465637 33554432000 4194304 4196468 140732242936704 139676060998064 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
Current children cumulated CPU time: 2246.12 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1862548 KiB

[startup+2262.3 s]
/proc/loadavg: 1.05 1.29 1.41 4/226 14023
/proc/meminfo: memFree=28542856/32770624 swapFree=66922452/67108860
[pid=13226] ppid=13223 vsize=10846988 memory=1864692 CPUtime=2307.16 cores=1,3,5,7
/proc/13226/stat : 13226 (java) S 13223 13226 12464 0 -1 1077944320 292939 13049 0 0 230353 355 5 3 20 0 15 0 443850002 11107315712 466173 33554432000 4194304 4196468 140732242936704 140732242919248 139676639325943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
/proc/13226/statm: 2711747 466173 3624 1 0 2673805 0
[pid=13226/tid=13279] ppid=13223 vsize=10846988 memory=1864652 CPUtime=2238.46 cores=1,3,5,7
/proc/13226/task/13279/stat : 13279 (java) R 13223 13226 12464 0 -1 4202560 88378 13049 0 0 223771 67 5 3 20 0 15 0 443850011 11107315712 466173 33554432000 4194304 4196468 140732242936704 139676611161696 139676260715061 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13280] ppid=13223 vsize=10846988 memory=0 CPUtime=12.07 cores=1,3,5,7
/proc/13226/task/13280/stat : 13280 (java) S 13223 13226 12464 0 -1 1077944384 35547 13049 0 0 1145 54 5 3 20 0 15 0 443850012 11107315712 466173 33554432000 4194304 4196468 140732242936704 139676643568528 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13281] ppid=13223 vsize=10846988 memory=1864632 CPUtime=12 cores=1,3,5,7
/proc/13226/task/13281/stat : 13281 (java) S 13223 13226 12464 0 -1 1077944384 26457 13049 0 0 1139 53 5 3 20 0 15 0 443850012 11107315712 466173 33554432000 4194304 4196468 140732242936704 139676212865808 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13282] ppid=13223 vsize=10846988 memory=6072 CPUtime=12.04 cores=1,3,5,7
/proc/13226/task/13282/stat : 13282 (java) S 13223 13226 12464 0 -1 1077944384 32341 13049 0 0 1144 52 5 3 20 0 15 0 443850012 11107315712 466173 33554432000 4194304 4196468 140732242936704 139676211813520 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13283] ppid=13223 vsize=10846988 memory=1864652 CPUtime=12.05 cores=1,3,5,7
/proc/13226/task/13283/stat : 13283 (java) S 13223 13226 12464 0 -1 1077944384 38387 13049 0 0 1145 52 5 3 20 0 15 0 443850012 11107315712 466173 33554432000 4194304 4196468 140732242936704 139676210760720 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13284] ppid=13223 vsize=10846988 memory=1864652 CPUtime=10.3 cores=1,3,5,7
/proc/13226/task/13284/stat : 13284 (java) S 13223 13226 12464 0 -1 1077944384 30003 13049 0 0 967 55 5 3 20 0 15 0 443850013 11107315712 466173 33554432000 4194304 4196468 140732242936704 139676165945456 139676639337090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13285] ppid=13223 vsize=10846988 memory=1864652 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13285/stat : 13285 (java) S 13223 13226 12464 0 -1 1077944384 21 13049 0 0 0 0 5 3 20 0 15 0 443850014 11107315712 466173 33554432000 4194304 4196468 140732242936704 139676094554976 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13286] ppid=13223 vsize=10846988 memory=1864652 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13286/stat : 13286 (java) S 13223 13226 12464 0 -1 1077944384 12 13049 0 0 0 0 5 3 20 0 15 0 443850014 11107315712 466173 33554432000 4194304 4196468 140732242936704 139675490575488 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13287] ppid=13223 vsize=10846988 memory=1864652 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13287/stat : 13287 (java) S 13223 13226 12464 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443850017 11107315712 466173 33554432000 4194304 4196468 140732242936704 139675183175760 139676639344539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13288] ppid=13223 vsize=10846988 memory=1864652 CPUtime=3.92 cores=1,3,5,7
/proc/13226/task/13288/stat : 13288 (java) S 13223 13226 12464 0 -1 1077944384 17882 13049 0 0 381 3 5 3 20 0 15 0 443850017 11107315712 466173 33554432000 4194304 4196468 140732242936704 139676164893296 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13289] ppid=13223 vsize=10846988 memory=1864692 CPUtime=3.63 cores=1,3,5,7
/proc/13226/task/13289/stat : 13289 (java) S 13223 13226 12464 0 -1 1077944384 10231 13049 0 0 352 3 5 3 20 0 15 0 443850017 11107315712 466173 33554432000 4194304 4196468 140732242936704 139676163840496 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13290] ppid=13223 vsize=10846988 memory=1864652 CPUtime=2 cores=1,3,5,7
/proc/13226/task/13290/stat : 13290 (java) S 13223 13226 12464 0 -1 1077944384 9779 13049 0 0 189 3 5 3 20 0 15 0 443850017 11107315712 466173 33554432000 4194304 4196468 140732242936704 139676162788208 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13291] ppid=13223 vsize=10846988 memory=1864652 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13291/stat : 13291 (java) S 13223 13226 12464 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443850017 11107315712 466173 33554432000 4194304 4196468 140732242936704 139675149618144 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13292] ppid=13223 vsize=10846988 memory=1864652 CPUtime=1.3 cores=1,3,5,7
/proc/13226/task/13292/stat : 13292 (java) S 13223 13226 12464 0 -1 1077944384 1689 13049 0 0 61 61 5 3 20 0 15 0 443850017 11107315712 466173 33554432000 4194304 4196468 140732242936704 139676060998064 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
Current children cumulated CPU time: 2307.16 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1864692 KiB

[startup+2322.3 s]
/proc/loadavg: 1.13 1.26 1.39 3/226 14027
/proc/meminfo: memFree=28542264/32770624 swapFree=66922452/67108860
[pid=13226] ppid=13223 vsize=10846988 memory=1864760 CPUtime=2368.21 cores=1,3,5,7
/proc/13226/stat : 13226 (java) S 13223 13226 12464 0 -1 1077944320 296779 13049 0 0 236450 363 5 3 20 0 15 0 443850002 11107315712 466190 33554432000 4194304 4196468 140732242936704 140732242919248 139676639325943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
/proc/13226/statm: 2711747 466190 3624 1 0 2673805 0
[pid=13226/tid=13279] ppid=13223 vsize=10846988 memory=1864740 CPUtime=2297.77 cores=1,3,5,7
/proc/13226/task/13279/stat : 13279 (java) R 13223 13226 12464 0 -1 4202560 89754 13049 0 0 229702 67 5 3 20 0 15 0 443850011 11107315712 466190 33554432000 4194304 4196468 140732242936704 139676611162048 139676260659360 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13280] ppid=13223 vsize=10846988 memory=1864740 CPUtime=12.43 cores=1,3,5,7
/proc/13226/task/13280/stat : 13280 (java) S 13223 13226 12464 0 -1 1077944384 36141 13049 0 0 1179 56 5 3 20 0 15 0 443850012 11107315712 466190 33554432000 4194304 4196468 140732242936704 139676643568528 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13281] ppid=13223 vsize=10846988 memory=1864740 CPUtime=12.35 cores=1,3,5,7
/proc/13226/task/13281/stat : 13281 (java) S 13223 13226 12464 0 -1 1077944384 26648 13049 0 0 1173 54 5 3 20 0 15 0 443850012 11107315712 466190 33554432000 4194304 4196468 140732242936704 139676212865808 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13282] ppid=13223 vsize=10846988 memory=1864740 CPUtime=12.38 cores=1,3,5,7
/proc/13226/task/13282/stat : 13282 (java) S 13223 13226 12464 0 -1 1077944384 32676 13049 0 0 1178 52 5 3 20 0 15 0 443850012 11107315712 466190 33554432000 4194304 4196468 140732242936704 139676211813520 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13283] ppid=13223 vsize=10846988 memory=1864728 CPUtime=12.41 cores=1,3,5,7
/proc/13226/task/13283/stat : 13283 (java) S 13223 13226 12464 0 -1 1077944384 39052 13049 0 0 1179 54 5 3 20 0 15 0 443850012 11107315712 466190 33554432000 4194304 4196468 140732242936704 139676210760720 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13284] ppid=13223 vsize=10846988 memory=1864740 CPUtime=10.59 cores=1,3,5,7
/proc/13226/task/13284/stat : 13284 (java) S 13223 13226 12464 0 -1 1077944384 30613 13049 0 0 994 57 5 3 20 0 15 0 443850013 11107315712 466190 33554432000 4194304 4196468 140732242936704 139676165945456 139676639337090 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13285] ppid=13223 vsize=10846988 memory=1864740 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13285/stat : 13285 (java) S 13223 13226 12464 0 -1 1077944384 21 13049 0 0 0 0 5 3 20 0 15 0 443850014 11107315712 466190 33554432000 4194304 4196468 140732242936704 139676094554976 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13286] ppid=13223 vsize=10846988 memory=1428 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13286/stat : 13286 (java) S 13223 13226 12464 0 -1 1077944384 12 13049 0 0 0 0 5 3 20 0 15 0 443850014 11107315712 466190 33554432000 4194304 4196468 140732242936704 139675490575488 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13287] ppid=13223 vsize=10846988 memory=1864740 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13287/stat : 13287 (java) S 13223 13226 12464 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443850017 11107315712 466190 33554432000 4194304 4196468 140732242936704 139675183175760 139676639344539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13288] ppid=13223 vsize=10846988 memory=1864740 CPUtime=3.92 cores=1,3,5,7
/proc/13226/task/13288/stat : 13288 (java) S 13223 13226 12464 0 -1 1077944384 17886 13049 0 0 381 3 5 3 20 0 15 0 443850017 11107315712 466190 33554432000 4194304 4196468 140732242936704 139676164893296 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13289] ppid=13223 vsize=10846988 memory=1864740 CPUtime=3.63 cores=1,3,5,7
/proc/13226/task/13289/stat : 13289 (java) S 13223 13226 12464 0 -1 1077944384 10237 13049 0 0 352 3 5 3 20 0 15 0 443850017 11107315712 466190 33554432000 4194304 4196468 140732242936704 139676163840496 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13290] ppid=13223 vsize=10846988 memory=1864740 CPUtime=2 cores=1,3,5,7
/proc/13226/task/13290/stat : 13290 (java) S 13223 13226 12464 0 -1 1077944384 9783 13049 0 0 189 3 5 3 20 0 15 0 443850017 11107315712 466190 33554432000 4194304 4196468 140732242936704 139676162788208 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13291] ppid=13223 vsize=10846988 memory=1864740 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13291/stat : 13291 (java) S 13223 13226 12464 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443850017 11107315712 466190 33554432000 4194304 4196468 140732242936704 139675149618144 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13292] ppid=13223 vsize=10846988 memory=6791534058613427641 CPUtime=1.33 cores=1,3,5,7
/proc/13226/task/13292/stat : 13292 (java) S 13223 13226 12464 0 -1 1077944384 1744 13049 0 0 62 63 5 3 20 0 15 0 443850017 11107315712 466190 33554432000 4194304 4196468 140732242936704 139676060998064 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
Current children cumulated CPU time: 2368.21 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1864760 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2353.6 s]
/proc/loadavg: 1.05 1.23 1.38 3/226 14029
/proc/meminfo: memFree=28529984/32770624 swapFree=66922452/67108860
[pid=13226] ppid=13223 vsize=10846988 memory=1874224 CPUtime=2400.03 cores=1,3,5,7
/proc/13226/stat : 13226 (java) S 13223 13226 12464 0 -1 1077944320 298610 13049 0 0 239629 366 5 3 20 0 15 0 443850002 11107315712 468556 33554432000 4194304 4196468 140732242936704 140732242919248 139676639325943 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
/proc/13226/statm: 2711747 468556 3624 1 0 2673805 0
[pid=13226/tid=13279] ppid=13223 vsize=10846988 memory=46968 CPUtime=2328.73 cores=1,3,5,7
/proc/13226/task/13279/stat : 13279 (java) R 13223 13226 12464 0 -1 4202560 90467 13049 0 0 232797 68 5 3 20 0 15 0 443850011 11107315712 468556 33554432000 4194304 4196468 140732242936704 139676611161856 139676260614791 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13280] ppid=13223 vsize=10846988 memory=281213386864488 CPUtime=12.61 cores=1,3,5,7
/proc/13226/task/13280/stat : 13280 (java) S 13223 13226 12464 0 -1 1077944384 36165 13049 0 0 1197 56 5 3 20 0 15 0 443850012 11107315712 468556 33554432000 4194304 4196468 140732242936704 139676643568528 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13281] ppid=13223 vsize=10846988 memory=281213386359024 CPUtime=12.53 cores=1,3,5,7
/proc/13226/task/13281/stat : 13281 (java) S 13223 13226 12464 0 -1 1077944384 26865 13049 0 0 1190 55 5 3 20 0 15 0 443850012 11107315712 468556 33554432000 4194304 4196468 140732242936704 139676212865808 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13282] ppid=13223 vsize=10846988 memory=1176 CPUtime=12.56 cores=1,3,5,7
/proc/13226/task/13282/stat : 13282 (java) S 13223 13226 12464 0 -1 1077944384 32731 13049 0 0 1195 53 5 3 20 0 15 0 443850012 11107315712 468556 33554432000 4194304 4196468 140732242936704 139676211813520 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13283] ppid=13223 vsize=10846988 memory=6072 CPUtime=12.58 cores=1,3,5,7
/proc/13226/task/13283/stat : 13283 (java) S 13223 13226 12464 0 -1 1077944384 39604 13049 0 0 1196 54 5 3 20 0 15 0 443850012 11107315712 468556 33554432000 4194304 4196468 140732242936704 139676210760720 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13284] ppid=13223 vsize=10846988 memory=780 CPUtime=10.73 cores=1,3,5,7
/proc/13226/task/13284/stat : 13284 (java) S 13223 13226 12464 0 -1 1077944384 30854 13049 0 0 1008 57 5 3 20 0 15 0 443850013 11107315712 468556 33554432000 4194304 4196468 140732242936704 139676165945456 139676639337090 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13285] ppid=13223 vsize=10846988 memory=780 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13285/stat : 13285 (java) S 13223 13226 12464 0 -1 1077944384 21 13049 0 0 0 0 5 3 20 0 15 0 443850014 11107315712 468556 33554432000 4194304 4196468 140732242936704 139676094554976 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13286] ppid=13223 vsize=10846988 memory=14008 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13286/stat : 13286 (java) S 13223 13226 12464 0 -1 1077944384 12 13049 0 0 0 0 5 3 20 0 15 0 443850014 11107315712 468556 33554432000 4194304 4196468 140732242936704 139675490575488 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13287] ppid=13223 vsize=10846988 memory=24620 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13287/stat : 13287 (java) S 13223 13226 12464 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443850017 11107315712 468556 33554432000 4194304 4196468 140732242936704 139675183175760 139676639344539 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13288] ppid=13223 vsize=10846988 memory=988 CPUtime=3.92 cores=1,3,5,7
/proc/13226/task/13288/stat : 13288 (java) S 13223 13226 12464 0 -1 1077944384 17888 13049 0 0 381 3 5 3 20 0 15 0 443850017 11107315712 468556 33554432000 4194304 4196468 140732242936704 139676164893296 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13289] ppid=13223 vsize=10846988 memory=2016 CPUtime=3.63 cores=1,3,5,7
/proc/13226/task/13289/stat : 13289 (java) S 13223 13226 12464 0 -1 1077944384 10240 13049 0 0 352 3 5 3 20 0 15 0 443850017 11107315712 468556 33554432000 4194304 4196468 140732242936704 139676163840496 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13290] ppid=13223 vsize=10846988 memory=1428 CPUtime=2 cores=1,3,5,7
/proc/13226/task/13290/stat : 13290 (java) S 13223 13226 12464 0 -1 1077944384 9785 13049 0 0 189 3 5 3 20 0 15 0 443850017 11107315712 468556 33554432000 4194304 4196468 140732242936704 139676162788208 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13291] ppid=13223 vsize=10846988 memory=46968 CPUtime=0.08 cores=1,3,5,7
/proc/13226/task/13291/stat : 13291 (java) S 13223 13226 12464 0 -1 1077944384 3 13049 0 0 0 0 5 3 20 0 15 0 443850017 11107315712 468556 33554432000 4194304 4196468 140732242936704 139675149618144 139676639336149 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
[pid=13226/tid=13292] ppid=13223 vsize=10846988 memory=988 CPUtime=1.35 cores=1,3,5,7
/proc/13226/task/13292/stat : 13292 (java) S 13223 13226 12464 0 -1 1077944384 1766 13049 0 0 63 64 5 3 20 0 15 0 443850017 11107315712 468556 33554432000 4194304 4196468 140732242936704 139676060998064 139676639337090 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35069952 140732242942703 140732242945221 140732242945221 140732242948047 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 1874224 KiB

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

[startup+2353.63 s]
# the end of solver process 13226 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.36 s, system=3.71771 s

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

Child status: 143
Real time (s): 2353.63
CPU time (s): 2400.08
CPU user time (s): 2396.36
CPU system time (s): 3.71771
CPU usage (%): 101.973
Max. virtual memory (cumulated for all children) (KiB): 10849808
Max. memory (cumulated for all children) (KiB): 1963844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.36
system time used= 3.71771
maximum resident set size= 1964904
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 314613
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 282780
involuntary context switches= 5302


# summary of solver processes directly reported to runsolver:
#   pid: 13226
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.36
#   total CPU system time (s): 3.71771

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.5152 second user time and 22.7395 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-17 01:18:45
IDJOB=4401294
IDBENCH=122976
IDSOLVER=2858
FILE ID=node139/4401294-1568675813
RUNJOBID= node139-1568673443-12496
PBS_JOBID= 21703780
Free space on /tmp= 59524 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Opd/Opd-sum-small/Opd-10-015-006.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401294-1568675813/watcher-4401294-1568675813 -o /tmp/evaluation-result-4401294-1568675813/solver-4401294-1568675813 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12496 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1750650444 HOME/instance-4401294-1568675813.xml

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

MD5SUM BENCH= d279c4dbde03937b121f919805027b3b
RANDOM SEED=1750650444

node139.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.57
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.57
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.57
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.57
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:        30210924 kB
MemAvailable:   30926376 kB
Buffers:          108144 kB
Cached:           898312 kB
SwapCached:        78144 kB
Active:          1538856 kB
Inactive:         450488 kB
Active(anon):     908260 kB
Inactive(anon):   117720 kB
Active(file):     630596 kB
Inactive(file):   332768 kB
Unevictable:      107820 kB
Mlocked:          107820 kB
SwapTotal:      67108860 kB
SwapFree:       66922424 kB
Dirty:             35440 kB
Writeback:             8 kB
AnonPages:       1014568 kB
Mapped:            61476 kB
Shmem:             34336 kB
Slab:             164916 kB
SReclaimable:     135848 kB
SUnreclaim:        29068 kB
KernelStack:        3776 kB
PageTables:         7540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2169640 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    829440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59488 MiB
End job on node139 at 2019-09-17 01:57:59