Trace number 4402892

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.3SAT (TO)89 2520.12 2479.04

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-05.xml
MD5SUM42feabc1334beaea3bf22cfd312dd4ae
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark89
Best CPU time to get the best result obtained on this benchmark307.391
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size327
Distribution of domain sizes[{"size":1,"count":1},{"size":327,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":11},{"degree":5,"count":14},{"degree":6,"count":16},{"degree":7,"count":12},{"degree":8,"count":5}]
Minimum constraint arity2
Maximum constraint arity32
Distribution of constraint arities[{"arity":2,"count":112},{"arity":28,"count":1},{"arity":29,"count":1},{"arity":32,"count":2}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.78/0.54	c Concrete v3.12.3.1568965526260 running
7.08/3.44	o 123
7.08/3.47	o 121
7.41/3.50	o 120
7.41/3.59	o 119
7.72/3.62	o 118
7.72/3.63	o 117
8.04/3.70	o 116
8.04/3.75	o 115
8.04/3.79	o 113
8.36/3.81	o 108
8.36/3.84	o 107
8.36/3.84	o 106
9.33/4.12	o 105
9.33/4.19	o 103
9.60/4.20	o 101
9.60/4.21	o 98
10.10/4.51	o 97
10.38/4.71	o 96
11.65/5.56	o 95
11.99/5.85	o 94
12.77/6.57	o 93
17.23/10.50	o 92
309.59/299.24	o 91
370.41/359.27	o 90
1337.87/1313.57	o 89
2520.07/2479.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.07/2479.01		at concrete.MAC.mac(MAC.scala:192)
2520.07/2479.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.07/2479.01		at scala.util.Try$.apply(Try.scala:210)
2520.07/2479.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.07/2479.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.07/2479.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.07/2479.01		at concrete.MAC.oneRun(MAC.scala:265)
2520.07/2479.01		at concrete.MAC.nextSolution(MAC.scala:284)
2520.07/2479.01		at concrete.MAC.nextSolution(MAC.scala:369)
2520.07/2479.01		at concrete.Solver.hasNext(Solver.scala:160)
2520.07/2479.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2479.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2479.02		at concrete.Solver.foreach(Solver.scala:67)
2520.07/2479.02		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.07/2479.02		at scala.util.Success.map(Try.scala:262)
2520.07/2479.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.07/2479.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.07/2479.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.07/2479.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.07/2479.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.07/2479.02		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.07/2479.02		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.07/2479.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.07/2479.02		at scala.App.$anonfun$main$1(App.scala:73)
2520.07/2479.02		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2520.07/2479.02		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2520.07/2479.02		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2520.07/2479.02		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2520.07/2479.02		at scala.App.main(App.scala:73)
2520.07/2479.02		at scala.App.main$(App.scala:71)
2520.07/2479.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.07/2479.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.07/2479.02	v <instantiation
2520.07/2479.02	v         cost = '89'>
2520.07/2479.02	v       <list>
2520.07/2479.02	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
2520.07/2479.02	v       </list>
2520.07/2479.02	v       <values>
2520.07/2479.02	v         0 0 0 0 2 16 10 10 2 13 8 12 16 24 48 79 30 19 36 23 3 31 32 27 29 34 23 43 40 13 30 55 40 24 57 54 29 54 34 50 53 41 65 50 64 34 50 56 20 54 55 70 64 66 70 74 77 79 81 82 68 89
2520.07/2479.02	v       </values>
2520.07/2479.02	v     </instantiation>
2520.07/2479.02	s SATISFIABLE

Verifier Data

OK	89

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4402892-1568977542/watcher-4402892-1568977542 -o /tmp/evaluation-result-4402892-1568977542/solver-4402892-1568977542 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26239 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=261177873 HOME/instance-4402892-1568977542.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=28862, runsolver pid=28859

[startup+0.100058 s]*
/proc/loadavg: 1.36 1.36 1.37 3/219 28919
/proc/meminfo: memFree=4615916/32770624 swapFree=66955396/67108860
[pid=28862] ppid=28859 vsize=9988792 memory=18856 CPUtime=0.08 cores=1,3,5,7
/proc/28862/stat : 28862 (java) S 28859 28862 26206 0 -1 1077944320 4435 13343 0 0 1 0 5 2 20 0 6 0 474025542 10228523008 4714 33554432000 4194304 4196468 140734863523280 140734863505824 139874999123703 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
/proc/28862/statm: 2497198 4714 1973 1 0 2485636 0
[pid=28862/tid=28915] ppid=28859 vsize=9989820 memory=4628420184252451238 CPUtime=0.08 cores=1,3,5,7
/proc/28862/task/28915/stat : 28915 (java) S 28859 28862 26206 0 -1 1077944384 2235 13343 0 0 1 0 5 2 20 0 7 0 474025551 10229575680 4714 33554432000 4194304 4196468 140734863523280 139874970966656 139874999133909 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28916] ppid=28859 vsize=9989820 memory=5793855557146601913 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28916/stat : 28916 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 7 0 474025552 10229575680 4714 33554432000 4194304 4196468 140734863523280 139875003365776 139874999133909 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28917] ppid=28859 vsize=9989820 memory=140306136708736 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28917/stat : 28917 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 7 0 474025552 10229575680 4714 33554432000 4194304 4196468 140734863523280 139874891639056 139874999133909 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28918] ppid=28859 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28918/stat : 28918 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 7 0 474025552 10296684544 4714 33554432000 4194304 4196468 140734863523280 139874890586768 139874999133909 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28919] ppid=28859 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28919/stat : 28919 (java) S 28859 28862 26206 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 7 0 474025552 10296684544 4714 33554432000 4194304 4196468 140734863523280 139874889533968 139874999133909 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28920] ppid=28859 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28920/stat : 28920 (java) S 28859 28862 26206 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 7 0 474025553 10296684544 4714 33554432000 4194304 4196468 140734863523280 139874458614384 139874999134850 0 0 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 9988792 KiB
Current children cumulated memory: 18856 KiB

