Trace number 4403188

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)139 2400.13 2357.93

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-03.xml
MD5SUM7e8aca8f1f1855a8a689daa123caec8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark139
Best CPU time to get the best result obtained on this benchmark248.551
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size391
Distribution of domain sizes[{"size":1,"count":1},{"size":391,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":2},{"degree":5,"count":13},{"degree":6,"count":23},{"degree":7,"count":16},{"degree":8,"count":5},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity34
Distribution of constraint arities[{"arity":2,"count":131},{"arity":28,"count":2},{"arity":31,"count":1},{"arity":34,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"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.79/0.56	c Concrete v3.12.3.1568965526260 running
8.27/3.85	o 390
8.27/3.86	o 173
8.59/3.91	o 165
8.59/3.98	o 163
10.47/4.61	o 162
10.63/4.78	o 161
10.63/4.79	o 159
11.94/5.50	o 158
11.94/5.50	o 155
17.46/10.36	o 154
17.46/10.36	o 153
17.46/10.38	o 149
19.32/12.03	o 148
21.44/14.03	o 147
21.44/14.04	o 146
21.44/14.06	o 145
21.44/14.06	o 144
612.76/596.66	o 143
612.76/596.68	o 142
612.76/596.69	o 141
612.86/596.71	o 140
790.82/772.00	o 139
2400.08/2357.91	Exception in thread "main" java.util.concurrent.TimeoutException
2400.08/2357.91		at concrete.MAC.mac(MAC.scala:192)
2400.08/2357.91		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.08/2357.91		at scala.util.Try$.apply(Try.scala:210)
2400.08/2357.91		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.08/2357.91		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.08/2357.91		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.08/2357.91		at concrete.MAC.oneRun(MAC.scala:265)
2400.08/2357.91		at concrete.MAC.nextSolution(MAC.scala:284)
2400.08/2357.91		at concrete.MAC.nextSolution(MAC.scala:369)
2400.08/2357.91		at concrete.Solver.hasNext(Solver.scala:160)
2400.08/2357.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.08/2357.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.08/2357.91		at concrete.Solver.foreach(Solver.scala:67)
2400.08/2357.91		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.08/2357.91		at scala.util.Success.map(Try.scala:262)
2400.08/2357.91		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.08/2357.91		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.08/2357.91		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.08/2357.91		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.08/2357.91		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.08/2357.91		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.08/2357.91		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.08/2357.91		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.08/2357.91		at scala.App.$anonfun$main$1(App.scala:73)
2400.08/2357.91		at scala.App.$anonfun$main$1$adapted(App.scala:73)
2400.08/2357.91		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:553)
2400.08/2357.91		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:551)
2400.08/2357.91		at scala.collection.AbstractIterable.foreach(Iterable.scala:921)
2400.08/2357.91		at scala.App.main(App.scala:73)
2400.08/2357.91		at scala.App.main$(App.scala:71)
2400.08/2357.91		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.08/2357.91		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.08/2357.92	v <instantiation
2400.08/2357.92	v         cost = '139'>
2400.08/2357.92	v       <list>
2400.08/2357.92	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]
2400.08/2357.92	v       </list>
2400.08/2357.92	v       <values>
2400.08/2357.92	v         0 0 8 0 16 1 3 1 13 8 4 31 25 25 34 35 18 42 14 18 65 52 51 24 45 24 53 41 34 86 80 59 42 60 95 74 90 60 56 74 90 79 90 89 89 102 111 103 69 113 100 115 103 93 112 117 115 121 131 129 130 139
2400.08/2357.92	v       </values>
2400.08/2357.92	v     </instantiation>
2400.08/2357.92	s SATISFIABLE

Verifier Data

OK	139

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

command line: BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403188-1568975796/watcher-4403188-1568975796 -o /var/tmp/evaluation-result-4403188-1568975796/solver-4403188-1568975796 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568963918-28492 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=2094713575 HOME/instance-4403188-1568975796.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=31196, runsolver pid=31193

[startup+0.100123 s]*
/proc/loadavg: 1.95 1.73 1.56 3/217 31253
/proc/meminfo: memFree=2249636/32770624 swapFree=66952480/67108860
[pid=31196] ppid=31193 vsize=9972712 memory=18592 CPUtime=0.09 cores=0,2,4,6
/proc/31196/stat : 31196 (java) S 31193 31196 28461 0 -1 1077944320 4384 13093 0 0 1 1 5 2 20 0 6 0 473835223 10212057088 4648 33554432000 4194304 4196468 140736334793744 140736334776288 139914362199799 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
/proc/31196/statm: 2493178 4648 1932 1 0 2481616 0
[pid=31196/tid=31249] ppid=31193 vsize=9972712 memory=720575944405811505 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31249/stat : 31249 (java) R 31193 31196 28461 0 -1 4202560 2174 13093 0 0 0 0 5 2 20 0 6 0 473835232 10212057088 4648 33554432000 4194304 4196468 140736334793744 139914334036560 139914347882325 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31250] ppid=31193 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31250/stat : 31250 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 6 0 473835233 10212057088 4648 33554432000 4194304 4196468 140736334793744 139914366442128 139914362210005 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31251] ppid=31193 vsize=9972712 memory=288370323948086912 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31251/stat : 31251 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 6 0 473835233 10212057088 4648 33554432000 4194304 4196468 140736334793744 139914265332240 139914362210005 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31252] ppid=31193 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31252/stat : 31252 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 6 0 473835233 10212057088 4648 33554432000 4194304 4196468 140736334793744 139913934530960 139914362210005 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31253] ppid=31193 vsize=9972712 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31253/stat : 31253 (java) S 31193 31196 28461 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 6 0 473835233 10212057088 4648 33554432000 4194304 4196468 140736334793744 139913933478160 139914362210005 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18592 KiB

