Trace number 4401379

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)38 2400.05 2356.83

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-08-09.xml
MD5SUM6fd932c8bfa1fb1c2de56266b40b08cd
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 benchmark32.0099
Satisfiable
(Un)Satisfiability was proved
Number of variables144
Number of constraints170
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":72},{"size":9,"count":72}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":72},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":42}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":72},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":42}]
Number of extensional constraints98
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":98},{"type":"sum","count":72}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.74/0.55	c Concrete v3.12.2.1568631193530 running
8.88/3.76	o 28
8.88/3.77	o 29
8.88/3.78	o 30
9.22/3.90	o 32
9.51/3.90	o 33
10.19/4.14	o 34
17.90/10.20	o 35
27.48/19.06	o 36
238.70/228.08	o 37
1928.09/1892.31	o 38
2400.01/2356.80	Exception in thread "main" java.util.concurrent.TimeoutException
2400.01/2356.80		at concrete.MAC.mac(MAC.scala:192)
2400.01/2356.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.01/2356.80		at scala.util.Try$.apply(Try.scala:212)
2400.01/2356.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.01/2356.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.01/2356.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.01/2356.80		at concrete.MAC.oneRun(MAC.scala:265)
2400.01/2356.80		at concrete.MAC.nextSolution(MAC.scala:284)
2400.01/2356.80		at concrete.MAC.nextSolution(MAC.scala:369)
2400.01/2356.80		at concrete.Solver.hasNext(Solver.scala:160)
2400.01/2356.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2356.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2356.80		at concrete.Solver.foreach(Solver.scala:67)
2400.01/2356.80		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.01/2356.80		at scala.util.Success.map(Try.scala:264)
2400.01/2356.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.01/2356.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.01/2356.80		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.01/2356.80		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.01/2356.80		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.01/2356.80		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.01/2356.80		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.01/2356.80		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.01/2356.80		at scala.App.$anonfun$main$1(App.scala:75)
2400.01/2356.80		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.01/2356.80		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2356.80		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2356.80		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.01/2356.81		at scala.App.main(App.scala:75)
2400.01/2356.81		at scala.App.main$(App.scala:73)
2400.01/2356.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.01/2356.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.01/2356.81	v <instantiation
2400.01/2356.81	v         cost = '38'>
2400.01/2356.81	v       <list>
2400.01/2356.81	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[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[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[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[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[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[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[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] 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[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[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[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[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[5][0] s[5][1] s[5][2] s[5][3] s[5][4] s[5][5] s[5][6] s[5][7] s[5][8] s[6][0] s[6][1] s[6][2] s[6][3] s[6][4] s[6][5] s[6][6] s[6][7] s[6][8] s[7][0] s[7][1] s[7][2] s[7][3] s[7][4] s[7][5] s[7][6] s[7][7] s[7][8]
2400.01/2356.81	v       </list>
2400.01/2356.81	v       <values>
2400.01/2356.81	v         1 1 0 0 1 1 0 1 1 1 0 1 0 0 1 0 1 0 0 0 1 1 0 1 0 0 1 1 0 0 0 0 1 0 1 1 1 1 1 1 1 1 0 1 0 0 0 0 0 0 0 0 0 1 1 1 0 1 1 1 1 0 1 1 0 1 1 0 0 1 1 0 2 3 2 2 2 2 4 2 2 2 5 3 4 5 3 5 3 4 2 4 2 2 4 2 5 4 3 2 5 5 5 6 3 5 3 3 2 3 2 2 3 2 4 3 4 4 5 5 5 6 5 4 4 2 2 3 4 3 3 3 3 5 2 2 4 3 3 4 4 3 3 2
2400.01/2356.81	v       </values>
2400.01/2356.81	v     </instantiation>
2400.01/2356.81	s SATISFIABLE

Verifier Data

OK	38

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14928 MiB free)
  memory of node 1: 16384 MiB (12706 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401379-1568675683/watcher-4401379-1568675683 -o /tmp/evaluation-result-4401379-1568675683/solver-4401379-1568675683 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568673289-14478 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1397057242 HOME/instance-4401379-1568675683.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=14946, runsolver pid=14943


[startup+0.100139 s]*
/proc/loadavg: 1.60 1.74 1.87 3/219 15003
/proc/meminfo: memFree=28291408/32770624 swapFree=66922232/67108860
[pid=14946] ppid=14943 vsize=9972712 memory=16812 CPUtime=0.09 cores=0,2,4,6
/proc/14946/stat : 14946 (java) S 14943 14946 14447 0 -1 1077944320 4440 13219 0 0 1 0 5 3 20 0 6 0 443506203 10212057088 4203 33554432000 4194304 4196468 140735443948336 140735443930880 139728470859511 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
/proc/14946/statm: 2493178 4203 1935 1 0 2481616 0
[pid=14946/tid=14999] ppid=14943 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/14999/stat : 14999 (java) R 14943 14946 14447 0 -1 4202560 2250 13219 0 0 0 0 5 3 20 0 6 0 443506212 10212057088 4203 33554432000 4194304 4196468 140735443948336 139728442696272 139728456542037 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15000] ppid=14943 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15000/stat : 15000 (java) S 14943 14946 14447 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 6 0 443506213 10212057088 4203 33554432000 4194304 4196468 140735443948336 139728475102096 139728470869717 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15001] ppid=14943 vsize=9972712 memory=140502494987904 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15001/stat : 15001 (java) S 14943 14946 14447 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 6 0 443506213 10212057088 4203 33554432000 4194304 4196468 140735443948336 139728373992208 139728470869717 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15002] ppid=14943 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15002/stat : 15002 (java) S 14943 14946 14447 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 6 0 443506213 10212057088 4203 33554432000 4194304 4196468 140735443948336 139728042978448 139728470869717 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15003] ppid=14943 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15003/stat : 15003 (java) S 14943 14946 14447 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 6 0 443506213 10212057088 4203 33554432000 4194304 4196468 140735443948336 139728041925648 139728470869717 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210142 s]*
/proc/loadavg: 1.60 1.74 1.87 4/228 15012
/proc/meminfo: memFree=28272160/32770624 swapFree=66922232/67108860
[pid=14946] ppid=14943 vsize=10820020 memory=42020 CPUtime=0.27 cores=0,2,4,6
/proc/14946/stat : 14946 (java) S 14943 14946 14447 0 -1 1077944320 7331 13219 0 0 17 2 5 3 20 0 15 0 443506203 11079700480 10505 33554432000 4194304 4196468 140735443948336 140735443930880 139728470859511 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
/proc/14946/statm: 2705041 10505 3213 1 0 2667149 0
[pid=14946/tid=14999] ppid=14943 vsize=10820188 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/14946/task/14999/stat : 14999 (java) R 14943 14946 14447 0 -1 4202560 3899 13219 0 0 10 1 5 3 20 0 15 0 443506212 11079872512 10571 33554432000 4194304 4196468 140735443948336 139728442683592 139728470881437 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15000] ppid=14943 vsize=10820188 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15000/stat : 15000 (java) S 14943 14946 14447 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 443506213 11079872512 10571 33554432000 4194304 4196468 140735443948336 139728475102096 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15001] ppid=14943 vsize=10820188 memory=140502495002667 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15001/stat : 15001 (java) S 14943 14946 14447 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 443506213 11079872512 10571 33554432000 4194304 4196468 140735443948336 139728373992208 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15002] ppid=14943 vsize=10820188 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15002/stat : 15002 (java) S 14943 14946 14447 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 443506213 11079872512 10571 33554432000 4194304 4196468 140735443948336 139728042978448 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15003] ppid=14943 vsize=10820188 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15003/stat : 15003 (java) S 14943 14946 14447 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 443506213 11079872512 10571 33554432000 4194304 4196468 140735443948336 139728041925648 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15004] ppid=14943 vsize=10820188 memory=140502494987904 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15004/stat : 15004 (java) S 14943 14946 14447 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 443506215 11079872512 10571 33554432000 4194304 4196468 140735443948336 139727930251376 139728470870658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15005] ppid=14943 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15005/stat : 15005 (java) S 14943 14946 14447 0 -1 1077944384 13 13219 0 0 0 0 5 3 20 0 15 0 443506215 11079880704 10571 33554432000 4194304 4196468 140735443948336 139727835489056 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15006] ppid=14943 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15006/stat : 15006 (java) S 14943 14946 14447 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 443506215 11079880704 10571 33554432000 4194304 4196468 140735443948336 139727231509616 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15007] ppid=14943 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15007/stat : 15007 (java) S 14943 14946 14447 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 443506218 11079880704 10571 33554432000 4194304 4196468 140735443948336 139726991218768 139728470878107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15008] ppid=14943 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14946/task/15008/stat : 15008 (java) S 14943 14946 14447 0 -1 1077944384 477 13219 0 0 1 0 5 3 20 0 15 0 443506218 11079880704 10571 33554432000 4194304 4196468 140735443948336 139727929199216 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15009] ppid=14943 vsize=10820196 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/14946/task/15009/stat : 15009 (java) R 14943 14946 14447 0 -1 4202560 177 13219 0 0 1 0 5 3 20 0 15 0 443506218 11079880704 10571 33554432000 4194304 4196468 140735443948336 139727928146416 139728454356010 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15010] ppid=14943 vsize=10820196 memory=140502494987904 CPUtime=0.11 cores=0,2,4,6
/proc/14946/task/15010/stat : 15010 (java) S 14943 14946 14447 0 -1 1077944384 600 13219 0 0 3 0 5 3 20 0 15 0 443506218 11079880704 10571 33554432000 4194304 4196468 140735443948336 139727927094128 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15011] ppid=14943 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15011/stat : 15011 (java) S 14943 14946 14447 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 443506218 11079880704 10571 33554432000 4194304 4196468 140735443948336 139726957661152 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15012] ppid=14943 vsize=10820196 memory=140502494987904 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15012/stat : 15012 (java) S 14943 14946 14447 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 443506219 11079880704 10571 33554432000 4194304 4196468 140735443948336 139727926041008 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 42020 KiB