[startup+0.209969 s]*
/proc/loadavg: 1.36 1.36 1.37 3/228 28928
/proc/meminfo: memFree=4598656/32770624 swapFree=66955396/67108860
[pid=28862] ppid=28859 vsize=10820196 memory=40916 CPUtime=0.26 cores=1,3,5,7
/proc/28862/stat : 28862 (java) S 28859 28862 26206 0 -1 1077944320 7265 13343 0 0 17 2 5 2 20 0 15 0 474025542 11079880704 10229 33554432000 4194304 4196468 140734863523280 140734863505824 139874999123703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
/proc/28862/statm: 2705049 10229 3267 1 0 2667149 0
[pid=28862/tid=28915] ppid=28859 vsize=10820196 memory=-8540663193526752614 CPUtime=0.19 cores=1,3,5,7
/proc/28862/task/28915/stat : 28915 (java) R 28859 28862 26206 0 -1 4202560 3746 13343 0 0 11 1 5 2 20 0 15 0 474025551 11079880704 10229 33554432000 4194304 4196468 140734863523280 139874970937888 139874999145629 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28916] ppid=28859 vsize=10820196 memory=4211974032341499274 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28916/stat : 28916 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 474025552 11079880704 10229 33554432000 4194304 4196468 140734863523280 139875003365776 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28917] ppid=28859 vsize=10820196 memory=140306136708736 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28917/stat : 28917 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 474025552 11079880704 10229 33554432000 4194304 4196468 140734863523280 139874891639056 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28918] ppid=28859 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28918/stat : 28918 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 474025552 11079880704 10229 33554432000 4194304 4196468 140734863523280 139874890586768 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28919] ppid=28859 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28919/stat : 28919 (java) S 28859 28862 26206 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 15 0 474025552 11079880704 10229 33554432000 4194304 4196468 140734863523280 139874889533968 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28920] ppid=28859 vsize=10820196 memory=140306136708736 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28920/stat : 28920 (java) S 28859 28862 26206 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 15 0 474025553 11079880704 10229 33554432000 4194304 4196468 140734863523280 139874458614384 139874999134850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28921] ppid=28859 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28921/stat : 28921 (java) S 28859 28862 26206 0 -1 1077944384 33 13343 0 0 0 0 5 2 20 0 15 0 474025553 11079880704 10229 33554432000 4194304 4196468 140734863523280 139874457560352 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28922] ppid=28859 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28922/stat : 28922 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 474025554 11079880704 10229 33554432000 4194304 4196468 140734863523280 139873864377968 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28923] ppid=28859 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28923/stat : 28923 (java) S 28859 28862 26206 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 474025556 11079880704 10229 33554432000 4194304 4196468 140734863523280 139873556978256 139874999142299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28924] ppid=28859 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28862/task/28924/stat : 28924 (java) S 28859 28862 26206 0 -1 1077944384 462 13343 0 0 1 0 5 2 20 0 15 0 474025556 11079880704 10229 33554432000 4194304 4196468 140734863523280 139874424002672 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28925] ppid=28859 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/28862/task/28925/stat : 28925 (java) S 28859 28862 26206 0 -1 1077944384 183 13343 0 0 1 0 5 2 20 0 15 0 474025556 11079880704 10229 33554432000 4194304 4196468 140734863523280 139874422949872 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28926] ppid=28859 vsize=10820196 memory=140306136708736 CPUtime=0.1 cores=1,3,5,7
/proc/28862/task/28926/stat : 28926 (java) S 28859 28862 26206 0 -1 1077944384 620 13343 0 0 3 0 5 2 20 0 15 0 474025556 11079880704 10229 33554432000 4194304 4196468 140734863523280 139874421897584 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28927] ppid=28859 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28927/stat : 28927 (java) S 28859 28862 26206 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 474025556 11079880704 10229 33554432000 4194304 4196468 140734863523280 139873523419616 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28928] ppid=28859 vsize=10820196 memory=140306136708736 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28928/stat : 28928 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 474025557 11079880704 10229 33554432000 4194304 4196468 140734863523280 139874420845488 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 40916 KiB