[startup+0.212031 s]*
/proc/loadavg: 1.95 1.73 1.56 3/226 31262
/proc/meminfo: memFree=2229616/32770624 swapFree=66952480/67108860
[pid=31196] ppid=31193 vsize=10823808 memory=42680 CPUtime=0.26 cores=0,2,4,6
/proc/31196/stat : 31196 (java) S 31193 31196 28461 0 -1 1077944320 8009 13093 0 0 18 1 5 2 20 0 15 0 473835223 11083579392 10604 33554432000 4194304 4196468 140736334793744 140736334776288 139914362199799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
/proc/31196/statm: 2705952 10670 3322 1 0 2668052 0
[pid=31196/tid=31249] ppid=31193 vsize=10823808 memory=729618466009055537 CPUtime=0.19 cores=0,2,4,6
/proc/31196/task/31249/stat : 31249 (java) R 31193 31196 28461 0 -1 4202560 4555 13093 0 0 11 1 5 2 20 0 15 0 473835232 11083579392 10736 33554432000 4194304 4196468 140736334793744 139914334012160 139914354879517 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31250] ppid=31193 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31250/stat : 31250 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 473835233 11083579392 10736 33554432000 4194304 4196468 140736334793744 139914366442128 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31251] ppid=31193 vsize=10823808 memory=288370323948086912 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31251/stat : 31251 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 473835233 11083579392 10736 33554432000 4194304 4196468 140736334793744 139914265332240 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31252] ppid=31193 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31252/stat : 31252 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 473835233 11083579392 10736 33554432000 4194304 4196468 140736334793744 139913934530960 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31253] ppid=31193 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31253/stat : 31253 (java) S 31193 31196 28461 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 473835233 11083579392 10802 33554432000 4194304 4196468 140736334793744 139913933478160 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31254] ppid=31193 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31254/stat : 31254 (java) S 31193 31196 28461 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 473835234 11083579392 10802 33554432000 4194304 4196468 140736334793744 139913365539696 139914362210946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31255] ppid=31193 vsize=10823808 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31255/stat : 31255 (java) S 31193 31196 28461 0 -1 1077944384 33 13093 0 0 0 0 5 2 20 0 15 0 473835235 11083579392 10802 33554432000 4194304 4196468 140736334793744 139913364485664 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31256] ppid=31193 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31256/stat : 31256 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 473835235 11083579392 10802 33554432000 4194304 4196468 140736334793744 139913257280880 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31257] ppid=31193 vsize=10823808 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31257/stat : 31257 (java) S 31193 31196 28461 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 473835238 11083579392 10802 33554432000 4194304 4196468 140736334793744 139912949881168 139914362218395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31258] ppid=31193 vsize=10823808 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31196/task/31258/stat : 31258 (java) R 31193 31196 28461 0 -1 4202560 623 13093 0 0 2 0 5 2 20 0 15 0 473835238 11083579392 10802 33554432000 4194304 4196468 140736334793744 139913330927984 139914339460464 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31259] ppid=31193 vsize=10823808 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31196/task/31259/stat : 31259 (java) S 31193 31196 28461 0 -1 1077944384 53 13093 0 0 1 0 5 2 20 0 15 0 473835238 11083579392 10802 33554432000 4194304 4196468 140736334793744 139913329875184 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31260] ppid=31193 vsize=10823808 memory=139947796375168 CPUtime=0.1 cores=0,2,4,6
/proc/31196/task/31260/stat : 31260 (java) S 31193 31196 28461 0 -1 1077944384 633 13093 0 0 3 0 5 2 20 0 15 0 473835238 11083579392 10802 33554432000 4194304 4196468 140736334793744 139913328822384 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31261] ppid=31193 vsize=10823808 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31261/stat : 31261 (java) S 31193 31196 28461 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 473835238 11083579392 10802 33554432000 4194304 4196468 140736334793744 139912916322528 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31262] ppid=31193 vsize=10823808 memory=139947796375168 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31262/stat : 31262 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 473835238 11083579392 10802 33554432000 4194304 4196468 140736334793744 139913327770800 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10823808 KiB
Current children cumulated memory: 42680 KiB