[startup+0.310689 s]*
/proc/loadavg: 1.60 1.74 1.87 3/228 15012
/proc/meminfo: memFree=28259092/32770624 swapFree=66922232/67108860
[pid=14946] ppid=14943 vsize=10820196 memory=50584 CPUtime=0.4 cores=0,2,4,6
/proc/14946/stat : 14946 (java) S 14943 14946 14447 0 -1 1077944320 10870 13219 0 0 29 3 5 3 20 0 15 0 443506203 11079880704 12646 33554432000 4194304 4196468 140735443948336 140735443930880 139728470859511 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
/proc/14946/statm: 2705049 12646 3309 1 0 2667149 0
[pid=14946/tid=14999] ppid=14943 vsize=10820196 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/14946/task/14999/stat : 14999 (java) R 14943 14946 14447 0 -1 4202560 7363 13219 0 0 19 2 5 3 20 0 15 0 443506212 11079880704 12646 33554432000 4194304 4196468 140735443948336 139728442668464 139728454939998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15000] ppid=14943 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15000/stat : 15000 (java) S 14943 14946 14447 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 443506213 11079880704 12646 33554432000 4194304 4196468 140735443948336 139728475102096 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15001] ppid=14943 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15001/stat : 15001 (java) S 14943 14946 14447 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 443506213 11079880704 12646 33554432000 4194304 4196468 140735443948336 139728373992208 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15002] ppid=14943 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15002/stat : 15002 (java) S 14943 14946 14447 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 443506213 11079880704 12646 33554432000 4194304 4196468 140735443948336 139728042978448 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15003] ppid=14943 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15003/stat : 15003 (java) S 14943 14946 14447 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 443506213 11079880704 12646 33554432000 4194304 4196468 140735443948336 139728041925648 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15004] ppid=14943 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15004/stat : 15004 (java) S 14943 14946 14447 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 443506215 11079880704 12646 33554432000 4194304 4196468 140735443948336 139727930251376 139728470870658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15005] ppid=14943 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15005/stat : 15005 (java) S 14943 14946 14447 0 -1 1077944384 13 13219 0 0 0 0 5 3 20 0 15 0 443506215 11079880704 12646 33554432000 4194304 4196468 140735443948336 139727835489056 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15006] ppid=14943 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15006/stat : 15006 (java) S 14943 14946 14447 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 443506215 11079880704 12646 33554432000 4194304 4196468 140735443948336 139727231509616 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15007] ppid=14943 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15007/stat : 15007 (java) S 14943 14946 14447 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 443506218 11079880704 12646 33554432000 4194304 4196468 140735443948336 139726991218768 139728470878107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15008] ppid=14943 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14946/task/15008/stat : 15008 (java) S 14943 14946 14447 0 -1 1077944384 477 13219 0 0 1 0 5 3 20 0 15 0 443506218 11079880704 12646 33554432000 4194304 4196468 140735443948336 139727929199216 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15009] ppid=14943 vsize=10820196 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/14946/task/15009/stat : 15009 (java) S 14943 14946 14447 0 -1 1077944384 187 13219 0 0 2 0 5 3 20 0 15 0 443506218 11079880704 12646 33554432000 4194304 4196468 140735443948336 139727928146416 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15010] ppid=14943 vsize=10820196 memory=140502494987904 CPUtime=0.13 cores=0,2,4,6
/proc/14946/task/15010/stat : 15010 (java) S 14943 14946 14447 0 -1 1077944384 607 13219 0 0 5 0 5 3 20 0 15 0 443506218 11079880704 12646 33554432000 4194304 4196468 140735443948336 139727927094128 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15011] ppid=14943 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15011/stat : 15011 (java) S 14943 14946 14447 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 443506218 11079880704 12646 33554432000 4194304 4196468 140735443948336 139726957661152 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15012] ppid=14943 vsize=10820196 memory=140502494987904 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15012/stat : 15012 (java) S 14943 14946 14447 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 443506219 11079880704 12646 33554432000 4194304 4196468 140735443948336 139727926041008 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50584 KiB