[startup+0.310622 s]*
/proc/loadavg: 1.36 1.36 1.37 3/228 28928
/proc/meminfo: memFree=4588872/32770624 swapFree=66955396/67108860
[pid=28862] ppid=28859 vsize=10820196 memory=49352 CPUtime=0.4 cores=1,3,5,7
/proc/28862/stat : 28862 (java) S 28859 28862 26206 0 -1 1077944320 10610 13343 0 0 30 3 5 2 20 0 15 0 474025542 11079880704 12338 33554432000 4194304 4196468 140734863523280 140734863505824 139874999123703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
/proc/28862/statm: 2705049 12338 3288 1 0 2667149 0
[pid=28862/tid=28915] ppid=28859 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/28862/task/28915/stat : 28915 (java) R 28859 28862 26206 0 -1 4202560 7082 13343 0 0 20 2 5 2 20 0 15 0 474025551 11079880704 12338 33554432000 4194304 4196468 140734863523280 139874970932624 139874999145629 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28916] ppid=28859 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28916/stat : 28916 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 474025552 11079880704 12338 33554432000 4194304 4196468 140734863523280 139875003365776 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28917] ppid=28859 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28917/stat : 28917 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 474025552 11079880704 12338 33554432000 4194304 4196468 140734863523280 139874891639056 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28918] ppid=28859 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28918/stat : 28918 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 474025552 11079880704 12338 33554432000 4194304 4196468 140734863523280 139874890586768 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28919] ppid=28859 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28919/stat : 28919 (java) S 28859 28862 26206 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 15 0 474025552 11079880704 12338 33554432000 4194304 4196468 140734863523280 139874889533968 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28920] ppid=28859 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28920/stat : 28920 (java) S 28859 28862 26206 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 15 0 474025553 11079880704 12338 33554432000 4194304 4196468 140734863523280 139874458614384 139874999134850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28921] ppid=28859 vsize=10820196 memory=140306136708735 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28921/stat : 28921 (java) S 28859 28862 26206 0 -1 1077944384 33 13343 0 0 0 0 5 2 20 0 15 0 474025553 11079880704 12338 33554432000 4194304 4196468 140734863523280 139874457560352 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28922] ppid=28859 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28922/stat : 28922 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 474025554 11079880704 12338 33554432000 4194304 4196468 140734863523280 139873864377968 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28923] ppid=28859 vsize=10820196 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28923/stat : 28923 (java) S 28859 28862 26206 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 474025556 11079880704 12338 33554432000 4194304 4196468 140734863523280 139873556978256 139874999142299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28924] ppid=28859 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/28862/task/28924/stat : 28924 (java) S 28859 28862 26206 0 -1 1077944384 462 13343 0 0 2 0 5 2 20 0 15 0 474025556 11079880704 12338 33554432000 4194304 4196468 140734863523280 139874424002672 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28925] ppid=28859 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/28862/task/28925/stat : 28925 (java) S 28859 28862 26206 0 -1 1077944384 184 13343 0 0 2 0 5 2 20 0 15 0 474025556 11079880704 12338 33554432000 4194304 4196468 140734863523280 139874422949872 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28926] ppid=28859 vsize=10820196 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/28862/task/28926/stat : 28926 (java) S 28859 28862 26206 0 -1 1077944384 628 13343 0 0 5 0 5 2 20 0 15 0 474025556 11079880704 12338 33554432000 4194304 4196468 140734863523280 139874421897584 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28927] ppid=28859 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28927/stat : 28927 (java) S 28859 28862 26206 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 474025556 11079880704 12338 33554432000 4194304 4196468 140734863523280 139873523419616 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28928] ppid=28859 vsize=10820196 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28928/stat : 28928 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 474025557 11079880704 12338 33554432000 4194304 4196468 140734863523280 139874420845488 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 49352 KiB

[startup+0.700682 s]
/proc/loadavg: 1.36 1.36 1.37 4/227 28928
/proc/meminfo: memFree=4574232/32770624 swapFree=66955396/67108860
[pid=28862] ppid=28859 vsize=10825388 memory=81888 CPUtime=1.15 cores=1,3,5,7
/proc/28862/stat : 28862 (java) S 28859 28862 26206 0 -1 1077944320 14755 13343 0 0 103 5 5 2 20 0 15 0 474025542 11085197312 20472 33554432000 4194304 4196468 140734863523280 140734863505824 139874999123703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
/proc/28862/statm: 2706347 20472 3515 1 0 2668429 0
[pid=28862/tid=28915] ppid=28859 vsize=10824364 memory=2124 CPUtime=0.67 cores=1,3,5,7
/proc/28862/task/28915/stat : 28915 (java) R 28859 28862 26206 0 -1 4202560 10148 13343 0 0 56 4 5 2 20 0 15 0 474025551 11084148736 20472 33554432000 4194304 4196468 140734863523280 139874970941632 139874991802925 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28916] ppid=28859 vsize=10824364 memory=16228 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28916/stat : 28916 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 474025552 11084148736 20472 33554432000 4194304 4196468 140734863523280 139875003365776 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28917] ppid=28859 vsize=10825388 memory=504 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28917/stat : 28917 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 474025552 11085197312 20472 33554432000 4194304 4196468 140734863523280 139874891639056 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28918] ppid=28859 vsize=10825388 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28918/stat : 28918 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 474025552 11085197312 20472 33554432000 4194304 4196468 140734863523280 139874890586768 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28919] ppid=28859 vsize=10825388 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28919/stat : 28919 (java) S 28859 28862 26206 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 15 0 474025552 11085197312 20472 33554432000 4194304 4196468 140734863523280 139874889533968 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28920] ppid=28859 vsize=10825388 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28920/stat : 28920 (java) S 28859 28862 26206 0 -1 1077944384 5 13343 0 0 0 0 5 2 20 0 15 0 474025553 11085197312 20472 33554432000 4194304 4196468 140734863523280 139874458614384 139874999134850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28921] ppid=28859 vsize=10824364 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28921/stat : 28921 (java) S 28859 28862 26206 0 -1 1077944384 33 13343 0 0 0 0 5 2 20 0 15 0 474025553 11084148736 20472 33554432000 4194304 4196468 140734863523280 139874457560352 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28922] ppid=28859 vsize=10824364 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28922/stat : 28922 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 474025554 11084148736 20472 33554432000 4194304 4196468 140734863523280 139873864377968 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28923] ppid=28859 vsize=10824364 memory=12024 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28923/stat : 28923 (java) S 28859 28862 26206 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 474025556 11084148736 20472 33554432000 4194304 4196468 140734863523280 139873556978256 139874999142299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28924] ppid=28859 vsize=10824364 memory=2124 CPUtime=0.21 cores=1,3,5,7
/proc/28862/task/28924/stat : 28924 (java) R 28859 28862 26206 0 -1 1077944384 919 13343 0 0 14 0 5 2 20 0 15 0 474025556 11084148736 20472 33554432000 4194304 4196468 140734863523280 139874424002672 139874999134850 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28925] ppid=28859 vsize=10824364 memory=6944652177228980320 CPUtime=0.21 cores=1,3,5,7
/proc/28862/task/28925/stat : 28925 (java) S 28859 28862 26206 0 -1 1077944384 673 13343 0 0 14 0 5 2 20 0 15 0 474025556 11084148736 20472 33554432000 4194304 4196468 140734863523280 139874422949872 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28926] ppid=28859 vsize=10824364 memory=504 CPUtime=0.24 cores=1,3,5,7
/proc/28862/task/28926/stat : 28926 (java) R 28859 28862 26206 0 -1 4202560 789 13343 0 0 17 0 5 2 20 0 15 0 474025556 11084148736 20472 33554432000 4194304 4196468 140734863523280 139874421897584 139874999145050 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28927] ppid=28859 vsize=10824364 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28927/stat : 28927 (java) S 28859 28862 26206 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 474025556 11084148736 20472 33554432000 4194304 4196468 140734863523280 139873523419616 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28928] ppid=28859 vsize=10824364 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28928/stat : 28928 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 474025557 11084148736 20472 33554432000 4194304 4196468 140734863523280 139874420845488 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10825388 KiB
Current children cumulated memory: 81888 KiB