[startup+0.310457 s]*
/proc/loadavg: 2.12 1.76 1.57 4/226 31262
/proc/meminfo: memFree=2218680/32770624 swapFree=66952480/67108860
[pid=31196] ppid=31193 vsize=10820196 memory=47888 CPUtime=0.4 cores=0,2,4,6
/proc/31196/stat : 31196 (java) S 31193 31196 28461 0 -1 1077944320 10793 13093 0 0 30 3 5 2 20 0 15 0 473835223 11079880704 11972 33554432000 4194304 4196468 140736334793744 140736334776288 139914362199799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
/proc/31196/statm: 2705049 11972 3333 1 0 2667149 0
[pid=31196/tid=31249] ppid=31193 vsize=10820196 memory=8317482817917895235 CPUtime=0.28 cores=0,2,4,6
/proc/31196/task/31249/stat : 31249 (java) R 31193 31196 28461 0 -1 4202560 7212 13093 0 0 19 2 5 2 20 0 15 0 473835232 11079880704 11972 33554432000 4194304 4196468 140736334793744 139914334008720 139914346253851 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31250] ppid=31193 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31250/stat : 31250 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 473835233 11079880704 11972 33554432000 4194304 4196468 140736334793744 139914366442128 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31251] ppid=31193 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31251/stat : 31251 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 473835233 11079880704 11972 33554432000 4194304 4196468 140736334793744 139914265332240 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31252] ppid=31193 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31252/stat : 31252 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 473835233 11079880704 11972 33554432000 4194304 4196468 140736334793744 139913934530960 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31253] ppid=31193 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31253/stat : 31253 (java) S 31193 31196 28461 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 473835233 11079880704 11972 33554432000 4194304 4196468 140736334793744 139913933478160 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31254] ppid=31193 vsize=10820196 memory=139947796375167 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31254/stat : 31254 (java) S 31193 31196 28461 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 473835234 11079880704 11972 33554432000 4194304 4196468 140736334793744 139913365539696 139914362210946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31255] ppid=31193 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31255/stat : 31255 (java) S 31193 31196 28461 0 -1 1077944384 33 13093 0 0 0 0 5 2 20 0 15 0 473835235 11079880704 11972 33554432000 4194304 4196468 140736334793744 139913364485664 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31256] ppid=31193 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31256/stat : 31256 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 473835235 11079880704 11972 33554432000 4194304 4196468 140736334793744 139913257280880 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31257] ppid=31193 vsize=10820196 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31257/stat : 31257 (java) S 31193 31196 28461 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 473835238 11079880704 11972 33554432000 4194304 4196468 140736334793744 139912949881168 139914362218395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31258] ppid=31193 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/31196/task/31258/stat : 31258 (java) S 31193 31196 28461 0 -1 1077944384 623 13093 0 0 3 0 5 2 20 0 15 0 473835238 11079880704 11972 33554432000 4194304 4196468 140736334793744 139913330927984 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31259] ppid=31193 vsize=10820196 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31196/task/31259/stat : 31259 (java) S 31193 31196 28461 0 -1 1077944384 54 13093 0 0 1 0 5 2 20 0 15 0 473835238 11079880704 11972 33554432000 4194304 4196468 140736334793744 139913329875184 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31260] ppid=31193 vsize=10820196 memory=139947796375168 CPUtime=0.12 cores=0,2,4,6
/proc/31196/task/31260/stat : 31260 (java) S 31193 31196 28461 0 -1 1077944384 651 13093 0 0 5 0 5 2 20 0 15 0 473835238 11079880704 11972 33554432000 4194304 4196468 140736334793744 139913328822384 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31261] ppid=31193 vsize=10820196 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31261/stat : 31261 (java) S 31193 31196 28461 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 473835238 11079880704 11972 33554432000 4194304 4196468 140736334793744 139912916322528 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31262] ppid=31193 vsize=10820196 memory=139947796375168 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31262/stat : 31262 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 473835238 11079880704 11972 33554432000 4194304 4196468 140736334793744 139913327770800 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 47888 KiB

[startup+0.700696 s]
/proc/loadavg: 2.12 1.76 1.57 3/226 31262
/proc/meminfo: memFree=2203832/32770624 swapFree=66952480/67108860
[pid=31196] ppid=31193 vsize=10824364 memory=81612 CPUtime=1.15 cores=0,2,4,6
/proc/31196/stat : 31196 (java) S 31193 31196 28461 0 -1 1077944320 15179 13093 0 0 103 5 5 2 20 0 15 0 473835223 11084148736 20403 33554432000 4194304 4196468 140736334793744 140736334776288 139914362199799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
/proc/31196/statm: 2706091 20403 3508 1 0 2668173 0
[pid=31196/tid=31249] ppid=31193 vsize=10824364 memory=5795117241467496816 CPUtime=0.66 cores=0,2,4,6
/proc/31196/task/31249/stat : 31249 (java) R 31193 31196 28461 0 -1 4202560 10447 13093 0 0 55 4 5 2 20 0 15 0 473835232 11084148736 20403 33554432000 4194304 4196468 140736334793744 139914334027424 139913947269856 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31250] ppid=31193 vsize=10824364 memory=1284 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31250/stat : 31250 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 473835233 11084148736 20403 33554432000 4194304 4196468 140736334793744 139914366442128 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31251] ppid=31193 vsize=10824364 memory=1044 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31251/stat : 31251 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 473835233 11084148736 20403 33554432000 4194304 4196468 140736334793744 139914265332240 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31252] ppid=31193 vsize=10824364 memory=33 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31252/stat : 31252 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 473835233 11084148736 20403 33554432000 4194304 4196468 140736334793744 139913934530960 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31253] ppid=31193 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31253/stat : 31253 (java) S 31193 31196 28461 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 473835233 11084148736 20403 33554432000 4194304 4196468 140736334793744 139913933478160 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31254] ppid=31193 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31254/stat : 31254 (java) S 31193 31196 28461 0 -1 1077944384 5 13093 0 0 0 0 5 2 20 0 15 0 473835234 11084148736 20403 33554432000 4194304 4196468 140736334793744 139913365539696 139914362210946 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31255] ppid=31193 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31255/stat : 31255 (java) S 31193 31196 28461 0 -1 1077944384 33 13093 0 0 0 0 5 2 20 0 15 0 473835235 11084148736 20403 33554432000 4194304 4196468 140736334793744 139913364485664 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31256] ppid=31193 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31256/stat : 31256 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 473835235 11084148736 20403 33554432000 4194304 4196468 140736334793744 139913257280880 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31257] ppid=31193 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31257/stat : 31257 (java) S 31193 31196 28461 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 473835238 11084148736 20403 33554432000 4194304 4196468 140736334793744 139912949881168 139914362218395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31258] ppid=31193 vsize=10824364 memory=0 CPUtime=0.21 cores=0,2,4,6
/proc/31196/task/31258/stat : 31258 (java) S 31193 31196 28461 0 -1 1077944384 1039 13093 0 0 14 0 5 2 20 0 15 0 473835238 11084148736 20403 33554432000 4194304 4196468 140736334793744 139913330927984 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31259] ppid=31193 vsize=10824364 memory=0 CPUtime=0.22 cores=0,2,4,6
/proc/31196/task/31259/stat : 31259 (java) R 31193 31196 28461 0 -1 4202560 595 13093 0 0 15 0 5 2 20 0 15 0 473835238 11084148736 20403 33554432000 4194304 4196468 140736334793744 139913329875184 139914346480613 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31260] ppid=31193 vsize=10824364 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/31196/task/31260/stat : 31260 (java) S 31193 31196 28461 0 -1 1077944384 841 13093 0 0 17 0 5 2 20 0 15 0 473835238 11084148736 20403 33554432000 4194304 4196468 140736334793744 139913328822384 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31261] ppid=31193 vsize=10824364 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31261/stat : 31261 (java) S 31193 31196 28461 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 473835238 11084148736 20403 33554432000 4194304 4196468 140736334793744 139912916322528 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31262] ppid=31193 vsize=10824364 memory=3580 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31262/stat : 31262 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 473835238 11084148736 20403 33554432000 4194304 4196468 140736334793744 139913327770800 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 81612 KiB