[startup+0.707823 s]
/proc/loadavg: 1.60 1.74 1.87 3/228 15012
/proc/meminfo: memFree=28244436/32770624 swapFree=66922232/67108860
[pid=14946] ppid=14943 vsize=10824364 memory=83808 CPUtime=1.14 cores=0,2,4,6
/proc/14946/stat : 14946 (java) S 14943 14946 14447 0 -1 1077944320 15167 13219 0 0 101 5 5 3 20 0 15 0 443506203 11084148736 20952 33554432000 4194304 4196468 140735443948336 140735443930880 139728470859511 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
/proc/14946/statm: 2706091 20952 3510 1 0 2668173 0
[pid=14946/tid=14999] ppid=14943 vsize=10824364 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/14946/task/14999/stat : 14999 (java) R 14943 14946 14447 0 -1 4202560 10543 13219 0 0 56 4 5 3 20 0 15 0 443506212 11084148736 20952 33554432000 4194304 4196468 140735443948336 139728442686464 139728470871446 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15000] ppid=14943 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15000/stat : 15000 (java) S 14943 14946 14447 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 443506213 11084148736 20952 33554432000 4194304 4196468 140735443948336 139728475102096 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15001] ppid=14943 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15001/stat : 15001 (java) S 14943 14946 14447 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 443506213 11084148736 20952 33554432000 4194304 4196468 140735443948336 139728373992208 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15002] ppid=14943 vsize=10824364 memory=281004678367200 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15002/stat : 15002 (java) S 14943 14946 14447 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 443506213 11084148736 20952 33554432000 4194304 4196468 140735443948336 139728042978448 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15003] ppid=14943 vsize=10824364 memory=140502339039152 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15003/stat : 15003 (java) S 14943 14946 14447 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 443506213 11084148736 20952 33554432000 4194304 4196468 140735443948336 139728041925648 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15004] ppid=14943 vsize=10824364 memory=140505560121938 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15004/stat : 15004 (java) S 14943 14946 14447 0 -1 1077944384 5 13219 0 0 0 0 5 3 20 0 15 0 443506215 11084148736 20952 33554432000 4194304 4196468 140735443948336 139727930251376 139728470870658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15005] ppid=14943 vsize=10824364 memory=2828 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15005/stat : 15005 (java) S 14943 14946 14447 0 -1 1077944384 13 13219 0 0 0 0 5 3 20 0 15 0 443506215 11084148736 20952 33554432000 4194304 4196468 140735443948336 139727835489056 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15006] ppid=14943 vsize=10824364 memory=4639098309541128813 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15006/stat : 15006 (java) S 14943 14946 14447 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 443506215 11084148736 20952 33554432000 4194304 4196468 140735443948336 139727231509616 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15007] ppid=14943 vsize=10824364 memory=7811607157344593746 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15007/stat : 15007 (java) S 14943 14946 14447 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 443506218 11084148736 20952 33554432000 4194304 4196468 140735443948336 139726991218768 139728470878107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15008] ppid=14943 vsize=10824364 memory=5788345327976277333 CPUtime=0.21 cores=0,2,4,6
/proc/14946/task/15008/stat : 15008 (java) R 14943 14946 14447 0 -1 4202560 896 13219 0 0 13 0 5 3 20 0 15 0 443506218 11084148736 20952 33554432000 4194304 4196468 140735443948336 139727929199216 139728455985329 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15009] ppid=14943 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/14946/task/15009/stat : 15009 (java) R 14943 14946 14447 0 -1 4202560 634 13219 0 0 13 0 5 3 20 0 15 0 443506218 11084148736 20952 33554432000 4194304 4196468 140735443948336 139727928132880 139728463148965 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15010] ppid=14943 vsize=10824364 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/14946/task/15010/stat : 15010 (java) R 14943 14946 14447 0 -1 4202560 853 13219 0 0 17 0 5 3 20 0 15 0 443506218 11084148736 20952 33554432000 4194304 4196468 140735443948336 139727927094128 139728454939998 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15011] ppid=14943 vsize=10824364 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15011/stat : 15011 (java) S 14943 14946 14447 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 443506218 11084148736 20952 33554432000 4194304 4196468 140735443948336 139726957661152 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15012] ppid=14943 vsize=10824364 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15012/stat : 15012 (java) S 14943 14946 14447 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 443506219 11084148736 20952 33554432000 4194304 4196468 140735443948336 139727926041008 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83808 KiB

