Trace number 4401384

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)40 2400.08 2357.23

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-05-14.xml
MD5SUMff3476fab8d1f67b2009ab5045109208
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark40
Best CPU time to get the best result obtained on this benchmark28.2352
Satisfiable
(Un)Satisfiability was proved
Number of variables140
Number of constraints170
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":70},{"size":9,"count":70}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":70},{"degree":7,"count":4},{"degree":8,"count":30},{"degree":10,"count":36}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":70},{"arity":3,"count":30},{"arity":4,"count":4},{"arity":6,"count":30},{"arity":9,"count":36}]
Number of extensional constraints100
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":100},{"type":"sum","count":70}]
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.75/0.55	c Concrete v3.12.2.1568631193530 running
8.47/3.62	o 33
8.47/3.67	o 34
9.45/3.91	o 36
11.23/4.56	o 37
41.73/33.77	o 38
907.46/887.95	o 39
1123.72/1100.96	o 40
2400.03/2357.20	Exception in thread "main" java.util.concurrent.TimeoutException
2400.03/2357.20		at concrete.MAC.mac(MAC.scala:192)
2400.03/2357.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2357.20		at scala.util.Try$.apply(Try.scala:212)
2400.03/2357.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2357.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2357.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2357.20		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2357.20		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2357.20		at concrete.MAC.nextSolution(MAC.scala:369)
2400.03/2357.20		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2357.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2357.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2357.20		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2357.20		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2357.20		at scala.util.Success.map(Try.scala:264)
2400.03/2357.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2357.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2357.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2357.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2357.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2357.20		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2357.20		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2357.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2357.20		at scala.App.$anonfun$main$1(App.scala:75)
2400.03/2357.20		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.03/2357.20		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2357.20		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2357.20		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.03/2357.20		at scala.App.main(App.scala:75)
2400.03/2357.20		at scala.App.main$(App.scala:73)
2400.03/2357.20		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2357.20		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2357.21	v <instantiation
2400.03/2357.21	v         cost = '40'>
2400.03/2357.21	v       <list>
2400.03/2357.21	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[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[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[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[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] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4] s[3][5] s[3][6] s[3][7] s[3][8] s[3][9] s[3][10] s[3][11] s[3][12] s[3][13] s[4][0] s[4][1] s[4][2] s[4][3] s[4][4] s[4][5] s[4][6] s[4][7] s[4][8] s[4][9] s[4][10] s[4][11] s[4][12] s[4][13]
2400.03/2357.21	v       </list>
2400.03/2357.21	v       <values>
2400.03/2357.21	v         1 1 0 1 1 0 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 0 1 1 0 1 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 1 0 1 1 0 1 1 0 1 1 0 1 1 1 1 0 1 1 0 1 1 0 1 1 0 1 1 3 3 4 3 3 4 3 3 4 3 3 4 3 3 3 3 4 3 3 4 3 3 4 3 3 4 3 3 4 4 4 4 4 4 4 4 4 4 4 4 4 4 3 3 4 3 3 4 3 3 4 3 3 4 3 3 3 3 4 3 3 4 3 3 4 3 3 4 3 3
2400.03/2357.21	v       </values>
2400.03/2357.21	v     </instantiation>
2400.03/2357.21	s SATISFIABLE

Verifier Data

OK	40

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401384-1568673796/watcher-4401384-1568673796 -o /tmp/evaluation-result-4401384-1568673796/solver-4401384-1568673796 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568669653-20873 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=140789969 HOME/instance-4401384-1568673796.xml 

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

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

solver pid=21271, runsolver pid=21268

[startup+0.100058 s]*
/proc/loadavg: 1.18 1.77 2.89 3/218 21328
/proc/meminfo: memFree=29494460/32770624 swapFree=66999860/67108860
[pid=21271] ppid=21268 vsize=9988792 memory=17344 CPUtime=0.09 cores=0,2,4,6
/proc/21271/stat : 21271 (java) S 21268 21271 20842 0 -1 1077944320 4602 13306 0 0 1 0 5 3 20 0 6 0 443634125 10228523008 4336 33554432000 4194304 4196468 140724885375504 140724885358048 139649551650551 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
/proc/21271/statm: 2497198 4336 1958 1 0 2485636 0
[pid=21271/tid=21324] ppid=21268 vsize=9989820 memory=720575944405811505 CPUtime=0.09 cores=0,2,4,6
/proc/21271/task/21324/stat : 21324 (java) R 21268 21271 20842 0 -1 4202560 2409 13306 0 0 1 0 5 3 20 0 6 0 443634134 10229575680 4402 33554432000 4194304 4196468 140724885375504 139649523487312 139649544390373 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21325] ppid=21268 vsize=9989820 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21325/stat : 21325 (java) S 21268 21271 20842 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 7 0 443634134 10229575680 4402 33554432000 4194304 4196468 140724885375504 139649555892496 139649551660757 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21326] ppid=21268 vsize=9989820 memory=139788815231241 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21326/stat : 21326 (java) S 21268 21271 20842 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 7 0 443634134 10229575680 4402 33554432000 4194304 4196468 140724885375504 139649454782864 139649551660757 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21327] ppid=21268 vsize=9989820 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21327/stat : 21327 (java) S 21268 21271 20842 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 7 0 443634134 10229575680 4402 33554432000 4194304 4196468 140724885375504 139649453730320 139649551660757 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21328] ppid=21268 vsize=9989820 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21328/stat : 21328 (java) S 21268 21271 20842 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 7 0 443634134 10229575680 4402 33554432000 4194304 4196468 140724885375504 139649122953872 139649551660757 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21329] ppid=21268 vsize=9989820 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21329/stat : 21329 (java) R 21268 21271 20842 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 7 0 443634136 10229575680 4402 33554432000 4194304 4196468 140724885375504 139649011145824 139649551660757 0 0 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 17344 KiB