[startup+1.50076 s]
/proc/loadavg: 2.12 1.76 1.57 3/226 31262
/proc/meminfo: memFree=2161680/32770624 swapFree=66952480/67108860
[pid=31196] ppid=31193 vsize=10834680 memory=169592 CPUtime=2.48 cores=0,2,4,6
/proc/31196/stat : 31196 (java) S 31193 31196 28461 0 -1 1077944320 24218 13093 0 0 231 10 5 2 20 0 15 0 473835223 11094712320 42398 33554432000 4194304 4196468 140736334793744 140736334776288 139914362199799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
/proc/31196/statm: 2708670 42398 3588 1 0 2670733 0
[pid=31196/tid=31249] ppid=31193 vsize=10834680 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/31196/task/31249/stat : 31249 (java) R 31193 31196 28461 0 -1 4202560 15970 13093 0 0 130 6 5 2 20 0 15 0 473835232 11094712320 42398 33554432000 4194304 4196468 140736334793744 139914333990112 139913945298305 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31250] ppid=31193 vsize=10834680 memory=7235987539992865367 CPUtime=0.08 cores=0,2,4,6
/proc/31196/task/31250/stat : 31250 (java) S 31193 31196 28461 0 -1 1077944384 344 13093 0 0 1 0 5 2 20 0 15 0 473835233 11094712320 42398 33554432000 4194304 4196468 140736334793744 139914366442128 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31251] ppid=31193 vsize=10834680 memory=7883663733106109015 CPUtime=0.08 cores=0,2,4,6
/proc/31196/task/31251/stat : 31251 (java) S 31193 31196 28461 0 -1 1077944384 32 13093 0 0 1 0 5 2 20 0 15 0 473835233 11094712320 42398 33554432000 4194304 4196468 140736334793744 139914265332240 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31252] ppid=31193 vsize=10834680 memory=7883663733105979479 CPUtime=0.08 cores=0,2,4,6
/proc/31196/task/31252/stat : 31252 (java) S 31193 31196 28461 0 -1 1077944384 90 13093 0 0 1 0 5 2 20 0 15 0 473835233 11094712320 42398 33554432000 4194304 4196468 140736334793744 139913934530960 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31253] ppid=31193 vsize=10834680 memory=279895368625952 CPUtime=0.08 cores=0,2,4,6
/proc/31196/task/31253/stat : 31253 (java) S 31193 31196 28461 0 -1 1077944384 66 13093 0 0 1 0 5 2 20 0 15 0 473835233 11094712320 42398 33554432000 4194304 4196468 140736334793744 139913933478160 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31254] ppid=31193 vsize=10834680 memory=3684175840471527057 CPUtime=0.08 cores=0,2,4,6
/proc/31196/task/31254/stat : 31254 (java) S 31193 31196 28461 0 -1 1077944384 1707 13093 0 0 1 0 5 2 20 0 15 0 473835234 11094712320 42398 33554432000 4194304 4196468 140736334793744 139913365539696 139914362210946 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31255] ppid=31193 vsize=10834680 memory=279895368293376 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31255/stat : 31255 (java) S 31193 31196 28461 0 -1 1077944384 55 13093 0 0 0 0 5 2 20 0 15 0 473835235 11094712320 42398 33554432000 4194304 4196468 140736334793744 139913364485728 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31256] ppid=31193 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31256/stat : 31256 (java) S 31193 31196 28461 0 -1 1077944384 1 13093 0 0 0 0 5 2 20 0 15 0 473835235 11094712320 42398 33554432000 4194304 4196468 140736334793744 139913257280896 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31257] ppid=31193 vsize=10834680 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31257/stat : 31257 (java) S 31193 31196 28461 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 473835238 11094712320 42398 33554432000 4194304 4196468 140736334793744 139912949881168 139914362218395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31258] ppid=31193 vsize=10834680 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/31196/task/31258/stat : 31258 (java) R 31193 31196 28461 0 -1 4202560 1185 13093 0 0 24 0 5 2 20 0 15 0 473835238 11094712320 42398 33554432000 4194304 4196468 140736334793744 139913330927984 139914362211734 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31259] ppid=31193 vsize=10834680 memory=0 CPUtime=0.35 cores=0,2,4,6
/proc/31196/task/31259/stat : 31259 (java) R 31193 31196 28461 0 -1 4202560 819 13093 0 0 28 0 5 2 20 0 15 0 473835238 11094712320 42398 33554432000 4194304 4196468 140736334793744 139913329875184 139914362210946 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31260] ppid=31193 vsize=10834680 memory=0 CPUtime=0.48 cores=0,2,4,6
/proc/31196/task/31260/stat : 31260 (java) R 31193 31196 28461 0 -1 4202560 1734 13093 0 0 40 1 5 2 20 0 15 0 473835238 11094712320 42398 33554432000 4194304 4196468 140736334793744 139913328822384 139914362221146 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31261] ppid=31193 vsize=10834680 memory=279895368835072 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31261/stat : 31261 (java) S 31193 31196 28461 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 473835238 11094712320 42398 33554432000 4194304 4196468 140736334793744 139912916322528 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31262] ppid=31193 vsize=10834680 memory=6944656592387989600 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31262/stat : 31262 (java) S 31193 31196 28461 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 473835238 11094712320 42398 33554432000 4194304 4196468 140736334793744 139913327770800 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
Current children cumulated CPU time: 2.48 s
Current children cumulated vsize: 10834680 KiB

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