[startup+1.50554 s]
/proc/loadavg: 1.60 1.74 1.87 3/228 15012
/proc/meminfo: memFree=28202620/32770624 swapFree=66922232/67108860
[pid=14946] ppid=14943 vsize=10834680 memory=171012 CPUtime=2.45 cores=0,2,4,6
/proc/14946/stat : 14946 (java) S 14943 14946 14447 0 -1 1077944320 21768 13219 0 0 226 11 5 3 20 0 15 0 443506203 11094712320 42753 33554432000 4194304 4196468 140735443948336 140735443930880 139728470859511 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
/proc/14946/statm: 2708670 42753 3578 1 0 2670733 0
[pid=14946/tid=14999] ppid=14943 vsize=10834680 memory=2811011 CPUtime=1.43 cores=0,2,4,6
/proc/14946/task/14999/stat : 14999 (java) R 14943 14946 14447 0 -1 4202560 15295 13219 0 0 129 6 5 3 20 0 15 0 443506212 11094712320 42753 33554432000 4194304 4196468 140735443948336 139728442658064 139728058188921 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15000] ppid=14943 vsize=10834680 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/14946/task/15000/stat : 15000 (java) S 14943 14946 14447 0 -1 1077944384 357 13219 0 0 1 0 5 3 20 0 15 0 443506213 11094712320 42753 33554432000 4194304 4196468 140735443948336 139728475102096 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15001] ppid=14943 vsize=10834680 memory=2636348 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15001/stat : 15001 (java) S 14943 14946 14447 0 -1 1077944384 6 13219 0 0 0 0 5 3 20 0 15 0 443506213 11094712320 42753 33554432000 4194304 4196468 140735443948336 139728373992208 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15002] ppid=14943 vsize=10834680 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15002/stat : 15002 (java) S 14943 14946 14447 0 -1 1077944384 77 13219 0 0 0 0 5 3 20 0 15 0 443506213 11094712320 42753 33554432000 4194304 4196468 140735443948336 139728042978448 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15003] ppid=14943 vsize=10834680 memory=83808 CPUtime=0.09 cores=0,2,4,6
/proc/14946/task/15003/stat : 15003 (java) S 14943 14946 14447 0 -1 1077944384 62 13219 0 0 1 0 5 3 20 0 15 0 443506213 11094712320 42753 33554432000 4194304 4196468 140735443948336 139728041925648 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15004] ppid=14943 vsize=10834680 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/14946/task/15004/stat : 15004 (java) S 14943 14946 14447 0 -1 1077944384 168 13219 0 0 1 0 5 3 20 0 15 0 443506215 11094712320 42753 33554432000 4194304 4196468 140735443948336 139727930251376 139728470870658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15005] ppid=14943 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15005/stat : 15005 (java) S 14943 14946 14447 0 -1 1077944384 13 13219 0 0 0 0 5 3 20 0 15 0 443506215 11094712320 42753 33554432000 4194304 4196468 140735443948336 139727835489120 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15006] ppid=14943 vsize=10834680 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15006/stat : 15006 (java) S 14943 14946 14447 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 443506215 11094712320 42753 33554432000 4194304 4196468 140735443948336 139727231509632 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15007] ppid=14943 vsize=10834680 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15007/stat : 15007 (java) S 14943 14946 14447 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 443506218 11094712320 42753 33554432000 4194304 4196468 140735443948336 139726991218768 139728470878107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15008] ppid=14943 vsize=10834680 memory=4638778398332698720 CPUtime=0.34 cores=0,2,4,6
/proc/14946/task/15008/stat : 15008 (java) S 14943 14946 14447 0 -1 1077944384 1182 13219 0 0 26 0 5 3 20 0 15 0 443506218 11094712320 42753 33554432000 4194304 4196468 140735443948336 139727929199216 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15009] ppid=14943 vsize=10834680 memory=281004678355280 CPUtime=0.29 cores=0,2,4,6
/proc/14946/task/15009/stat : 15009 (java) S 14943 14946 14447 0 -1 1077944384 726 13219 0 0 21 0 5 3 20 0 15 0 443506218 11094712320 42753 33554432000 4194304 4196468 140735443948336 139727928146416 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15010] ppid=14943 vsize=10834680 memory=-7531822216213012384 CPUtime=0.49 cores=0,2,4,6
/proc/14946/task/15010/stat : 15010 (java) R 14943 14946 14447 0 -1 4202560 1663 13219 0 0 41 0 5 3 20 0 15 0 443506218 11094712320 42753 33554432000 4194304 4196468 140735443948336 139727927086944 139728449508864 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15011] ppid=14943 vsize=10834680 memory=4206468019014099040 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15011/stat : 15011 (java) S 14943 14946 14447 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 443506218 11094712320 42753 33554432000 4194304 4196468 140735443948336 139726957661152 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15012] ppid=14943 vsize=10834680 memory=-7233780906022716832 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15012/stat : 15012 (java) S 14943 14946 14447 0 -1 1077944384 1 13219 0 0 0 0 5 3 20 0 15 0 443506219 11094712320 42753 33554432000 4194304 4196468 140735443948336 139727926041008 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
Current children cumulated CPU time: 2.45 s
Current children cumulated vsize: 10834680 KiB

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