[startup+0.216291 s]*
/proc/loadavg: 1.18 1.77 2.89 4/227 21337
/proc/meminfo: memFree=29474660/32770624 swapFree=66999860/67108860
[pid=21271] ppid=21268 vsize=10821220 memory=45088 CPUtime=0.28 cores=0,2,4,6
/proc/21271/stat : 21271 (java) S 21268 21271 20842 0 -1 1077944320 9378 13306 0 0 17 3 5 3 20 0 15 0 443634125 11080929280 11272 33554432000 4194304 4196468 140724885375504 140724885358048 139649551650551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
/proc/21271/statm: 2705305 11272 3305 1 0 2667405 0
[pid=21271/tid=21324] ppid=21268 vsize=10821220 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/21271/task/21324/stat : 21324 (java) R 21268 21271 20842 0 -1 4202560 6086 13306 0 0 10 1 5 3 20 0 15 0 443634134 11080929280 11469 33554432000 4194304 4196468 140724885375504 139649523462912 139649544330269 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21325] ppid=21268 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21325/stat : 21325 (java) S 21268 21271 20842 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 443634134 11080929280 11469 33554432000 4194304 4196468 140724885375504 139649555892496 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21326] ppid=21268 vsize=10821220 memory=139788815231241 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21326/stat : 21326 (java) S 21268 21271 20842 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 443634134 11080929280 11469 33554432000 4194304 4196468 140724885375504 139649454782864 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21327] ppid=21268 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21327/stat : 21327 (java) S 21268 21271 20842 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 443634134 11080929280 11469 33554432000 4194304 4196468 140724885375504 139649453730320 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21328] ppid=21268 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21328/stat : 21328 (java) S 21268 21271 20842 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 443634134 11080929280 11469 33554432000 4194304 4196468 140724885375504 139649122953872 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21329] ppid=21268 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21329/stat : 21329 (java) S 21268 21271 20842 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 443634136 11080929280 11469 33554432000 4194304 4196468 140724885375504 139649011145200 139649551661698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21330] ppid=21268 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21330/stat : 21330 (java) S 21268 21271 20842 0 -1 1077944384 13 13306 0 0 0 0 5 3 20 0 15 0 443634136 11080929280 11469 33554432000 4194304 4196468 140724885375504 139648445703584 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21331] ppid=21268 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21331/stat : 21331 (java) S 21268 21271 20842 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 443634136 11080929280 11469 33554432000 4194304 4196468 140724885375504 139648311485936 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21332] ppid=21268 vsize=10821220 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21332/stat : 21332 (java) S 21268 21271 20842 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 443634139 11080929280 11469 33554432000 4194304 4196468 140724885375504 139648071195344 139649551669147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21333] ppid=21268 vsize=10821220 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21271/task/21333/stat : 21333 (java) S 21268 21271 20842 0 -1 1077944384 360 13306 0 0 1 0 5 3 20 0 15 0 443634139 11080929280 11469 33554432000 4194304 4196468 140724885375504 139649010092016 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21334] ppid=21268 vsize=10821220 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/21271/task/21334/stat : 21334 (java) S 21268 21271 20842 0 -1 1077944384 304 13306 0 0 1 0 5 3 20 0 15 0 443634139 11080929280 11469 33554432000 4194304 4196468 140724885375504 139649009039472 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21335] ppid=21268 vsize=10821220 memory=139788812093056 CPUtime=0.11 cores=0,2,4,6
/proc/21271/task/21335/stat : 21335 (java) S 21268 21271 20842 0 -1 1077944384 612 13306 0 0 3 0 5 3 20 0 15 0 443634139 11080929280 11469 33554432000 4194304 4196468 140724885375504 139649007986928 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21336] ppid=21268 vsize=10821220 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21336/stat : 21336 (java) S 21268 21271 20842 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 443634139 11080929280 11469 33554432000 4194304 4196468 140724885375504 139648037636704 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21337] ppid=21268 vsize=10821220 memory=139788812093056 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21337/stat : 21337 (java) S 21268 21271 20842 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 443634140 11080929280 11469 33554432000 4194304 4196468 140724885375504 139649006934832 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 10821220 KiB
Current children cumulated memory: 45088 KiB