/proc/31196/task/31249/stat : 31249 (java) R 31193 31196 28461 0 -1 4202560 64853 13093 0 0 223638 42 5 2 20 0 15 0 473835232 11107315712 194490 33554432000 4194304 4196468 140736334793744 139914334034512 139913959355744 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31250] ppid=31193 vsize=10846988 memory=777960 CPUtime=11.31 cores=0,2,4,6
/proc/31196/task/31250/stat : 31250 (java) S 31193 31196 28461 0 -1 1077944384 14490 13093 0 0 1073 51 5 2 20 0 15 0 473835233 11107315712 194490 33554432000 4194304 4196468 140736334793744 139914366442128 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31251] ppid=31193 vsize=10846988 memory=0 CPUtime=11.25 cores=0,2,4,6
/proc/31196/task/31251/stat : 31251 (java) S 31193 31196 28461 0 -1 1077944384 7600 13093 0 0 1063 55 5 2 20 0 15 0 473835233 11107315712 194490 33554432000 4194304 4196468 140736334793744 139914265332240 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31252] ppid=31193 vsize=10846988 memory=984 CPUtime=11.28 cores=0,2,4,6
/proc/31196/task/31252/stat : 31252 (java) S 31193 31196 28461 0 -1 1077944384 15111 13093 0 0 1066 55 5 2 20 0 15 0 473835233 11107315712 194490 33554432000 4194304 4196468 140736334793744 139913934530960 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31253] ppid=31193 vsize=10846988 memory=777960 CPUtime=11.28 cores=0,2,4,6
/proc/31196/task/31253/stat : 31253 (java) S 31193 31196 28461 0 -1 1077944384 15947 13093 0 0 1065 56 5 2 20 0 15 0 473835233 11107315712 194490 33554432000 4194304 4196468 140736334793744 139913933478160 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31254] ppid=31193 vsize=10846988 memory=777960 CPUtime=10.71 cores=0,2,4,6
/proc/31196/task/31254/stat : 31254 (java) S 31193 31196 28461 0 -1 1077944384 14590 13093 0 0 1009 55 5 2 20 0 15 0 473835234 11107315712 194490 33554432000 4194304 4196468 140736334793744 139913365539696 139914362210946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31255] ppid=31193 vsize=10846988 memory=777960 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31255/stat : 31255 (java) S 31193 31196 28461 0 -1 1077944384 56 13093 0 0 0 0 5 2 20 0 15 0 473835235 11107315712 194490 33554432000 4194304 4196468 140736334793744 139913364485792 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31256] ppid=31193 vsize=10846988 memory=279895369608912 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31256/stat : 31256 (java) S 31193 31196 28461 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 473835235 11107315712 194490 33554432000 4194304 4196468 140736334793744 139913257280896 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31257] ppid=31193 vsize=10846988 memory=6944656592455360604 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31257/stat : 31257 (java) S 31193 31196 28461 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 473835238 11107315712 194490 33554432000 4194304 4196468 140736334793744 139912949881168 139914362218395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31258] ppid=31193 vsize=10846988 memory=777960 CPUtime=3.81 cores=0,2,4,6
/proc/31196/task/31258/stat : 31258 (java) S 31193 31196 28461 0 -1 1077944384 24464 13093 0 0 371 3 5 2 20 0 15 0 473835238 11107315712 194490 33554432000 4194304 4196468 140736334793744 139913330927984 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31259] ppid=31193 vsize=10846988 memory=777960 CPUtime=3.83 cores=0,2,4,6
/proc/31196/task/31259/stat : 31259 (java) S 31193 31196 28461 0 -1 1077944384 35533 13093 0 0 371 5 5 2 20 0 15 0 473835238 11107315712 194490 33554432000 4194304 4196468 140736334793744 139913329875184 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31260] ppid=31193 vsize=10846988 memory=777960 CPUtime=1.85 cores=0,2,4,6
/proc/31196/task/31260/stat : 31260 (java) S 31193 31196 28461 0 -1 1077944384 32944 13093 0 0 173 5 5 2 20 0 15 0 473835238 11107315712 194490 33554432000 4194304 4196468 140736334793744 139913328822384 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31261] ppid=31193 vsize=10846988 memory=1556 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31261/stat : 31261 (java) S 31193 31196 28461 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 473835238 11107315712 194490 33554432000 4194304 4196468 140736334793744 139912916322528 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31262] ppid=31193 vsize=10846988 memory=777960 CPUtime=1.51 cores=0,2,4,6
/proc/31196/task/31262/stat : 31262 (java) S 31193 31196 28461 0 -1 1077944384 1133 13093 0 0 72 72 5 2 20 0 15 0 473835238 11107315712 194490 33554432000 4194304 4196468 140736334793744 139913327770800 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
Current children cumulated CPU time: 2303.18 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 777960 KiB