[startup+1.50067 s]
/proc/loadavg: 1.36 1.36 1.37 3/227 28928
/proc/meminfo: memFree=4529812/32770624 swapFree=66955396/67108860
[pid=28862] ppid=28859 vsize=10834680 memory=168064 CPUtime=2.48 cores=1,3,5,7
/proc/28862/stat : 28862 (java) S 28859 28862 26206 0 -1 1077944320 21416 13343 0 0 230 11 5 2 20 0 15 0 474025542 11094712320 42016 33554432000 4194304 4196468 140734863523280 140734863505824 139874999123703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
/proc/28862/statm: 2708670 42016 3590 1 0 2670733 0
[pid=28862/tid=28915] ppid=28859 vsize=10834680 memory=3620 CPUtime=1.43 cores=1,3,5,7
/proc/28862/task/28915/stat : 28915 (java) R 28859 28862 26206 0 -1 4202560 14889 13343 0 0 130 6 5 2 20 0 15 0 474025551 11094712320 42016 33554432000 4194304 4196468 140734863523280 139874970917504 139874999135638 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28916] ppid=28859 vsize=10834680 memory=41768 CPUtime=0.08 cores=1,3,5,7
/proc/28862/task/28916/stat : 28916 (java) S 28859 28862 26206 0 -1 1077944384 77 13343 0 0 1 0 5 2 20 0 15 0 474025552 11094712320 42016 33554432000 4194304 4196468 140734863523280 139875003365776 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28917] ppid=28859 vsize=10834680 memory=984 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28917/stat : 28917 (java) S 28859 28862 26206 0 -1 1077944384 28 13343 0 0 0 0 5 2 20 0 15 0 474025552 11094712320 42016 33554432000 4194304 4196468 140734863523280 139874891639056 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28918] ppid=28859 vsize=10834680 memory=164408 CPUtime=0.08 cores=1,3,5,7
/proc/28862/task/28918/stat : 28918 (java) S 28859 28862 26206 0 -1 1077944384 69 13343 0 0 1 0 5 2 20 0 15 0 474025552 11094712320 42016 33554432000 4194304 4196468 140734863523280 139874890586768 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28919] ppid=28859 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28862/task/28919/stat : 28919 (java) S 28859 28862 26206 0 -1 1077944384 365 13343 0 0 1 0 5 2 20 0 15 0 474025552 11094712320 42016 33554432000 4194304 4196468 140734863523280 139874889533968 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28920] ppid=28859 vsize=10834680 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/28862/task/28920/stat : 28920 (java) S 28859 28862 26206 0 -1 1077944384 141 13343 0 0 1 0 5 2 20 0 15 0 474025553 11094712320 42016 33554432000 4194304 4196468 140734863523280 139874458614384 139874999134850 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28921] ppid=28859 vsize=10834680 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28921/stat : 28921 (java) S 28859 28862 26206 0 -1 1077944384 33 13343 0 0 0 0 5 2 20 0 15 0 474025553 11094712320 42016 33554432000 4194304 4196468 140734863523280 139874457560416 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28922] ppid=28859 vsize=10834680 memory=264516432635671 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28922/stat : 28922 (java) S 28859 28862 26206 0 -1 1077944384 2 13343 0 0 0 0 5 2 20 0 15 0 474025554 11094712320 42016 33554432000 4194304 4196468 140734863523280 139873864377984 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28923] ppid=28859 vsize=10834680 memory=297290490214169607 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28923/stat : 28923 (java) S 28859 28862 26206 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 474025556 11094712320 42016 33554432000 4194304 4196468 140734863523280 139873556978256 139874999142299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28924] ppid=28859 vsize=10834680 memory=6935649255810949952 CPUtime=0.31 cores=1,3,5,7
/proc/28862/task/28924/stat : 28924 (java) S 28859 28862 26206 0 -1 1077944384 1041 13343 0 0 24 0 5 2 20 0 15 0 474025556 11094712320 42016 33554432000 4194304 4196468 140734863523280 139874424002672 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28925] ppid=28859 vsize=10834680 memory=4638778398332764256 CPUtime=0.32 cores=1,3,5,7
/proc/28862/task/28925/stat : 28925 (java) S 28859 28862 26206 0 -1 1077944384 952 13343 0 0 25 0 5 2 20 0 15 0 474025556 11094712320 42016 33554432000 4194304 4196468 140734863523280 139874422949872 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28926] ppid=28859 vsize=10834680 memory=280611956719856 CPUtime=0.49 cores=1,3,5,7
/proc/28862/task/28926/stat : 28926 (java) R 28859 28862 26206 0 -1 4202560 1607 13343 0 0 42 0 5 2 20 0 15 0 474025556 11094712320 42016 33554432000 4194304 4196468 140734863523280 139874421897584 139874983204190 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28927] ppid=28859 vsize=10834680 memory=6935649255911680081 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28927/stat : 28927 (java) S 28859 28862 26206 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 474025556 11094712320 42016 33554432000 4194304 4196468 140734863523280 139873523419616 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28928] ppid=28859 vsize=10834680 memory=-6944640082586942299 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28928/stat : 28928 (java) S 28859 28862 26206 0 -1 1077944384 1 13343 0 0 0 0 5 2 20 0 15 0 474025557 11094712320 42016 33554432000 4194304 4196468 140734863523280 139874420845488 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0

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