[startup+0.310331 s]*
/proc/loadavg: 1.18 1.77 2.89 3/227 21337
/proc/meminfo: memFree=29463976/32770624 swapFree=66999860/67108860
[pid=21271] ppid=21268 vsize=10820196 memory=50460 CPUtime=0.4 cores=0,2,4,6
/proc/21271/stat : 21271 (java) S 21268 21271 20842 0 -1 1077944320 10858 13306 0 0 28 4 5 3 20 0 15 0 443634125 11079880704 12615 33554432000 4194304 4196468 140724885375504 140724885358048 139649551650551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
/proc/21271/statm: 2705049 12615 3315 1 0 2667149 0
[pid=21271/tid=21324] ppid=21268 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/21271/task/21324/stat : 21324 (java) R 21268 21271 20842 0 -1 4202560 7335 13306 0 0 19 2 5 3 20 0 15 0 443634134 11079880704 12615 33554432000 4194304 4196468 140724885375504 139649523459504 139649535731038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21325] ppid=21268 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21325/stat : 21325 (java) S 21268 21271 20842 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 443634134 11079880704 12615 33554432000 4194304 4196468 140724885375504 139649555892496 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21326] ppid=21268 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21326/stat : 21326 (java) S 21268 21271 20842 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 443634134 11079880704 12615 33554432000 4194304 4196468 140724885375504 139649454782864 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21327] ppid=21268 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21327/stat : 21327 (java) S 21268 21271 20842 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 443634134 11079880704 12615 33554432000 4194304 4196468 140724885375504 139649453730320 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21328] ppid=21268 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21328/stat : 21328 (java) S 21268 21271 20842 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 443634134 11079880704 12615 33554432000 4194304 4196468 140724885375504 139649122953872 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21329] ppid=21268 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21329/stat : 21329 (java) S 21268 21271 20842 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 443634136 11079880704 12615 33554432000 4194304 4196468 140724885375504 139649011145200 139649551661698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21330] ppid=21268 vsize=10820196 memory=139788812093055 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21330/stat : 21330 (java) S 21268 21271 20842 0 -1 1077944384 13 13306 0 0 0 0 5 3 20 0 15 0 443634136 11079880704 12615 33554432000 4194304 4196468 140724885375504 139648445703584 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21331] ppid=21268 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21331/stat : 21331 (java) S 21268 21271 20842 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 443634136 11079880704 12615 33554432000 4194304 4196468 140724885375504 139648311485936 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21332] ppid=21268 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21332/stat : 21332 (java) S 21268 21271 20842 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 443634139 11079880704 12615 33554432000 4194304 4196468 140724885375504 139648071195344 139649551669147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21333] ppid=21268 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21271/task/21333/stat : 21333 (java) S 21268 21271 20842 0 -1 1077944384 360 13306 0 0 1 0 5 3 20 0 15 0 443634139 11079880704 12615 33554432000 4194304 4196468 140724885375504 139649010092016 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21334] ppid=21268 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/21271/task/21334/stat : 21334 (java) R 21268 21271 20842 0 -1 4202560 305 13306 0 0 2 0 5 3 20 0 15 0 443634139 11079880704 12615 33554432000 4194304 4196468 140724885375504 139649009039472 139649551661698 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21335] ppid=21268 vsize=10820196 memory=139788812093056 CPUtime=0.13 cores=0,2,4,6
/proc/21271/task/21335/stat : 21335 (java) S 21268 21271 20842 0 -1 1077944384 619 13306 0 0 5 0 5 3 20 0 15 0 443634139 11079880704 12615 33554432000 4194304 4196468 140724885375504 139649007986928 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21336] ppid=21268 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21336/stat : 21336 (java) S 21268 21271 20842 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 443634139 11079880704 12615 33554432000 4194304 4196468 140724885375504 139648037636704 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21337] ppid=21268 vsize=10820196 memory=139788812093056 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21337/stat : 21337 (java) S 21268 21271 20842 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 443634140 11079880704 12615 33554432000 4194304 4196468 140724885375504 139649006934832 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50460 KiB

[startup+0.706288 s]
/proc/loadavg: 1.18 1.77 2.89 5/227 21337
/proc/meminfo: memFree=29449736/32770624 swapFree=66999860/67108860
[pid=21271] ppid=21268 vsize=10824364 memory=83616 CPUtime=1.13 cores=0,2,4,6
/proc/21271/stat : 21271 (java) S 21268 21271 20842 0 -1 1077944320 15100 13306 0 0 99 6 5 3 20 0 15 0 443634125 11084148736 20904 33554432000 4194304 4196468 140724885375504 140724885358048 139649551650551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
/proc/21271/statm: 2706091 20904 3513 1 0 2668173 0
[pid=21271/tid=21324] ppid=21268 vsize=10824364 memory=1128 CPUtime=0.67 cores=0,2,4,6
/proc/21271/task/21324/stat : 21324 (java) R 21268 21271 20842 0 -1 4202560 10450 13306 0 0 55 4 5 3 20 0 15 0 443634134 11084148736 20904 33554432000 4194304 4196468 140724885375504 139649523477712 139649551672477 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21325] ppid=21268 vsize=10824364 memory=772 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21325/stat : 21325 (java) S 21268 21271 20842 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 443634134 11084148736 20904 33554432000 4194304 4196468 140724885375504 139649555892496 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21326] ppid=21268 vsize=10824364 memory=6297835844906604903 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21326/stat : 21326 (java) S 21268 21271 20842 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 443634134 11084148736 20904 33554432000 4194304 4196468 140724885375504 139649454782864 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21327] ppid=21268 vsize=10824364 memory=7739276948478191975 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21327/stat : 21327 (java) S 21268 21271 20842 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 443634134 11084148736 20904 33554432000 4194304 4196468 140724885375504 139649453730320 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21328] ppid=21268 vsize=10824364 memory=5865188000529146989 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21328/stat : 21328 (java) S 21268 21271 20842 0 -1 1077944384 2 13306 0 0 0 0 5 3 20 0 15 0 443634134 11084148736 20904 33554432000 4194304 4196468 140724885375504 139649122953872 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21329] ppid=21268 vsize=10824364 memory=139788812091937 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21329/stat : 21329 (java) S 21268 21271 20842 0 -1 1077944384 5 13306 0 0 0 0 5 3 20 0 15 0 443634136 11084148736 20904 33554432000 4194304 4196468 140724885375504 139649011145200 139649551661698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21330] ppid=21268 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21330/stat : 21330 (java) S 21268 21271 20842 0 -1 1077944384 13 13306 0 0 0 0 5 3 20 0 15 0 443634136 11084148736 20904 33554432000 4194304 4196468 140724885375504 139648445703584 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21331] ppid=21268 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21331/stat : 21331 (java) S 21268 21271 20842 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 443634136 11084148736 20904 33554432000 4194304 4196468 140724885375504 139648311485936 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21332] ppid=21268 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21332/stat : 21332 (java) S 21268 21271 20842 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 443634139 11084148736 20904 33554432000 4194304 4196468 140724885375504 139648071195344 139649551669147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21333] ppid=21268 vsize=10824364 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/21271/task/21333/stat : 21333 (java) R 21268 21271 20842 0 -1 4202560 817 13306 0 0 11 0 5 3 20 0 15 0 443634139 11084148736 20904 33554432000 4194304 4196468 140724885375504 139649010074384 139649532028114 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21334] ppid=21268 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/21271/task/21334/stat : 21334 (java) R 21268 21271 20842 0 -1 4202560 701 13306 0 0 14 0 5 3 20 0 15 0 443634139 11084148736 20904 33554432000 4194304 4196468 140724885375504 139649009027152 139649535037543 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21335] ppid=21268 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/21271/task/21335/stat : 21335 (java) R 21268 21271 20842 0 -1 4202560 896 13306 0 0 17 0 5 3 20 0 15 0 443634139 11084148736 20904 33554432000 4194304 4196468 140724885375504 139649007986928 139649535731038 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21336] ppid=21268 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21336/stat : 21336 (java) S 21268 21271 20842 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 443634139 11084148736 20904 33554432000 4194304 4196468 140724885375504 139648037636704 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21337] ppid=21268 vsize=10824364 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21337/stat : 21337 (java) S 21268 21271 20842 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 443634140 11084148736 20904 33554432000 4194304 4196468 140724885375504 139649006934832 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83616 KiB