/proc/14946/task/14999/stat : 14999 (java) R 14943 14946 14447 0 -1 4202560 64829 13219 0 0 217664 47 5 3 20 0 15 0 443506212 11109412864 237671 33554432000 4194304 4196468 140735443948336 139728442695504 139728067589156 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15000] ppid=14943 vsize=10849036 memory=950684 CPUtime=11.43 cores=0,2,4,6
/proc/14946/task/15000/stat : 15000 (java) S 14943 14946 14447 0 -1 1077944384 11358 13219 0 0 1081 54 5 3 20 0 15 0 443506213 11109412864 237671 33554432000 4194304 4196468 140735443948336 139728475102096 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15001] ppid=14943 vsize=10849036 memory=950684 CPUtime=11.45 cores=0,2,4,6
/proc/14946/task/15001/stat : 15001 (java) S 14943 14946 14447 0 -1 1077944384 14114 13219 0 0 1084 53 5 3 20 0 15 0 443506213 11109412864 237671 33554432000 4194304 4196468 140735443948336 139728373992208 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15002] ppid=14943 vsize=10849036 memory=950684 CPUtime=11.43 cores=0,2,4,6
/proc/14946/task/15002/stat : 15002 (java) S 14943 14946 14447 0 -1 1077944384 8251 13219 0 0 1080 55 5 3 20 0 15 0 443506213 11109412864 237671 33554432000 4194304 4196468 140735443948336 139728042978448 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15003] ppid=14943 vsize=10849036 memory=950684 CPUtime=11.43 cores=0,2,4,6
/proc/14946/task/15003/stat : 15003 (java) S 14943 14946 14447 0 -1 1077944384 8433 13219 0 0 1082 53 5 3 20 0 15 0 443506213 11109412864 237671 33554432000 4194304 4196468 140735443948336 139728041925648 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15004] ppid=14943 vsize=10849036 memory=8317482817917895235 CPUtime=10.69 cores=0,2,4,6
/proc/14946/task/15004/stat : 15004 (java) S 14943 14946 14447 0 -1 1077944384 14174 13219 0 0 1006 55 5 3 20 0 15 0 443506215 11109412864 237671 33554432000 4194304 4196468 140735443948336 139727930251376 139728470870658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15005] ppid=14943 vsize=10849036 memory=948636 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15005/stat : 15005 (java) S 14943 14946 14447 0 -1 1077944384 14 13219 0 0 0 0 5 3 20 0 15 0 443506215 11109412864 237671 33554432000 4194304 4196468 140735443948336 139727835489120 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15006] ppid=14943 vsize=10849036 memory=950684 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15006/stat : 15006 (java) S 14943 14946 14447 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 443506215 11109412864 237671 33554432000 4194304 4196468 140735443948336 139727231509632 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15007] ppid=14943 vsize=10849036 memory=3616 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15007/stat : 15007 (java) S 14943 14946 14447 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 443506218 11109412864 237671 33554432000 4194304 4196468 140735443948336 139726991218768 139728470878107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15008] ppid=14943 vsize=10849036 memory=988 CPUtime=3.52 cores=0,2,4,6
/proc/14946/task/15008/stat : 15008 (java) S 14943 14946 14447 0 -1 1077944384 14810 13219 0 0 342 2 5 3 20 0 15 0 443506218 11109412864 237671 33554432000 4194304 4196468 140735443948336 139727929199216 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15009] ppid=14943 vsize=10849036 memory=2012 CPUtime=3.23 cores=0,2,4,6
/proc/14946/task/15009/stat : 15009 (java) S 14943 14946 14447 0 -1 1077944384 13528 13219 0 0 312 3 5 3 20 0 15 0 443506218 11109412864 237671 33554432000 4194304 4196468 140735443948336 139727928146416 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15010] ppid=14943 vsize=10849036 memory=6791534058613427641 CPUtime=1.9 cores=0,2,4,6
/proc/14946/task/15010/stat : 15010 (java) S 14943 14946 14447 0 -1 1077944384 12904 13219 0 0 179 3 5 3 20 0 15 0 443506218 11109412864 237671 33554432000 4194304 4196468 140735443948336 139727927094128 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15011] ppid=14943 vsize=10849036 memory=14008 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15011/stat : 15011 (java) S 14943 14946 14447 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 443506218 11109412864 237671 33554432000 4194304 4196468 140735443948336 139726957661152 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15012] ppid=14943 vsize=10849036 memory=3616 CPUtime=1.44 cores=0,2,4,6
/proc/14946/task/15012/stat : 15012 (java) S 14943 14946 14447 0 -1 1077944384 891 13219 0 0 71 65 5 3 20 0 15 0 443506219 11109412864 237671 33554432000 4194304 4196468 140735443948336 139727926041008 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
Current children cumulated CPU time: 2243.1 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 950684 KiB