/proc/28862/task/28915/stat : 28915 (java) R 28859 28862 26206 0 -1 4202560 63451 13343 0 0 229692 43 5 2 20 0 15 0 474025551 11107315712 189552 33554432000 4194304 4196468 140734863523280 139874970958576 139874565032544 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28916] ppid=28859 vsize=10846988 memory=758208 CPUtime=10.94 cores=1,3,5,7
/proc/28862/task/28916/stat : 28916 (java) S 28859 28862 26206 0 -1 1077944384 15725 13343 0 0 1033 54 5 2 20 0 15 0 474025552 11107315712 189552 33554432000 4194304 4196468 140734863523280 139875003365776 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28917] ppid=28859 vsize=10846988 memory=758208 CPUtime=10.97 cores=1,3,5,7
/proc/28862/task/28917/stat : 28917 (java) S 28859 28862 26206 0 -1 1077944384 10361 13343 0 0 1032 58 5 2 20 0 15 0 474025552 11107315712 189552 33554432000 4194304 4196468 140734863523280 139874891639056 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28918] ppid=28859 vsize=10846988 memory=758208 CPUtime=10.92 cores=1,3,5,7
/proc/28862/task/28918/stat : 28918 (java) S 28859 28862 26206 0 -1 1077944384 10064 13343 0 0 1030 55 5 2 20 0 15 0 474025552 11107315712 189552 33554432000 4194304 4196468 140734863523280 139874890586768 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28919] ppid=28859 vsize=10846988 memory=758208 CPUtime=10.97 cores=1,3,5,7
/proc/28862/task/28919/stat : 28919 (java) S 28859 28862 26206 0 -1 1077944384 10858 13343 0 0 1036 54 5 2 20 0 15 0 474025552 11107315712 189552 33554432000 4194304 4196468 140734863523280 139874889533968 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28920] ppid=28859 vsize=10846988 memory=758208 CPUtime=11.2 cores=1,3,5,7
/proc/28862/task/28920/stat : 28920 (java) S 28859 28862 26206 0 -1 1077944384 13441 13343 0 0 1061 52 5 2 20 0 15 0 474025553 11107315712 189552 33554432000 4194304 4196468 140734863523280 139874458614384 139874999134850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28921] ppid=28859 vsize=10846988 memory=758208 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28921/stat : 28921 (java) S 28859 28862 26206 0 -1 1077944384 43 13343 0 0 0 0 5 2 20 0 15 0 474025553 11107315712 189552 33554432000 4194304 4196468 140734863523280 139874457560416 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28922] ppid=28859 vsize=10846988 memory=758208 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28922/stat : 28922 (java) S 28859 28862 26206 0 -1 1077944384 15 13343 0 0 0 0 5 2 20 0 15 0 474025554 11107315712 189552 33554432000 4194304 4196468 140734863523280 139873864377984 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28923] ppid=28859 vsize=10846988 memory=758208 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28923/stat : 28923 (java) S 28859 28862 26206 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 474025556 11107315712 189552 33554432000 4194304 4196468 140734863523280 139873556978256 139874999142299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28924] ppid=28859 vsize=10846988 memory=758208 CPUtime=3.15 cores=1,3,5,7
/proc/28862/task/28924/stat : 28924 (java) S 28859 28862 26206 0 -1 1077944384 26735 13343 0 0 304 4 5 2 20 0 15 0 474025556 11107315712 189552 33554432000 4194304 4196468 140734863523280 139874424002672 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28925] ppid=28859 vsize=10846988 memory=758208 CPUtime=2.79 cores=1,3,5,7
/proc/28862/task/28925/stat : 28925 (java) S 28859 28862 26206 0 -1 1077944384 12904 13343 0 0 270 2 5 2 20 0 15 0 474025556 11107315712 189552 33554432000 4194304 4196468 140734863523280 139874422949872 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28926] ppid=28859 vsize=10846988 memory=756160 CPUtime=1.79 cores=1,3,5,7
/proc/28862/task/28926/stat : 28926 (java) S 28859 28862 26206 0 -1 1077944384 21081 13343 0 0 169 3 5 2 20 0 15 0 474025556 11107315712 189552 33554432000 4194304 4196468 140734863523280 139874421897584 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28927] ppid=28859 vsize=10846988 memory=772 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28927/stat : 28927 (java) S 28859 28862 26206 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 474025556 11107315712 189552 33554432000 4194304 4196468 140734863523280 139873523419616 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28928] ppid=28859 vsize=10846988 memory=758208 CPUtime=1.36 cores=1,3,5,7
/proc/28862/task/28928/stat : 28928 (java) S 28859 28862 26206 0 -1 1077944384 950 13343 0 0 60 69 5 2 20 0 15 0 474025557 11107315712 189552 33554432000 4194304 4196468 140734863523280 139874420845488 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
Current children cumulated CPU time: 2361.01 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 758208 KiB