[startup+1.50069 s]
/proc/loadavg: 1.41 1.81 2.89 3/227 21337
/proc/meminfo: memFree=29408232/32770624 swapFree=66999860/67108860
[pid=21271] ppid=21268 vsize=10834680 memory=171196 CPUtime=2.44 cores=0,2,4,6
/proc/21271/stat : 21271 (java) S 21268 21271 20842 0 -1 1077944320 21786 13306 0 0 224 12 5 3 20 0 15 0 443634125 11094712320 42799 33554432000 4194304 4196468 140724885375504 140724885358048 139649551650551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
/proc/21271/statm: 2708670 42799 3576 1 0 2670733 0
[pid=21271/tid=21324] ppid=21268 vsize=10834680 memory=7649399375641391410 CPUtime=1.44 cores=0,2,4,6
/proc/21271/task/21324/stat : 21324 (java) R 21268 21271 20842 0 -1 4202560 15279 13306 0 0 128 8 5 3 20 0 15 0 443634134 11094712320 42799 33554432000 4194304 4196468 140724885375504 139649523444240 139649551662486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21325] ppid=21268 vsize=10834680 memory=279577406913408 CPUtime=0.09 cores=0,2,4,6
/proc/21271/task/21325/stat : 21325 (java) S 21268 21271 20842 0 -1 1077944384 56 13306 0 0 1 0 5 3 20 0 15 0 443634134 11094712320 42799 33554432000 4194304 4196468 140724885375504 139649555892496 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21326] ppid=21268 vsize=10834680 memory=231133665076847 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21326/stat : 21326 (java) S 21268 21271 20842 0 -1 1077944384 11 13306 0 0 0 0 5 3 20 0 15 0 443634134 11094712320 42799 33554432000 4194304 4196468 140724885375504 139649454782864 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21327] ppid=21268 vsize=10834680 memory=231133665076848 CPUtime=0.09 cores=0,2,4,6
/proc/21271/task/21327/stat : 21327 (java) S 21268 21271 20842 0 -1 1077944384 363 13306 0 0 1 0 5 3 20 0 15 0 443634134 11094712320 42799 33554432000 4194304 4196468 140724885375504 139649453730320 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21328] ppid=21268 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/21271/task/21328/stat : 21328 (java) S 21268 21271 20842 0 -1 1077944384 81 13306 0 0 1 0 5 3 20 0 15 0 443634134 11094712320 42799 33554432000 4194304 4196468 140724885375504 139649122953872 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21329] ppid=21268 vsize=10834680 memory=1399103955520229747 CPUtime=0.09 cores=0,2,4,6
/proc/21271/task/21329/stat : 21329 (java) S 21268 21271 20842 0 -1 1077944384 133 13306 0 0 1 0 5 3 20 0 15 0 443634136 11094712320 42799 33554432000 4194304 4196468 140724885375504 139649011145200 139649551661698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21330] ppid=21268 vsize=10834680 memory=7090170363597840727 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21330/stat : 21330 (java) S 21268 21271 20842 0 -1 1077944384 14 13306 0 0 0 0 5 3 20 0 15 0 443634136 11094712320 42799 33554432000 4194304 4196468 140724885375504 139648445703648 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21331] ppid=21268 vsize=10834680 memory=6442512938990987619 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21331/stat : 21331 (java) S 21268 21271 20842 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 443634136 11094712320 42799 33554432000 4194304 4196468 140724885375504 139648311485952 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21332] ppid=21268 vsize=10834680 memory=8099846441140899940 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21332/stat : 21332 (java) S 21268 21271 20842 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 443634139 11094712320 42799 33554432000 4194304 4196468 140724885375504 139648071195344 139649551669147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21333] ppid=21268 vsize=10834680 memory=279577406476768 CPUtime=0.31 cores=0,2,4,6
/proc/21271/task/21333/stat : 21333 (java) S 21268 21271 20842 0 -1 1077944384 935 13306 0 0 22 1 5 3 20 0 15 0 443634139 11094712320 42799 33554432000 4194304 4196468 140724885375504 139649010092016 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21334] ppid=21268 vsize=10834680 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/21271/task/21334/stat : 21334 (java) S 21268 21271 20842 0 -1 1077944384 908 13306 0 0 25 0 5 3 20 0 15 0 443634139 11094712320 42799 33554432000 4194304 4196468 140724885375504 139649009039472 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21335] ppid=21268 vsize=10834680 memory=279577406925152 CPUtime=0.49 cores=0,2,4,6
/proc/21271/task/21335/stat : 21335 (java) S 21268 21271 20842 0 -1 1077944384 1790 13306 0 0 41 0 5 3 20 0 15 0 443634139 11094712320 42799 33554432000 4194304 4196468 140724885375504 139649007986928 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21336] ppid=21268 vsize=10834680 memory=139788703250336 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21336/stat : 21336 (java) S 21268 21271 20842 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 443634139 11094712320 42799 33554432000 4194304 4196468 140724885375504 139648037636704 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21337] ppid=21268 vsize=10834680 memory=279577406910832 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21337/stat : 21337 (java) S 21268 21271 20842 0 -1 1077944384 1 13306 0 0 0 0 5 3 20 0 15 0 443634140 11094712320 42799 33554432000 4194304 4196468 140724885375504 139649006934832 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0

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