[startup+2322.3 s]
/proc/loadavg: 1.44 1.45 1.50 3/227 31630
/proc/meminfo: memFree=2511528/32770624 swapFree=66952500/67108860
[pid=31196] ppid=31193 vsize=10846988 memory=780016 CPUtime=2363.96 cores=0,2,4,6
/proc/31196/stat : 31196 (java) S 31193 31196 28461 0 -1 1077944320 229836 13093 0 0 236050 339 5 2 20 0 15 0 473835223 11107315712 195004 33554432000 4194304 4196468 140736334793744 140736334776288 139914362199799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
/proc/31196/statm: 2711747 195004 3632 1 0 2673805 0
[pid=31196/tid=31249] ppid=31193 vsize=10846988 memory=780016 CPUtime=2296.24 cores=0,2,4,6
/proc/31196/task/31249/stat : 31249 (java) R 31193 31196 28461 0 -1 4202560 65454 13093 0 0 229575 42 5 2 20 0 15 0 473835232 11107315712 195004 33554432000 4194304 4196468 140736334793744 139914334035248 139913959389537 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31250] ppid=31193 vsize=10846988 memory=780008 CPUtime=11.58 cores=0,2,4,6
/proc/31196/task/31250/stat : 31250 (java) S 31193 31196 28461 0 -1 1077944384 14658 13093 0 0 1099 52 5 2 20 0 15 0 473835233 11107315712 195004 33554432000 4194304 4196468 140736334793744 139914366442128 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31251] ppid=31193 vsize=10846988 memory=780008 CPUtime=11.53 cores=0,2,4,6
/proc/31196/task/31251/stat : 31251 (java) S 31193 31196 28461 0 -1 1077944384 7656 13093 0 0 1090 56 5 2 20 0 15 0 473835233 11107315712 195004 33554432000 4194304 4196468 140736334793744 139914265332240 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31252] ppid=31193 vsize=10846988 memory=780008 CPUtime=11.55 cores=0,2,4,6
/proc/31196/task/31252/stat : 31252 (java) S 31193 31196 28461 0 -1 1077944384 15128 13093 0 0 1092 56 5 2 20 0 15 0 473835233 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913934530960 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31253] ppid=31193 vsize=10846988 memory=780008 CPUtime=11.54 cores=0,2,4,6
/proc/31196/task/31253/stat : 31253 (java) S 31193 31196 28461 0 -1 1077944384 15961 13093 0 0 1090 57 5 2 20 0 15 0 473835233 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913933478160 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31254] ppid=31193 vsize=10846988 memory=780016 CPUtime=10.95 cores=0,2,4,6
/proc/31196/task/31254/stat : 31254 (java) S 31193 31196 28461 0 -1 1077944384 14623 13093 0 0 1032 56 5 2 20 0 15 0 473835234 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913365539696 139914362210946 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31255] ppid=31193 vsize=10846988 memory=780016 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31255/stat : 31255 (java) S 31193 31196 28461 0 -1 1077944384 56 13093 0 0 0 0 5 2 20 0 15 0 473835235 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913364485792 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31256] ppid=31193 vsize=10846988 memory=780016 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31256/stat : 31256 (java) S 31193 31196 28461 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 473835235 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913257280896 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31257] ppid=31193 vsize=10846988 memory=780016 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31257/stat : 31257 (java) S 31193 31196 28461 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 473835238 11107315712 195004 33554432000 4194304 4196468 140736334793744 139912949881168 139914362218395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31258] ppid=31193 vsize=10846988 memory=780016 CPUtime=3.81 cores=0,2,4,6
/proc/31196/task/31258/stat : 31258 (java) S 31193 31196 28461 0 -1 1077944384 24466 13093 0 0 371 3 5 2 20 0 15 0 473835238 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913330927984 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31259] ppid=31193 vsize=10846988 memory=780016 CPUtime=3.83 cores=0,2,4,6
/proc/31196/task/31259/stat : 31259 (java) S 31193 31196 28461 0 -1 1077944384 35535 13093 0 0 371 5 5 2 20 0 15 0 473835238 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913329875184 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 5 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31260] ppid=31193 vsize=10846988 memory=3580 CPUtime=1.86 cores=0,2,4,6
/proc/31196/task/31260/stat : 31260 (java) S 31193 31196 28461 0 -1 1077944384 32946 13093 0 0 174 5 5 2 20 0 15 0 473835238 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913328822384 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31261] ppid=31193 vsize=10846988 memory=39884 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31261/stat : 31261 (java) S 31193 31196 28461 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 473835238 11107315712 195004 33554432000 4194304 4196468 140736334793744 139912916322528 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31262] ppid=31193 vsize=10846988 memory=988 CPUtime=1.56 cores=0,2,4,6
/proc/31196/task/31262/stat : 31262 (java) S 31193 31196 28461 0 -1 1077944384 1139 13093 0 0 74 75 5 2 20 0 15 0 473835238 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913327770800 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
Current children cumulated CPU time: 2363.96 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 780016 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2357.9 s]
/proc/loadavg: 1.35 1.43 1.50 3/228 31633
/proc/meminfo: memFree=2510876/32770624 swapFree=66952500/67108860
[pid=31196] ppid=31193 vsize=10846988 memory=780016 CPUtime=2400.08 cores=0,2,4,6
/proc/31196/stat : 31196 (java) S 31193 31196 28461 0 -1 1077944320 230542 13093 0 0 239656 345 5 2 20 0 15 0 473835223 11107315712 195004 33554432000 4194304 4196468 140736334793744 140736334776288 139914362199799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
/proc/31196/statm: 2711747 195004 3632 1 0 2673805 0
[pid=31196/tid=31249] ppid=31193 vsize=10846988 memory=3580 CPUtime=2331.44 cores=0,2,4,6
/proc/31196/task/31249/stat : 31249 (java) R 31193 31196 28461 0 -1 4202560 65811 13093 0 0 233094 43 5 2 20 0 15 0 473835232 11107315712 195004 33554432000 4194304 4196468 140736334793744 139914334034544 139913961314671 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31250] ppid=31193 vsize=10846988 memory=780016 CPUtime=11.76 cores=0,2,4,6
/proc/31196/task/31250/stat : 31250 (java) S 31193 31196 28461 0 -1 1077944384 14666 13093 0 0 1116 53 5 2 20 0 15 0 473835233 11107315712 195004 33554432000 4194304 4196468 140736334793744 139914366442128 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31251] ppid=31193 vsize=10846988 memory=780016 CPUtime=11.72 cores=0,2,4,6
/proc/31196/task/31251/stat : 31251 (java) S 31193 31196 28461 0 -1 1077944384 7662 13093 0 0 1107 58 5 2 20 0 15 0 473835233 11107315712 195004 33554432000 4194304 4196468 140736334793744 139914265332240 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31252] ppid=31193 vsize=10846988 memory=134269267638813 CPUtime=11.74 cores=0,2,4,6
/proc/31196/task/31252/stat : 31252 (java) S 31193 31196 28461 0 -1 1077944384 15180 13093 0 0 1109 58 5 2 20 0 15 0 473835233 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913934530960 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31253] ppid=31193 vsize=10846988 memory=496 CPUtime=11.73 cores=0,2,4,6
/proc/31196/task/31253/stat : 31253 (java) S 31193 31196 28461 0 -1 1077944384 16055 13093 0 0 1108 58 5 2 20 0 15 0 473835233 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913933478160 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31254] ppid=31193 vsize=10846988 memory=1560 CPUtime=11.12 cores=0,2,4,6
/proc/31196/task/31254/stat : 31254 (java) S 31193 31196 28461 0 -1 1077944384 14798 13093 0 0 1048 57 5 2 20 0 15 0 473835234 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913365539696 139914362210946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31255] ppid=31193 vsize=10846988 memory=780016 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31255/stat : 31255 (java) S 31193 31196 28461 0 -1 1077944384 56 13093 0 0 0 0 5 2 20 0 15 0 473835235 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913364485792 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31256] ppid=31193 vsize=10846988 memory=8292088559825428625 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31256/stat : 31256 (java) S 31193 31196 28461 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 473835235 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913257280896 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31257] ppid=31193 vsize=10846988 memory=780016 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31257/stat : 31257 (java) S 31193 31196 28461 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 473835238 11107315712 195004 33554432000 4194304 4196468 140736334793744 139912949881168 139914362218395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31258] ppid=31193 vsize=10846988 memory=192366 CPUtime=3.81 cores=0,2,4,6
/proc/31196/task/31258/stat : 31258 (java) S 31193 31196 28461 0 -1 1077944384 24466 13093 0 0 371 3 5 2 20 0 15 0 473835238 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913330927984 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31259] ppid=31193 vsize=10846988 memory=6791534058613427641 CPUtime=3.83 cores=0,2,4,6
/proc/31196/task/31259/stat : 31259 (java) S 31193 31196 28461 0 -1 1077944384 35535 13093 0 0 371 5 5 2 20 0 15 0 473835238 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913329875184 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31260] ppid=31193 vsize=10846988 memory=780016 CPUtime=1.86 cores=0,2,4,6
/proc/31196/task/31260/stat : 31260 (java) S 31193 31196 28461 0 -1 1077944384 32946 13093 0 0 174 5 5 2 20 0 15 0 473835238 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913328822384 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31261] ppid=31193 vsize=10846988 memory=780016 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31261/stat : 31261 (java) S 31193 31196 28461 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 473835238 11107315712 195004 33554432000 4194304 4196468 140736334793744 139912916322528 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31262] ppid=31193 vsize=10846988 memory=776 CPUtime=1.57 cores=0,2,4,6
/proc/31196/task/31262/stat : 31262 (java) S 31193 31196 28461 0 -1 1077944384 1153 13093 0 0 74 76 5 2 20 0 15 0 473835238 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913327770800 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 780016 KiB

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