[startup+2262.3 s]
/proc/loadavg: 1.37 1.31 1.41 3/228 15352
/proc/meminfo: memFree=29584652/32770624 swapFree=66922248/67108860
[pid=14946] ppid=14943 vsize=10849036 memory=950684 CPUtime=2304.04 cores=0,2,4,6
/proc/14946/stat : 14946 (java) S 14943 14946 14447 0 -1 1077944320 167187 13219 0 0 230062 334 5 3 20 0 15 0 443506203 11109412864 237671 33554432000 4194304 4196468 140735443948336 140735443930880 139728470859511 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
/proc/14946/statm: 2712259 237671 3629 1 0 2674317 0
[pid=14946/tid=14999] ppid=14943 vsize=10849036 memory=950684 CPUtime=2236.52 cores=0,2,4,6
/proc/14946/task/14999/stat : 14999 (java) R 14943 14946 14447 0 -1 4202560 65689 13219 0 0 223596 48 5 3 20 0 15 0 443506212 11109412864 237671 33554432000 4194304 4196468 140735443948336 139728442695584 139728069494149 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15000] ppid=14943 vsize=10849036 memory=950684 CPUtime=11.75 cores=0,2,4,6
/proc/14946/task/15000/stat : 15000 (java) S 14943 14946 14447 0 -1 1077944384 11636 13219 0 0 1112 55 5 3 20 0 15 0 443506213 11109412864 237671 33554432000 4194304 4196468 140735443948336 139728475102096 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15001] ppid=14943 vsize=10849036 memory=950684 CPUtime=11.77 cores=0,2,4,6
/proc/14946/task/15001/stat : 15001 (java) S 14943 14946 14447 0 -1 1077944384 14148 13219 0 0 1114 55 5 3 20 0 15 0 443506213 11109412864 237671 33554432000 4194304 4196468 140735443948336 139728373992208 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15002] ppid=14943 vsize=10849036 memory=950684 CPUtime=11.75 cores=0,2,4,6
/proc/14946/task/15002/stat : 15002 (java) S 14943 14946 14447 0 -1 1077944384 8475 13219 0 0 1111 56 5 3 20 0 15 0 443506213 11109412864 237671 33554432000 4194304 4196468 140735443948336 139728042978448 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15003] ppid=14943 vsize=10849036 memory=950684 CPUtime=11.75 cores=0,2,4,6
/proc/14946/task/15003/stat : 15003 (java) S 14943 14946 14447 0 -1 1077944384 8463 13219 0 0 1112 55 5 3 20 0 15 0 443506213 11109412864 237671 33554432000 4194304 4196468 140735443948336 139728041925648 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15004] ppid=14943 vsize=10849036 memory=950684 CPUtime=10.98 cores=0,2,4,6
/proc/14946/task/15004/stat : 15004 (java) S 14943 14946 14447 0 -1 1077944384 14386 13219 0 0 1033 57 5 3 20 0 15 0 443506215 11109412864 237671 33554432000 4194304 4196468 140735443948336 139727930251376 139728470870658 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15005] ppid=14943 vsize=10849036 memory=950684 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15005/stat : 15005 (java) S 14943 14946 14447 0 -1 1077944384 14 13219 0 0 0 0 5 3 20 0 15 0 443506215 11109412864 237671 33554432000 4194304 4196468 140735443948336 139727835489120 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15006] ppid=14943 vsize=10849036 memory=950684 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15006/stat : 15006 (java) S 14943 14946 14447 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 443506215 11109412864 237671 33554432000 4194304 4196468 140735443948336 139727231509632 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15007] ppid=14943 vsize=10849036 memory=950684 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15007/stat : 15007 (java) S 14943 14946 14447 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 443506218 11109412864 237671 33554432000 4194304 4196468 140735443948336 139726991218768 139728470878107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15008] ppid=14943 vsize=10849036 memory=950684 CPUtime=3.52 cores=0,2,4,6
/proc/14946/task/15008/stat : 15008 (java) S 14943 14946 14447 0 -1 1077944384 14812 13219 0 0 342 2 5 3 20 0 15 0 443506218 11109412864 237671 33554432000 4194304 4196468 140735443948336 139727929199216 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15009] ppid=14943 vsize=10849036 memory=6441652012829731175 CPUtime=3.23 cores=0,2,4,6
/proc/14946/task/15009/stat : 15009 (java) S 14943 14946 14447 0 -1 1077944384 13531 13219 0 0 312 3 5 3 20 0 15 0 443506218 11109412864 237671 33554432000 4194304 4196468 140735443948336 139727928146416 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15010] ppid=14943 vsize=10849036 memory=950684 CPUtime=1.9 cores=0,2,4,6
/proc/14946/task/15010/stat : 15010 (java) S 14943 14946 14447 0 -1 1077944384 12906 13219 0 0 179 3 5 3 20 0 15 0 443506218 11109412864 237671 33554432000 4194304 4196468 140735443948336 139727927094128 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15011] ppid=14943 vsize=10849036 memory=950684 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15011/stat : 15011 (java) S 14943 14946 14447 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 443506218 11109412864 237671 33554432000 4194304 4196468 140735443948336 139726957661152 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15012] ppid=14943 vsize=10849036 memory=950684 CPUtime=1.48 cores=0,2,4,6
/proc/14946/task/15012/stat : 15012 (java) S 14943 14946 14447 0 -1 1077944384 909 13219 0 0 73 67 5 3 20 0 15 0 443506219 11109412864 237671 33554432000 4194304 4196468 140735443948336 139727926041008 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
Current children cumulated CPU time: 2304.04 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 950684 KiB