/proc/21271/task/21324/stat : 21324 (java) R 21268 21271 20842 0 -1 4202560 68052 13306 0 0 217668 52 5 3 20 0 15 0 443634134 11109412864 249106 33554432000 4194304 4196468 140724885375504 139649523486656 139649147588416 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21325] ppid=21268 vsize=10849036 memory=6791534058613427641 CPUtime=11.55 cores=0,2,4,6
/proc/21271/task/21325/stat : 21325 (java) S 21268 21271 20842 0 -1 1077944384 16912 13306 0 0 1094 53 5 3 20 0 15 0 443634134 11109412864 249106 33554432000 4194304 4196468 140724885375504 139649555892496 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21326] ppid=21268 vsize=10849036 memory=996424 CPUtime=11.56 cores=0,2,4,6
/proc/21271/task/21326/stat : 21326 (java) S 21268 21271 20842 0 -1 1077944384 8839 13306 0 0 1093 55 5 3 20 0 15 0 443634134 11109412864 249106 33554432000 4194304 4196468 140724885375504 139649454782864 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21327] ppid=21268 vsize=10849036 memory=996424 CPUtime=11.56 cores=0,2,4,6
/proc/21271/task/21327/stat : 21327 (java) S 21268 21271 20842 0 -1 1077944384 9824 13306 0 0 1097 51 5 3 20 0 15 0 443634134 11109412864 249106 33554432000 4194304 4196468 140724885375504 139649453730320 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21328] ppid=21268 vsize=10849036 memory=996424 CPUtime=11.55 cores=0,2,4,6
/proc/21271/task/21328/stat : 21328 (java) S 21268 21271 20842 0 -1 1077944384 17579 13306 0 0 1093 54 5 3 20 0 15 0 443634134 11109412864 249106 33554432000 4194304 4196468 140724885375504 139649122953872 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21329] ppid=21268 vsize=10849036 memory=996424 CPUtime=10.23 cores=0,2,4,6
/proc/21271/task/21329/stat : 21329 (java) S 21268 21271 20842 0 -1 1077944384 12674 13306 0 0 960 55 5 3 20 0 15 0 443634136 11109412864 249106 33554432000 4194304 4196468 140724885375504 139649011145200 139649551661698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21330] ppid=21268 vsize=10849036 memory=996424 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21330/stat : 21330 (java) S 21268 21271 20842 0 -1 1077944384 15 13306 0 0 0 0 5 3 20 0 15 0 443634136 11109412864 249106 33554432000 4194304 4196468 140724885375504 139648445703712 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21331] ppid=21268 vsize=10849036 memory=996424 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21331/stat : 21331 (java) S 21268 21271 20842 0 -1 1077944384 8 13306 0 0 0 0 5 3 20 0 15 0 443634136 11109412864 249106 33554432000 4194304 4196468 140724885375504 139648311485952 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21332] ppid=21268 vsize=10849036 memory=996424 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21332/stat : 21332 (java) S 21268 21271 20842 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 443634139 11109412864 249106 33554432000 4194304 4196468 140724885375504 139648071195344 139649551669147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21333] ppid=21268 vsize=10849036 memory=996424 CPUtime=3.09 cores=0,2,4,6
/proc/21271/task/21333/stat : 21333 (java) S 21268 21271 20842 0 -1 1077944384 16795 13306 0 0 298 3 5 3 20 0 15 0 443634139 11109412864 249106 33554432000 4194304 4196468 140724885375504 139649010092016 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21334] ppid=21268 vsize=10849036 memory=35204 CPUtime=3.32 cores=0,2,4,6
/proc/21271/task/21334/stat : 21334 (java) S 21268 21271 20842 0 -1 1077944384 18351 13306 0 0 322 2 5 3 20 0 15 0 443634139 11109412864 249106 33554432000 4194304 4196468 140724885375504 139649009039472 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21335] ppid=21268 vsize=10849036 memory=984 CPUtime=1.85 cores=0,2,4,6
/proc/21271/task/21335/stat : 21335 (java) S 21268 21271 20842 0 -1 1077944384 12954 13306 0 0 174 3 5 3 20 0 15 0 443634139 11109412864 249106 33554432000 4194304 4196468 140724885375504 139649007986928 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21336] ppid=21268 vsize=10849036 memory=2024 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21336/stat : 21336 (java) S 21268 21271 20842 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 443634139 11109412864 249106 33554432000 4194304 4196468 140724885375504 139648037636704 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21337] ppid=21268 vsize=10849036 memory=1380 CPUtime=1.27 cores=0,2,4,6
/proc/21271/task/21337/stat : 21337 (java) S 21268 21271 20842 0 -1 1077944384 857 13306 0 0 55 64 5 3 20 0 15 0 443634140 11109412864 249106 33554432000 4194304 4196468 140724885375504 139649006934832 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
Current children cumulated CPU time: 2242.64 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 996424 KiB