[startup+2357.93 s]
# the end of solver process 31196 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.64 s, system=3.49101 s

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

[startup+2357.9 s]
/proc/loadavg: 1.35 1.43 1.50 3/228 31633
/proc/meminfo: memFree=2510876/32770624 swapFree=66952500/67108860
[pid=31196] ppid=31193 vsize=10846988 memory=780016 CPUtime=2400.08 cores=0,2,4,6
/proc/31196/stat : 31196 (java) S 31193 31196 28461 0 -1 1077944320 230542 13093 0 0 239656 345 5 2 20 0 15 0 473835223 11107315712 195004 33554432000 4194304 4196468 140736334793744 140736334776288 139914362199799 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
/proc/31196/statm: 2711747 195004 3632 1 0 2673805 0
[pid=31196/tid=31249] ppid=31193 vsize=10846988 memory=3580 CPUtime=2331.44 cores=0,2,4,6
/proc/31196/task/31249/stat : 31249 (java) R 31193 31196 28461 0 -1 4202560 65811 13093 0 0 233094 43 5 2 20 0 15 0 473835232 11107315712 195004 33554432000 4194304 4196468 140736334793744 139914334034544 139913961314671 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31250] ppid=31193 vsize=10846988 memory=780016 CPUtime=11.76 cores=0,2,4,6
/proc/31196/task/31250/stat : 31250 (java) S 31193 31196 28461 0 -1 1077944384 14666 13093 0 0 1116 53 5 2 20 0 15 0 473835233 11107315712 195004 33554432000 4194304 4196468 140736334793744 139914366442128 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31251] ppid=31193 vsize=10846988 memory=780016 CPUtime=11.72 cores=0,2,4,6
/proc/31196/task/31251/stat : 31251 (java) S 31193 31196 28461 0 -1 1077944384 7662 13093 0 0 1107 58 5 2 20 0 15 0 473835233 11107315712 195004 33554432000 4194304 4196468 140736334793744 139914265332240 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31252] ppid=31193 vsize=10846988 memory=134269267638813 CPUtime=11.74 cores=0,2,4,6
/proc/31196/task/31252/stat : 31252 (java) S 31193 31196 28461 0 -1 1077944384 15180 13093 0 0 1109 58 5 2 20 0 15 0 473835233 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913934530960 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31253] ppid=31193 vsize=10846988 memory=496 CPUtime=11.73 cores=0,2,4,6
/proc/31196/task/31253/stat : 31253 (java) S 31193 31196 28461 0 -1 1077944384 16055 13093 0 0 1108 58 5 2 20 0 15 0 473835233 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913933478160 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31254] ppid=31193 vsize=10846988 memory=1560 CPUtime=11.12 cores=0,2,4,6
/proc/31196/task/31254/stat : 31254 (java) S 31193 31196 28461 0 -1 1077944384 14798 13093 0 0 1048 57 5 2 20 0 15 0 473835234 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913365539696 139914362210946 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31255] ppid=31193 vsize=10846988 memory=780016 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31255/stat : 31255 (java) S 31193 31196 28461 0 -1 1077944384 56 13093 0 0 0 0 5 2 20 0 15 0 473835235 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913364485792 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31256] ppid=31193 vsize=10846988 memory=8292088559825428625 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31256/stat : 31256 (java) S 31193 31196 28461 0 -1 1077944384 2 13093 0 0 0 0 5 2 20 0 15 0 473835235 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913257280896 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31257] ppid=31193 vsize=10846988 memory=780016 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31257/stat : 31257 (java) S 31193 31196 28461 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 473835238 11107315712 195004 33554432000 4194304 4196468 140736334793744 139912949881168 139914362218395 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31258] ppid=31193 vsize=10846988 memory=192366 CPUtime=3.81 cores=0,2,4,6
/proc/31196/task/31258/stat : 31258 (java) S 31193 31196 28461 0 -1 1077944384 24466 13093 0 0 371 3 5 2 20 0 15 0 473835238 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913330927984 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31259] ppid=31193 vsize=10846988 memory=6791534058613427641 CPUtime=3.83 cores=0,2,4,6
/proc/31196/task/31259/stat : 31259 (java) S 31193 31196 28461 0 -1 1077944384 35535 13093 0 0 371 5 5 2 20 0 15 0 473835238 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913329875184 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 5 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31260] ppid=31193 vsize=10846988 memory=780016 CPUtime=1.86 cores=0,2,4,6
/proc/31196/task/31260/stat : 31260 (java) S 31193 31196 28461 0 -1 1077944384 32946 13093 0 0 174 5 5 2 20 0 15 0 473835238 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913328822384 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31261] ppid=31193 vsize=10846988 memory=780016 CPUtime=0.07 cores=0,2,4,6
/proc/31196/task/31261/stat : 31261 (java) S 31193 31196 28461 0 -1 1077944384 3 13093 0 0 0 0 5 2 20 0 15 0 473835238 11107315712 195004 33554432000 4194304 4196468 140736334793744 139912916322528 139914362210005 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
[pid=31196/tid=31262] ppid=31193 vsize=10846988 memory=776 CPUtime=1.57 cores=0,2,4,6
/proc/31196/task/31262/stat : 31262 (java) S 31193 31196 28461 0 -1 1077944384 1153 13093 0 0 74 76 5 2 20 0 15 0 473835238 11107315712 195004 33554432000 4194304 4196468 140736334793744 139913327770800 139914362210946 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23654400 140736334801507 140736334804149 140736334804149 140736334806991 0
Current children cumulated CPU time: 2400.08 s
Current children cumulated vsize: 10846988 KiB
Current children cumulated memory: 780016 KiB