[startup+2382.3 s]
/proc/loadavg: 1.43 1.50 1.50 3/229 29925
/proc/meminfo: memFree=3509432/32770624 swapFree=66955396/67108860
[pid=28862] ppid=28859 vsize=10846988 memory=758220 CPUtime=2421.94 cores=1,3,5,7
/proc/28862/stat : 28862 (java) S 28859 28862 26206 0 -1 1077944320 189276 13343 0 0 241841 346 5 2 20 0 15 0 474025542 11107315712 189555 33554432000 4194304 4196468 140734863523280 140734863505824 139874999123703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
/proc/28862/statm: 2711747 189555 3631 1 0 2673805 0
[pid=28862/tid=28915] ppid=28859 vsize=10846988 memory=758220 CPUtime=2356.78 cores=1,3,5,7
/proc/28862/task/28915/stat : 28915 (java) R 28859 28862 26206 0 -1 4202560 64223 13343 0 0 235627 44 5 2 20 0 15 0 474025551 11107315712 189555 33554432000 4194304 4196468 140734863523280 139874970960000 139874566558348 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28916] ppid=28859 vsize=10846988 memory=1548 CPUtime=11.26 cores=1,3,5,7
/proc/28862/task/28916/stat : 28916 (java) S 28859 28862 26206 0 -1 1077944384 15839 13343 0 0 1063 56 5 2 20 0 15 0 474025552 11107315712 189555 33554432000 4194304 4196468 140734863523280 139875003365776 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28917] ppid=28859 vsize=10846988 memory=758220 CPUtime=11.27 cores=1,3,5,7
/proc/28862/task/28917/stat : 28917 (java) S 28859 28862 26206 0 -1 1077944384 10378 13343 0 0 1061 59 5 2 20 0 15 0 474025552 11107315712 189555 33554432000 4194304 4196468 140734863523280 139874891639056 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28918] ppid=28859 vsize=10846988 memory=756160 CPUtime=11.23 cores=1,3,5,7
/proc/28862/task/28918/stat : 28918 (java) S 28859 28862 26206 0 -1 1077944384 10143 13343 0 0 1060 56 5 2 20 0 15 0 474025552 11107315712 189555 33554432000 4194304 4196468 140734863523280 139874890586768 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28919] ppid=28859 vsize=10846988 memory=758220 CPUtime=11.27 cores=1,3,5,7
/proc/28862/task/28919/stat : 28919 (java) S 28859 28862 26206 0 -1 1077944384 11089 13343 0 0 1064 56 5 2 20 0 15 0 474025552 11107315712 189555 33554432000 4194304 4196468 140734863523280 139874889533968 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28920] ppid=28859 vsize=10846988 memory=758220 CPUtime=11.51 cores=1,3,5,7
/proc/28862/task/28920/stat : 28920 (java) S 28859 28862 26206 0 -1 1077944384 13642 13343 0 0 1090 54 5 2 20 0 15 0 474025553 11107315712 189555 33554432000 4194304 4196468 140734863523280 139874458614384 139874999134850 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28921] ppid=28859 vsize=10846988 memory=758220 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28921/stat : 28921 (java) S 28859 28862 26206 0 -1 1077944384 43 13343 0 0 0 0 5 2 20 0 15 0 474025553 11107315712 189555 33554432000 4194304 4196468 140734863523280 139874457560416 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28922] ppid=28859 vsize=10846988 memory=758220 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28922/stat : 28922 (java) S 28859 28862 26206 0 -1 1077944384 15 13343 0 0 0 0 5 2 20 0 15 0 474025554 11107315712 189555 33554432000 4194304 4196468 140734863523280 139873864377984 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28923] ppid=28859 vsize=10846988 memory=758220 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28923/stat : 28923 (java) S 28859 28862 26206 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 474025556 11107315712 189555 33554432000 4194304 4196468 140734863523280 139873556978256 139874999142299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28924] ppid=28859 vsize=10846988 memory=758208 CPUtime=3.16 cores=1,3,5,7
/proc/28862/task/28924/stat : 28924 (java) S 28859 28862 26206 0 -1 1077944384 26737 13343 0 0 304 5 5 2 20 0 15 0 474025556 11107315712 189555 33554432000 4194304 4196468 140734863523280 139874424002672 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28925] ppid=28859 vsize=10846988 memory=16252 CPUtime=2.79 cores=1,3,5,7
/proc/28862/task/28925/stat : 28925 (java) S 28859 28862 26206 0 -1 1077944384 12906 13343 0 0 270 2 5 2 20 0 15 0 474025556 11107315712 189555 33554432000 4194304 4196468 140734863523280 139874422949872 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28926] ppid=28859 vsize=10846988 memory=758220 CPUtime=1.79 cores=1,3,5,7
/proc/28862/task/28926/stat : 28926 (java) S 28859 28862 26206 0 -1 1077944384 21083 13343 0 0 169 3 5 2 20 0 15 0 474025556 11107315712 189555 33554432000 4194304 4196468 140734863523280 139874421897584 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28927] ppid=28859 vsize=10846988 memory=3296 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28927/stat : 28927 (java) S 28859 28862 26206 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 474025556 11107315712 189555 33554432000 4194304 4196468 140734863523280 139873523419616 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28928] ppid=28859 vsize=10846988 memory=758220 CPUtime=1.39 cores=1,3,5,7
/proc/28862/task/28928/stat : 28928 (java) S 28859 28862 26206 0 -1 1077944384 966 13343 0 0 61 71 5 2 20 0 15 0 474025557 11107315712 189555 33554432000 4194304 4196468 140734863523280 139874420845488 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
Current children cumulated CPU time: 2421.94 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 758220 KiB