[startup+2262.3 s]
/proc/loadavg: 1.21 1.33 1.49 3/226 21845
/proc/meminfo: memFree=28414100/32770624 swapFree=66999896/67108860
[pid=21271] ppid=21268 vsize=10849036 memory=998472 CPUtime=2303.62 cores=0,2,4,6
/proc/21271/stat : 21271 (java) S 21268 21271 20842 0 -1 1077944320 186860 13306 0 0 230013 341 5 3 20 0 15 0 443634125 11109412864 249618 33554432000 4194304 4196468 140724885375504 140724885358048 139649551650551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
/proc/21271/statm: 2712259 249618 3625 1 0 2674317 0
[pid=21271/tid=21324] ppid=21268 vsize=10849036 memory=998472 CPUtime=2236.6 cores=0,2,4,6
/proc/21271/task/21324/stat : 21324 (java) R 21268 21271 20842 0 -1 4202560 68941 13306 0 0 223600 52 5 3 20 0 15 0 443634134 11109412864 249618 33554432000 4194304 4196468 140724885375504 139649523486704 139649134694999 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21325] ppid=21268 vsize=10849036 memory=998472 CPUtime=11.89 cores=0,2,4,6
/proc/21271/task/21325/stat : 21325 (java) S 21268 21271 20842 0 -1 1077944384 16990 13306 0 0 1126 55 5 3 20 0 15 0 443634134 11109412864 249618 33554432000 4194304 4196468 140724885375504 139649555892496 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21326] ppid=21268 vsize=10849036 memory=998472 CPUtime=11.9 cores=0,2,4,6
/proc/21271/task/21326/stat : 21326 (java) S 21268 21271 20842 0 -1 1077944384 8986 13306 0 0 1125 57 5 3 20 0 15 0 443634134 11109412864 249618 33554432000 4194304 4196468 140724885375504 139649454782864 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21327] ppid=21268 vsize=10849036 memory=100 CPUtime=11.88 cores=0,2,4,6
/proc/21271/task/21327/stat : 21327 (java) S 21268 21271 20842 0 -1 1077944384 9855 13306 0 0 1128 52 5 3 20 0 15 0 443634134 11109412864 249618 33554432000 4194304 4196468 140724885375504 139649453730320 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21328] ppid=21268 vsize=10849036 memory=3208 CPUtime=11.89 cores=0,2,4,6
/proc/21271/task/21328/stat : 21328 (java) S 21268 21271 20842 0 -1 1077944384 17991 13306 0 0 1126 55 5 3 20 0 15 0 443634134 11109412864 249618 33554432000 4194304 4196468 140724885375504 139649122953872 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21329] ppid=21268 vsize=10849036 memory=998472 CPUtime=10.52 cores=0,2,4,6
/proc/21271/task/21329/stat : 21329 (java) S 21268 21271 20842 0 -1 1077944384 12878 13306 0 0 987 57 5 3 20 0 15 0 443634136 11109412864 249618 33554432000 4194304 4196468 140724885375504 139649011145200 139649551661698 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21330] ppid=21268 vsize=10849036 memory=628 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21330/stat : 21330 (java) S 21268 21271 20842 0 -1 1077944384 15 13306 0 0 0 0 5 3 20 0 15 0 443634136 11109412864 249618 33554432000 4194304 4196468 140724885375504 139648445703712 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21331] ppid=21268 vsize=10849036 memory=998472 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21331/stat : 21331 (java) S 21268 21271 20842 0 -1 1077944384 8 13306 0 0 0 0 5 3 20 0 15 0 443634136 11109412864 249618 33554432000 4194304 4196468 140724885375504 139648311485952 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21332] ppid=21268 vsize=10849036 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21332/stat : 21332 (java) S 21268 21271 20842 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 443634139 11109412864 249618 33554432000 4194304 4196468 140724885375504 139648071195344 139649551669147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21333] ppid=21268 vsize=10849036 memory=998472 CPUtime=3.09 cores=0,2,4,6
/proc/21271/task/21333/stat : 21333 (java) S 21268 21271 20842 0 -1 1077944384 16797 13306 0 0 298 3 5 3 20 0 15 0 443634139 11109412864 249618 33554432000 4194304 4196468 140724885375504 139649010092016 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21334] ppid=21268 vsize=10849036 memory=111632 CPUtime=3.32 cores=0,2,4,6
/proc/21271/task/21334/stat : 21334 (java) S 21268 21271 20842 0 -1 1077944384 18354 13306 0 0 322 2 5 3 20 0 15 0 443634139 11109412864 249618 33554432000 4194304 4196468 140724885375504 139649009039472 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21335] ppid=21268 vsize=10849036 memory=800 CPUtime=1.85 cores=0,2,4,6
/proc/21271/task/21335/stat : 21335 (java) S 21268 21271 20842 0 -1 1077944384 12956 13306 0 0 174 3 5 3 20 0 15 0 443634139 11109412864 249618 33554432000 4194304 4196468 140724885375504 139649007986928 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21336] ppid=21268 vsize=10849036 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21336/stat : 21336 (java) S 21268 21271 20842 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 443634139 11109412864 249618 33554432000 4194304 4196468 140724885375504 139648037636704 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21337] ppid=21268 vsize=10849036 memory=35204 CPUtime=1.3 cores=0,2,4,6
/proc/21271/task/21337/stat : 21337 (java) S 21268 21271 20842 0 -1 1077944384 873 13306 0 0 57 65 5 3 20 0 15 0 443634140 11109412864 249618 33554432000 4194304 4196468 140724885375504 139649006934832 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
Current children cumulated CPU time: 2303.62 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 998472 KiB