[startup+2322.3 s]
/proc/loadavg: 1.06 1.24 1.38 3/228 15356
/proc/meminfo: memFree=29575592/32770624 swapFree=66922248/67108860
[pid=14946] ppid=14943 vsize=10849036 memory=952732 CPUtime=2364.97 cores=0,2,4,6
/proc/14946/stat : 14946 (java) S 14943 14946 14447 0 -1 1077944320 168852 13219 0 0 236148 341 5 3 20 0 15 0 443506203 11109412864 238183 33554432000 4194304 4196468 140735443948336 140735443930880 139728470859511 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
/proc/14946/statm: 2712259 238183 3629 1 0 2674317 0
[pid=14946/tid=14999] ppid=14943 vsize=10849036 memory=952732 CPUtime=2295.87 cores=0,2,4,6
/proc/14946/task/14999/stat : 14999 (java) R 14943 14946 14447 0 -1 4202560 66550 13219 0 0 229530 49 5 3 20 0 15 0 443506212 11109412864 238183 33554432000 4194304 4196468 140735443948336 139728442695504 139728070149219 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15000] ppid=14943 vsize=10849036 memory=952732 CPUtime=12.07 cores=0,2,4,6
/proc/14946/task/15000/stat : 15000 (java) S 14943 14946 14447 0 -1 1077944384 11681 13219 0 0 1143 56 5 3 20 0 15 0 443506213 11109412864 238183 33554432000 4194304 4196468 140735443948336 139728475102096 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15001] ppid=14943 vsize=10849036 memory=0 CPUtime=12.09 cores=0,2,4,6
/proc/14946/task/15001/stat : 15001 (java) S 14943 14946 14447 0 -1 1077944384 14359 13219 0 0 1145 56 5 3 20 0 15 0 443506213 11109412864 238183 33554432000 4194304 4196468 140735443948336 139728373992208 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15002] ppid=14943 vsize=10849036 memory=952732 CPUtime=12.07 cores=0,2,4,6
/proc/14946/task/15002/stat : 15002 (java) S 14943 14946 14447 0 -1 1077944384 8521 13219 0 0 1142 57 5 3 20 0 15 0 443506213 11109412864 238183 33554432000 4194304 4196468 140735443948336 139728042978448 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15003] ppid=14943 vsize=10849036 memory=952732 CPUtime=12.06 cores=0,2,4,6
/proc/14946/task/15003/stat : 15003 (java) S 14943 14946 14447 0 -1 1077944384 8728 13219 0 0 1142 56 5 3 20 0 15 0 443506213 11109412864 238183 33554432000 4194304 4196468 140735443948336 139728041925648 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15004] ppid=14943 vsize=10849036 memory=952732 CPUtime=11.25 cores=0,2,4,6
/proc/14946/task/15004/stat : 15004 (java) S 14943 14946 14447 0 -1 1077944384 14600 13219 0 0 1060 57 5 3 20 0 15 0 443506215 11109412864 238183 33554432000 4194304 4196468 140735443948336 139727930251376 139728470870658 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15005] ppid=14943 vsize=10849036 memory=56 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15005/stat : 15005 (java) S 14943 14946 14447 0 -1 1077944384 14 13219 0 0 0 0 5 3 20 0 15 0 443506215 11109412864 238183 33554432000 4194304 4196468 140735443948336 139727835489120 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15006] ppid=14943 vsize=10849036 memory=592567504102122988 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15006/stat : 15006 (java) S 14943 14946 14447 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 443506215 11109412864 238183 33554432000 4194304 4196468 140735443948336 139727231509632 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15007] ppid=14943 vsize=10849036 memory=1704 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15007/stat : 15007 (java) S 14943 14946 14447 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 443506218 11109412864 238183 33554432000 4194304 4196468 140735443948336 139726991218768 139728470878107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15008] ppid=14943 vsize=10849036 memory=5972 CPUtime=3.52 cores=0,2,4,6
/proc/14946/task/15008/stat : 15008 (java) S 14943 14946 14447 0 -1 1077944384 14814 13219 0 0 342 2 5 3 20 0 15 0 443506218 11109412864 238183 33554432000 4194304 4196468 140735443948336 139727929199216 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15009] ppid=14943 vsize=10849036 memory=6791534058613427641 CPUtime=3.23 cores=0,2,4,6
/proc/14946/task/15009/stat : 15009 (java) S 14943 14946 14447 0 -1 1077944384 13533 13219 0 0 312 3 5 3 20 0 15 0 443506218 11109412864 238183 33554432000 4194304 4196468 140735443948336 139727928146416 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15010] ppid=14943 vsize=10849036 memory=1324 CPUtime=1.91 cores=0,2,4,6
/proc/14946/task/15010/stat : 15010 (java) S 14943 14946 14447 0 -1 1077944384 12908 13219 0 0 180 3 5 3 20 0 15 0 443506218 11109412864 238183 33554432000 4194304 4196468 140735443948336 139727927094128 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15011] ppid=14943 vsize=10849036 memory=952732 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15011/stat : 15011 (java) S 14943 14946 14447 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 443506218 11109412864 238183 33554432000 4194304 4196468 140735443948336 139726957661152 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15012] ppid=14943 vsize=10849036 memory=3616 CPUtime=1.51 cores=0,2,4,6
/proc/14946/task/15012/stat : 15012 (java) S 14943 14946 14447 0 -1 1077944384 926 13219 0 0 75 68 5 3 20 0 15 0 443506219 11109412864 238183 33554432000 4194304 4196468 140735443948336 139727926041008 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
Current children cumulated CPU time: 2364.97 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 952732 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2356.8 s]
/proc/loadavg: 1.19 1.25 1.38 3/228 15358
/proc/meminfo: memFree=29576688/32770624 swapFree=66922248/67108860
[pid=14946] ppid=14943 vsize=10849036 memory=952732 CPUtime=2400.01 cores=0,2,4,6
/proc/14946/stat : 14946 (java) S 14943 14946 14447 0 -1 1077944320 169786 13219 0 0 239648 345 5 3 20 0 15 0 443506203 11109412864 238183 33554432000 4194304 4196468 140735443948336 140735443930880 139728470859511 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
/proc/14946/statm: 2712259 238183 3629 1 0 2674317 0
[pid=14946/tid=14999] ppid=14943 vsize=10849036 memory=952732 CPUtime=2329.99 cores=0,2,4,6
/proc/14946/task/14999/stat : 14999 (java) R 14943 14946 14447 0 -1 4202560 66961 13219 0 0 232942 49 5 3 20 0 15 0 443506212 11109412864 238183 33554432000 4194304 4196468 140735443948336 139728442695648 139728068249471 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15000] ppid=14943 vsize=10849036 memory=344 CPUtime=12.26 cores=0,2,4,6
/proc/14946/task/15000/stat : 15000 (java) S 14943 14946 14447 0 -1 1077944384 11777 13219 0 0 1161 57 5 3 20 0 15 0 443506213 11109412864 238183 33554432000 4194304 4196468 140735443948336 139728475102096 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15001] ppid=14943 vsize=10849036 memory=952732 CPUtime=12.27 cores=0,2,4,6
/proc/14946/task/15001/stat : 15001 (java) S 14943 14946 14447 0 -1 1077944384 14394 13219 0 0 1162 57 5 3 20 0 15 0 443506213 11109412864 238183 33554432000 4194304 4196468 140735443948336 139728373992208 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15002] ppid=14943 vsize=10849036 memory=14008 CPUtime=12.25 cores=0,2,4,6
/proc/14946/task/15002/stat : 15002 (java) S 14943 14946 14447 0 -1 1077944384 8535 13219 0 0 1159 58 5 3 20 0 15 0 443506213 11109412864 238183 33554432000 4194304 4196468 140735443948336 139728042978448 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15003] ppid=14943 vsize=10849036 memory=14076 CPUtime=12.24 cores=0,2,4,6
/proc/14946/task/15003/stat : 15003 (java) S 14943 14946 14447 0 -1 1077944384 8889 13219 0 0 1160 56 5 3 20 0 15 0 443506213 11109412864 238183 33554432000 4194304 4196468 140735443948336 139728041925648 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15004] ppid=14943 vsize=10849036 memory=6791534058613427641 CPUtime=11.41 cores=0,2,4,6
/proc/14946/task/15004/stat : 15004 (java) S 14943 14946 14447 0 -1 1077944384 14795 13219 0 0 1075 58 5 3 20 0 15 0 443506215 11109412864 238183 33554432000 4194304 4196468 140735443948336 139727930251376 139728470870658 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15005] ppid=14943 vsize=10849036 memory=952732 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15005/stat : 15005 (java) S 14943 14946 14447 0 -1 1077944384 14 13219 0 0 0 0 5 3 20 0 15 0 443506215 11109412864 238183 33554432000 4194304 4196468 140735443948336 139727835489120 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15006] ppid=14943 vsize=10849036 memory=952732 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15006/stat : 15006 (java) S 14943 14946 14447 0 -1 1077944384 2 13219 0 0 0 0 5 3 20 0 15 0 443506215 11109412864 238183 33554432000 4194304 4196468 140735443948336 139727231509632 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15007] ppid=14943 vsize=10849036 memory=952732 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15007/stat : 15007 (java) S 14943 14946 14447 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 443506218 11109412864 238183 33554432000 4194304 4196468 140735443948336 139726991218768 139728470878107 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15008] ppid=14943 vsize=10849036 memory=204978387958571 CPUtime=3.52 cores=0,2,4,6
/proc/14946/task/15008/stat : 15008 (java) S 14943 14946 14447 0 -1 1077944384 14816 13219 0 0 342 2 5 3 20 0 15 0 443506218 11109412864 238183 33554432000 4194304 4196468 140735443948336 139727929199216 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15009] ppid=14943 vsize=10849036 memory=281004679237328 CPUtime=3.23 cores=0,2,4,6
/proc/14946/task/15009/stat : 15009 (java) S 14943 14946 14447 0 -1 1077944384 13535 13219 0 0 312 3 5 3 20 0 15 0 443506218 11109412864 238183 33554432000 4194304 4196468 140735443948336 139727928146416 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15010] ppid=14943 vsize=10849036 memory=281004679237392 CPUtime=1.91 cores=0,2,4,6
/proc/14946/task/15010/stat : 15010 (java) S 14943 14946 14447 0 -1 1077944384 12910 13219 0 0 180 3 5 3 20 0 15 0 443506218 11109412864 238183 33554432000 4194304 4196468 140735443948336 139727927094128 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15011] ppid=14943 vsize=10849036 memory=281004679237456 CPUtime=0.08 cores=0,2,4,6
/proc/14946/task/15011/stat : 15011 (java) S 14943 14946 14447 0 -1 1077944384 3 13219 0 0 0 0 5 3 20 0 15 0 443506218 11109412864 238183 33554432000 4194304 4196468 140735443948336 139726957661152 139728470869717 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
[pid=14946/tid=15012] ppid=14943 vsize=10849036 memory=6791534058613427641 CPUtime=1.54 cores=0,2,4,6
/proc/14946/task/15012/stat : 15012 (java) S 14943 14946 14447 0 -1 1077944384 942 13219 0 0 76 70 5 3 20 0 15 0 443506219 11109412864 238183 33554432000 4194304 4196468 140735443948336 139727926041008 139728470870658 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 13860864 140735443950319 140735443952837 140735443952837 140735443955663 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 952732 KiB

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