[startup+2442.3 s]
/proc/loadavg: 1.22 1.43 1.48 3/227 29929
/proc/meminfo: memFree=3513836/32770624 swapFree=66955396/67108860
[pid=28862] ppid=28859 vsize=10846988 memory=760268 CPUtime=2482.83 cores=1,3,5,7
/proc/28862/stat : 28862 (java) S 28859 28862 26206 0 -1 1077944320 190729 13343 0 0 247922 354 5 2 20 0 15 0 474025542 11107315712 190067 33554432000 4194304 4196468 140734863523280 140734863505824 139874999123703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
/proc/28862/statm: 2711747 190067 3631 1 0 2673805 0
[pid=28862/tid=28915] ppid=28859 vsize=10846988 memory=760268 CPUtime=2416.15 cores=1,3,5,7
/proc/28862/task/28915/stat : 28915 (java) S 28859 28862 26206 0 -1 1077944384 64996 13343 0 0 241564 44 5 2 20 0 15 0 474025551 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874970959968 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28916] ppid=28859 vsize=10846988 memory=758220 CPUtime=11.55 cores=1,3,5,7
/proc/28862/task/28916/stat : 28916 (java) R 28859 28862 26206 0 -1 4202560 15868 13343 0 0 1091 57 5 2 20 0 15 0 474025552 11107315712 190067 33554432000 4194304 4196468 140734863523280 139875003365776 139874991751911 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28917] ppid=28859 vsize=10846988 memory=760268 CPUtime=11.57 cores=1,3,5,7
/proc/28862/task/28917/stat : 28917 (java) R 28859 28862 26206 0 -1 4202560 10473 13343 0 0 1090 60 5 2 20 0 15 0 474025552 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874891639056 139874999135638 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28918] ppid=28859 vsize=10846988 memory=760268 CPUtime=11.52 cores=1,3,5,7
/proc/28862/task/28918/stat : 28918 (java) R 28859 28862 26206 0 -1 4202560 10213 13343 0 0 1087 58 5 2 20 0 15 0 474025552 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874890586888 139874991751911 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28919] ppid=28859 vsize=10846988 memory=760268 CPUtime=11.58 cores=1,3,5,7
/proc/28862/task/28919/stat : 28919 (java) S 28859 28862 26206 0 -1 1077944384 11349 13343 0 0 1093 58 5 2 20 0 15 0 474025552 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874889533968 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28920] ppid=28859 vsize=10846988 memory=760268 CPUtime=11.79 cores=1,3,5,7
/proc/28862/task/28920/stat : 28920 (java) S 28859 28862 26206 0 -1 1077944384 13844 13343 0 0 1117 55 5 2 20 0 15 0 474025553 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874458612896 139874999133909 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28921] ppid=28859 vsize=10846988 memory=760268 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28921/stat : 28921 (java) S 28859 28862 26206 0 -1 1077944384 43 13343 0 0 0 0 5 2 20 0 15 0 474025553 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874457560416 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28922] ppid=28859 vsize=10846988 memory=760268 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28922/stat : 28922 (java) S 28859 28862 26206 0 -1 1077944384 15 13343 0 0 0 0 5 2 20 0 15 0 474025554 11107315712 190067 33554432000 4194304 4196468 140734863523280 139873864377984 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28923] ppid=28859 vsize=10846988 memory=760268 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28923/stat : 28923 (java) S 28859 28862 26206 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 474025556 11107315712 190067 33554432000 4194304 4196468 140734863523280 139873556978256 139874999142299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28924] ppid=28859 vsize=10846988 memory=760268 CPUtime=3.16 cores=1,3,5,7
/proc/28862/task/28924/stat : 28924 (java) S 28859 28862 26206 0 -1 1077944384 26739 13343 0 0 304 5 5 2 20 0 15 0 474025556 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874424002672 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28925] ppid=28859 vsize=10846988 memory=0 CPUtime=2.79 cores=1,3,5,7
/proc/28862/task/28925/stat : 28925 (java) S 28859 28862 26206 0 -1 1077944384 12908 13343 0 0 270 2 5 2 20 0 15 0 474025556 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874422949872 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28926] ppid=28859 vsize=10846988 memory=760268 CPUtime=1.79 cores=1,3,5,7
/proc/28862/task/28926/stat : 28926 (java) S 28859 28862 26206 0 -1 1077944384 21085 13343 0 0 169 3 5 2 20 0 15 0 474025556 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874421897584 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28927] ppid=28859 vsize=10846988 memory=760268 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28927/stat : 28927 (java) S 28859 28862 26206 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 474025556 11107315712 190067 33554432000 4194304 4196468 140734863523280 139873523419616 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28928] ppid=28859 vsize=10846988 memory=6791534058613427641 CPUtime=1.42 cores=1,3,5,7
/proc/28862/task/28928/stat : 28928 (java) S 28859 28862 26206 0 -1 1077944384 984 13343 0 0 62 73 5 2 20 0 15 0 474025557 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874420845488 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
Current children cumulated CPU time: 2482.83 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 760268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2479 s]*
/proc/loadavg: 1.27 1.43 1.47 3/227 29931
/proc/meminfo: memFree=3513952/32770624 swapFree=66955396/67108860
[pid=28862] ppid=28859 vsize=10846988 memory=760268 CPUtime=2520.07 cores=1,3,5,7
/proc/28862/stat : 28862 (java) S 28859 28862 26206 0 -1 1077944320 191937 13343 0 0 251642 358 5 2 20 0 15 0 474025542 11107315712 190067 33554432000 4194304 4196468 140734863523280 140734863505824 139874999123703 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
/proc/28862/statm: 2711747 190067 3631 1 0 2673805 0
[pid=28862/tid=28915] ppid=28859 vsize=10846988 memory=1808 CPUtime=2452.49 cores=1,3,5,7
/proc/28862/task/28915/stat : 28915 (java) R 28859 28862 26206 0 -1 4202560 65569 13343 0 0 245197 45 5 2 20 0 15 0 474025551 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874970959056 139874564544183 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28916] ppid=28859 vsize=10846988 memory=920 CPUtime=11.74 cores=1,3,5,7
/proc/28862/task/28916/stat : 28916 (java) S 28859 28862 26206 0 -1 1077944384 15985 13343 0 0 1109 58 5 2 20 0 15 0 474025552 11107315712 190067 33554432000 4194304 4196468 140734863523280 139875003365776 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28917] ppid=28859 vsize=10846988 memory=-7003737579269690708 CPUtime=11.76 cores=1,3,5,7
/proc/28862/task/28917/stat : 28917 (java) S 28859 28862 26206 0 -1 1077944384 10492 13343 0 0 1108 61 5 2 20 0 15 0 474025552 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874891639056 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28918] ppid=28859 vsize=10846988 memory=41804 CPUtime=11.71 cores=1,3,5,7
/proc/28862/task/28918/stat : 28918 (java) S 28859 28862 26206 0 -1 1077944384 10454 13343 0 0 1105 59 5 2 20 0 15 0 474025552 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874890586768 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28919] ppid=28859 vsize=10846988 memory=984 CPUtime=11.75 cores=1,3,5,7
/proc/28862/task/28919/stat : 28919 (java) S 28859 28862 26206 0 -1 1077944384 11388 13343 0 0 1110 58 5 2 20 0 15 0 474025552 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874889533968 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28920] ppid=28859 vsize=10846988 memory=2032 CPUtime=11.97 cores=1,3,5,7
/proc/28862/task/28920/stat : 28920 (java) S 28859 28862 26206 0 -1 1077944384 14046 13343 0 0 1133 57 5 2 20 0 15 0 474025553 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874458614384 139874999134850 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28921] ppid=28859 vsize=10846988 memory=1328 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28921/stat : 28921 (java) S 28859 28862 26206 0 -1 1077944384 43 13343 0 0 0 0 5 2 20 0 15 0 474025553 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874457560416 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28922] ppid=28859 vsize=10846988 memory=1560 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28922/stat : 28922 (java) S 28859 28862 26206 0 -1 1077944384 15 13343 0 0 0 0 5 2 20 0 15 0 474025554 11107315712 190067 33554432000 4194304 4196468 140734863523280 139873864377984 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28923] ppid=28859 vsize=10846988 memory=288230587427455269 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28923/stat : 28923 (java) S 28859 28862 26206 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 474025556 11107315712 190067 33554432000 4194304 4196468 140734863523280 139873556978256 139874999142299 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28924] ppid=28859 vsize=10846988 memory=15822183599441322 CPUtime=3.16 cores=1,3,5,7
/proc/28862/task/28924/stat : 28924 (java) S 28859 28862 26206 0 -1 1077944384 26739 13343 0 0 304 5 5 2 20 0 15 0 474025556 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874424002672 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28925] ppid=28859 vsize=10846988 memory=2608 CPUtime=2.79 cores=1,3,5,7
/proc/28862/task/28925/stat : 28925 (java) S 28859 28862 26206 0 -1 1077944384 12908 13343 0 0 270 2 5 2 20 0 15 0 474025556 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874422949872 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28926] ppid=28859 vsize=10846988 memory=4104 CPUtime=1.8 cores=1,3,5,7
/proc/28862/task/28926/stat : 28926 (java) S 28859 28862 26206 0 -1 1077944384 21085 13343 0 0 169 4 5 2 20 0 15 0 474025556 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874421897584 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28927] ppid=28859 vsize=10846988 memory=1412 CPUtime=0.07 cores=1,3,5,7
/proc/28862/task/28927/stat : 28927 (java) S 28859 28862 26206 0 -1 1077944384 3 13343 0 0 0 0 5 2 20 0 15 0 474025556 11107315712 190067 33554432000 4194304 4196468 140734863523280 139873523419616 139874999133909 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
[pid=28862/tid=28928] ppid=28859 vsize=10846988 memory=1124 CPUtime=1.45 cores=1,3,5,7
/proc/28862/task/28928/stat : 28928 (java) S 28859 28862 26206 0 -1 1077944384 1001 13343 0 0 63 75 5 2 20 0 15 0 474025557 11107315712 190067 33554432000 4194304 4196468 140734863523280 139874420845488 139874999134850 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25718784 140734863526640 140734863529157 140734863529157 140734863531983 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 760268 KiB

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