[startup+2322.3 s]
/proc/loadavg: 1.21 1.30 1.47 3/227 21857
/proc/meminfo: memFree=28402764/32770624 swapFree=66999916/67108860
[pid=21271] ppid=21268 vsize=10849036 memory=1000520 CPUtime=2364.58 cores=0,2,4,6
/proc/21271/stat : 21271 (java) S 21268 21271 20842 0 -1 1077944320 188210 13306 0 0 236102 348 5 3 20 0 15 0 443634125 11109412864 250130 33554432000 4194304 4196468 140724885375504 140724885358048 139649551650551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
/proc/21271/statm: 2712259 250130 3625 1 0 2674317 0
[pid=21271/tid=21324] ppid=21268 vsize=10849036 memory=1000520 CPUtime=2295.92 cores=0,2,4,6
/proc/21271/task/21324/stat : 21324 (java) R 21268 21271 20842 0 -1 4202560 69684 13306 0 0 229531 53 5 3 20 0 15 0 443634134 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649523486960 139649148414248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21325] ppid=21268 vsize=10849036 memory=1000520 CPUtime=12.22 cores=0,2,4,6
/proc/21271/task/21325/stat : 21325 (java) S 21268 21271 20842 0 -1 1077944384 17112 13306 0 0 1157 57 5 3 20 0 15 0 443634134 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649555892496 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21326] ppid=21268 vsize=10849036 memory=998472 CPUtime=12.22 cores=0,2,4,6
/proc/21271/task/21326/stat : 21326 (java) S 21268 21271 20842 0 -1 1077944384 9135 13306 0 0 1156 58 5 3 20 0 15 0 443634134 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649454782864 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21327] ppid=21268 vsize=10849036 memory=998472 CPUtime=12.22 cores=0,2,4,6
/proc/21271/task/21327/stat : 21327 (java) S 21268 21271 20842 0 -1 1077944384 9919 13306 0 0 1161 53 5 3 20 0 15 0 443634134 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649453730320 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21328] ppid=21268 vsize=10849036 memory=998472 CPUtime=12.23 cores=0,2,4,6
/proc/21271/task/21328/stat : 21328 (java) S 21268 21271 20842 0 -1 1077944384 18034 13306 0 0 1159 56 5 3 20 0 15 0 443634134 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649122953872 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21329] ppid=21268 vsize=10849036 memory=1548 CPUtime=10.8 cores=0,2,4,6
/proc/21271/task/21329/stat : 21329 (java) S 21268 21271 20842 0 -1 1077944384 13093 13306 0 0 1014 58 5 3 20 0 15 0 443634136 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649011145200 139649551661698 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21330] ppid=21268 vsize=10849036 memory=1000520 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21330/stat : 21330 (java) S 21268 21271 20842 0 -1 1077944384 15 13306 0 0 0 0 5 3 20 0 15 0 443634136 11109412864 250130 33554432000 4194304 4196468 140724885375504 139648445703712 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21331] ppid=21268 vsize=10849036 memory=1000520 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21331/stat : 21331 (java) S 21268 21271 20842 0 -1 1077944384 8 13306 0 0 0 0 5 3 20 0 15 0 443634136 11109412864 250130 33554432000 4194304 4196468 140724885375504 139648311485952 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21332] ppid=21268 vsize=10849036 memory=6005098652180770922 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21332/stat : 21332 (java) S 21268 21271 20842 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 443634139 11109412864 250130 33554432000 4194304 4196468 140724885375504 139648071195344 139649551669147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21333] ppid=21268 vsize=10849036 memory=1000520 CPUtime=3.09 cores=0,2,4,6
/proc/21271/task/21333/stat : 21333 (java) S 21268 21271 20842 0 -1 1077944384 16799 13306 0 0 298 3 5 3 20 0 15 0 443634139 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649010092016 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21334] ppid=21268 vsize=10849036 memory=1000520 CPUtime=3.32 cores=0,2,4,6
/proc/21271/task/21334/stat : 21334 (java) S 21268 21271 20842 0 -1 1077944384 18356 13306 0 0 322 2 5 3 20 0 15 0 443634139 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649009039472 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21335] ppid=21268 vsize=10849036 memory=1000520 CPUtime=1.85 cores=0,2,4,6
/proc/21271/task/21335/stat : 21335 (java) S 21268 21271 20842 0 -1 1077944384 12958 13306 0 0 174 3 5 3 20 0 15 0 443634139 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649007986928 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21336] ppid=21268 vsize=10849036 memory=1000520 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21336/stat : 21336 (java) S 21268 21271 20842 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 443634139 11109412864 250130 33554432000 4194304 4196468 140724885375504 139648037636704 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21337] ppid=21268 vsize=10849036 memory=1000520 CPUtime=1.32 cores=0,2,4,6
/proc/21271/task/21337/stat : 21337 (java) S 21268 21271 20842 0 -1 1077944384 881 13306 0 0 58 66 5 3 20 0 15 0 443634140 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649006934832 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
Current children cumulated CPU time: 2364.58 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1000520 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2357.2 s]
/proc/loadavg: 1.42 1.35 1.48 3/227 21859
/proc/meminfo: memFree=28401096/32770624 swapFree=66999916/67108860
[pid=21271] ppid=21268 vsize=10849036 memory=1000520 CPUtime=2400.03 cores=0,2,4,6
/proc/21271/stat : 21271 (java) S 21268 21271 20842 0 -1 1077944320 189648 13306 0 0 239643 352 5 3 20 0 15 0 443634125 11109412864 250130 33554432000 4194304 4196468 140724885375504 140724885358048 139649551650551 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
/proc/21271/statm: 2712259 250130 3625 1 0 2674317 0
[pid=21271/tid=21324] ppid=21268 vsize=10849036 memory=973860 CPUtime=2330.42 cores=0,2,4,6
/proc/21271/task/21324/stat : 21324 (java) R 21268 21271 20842 0 -1 4202560 70276 13306 0 0 232981 53 5 3 20 0 15 0 443634134 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649523486736 139649149282750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21325] ppid=21268 vsize=10849036 memory=1000520 CPUtime=12.41 cores=0,2,4,6
/proc/21271/task/21325/stat : 21325 (java) S 21268 21271 20842 0 -1 1077944384 17154 13306 0 0 1175 58 5 3 20 0 15 0 443634134 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649555892496 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21326] ppid=21268 vsize=10849036 memory=1728 CPUtime=12.41 cores=0,2,4,6
/proc/21271/task/21326/stat : 21326 (java) S 21268 21271 20842 0 -1 1077944384 9550 13306 0 0 1175 58 5 3 20 0 15 0 443634134 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649454782864 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21327] ppid=21268 vsize=10849036 memory=1448 CPUtime=12.42 cores=0,2,4,6
/proc/21271/task/21327/stat : 21327 (java) S 21268 21271 20842 0 -1 1077944384 9944 13306 0 0 1180 54 5 3 20 0 15 0 443634134 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649453730320 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21328] ppid=21268 vsize=10849036 memory=6791534058613427641 CPUtime=12.43 cores=0,2,4,6
/proc/21271/task/21328/stat : 21328 (java) S 21268 21271 20842 0 -1 1077944384 18170 13306 0 0 1178 57 5 3 20 0 15 0 443634134 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649122953872 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21329] ppid=21268 vsize=10849036 memory=0 CPUtime=10.96 cores=0,2,4,6
/proc/21271/task/21329/stat : 21329 (java) S 21268 21271 20842 0 -1 1077944384 13299 13306 0 0 1029 59 5 3 20 0 15 0 443634136 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649011145200 139649551661698 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21330] ppid=21268 vsize=10849036 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21330/stat : 21330 (java) S 21268 21271 20842 0 -1 1077944384 15 13306 0 0 0 0 5 3 20 0 15 0 443634136 11109412864 250130 33554432000 4194304 4196468 140724885375504 139648445703712 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21331] ppid=21268 vsize=10849036 memory=3184237707971772563 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21331/stat : 21331 (java) S 21268 21271 20842 0 -1 1077944384 8 13306 0 0 0 0 5 3 20 0 15 0 443634136 11109412864 250130 33554432000 4194304 4196468 140724885375504 139648311485952 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21332] ppid=21268 vsize=10849036 memory=7234303152781525070 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21332/stat : 21332 (java) S 21268 21271 20842 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 443634139 11109412864 250130 33554432000 4194304 4196468 140724885375504 139648071195344 139649551669147 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21333] ppid=21268 vsize=10849036 memory=288289965420100889 CPUtime=3.09 cores=0,2,4,6
/proc/21271/task/21333/stat : 21333 (java) S 21268 21271 20842 0 -1 1077944384 16801 13306 0 0 298 3 5 3 20 0 15 0 443634139 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649010092016 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21334] ppid=21268 vsize=10849036 memory=3168480 CPUtime=3.32 cores=0,2,4,6
/proc/21271/task/21334/stat : 21334 (java) S 21268 21271 20842 0 -1 1077944384 18358 13306 0 0 322 2 5 3 20 0 15 0 443634139 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649009039472 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21335] ppid=21268 vsize=10849036 memory=7812726576340533336 CPUtime=1.85 cores=0,2,4,6
/proc/21271/task/21335/stat : 21335 (java) S 21268 21271 20842 0 -1 1077944384 12960 13306 0 0 174 3 5 3 20 0 15 0 443634139 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649007986928 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21336] ppid=21268 vsize=10849036 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/21271/task/21336/stat : 21336 (java) S 21268 21271 20842 0 -1 1077944384 3 13306 0 0 0 0 5 3 20 0 15 0 443634139 11109412864 250130 33554432000 4194304 4196468 140724885375504 139648037636704 139649551660757 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
[pid=21271/tid=21337] ppid=21268 vsize=10849036 memory=8 CPUtime=1.34 cores=0,2,4,6
/proc/21271/task/21337/stat : 21337 (java) S 21268 21271 20842 0 -1 1077944384 897 13306 0 0 59 67 5 3 20 0 15 0 443634140 11109412864 250130 33554432000 4194304 4196468 140724885375504 139649006934832 139649551661698 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38752256 140724885383920 140724885386437 140724885386437 140724885389263 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1000520 KiB

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

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

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