[startup+2356.83 s]
# the end of solver process 14946 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.55 s, system=3.50155 s

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

Child status: 143
Real time (s): 2356.83
CPU time (s): 2400.05
CPU user time (s): 2396.55
CPU system time (s): 3.50155
CPU usage (%): 101.834
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 952732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.55
system time used= 3.50155
maximum resident set size= 956940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 183876
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 290627
involuntary context switches= 8367


# summary of solver processes directly reported to runsolver:
#   pid: 14946
#   total CPU time (s): 2400.05
#   total CPU user time (s): 2396.55
#   total CPU system time (s): 3.50155

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.7924 second user time and 22.9621 second system time

The end

Launcher Data

Begin job on node141 at 2019-09-17 01:14:01
IDJOB=4401379
IDBENCH=116013
IDSOLVER=2858
FILE ID=node141/4401379-1568675683
RUNJOBID= node141-1568673289-14478
PBS_JOBID= 21703778
Free space on /tmp= 58508 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-08-09.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4401379-1568675683/watcher-4401379-1568675683 -o /tmp/evaluation-result-4401379-1568675683/solver-4401379-1568675683 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1568673289-14478 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1397057242 HOME/instance-4401379-1568675683.xml

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

MD5SUM BENCH= 6fd932c8bfa1fb1c2de56266b40b08cd
RANDOM SEED=1397057242

node141.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	: 5332.93
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	: 5332.93
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	: 5332.93
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	: 5332.93
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:        28297004 kB
MemAvailable:   29202692 kB
Buffers:          217936 kB
Cached:           984960 kB
SwapCached:        77916 kB
Active:          3182896 kB
Inactive:         724456 kB
Active(anon):    2633032 kB
Inactive(anon):   114780 kB
Active(file):     549864 kB
Inactive(file):   609676 kB
Unevictable:      109460 kB
Mlocked:          109460 kB
SwapTotal:      67108860 kB
SwapFree:       66922232 kB
Dirty:             35784 kB
Writeback:            16 kB
AnonPages:       2737016 kB
Mapped:            56076 kB
Shmem:             34412 kB
Slab:             153864 kB
SReclaimable:     123964 kB
SUnreclaim:        29900 kB
KernelStack:        3728 kB
PageTables:        10912 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3885948 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2656256 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      128384 kB
DirectMap2M:    33417216 kB

Free space on /tmp at the end= 58472 MiB
End job on node141 at 2019-09-17 01:53:18