Child status: 143
Real time (s): 2357.93
CPU time (s): 2400.13
CPU user time (s): 2396.64
CPU system time (s): 3.49101
CPU usage (%): 101.79
Max. virtual memory (cumulated for all children) (KiB): 10849656
Max. memory (cumulated for all children) (KiB): 780016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.64
system time used= 3.49101
maximum resident set size= 784232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 244217
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 285129
involuntary context switches= 8462


# summary of solver processes directly reported to runsolver:
#   pid: 31196
#   total CPU time (s): 2400.13
#   total CPU user time (s): 2396.64
#   total CPU system time (s): 3.49101

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.6332 second user time and 24.5288 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-20 11:34:35
IDJOB=4403188
IDBENCH=128242
IDSOLVER=2862
FILE ID=node107/4403188-1568975796
RUNJOBID= node107-1568963918-28492
PBS_JOBID= 21704631
Free space on /var/tmp= 12528 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-03.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /var/tmp/evaluation-result-4403188-1568975796/watcher-4403188-1568975796 -o /var/tmp/evaluation-result-4403188-1568975796/solver-4403188-1568975796 -C 2400 -W 2500 -M 15500 --bin-var /var/tmp/runsolver-exch-node107-1568963918-28492 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=2094713575 HOME/instance-4403188-1568975796.xml

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

MD5SUM BENCH= 7e8aca8f1f1855a8a689daa123caec8a
RANDOM SEED=2094713575

node107.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	: 5334.11
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	: 5334.11
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	: 5334.11
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	: 5334.11
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:         2257320 kB
MemAvailable:   30005628 kB
Buffers:          132396 kB
Cached:         27513044 kB
SwapCached:        48628 kB
Active:         14977804 kB
Inactive:       14526880 kB
Active(anon):    1811680 kB
Inactive(anon):    90848 kB
Active(file):   13166124 kB
Inactive(file): 14436032 kB
Unevictable:      111004 kB
Mlocked:          111004 kB
SwapTotal:      67108860 kB
SwapFree:       66952480 kB
Dirty:             35024 kB
Writeback:             0 kB
AnonPages:       1947252 kB
Mapped:            61264 kB
Shmem:             34788 kB
Slab:             603452 kB
SReclaimable:     574612 kB
SUnreclaim:        28840 kB
KernelStack:        3968 kB
PageTables:         9008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3153500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1785856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /var/tmp at the end= 12496 MiB
End job on node107 at 2019-09-20 12:13:54