Child status: 143
Real time (s): 2357.23
CPU time (s): 2400.08
CPU user time (s): 2396.51
CPU system time (s): 3.57244
CPU usage (%): 101.818
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 1000520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.51
system time used= 3.57244
maximum resident set size= 1004728
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 203975
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2792
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 287899
involuntary context switches= 10512


# summary of solver processes directly reported to runsolver:
#   pid: 21271
#   total CPU time (s): 2400.08
#   total CPU user time (s): 2396.51
#   total CPU system time (s): 3.57244

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.0383 second user time and 18.6186 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-16 23:41:57
IDJOB=4401384
IDBENCH=115960
IDSOLVER=2858
FILE ID=node106/4401384-1568673796
RUNJOBID= node106-1568669653-20873
PBS_JOBID= 21703794
Free space on /tmp= 59052 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-05-14.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401384-1568673796/watcher-4401384-1568673796 -o /tmp/evaluation-result-4401384-1568673796/solver-4401384-1568673796 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568669653-20873 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=140789969 HOME/instance-4401384-1568673796.xml

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

MD5SUM BENCH= ff3476fab8d1f67b2009ab5045109208
RANDOM SEED=140789969

node106.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.79
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.79
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.79
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.79
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:        29504164 kB
MemAvailable:   31040960 kB
Buffers:          186764 kB
Cached:          1639296 kB
SwapCached:         7548 kB
Active:          1471864 kB
Inactive:        1218720 kB
Active(anon):     864296 kB
Inactive(anon):    44204 kB
Active(file):     607568 kB
Inactive(file):  1174516 kB
Unevictable:      108936 kB
Mlocked:          108936 kB
SwapTotal:      67108860 kB
SwapFree:       66999860 kB
Dirty:             34988 kB
Writeback:             0 kB
AnonPages:        978216 kB
Mapped:            57332 kB
Shmem:             35612 kB
Slab:             171072 kB
SReclaimable:     141092 kB
SUnreclaim:        29980 kB
KernelStack:        3984 kB
PageTables:         7192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2123864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    811008 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= 59016 MiB
End job on node106 at 2019-09-17 00:21:15