[startup+2479.04 s]
# the end of solver process 28862 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.5 s, system=3.6242 s

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

Child status: 143
Real time (s): 2479.04
CPU time (s): 2520.12
CPU user time (s): 2516.5
CPU system time (s): 3.6242
CPU usage (%): 101.657
Max. virtual memory (cumulated for all children) (KiB): 10849652
Max. memory (cumulated for all children) (KiB): 760268

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.5
system time used= 3.6242
maximum resident set size= 764484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206213
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2896
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 286820
involuntary context switches= 7045


# summary of solver processes directly reported to runsolver:
#   pid: 28862
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2516.5
#   total CPU system time (s): 3.6242

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9965 second user time and 23.8885 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-20 13:05:02
IDJOB=4402892
IDBENCH=128634
IDSOLVER=2861
FILE ID=node151/4402892-1568977542
RUNJOBID= node151-1568967597-26239
PBS_JOBID= 21704609
Free space on /tmp= 12280 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-05.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4402892-1568977542/watcher-4402892-1568977542 -o /tmp/evaluation-result-4402892-1568977542/solver-4402892-1568977542 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568967597-26239 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=261177873 HOME/instance-4402892-1568977542.xml

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

MD5SUM BENCH= 42feabc1334beaea3bf22cfd312dd4ae
RANDOM SEED=261177873

node151.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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
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.53
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	: 5335.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:         4626368 kB
MemAvailable:   30442984 kB
Buffers:          124212 kB
Cached:         25704124 kB
SwapCached:        51796 kB
Active:         14231264 kB
Inactive:       13015680 kB
Active(anon):    1363800 kB
Inactive(anon):   100424 kB
Active(file):   12867464 kB
Inactive(file): 12915256 kB
Unevictable:      107584 kB
Mlocked:          107584 kB
SwapTotal:      67108860 kB
SwapFree:       66955396 kB
Dirty:             35364 kB
Writeback:             0 kB
AnonPages:       1474708 kB
Mapped:            62168 kB
Shmem:             36864 kB
Slab:             491028 kB
SReclaimable:     462356 kB
SUnreclaim:        28672 kB
KernelStack:        3760 kB
PageTables:         8548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2585420 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1292288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 12244 MiB
End job on node151 at 2019-09-20 13:46:21