Trace number 4387213

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.10SAT (TO)-903 2520.06 2497.14

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-1.xml
MD5SUM105bb238691d484e064b3a25c3dae36e
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 benchmark50.1381
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains24
Minimum domain size4
Maximum domain size25
Distribution of domain sizes[{"size":4,"count":8},{"size":5,"count":14},{"size":6,"count":2},{"size":25,"count":48}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":24},{"degree":25,"count":23},{"degree":26,"count":1},{"degree":27,"count":24}]
Minimum constraint arity1
Maximum constraint arity25
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":24},{"arity":25,"count":24}]
Number of extensional constraints48
Number of intensional constraints25
Distribution of constraint types[{"type":"extension","count":48},{"type":"intension","count":25},{"type":"count","count":24}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


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

Solver Data

0.72/0.55	c Concrete v3.10.1560635388952 running
138.55/127.20	o -12968
140.43/128.79	o -12960
142.04/130.21	o -9949
142.80/130.92	o -9946
142.92/131.04	o -7937
181.87/168.42	o -7933
184.13/170.55	o -6933
184.24/170.67	o -6932
185.33/171.67	o -5927
187.46/173.68	o -4920
189.73/175.83	o -4917
211.86/197.18	o -4914
212.89/198.16	o -3919
219.37/204.49	o -3916
228.72/213.64	o -3911
249.11/233.76	o -3908
249.11/233.79	o -3907
249.73/234.39	o -3897
254.12/238.61	o -2931
260.62/245.06	o -2930
274.11/258.40	o -2924
274.62/258.95	o -2911
275.03/259.37	o -1921
294.44/278.62	o -1917
295.75/279.96	o -1913
413.74/397.48	o -1912
413.84/397.50	o -1907
419.76/403.47	o -911
421.27/404.98	o -910
421.38/405.01	o -909
818.49/801.24	o -903
2520.01/2497.12	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2497.12		at concrete.MAC.mac(MAC.scala:189)
2520.01/2497.12		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.01/2497.12		at scala.util.Try$.apply(Try.scala:212)
2520.01/2497.12		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2497.12		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2497.12		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2497.12		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2497.12		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2497.12		at concrete.MAC.nextSolution(MAC.scala:355)
2520.01/2497.12		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2497.12		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2497.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2497.12		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2497.12		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.01/2497.12		at scala.util.Success.map(Try.scala:264)
2520.01/2497.12		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.01/2497.12		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2497.12		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2497.12		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2497.12		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2497.12		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2497.12		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2497.12		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2497.12		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2497.12		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2497.12		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2497.12		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2497.12		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2497.12		at scala.App.main(App.scala:75)
2520.01/2497.12		at scala.App.main$(App.scala:73)
2520.01/2497.12		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2497.12		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2497.12	v <instantiation
2520.01/2497.12	v         cost = '-903'>
2520.01/2497.12	v       <list>
2520.01/2497.12	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] p[0] p[1] p[2] p[3] p[4] p[5] p[6] p[7] p[8] p[9] p[10] p[11] p[12] p[13] p[14] p[15] p[16] p[17] p[18] p[19] p[20] p[21] p[22] p[23] g[0] g[1] g[2] g[3] g[4] g[5] g[6] g[7] g[8] g[9] g[10] g[11] g[12] g[13] g[14] g[15] g[16] g[17] g[18] g[19] g[20] g[21] g[22] g[23]
2520.01/2497.12	v       </list>
2520.01/2497.12	v       <values>
2520.01/2497.12	v         1 2 8 -1 23 4 0 13 7 10 16 5 6 14 15 9 17 11 12 18 19 20 21 22 0 1 2 -1 14 13 22 4 3 8 9 12 21 5 6 7 10 11 20 19 18 17 16 15 6 1 5 0 -1000 8 -2 5 7 0 7 7 -7 8 8 5 7 6 4 7 6 -4 7 6
2520.01/2497.12	v       </values>
2520.01/2497.12	v     </instantiation>
2520.01/2497.12	s SATISFIABLE

Verifier Data

OK	-903

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387213-1568294615/watcher-4387213-1568294615 -o /tmp/evaluation-result-4387213-1568294615/solver-4387213-1568294615 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6097 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=97560980 HOME/instance-4387213-1568294615.xml 

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

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=8851, runsolver pid=8848

[startup+0.10006 s]*
/proc/loadavg: 1.33 1.42 1.47 3/218 8908
/proc/meminfo: memFree=30800144/32770624 swapFree=66934260/67108860
[pid=8851] ppid=8848 vsize=9972712 memory=14652 CPUtime=0.1 cores=0,2,4,6
/proc/8851/stat : 8851 (java) S 8848 8851 5271 0 -1 1077944320 4450 13307 0 0 1 1 5 3 20 0 6 0 405720009 10212057088 3663 33554432000 4194304 4196468 140732166450032 140732166432576 140217328832247 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
/proc/8851/statm: 2493178 3663 1933 1 0 2481616 0
[pid=8851/tid=8904] ppid=8848 vsize=9972712 memory=-8617482348318186131 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8904/stat : 8904 (java) R 8848 8851 5271 0 -1 4202560 2268 13307 0 0 0 0 5 3 20 0 6 0 405720018 10212057088 3729 33554432000 4194304 4196468 140732166450032 140217300669008 140217312912734 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8905] ppid=8848 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8905/stat : 8905 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 6 0 405720019 10212057088 3729 33554432000 4194304 4196468 140732166450032 140217333074704 140217328842453 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8906] ppid=8848 vsize=9972712 memory=140185369048704 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8906/stat : 8906 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 6 0 405720019 10212057088 3729 33554432000 4194304 4196468 140732166450032 140216902462352 140217328842453 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8907] ppid=8848 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8907/stat : 8907 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 6 0 405720019 10212057088 3729 33554432000 4194304 4196468 140732166450032 140216901409808 140217328842453 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8908] ppid=8848 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8908/stat : 8908 (java) S 8848 8851 5271 0 -1 1077944384 2 13307 0 0 0 0 5 3 20 0 6 0 405720019 10212057088 3729 33554432000 4194304 4196468 140732166450032 140216900357264 140217328842453 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14652 KiB

[startup+0.210068 s]*
/proc/loadavg: 1.33 1.42 1.47 4/227 8917
/proc/meminfo: memFree=30777232/32770624 swapFree=66934260/67108860
[pid=8851] ppid=8848 vsize=10818940 memory=39060 CPUtime=0.25 cores=0,2,4,6
/proc/8851/stat : 8851 (java) S 8848 8851 5271 0 -1 1077944320 7146 13307 0 0 15 2 5 3 20 0 15 0 405720009 11078594560 9765 33554432000 4194304 4196468 140732166450032 140732166432576 140217328832247 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
/proc/8851/statm: 2704735 9765 2938 1 0 2667149 0
[pid=8851/tid=8904] ppid=8848 vsize=10818940 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/8851/task/8904/stat : 8904 (java) R 8848 8851 5271 0 -1 4202560 3659 13307 0 0 10 1 5 3 20 0 15 0 405720018 11078594560 9765 33554432000 4194304 4196468 140732166450032 140217300638192 140217312912734 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8905] ppid=8848 vsize=10818940 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8905/stat : 8905 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 405720019 11078594560 9765 33554432000 4194304 4196468 140732166450032 140217333074704 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8906] ppid=8848 vsize=10818940 memory=140185369057739 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8906/stat : 8906 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 405720019 11078594560 9765 33554432000 4194304 4196468 140732166450032 140216902462352 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8907] ppid=8848 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8907/stat : 8907 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 405720019 11078594560 9765 33554432000 4194304 4196468 140732166450032 140216901409808 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8908] ppid=8848 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8908/stat : 8908 (java) S 8848 8851 5271 0 -1 1077944384 2 13307 0 0 0 0 5 3 20 0 15 0 405720019 11078594560 9765 33554432000 4194304 4196468 140732166450032 140216900357264 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8909] ppid=8848 vsize=10818940 memory=140185369048704 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8909/stat : 8909 (java) S 8848 8851 5271 0 -1 1077944384 2 13307 0 0 0 0 5 3 20 0 15 0 405720020 11078594560 9765 33554432000 4194304 4196468 140732166450032 140216398493680 140217328843394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8910] ppid=8848 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8910/stat : 8910 (java) S 8848 8851 5271 0 -1 1077944384 13 13307 0 0 0 0 5 3 20 0 15 0 405720021 11078594560 9765 33554432000 4194304 4196468 140732166450032 140216320910240 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8911] ppid=8848 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8911/stat : 8911 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 405720021 11078594560 9765 33554432000 4194304 4196468 140732166450032 140216119583728 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8912] ppid=8848 vsize=10818940 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8912/stat : 8912 (java) S 8848 8851 5271 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 405720024 11078594560 9765 33554432000 4194304 4196468 140732166450032 140215879293136 140217328850843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8913] ppid=8848 vsize=10818940 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8851/task/8913/stat : 8913 (java) S 8848 8851 5271 0 -1 1077944384 580 13307 0 0 1 0 5 3 20 0 15 0 405720024 11078594560 9765 33554432000 4194304 4196468 140732166450032 140216397441520 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8914] ppid=8848 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8914/stat : 8914 (java) R 8848 8851 5271 0 -1 1077944384 64 13307 0 0 0 0 5 3 20 0 15 0 405720024 11078594560 9765 33554432000 4194304 4196468 140732166450032 140216396388976 140217328843394 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8915] ppid=8848 vsize=10818940 memory=140185369048704 CPUtime=0.1 cores=0,2,4,6
/proc/8851/task/8915/stat : 8915 (java) S 8848 8851 5271 0 -1 1077944384 618 13307 0 0 2 0 5 3 20 0 15 0 405720024 11078594560 9765 33554432000 4194304 4196468 140732166450032 140216395336432 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8916] ppid=8848 vsize=10818940 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8916/stat : 8916 (java) S 8848 8851 5271 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 405720024 11078594560 9765 33554432000 4194304 4196468 140732166450032 140215845735520 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8917] ppid=8848 vsize=10818940 memory=140185369048704 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8917/stat : 8917 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 405720024 11078594560 9765 33554432000 4194304 4196468 140732166450032 140216394283312 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 39060 KiB

[startup+0.310376 s]*
/proc/loadavg: 1.33 1.42 1.47 3/227 8917
/proc/meminfo: memFree=30766324/32770624 swapFree=66934260/67108860
[pid=8851] ppid=8848 vsize=10819588 memory=47996 CPUtime=0.4 cores=0,2,4,6
/proc/8851/stat : 8851 (java) S 8848 8851 5271 0 -1 1077944320 10680 13307 0 0 28 4 5 3 20 0 15 0 405720009 11079258112 11999 33554432000 4194304 4196468 140732166450032 140732166432576 140217328832247 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
/proc/8851/statm: 2704897 11999 3067 1 0 2667149 0
[pid=8851/tid=8904] ppid=8848 vsize=10820096 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/8851/task/8904/stat : 8904 (java) R 8848 8851 5271 0 -1 4202560 7291 13307 0 0 18 3 5 3 20 0 15 0 405720018 11079778304 12131 33554432000 4194304 4196468 140732166450032 140217300614144 140217184681539 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8905] ppid=8848 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8905/stat : 8905 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 405720019 11079778304 12131 33554432000 4194304 4196468 140732166450032 140217333074704 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8906] ppid=8848 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8906/stat : 8906 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 405720019 11079778304 12131 33554432000 4194304 4196468 140732166450032 140216902462352 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8907] ppid=8848 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8907/stat : 8907 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 405720019 11079778304 12131 33554432000 4194304 4196468 140732166450032 140216901409808 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8908] ppid=8848 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8908/stat : 8908 (java) S 8848 8851 5271 0 -1 1077944384 2 13307 0 0 0 0 5 3 20 0 15 0 405720019 11079778304 12131 33554432000 4194304 4196468 140732166450032 140216900357264 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8909] ppid=8848 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8909/stat : 8909 (java) S 8848 8851 5271 0 -1 1077944384 2 13307 0 0 0 0 5 3 20 0 15 0 405720020 11079778304 12131 33554432000 4194304 4196468 140732166450032 140216398493680 140217328843394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8910] ppid=8848 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8910/stat : 8910 (java) S 8848 8851 5271 0 -1 1077944384 13 13307 0 0 0 0 5 3 20 0 15 0 405720021 11079778304 12131 33554432000 4194304 4196468 140732166450032 140216320910240 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8911] ppid=8848 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8911/stat : 8911 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 405720021 11079778304 12131 33554432000 4194304 4196468 140732166450032 140216119583728 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8912] ppid=8848 vsize=10820096 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8912/stat : 8912 (java) S 8848 8851 5271 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 405720024 11079778304 12131 33554432000 4194304 4196468 140732166450032 140215879293136 140217328850843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8913] ppid=8848 vsize=10820096 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/8851/task/8913/stat : 8913 (java) S 8848 8851 5271 0 -1 1077944384 581 13307 0 0 2 0 5 3 20 0 15 0 405720024 11079778304 12131 33554432000 4194304 4196468 140732166450032 140216397441520 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8914] ppid=8848 vsize=10820096 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/8851/task/8914/stat : 8914 (java) S 8848 8851 5271 0 -1 1077944384 65 13307 0 0 1 0 5 3 20 0 15 0 405720024 11079778304 12131 33554432000 4194304 4196468 140732166450032 140216396388976 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8915] ppid=8848 vsize=10820096 memory=140185369048704 CPUtime=0.13 cores=0,2,4,6
/proc/8851/task/8915/stat : 8915 (java) S 8848 8851 5271 0 -1 1077944384 628 13307 0 0 5 0 5 3 20 0 15 0 405720024 11079778304 12131 33554432000 4194304 4196468 140732166450032 140216395336432 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8916] ppid=8848 vsize=10820096 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8916/stat : 8916 (java) S 8848 8851 5271 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 405720024 11079778304 12131 33554432000 4194304 4196468 140732166450032 140215845735520 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8917] ppid=8848 vsize=10820096 memory=140185369048704 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8917/stat : 8917 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 405720024 11079778304 12131 33554432000 4194304 4196468 140732166450032 140216394283312 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10819588 KiB
Current children cumulated memory: 47996 KiB

[startup+0.700726 s]
/proc/loadavg: 1.33 1.42 1.47 5/227 8917
/proc/meminfo: memFree=30754128/32770624 swapFree=66934260/67108860
[pid=8851] ppid=8848 vsize=10824340 memory=80176 CPUtime=1.14 cores=0,2,4,6
/proc/8851/stat : 8851 (java) S 8848 8851 5271 0 -1 1077944320 14763 13307 0 0 100 6 5 3 20 0 15 0 405720009 11084124160 20044 33554432000 4194304 4196468 140732166450032 140732166432576 140217328832247 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
/proc/8851/statm: 2706085 20044 3500 1 0 2668173 0
[pid=8851/tid=8904] ppid=8848 vsize=10824340 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/8851/task/8904/stat : 8904 (java) R 8848 8851 5271 0 -1 4202560 10553 13307 0 0 55 4 5 3 20 0 15 0 405720018 11084124160 20044 33554432000 4194304 4196468 140732166450032 140217300659760 140217312912734 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8905] ppid=8848 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8905/stat : 8905 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 405720019 11084124160 20044 33554432000 4194304 4196468 140732166450032 140217333074704 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8906] ppid=8848 vsize=10824340 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8906/stat : 8906 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 405720019 11084124160 20044 33554432000 4194304 4196468 140732166450032 140216902462352 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8907] ppid=8848 vsize=10824340 memory=140185249657040 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8907/stat : 8907 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 405720019 11084124160 20044 33554432000 4194304 4196468 140732166450032 140216901409808 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8908] ppid=8848 vsize=10824340 memory=140187732542057 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8908/stat : 8908 (java) S 8848 8851 5271 0 -1 1077944384 2 13307 0 0 0 0 5 3 20 0 15 0 405720019 11084124160 20044 33554432000 4194304 4196468 140732166450032 140216900357264 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8909] ppid=8848 vsize=10824340 memory=1060 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8909/stat : 8909 (java) S 8848 8851 5271 0 -1 1077944384 6 13307 0 0 0 0 5 3 20 0 15 0 405720020 11084124160 20044 33554432000 4194304 4196468 140732166450032 140216398493680 140217328843394 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8910] ppid=8848 vsize=10824340 memory=7014751519667017297 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8910/stat : 8910 (java) S 8848 8851 5271 0 -1 1077944384 13 13307 0 0 0 0 5 3 20 0 15 0 405720021 11084124160 20044 33554432000 4194304 4196468 140732166450032 140216320910240 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8911] ppid=8848 vsize=10824340 memory=7813575291747980389 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8911/stat : 8911 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 405720021 11084124160 20044 33554432000 4194304 4196468 140732166450032 140216119583728 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8912] ppid=8848 vsize=10824340 memory=14056 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8912/stat : 8912 (java) S 8848 8851 5271 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 405720024 11084124160 20044 33554432000 4194304 4196468 140732166450032 140215879293136 140217328850843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8913] ppid=8848 vsize=10824340 memory=2116 CPUtime=0.21 cores=0,2,4,6
/proc/8851/task/8913/stat : 8913 (java) S 8848 8851 5271 0 -1 1077944384 815 13307 0 0 13 0 5 3 20 0 15 0 405720024 11084124160 20044 33554432000 4194304 4196468 140732166450032 140216397441520 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8914] ppid=8848 vsize=10824340 memory=516 CPUtime=0.22 cores=0,2,4,6
/proc/8851/task/8914/stat : 8914 (java) S 8848 8851 5271 0 -1 1077944384 430 13307 0 0 14 0 5 3 20 0 15 0 405720024 11084124160 20044 33554432000 4194304 4196468 140732166450032 140216396388976 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8915] ppid=8848 vsize=10824340 memory=1556 CPUtime=0.25 cores=0,2,4,6
/proc/8851/task/8915/stat : 8915 (java) S 8848 8851 5271 0 -1 1077944384 724 13307 0 0 17 0 5 3 20 0 15 0 405720024 11084124160 20044 33554432000 4194304 4196468 140732166450032 140216395336432 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8916] ppid=8848 vsize=10824340 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8916/stat : 8916 (java) S 8848 8851 5271 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 405720024 11084124160 20044 33554432000 4194304 4196468 140732166450032 140215845735520 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8917] ppid=8848 vsize=10824340 memory=1668 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8917/stat : 8917 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 405720024 11084124160 20044 33554432000 4194304 4196468 140732166450032 140216394283312 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 80176 KiB

[startup+1.50063 s]
/proc/loadavg: 1.33 1.42 1.47 6/227 8917
/proc/meminfo: memFree=30688948/32770624 swapFree=66934260/67108860
[pid=8851] ppid=8848 vsize=10834656 memory=212104 CPUtime=2.86 cores=0,2,4,6
/proc/8851/stat : 8851 (java) S 8848 8851 5271 0 -1 1077944320 21928 13307 0 0 265 13 5 3 20 0 15 0 405720009 11094687744 53026 33554432000 4194304 4196468 140732166450032 140732166432576 140217328832247 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
/proc/8851/statm: 2708664 53026 3577 1 0 2670733 0
[pid=8851/tid=8904] ppid=8848 vsize=10834656 memory=178276 CPUtime=1.42 cores=0,2,4,6
/proc/8851/task/8904/stat : 8904 (java) R 8848 8851 5271 0 -1 4202560 15321 13307 0 0 127 7 5 3 20 0 15 0 405720018 11094687744 53026 33554432000 4194304 4196468 140732166450032 140217300658656 140217328853594 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8905] ppid=8848 vsize=10834656 memory=2436 CPUtime=0.09 cores=0,2,4,6
/proc/8851/task/8905/stat : 8905 (java) S 8848 8851 5271 0 -1 1077944384 60 13307 0 0 1 0 5 3 20 0 15 0 405720019 11094687744 53026 33554432000 4194304 4196468 140732166450032 140217333074704 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8906] ppid=8848 vsize=10834656 memory=1760 CPUtime=0.09 cores=0,2,4,6
/proc/8851/task/8906/stat : 8906 (java) S 8848 8851 5271 0 -1 1077944384 292 13307 0 0 1 0 5 3 20 0 15 0 405720019 11094687744 53026 33554432000 4194304 4196468 140732166450032 140216902462352 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8907] ppid=8848 vsize=10834656 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/8851/task/8907/stat : 8907 (java) S 8848 8851 5271 0 -1 1077944384 26 13307 0 0 1 0 5 3 20 0 15 0 405720019 11094687744 53026 33554432000 4194304 4196468 140732166450032 140216901409808 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8908] ppid=8848 vsize=10834656 memory=-7303279828959712342 CPUtime=0.09 cores=0,2,4,6
/proc/8851/task/8908/stat : 8908 (java) S 8848 8851 5271 0 -1 1077944384 93 13307 0 0 1 0 5 3 20 0 15 0 405720019 11094687744 53026 33554432000 4194304 4196468 140732166450032 140216900357264 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8909] ppid=8848 vsize=10834656 memory=3833724587141655611 CPUtime=0.09 cores=0,2,4,6
/proc/8851/task/8909/stat : 8909 (java) S 8848 8851 5271 0 -1 1077944384 86 13307 0 0 1 0 5 3 20 0 15 0 405720020 11094687744 53026 33554432000 4194304 4196468 140732166450032 140216398493680 140217328843394 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8910] ppid=8848 vsize=10834656 memory=-6798310482166503264 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8910/stat : 8910 (java) S 8848 8851 5271 0 -1 1077944384 14 13307 0 0 0 0 5 3 20 0 15 0 405720021 11094687744 53026 33554432000 4194304 4196468 140732166450032 140216320910304 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8911] ppid=8848 vsize=10834656 memory=-6078294146213043397 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8911/stat : 8911 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 405720021 11094687744 53026 33554432000 4194304 4196468 140732166450032 140216119583744 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8912] ppid=8848 vsize=10834656 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8912/stat : 8912 (java) S 8848 8851 5271 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 405720024 11094687744 53026 33554432000 4194304 4196468 140732166450032 140215879293136 140217328850843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8913] ppid=8848 vsize=10834656 memory=0 CPUtime=0.54 cores=0,2,4,6
/proc/8851/task/8913/stat : 8913 (java) S 8848 8851 5271 0 -1 1077944384 1320 13307 0 0 46 0 5 3 20 0 15 0 405720024 11094687744 53026 33554432000 4194304 4196468 140732166450032 140216397441520 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8914] ppid=8848 vsize=10834656 memory=4580 CPUtime=0.52 cores=0,2,4,6
/proc/8851/task/8914/stat : 8914 (java) S 8848 8851 5271 0 -1 1077944384 1119 13307 0 0 44 0 5 3 20 0 15 0 405720024 11094687744 53026 33554432000 4194304 4196468 140732166450032 140216396388976 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8915] ppid=8848 vsize=10834656 memory=6009022795959521872 CPUtime=0.46 cores=0,2,4,6
/proc/8851/task/8915/stat : 8915 (java) S 8848 8851 5271 0 -1 1077944384 1379 13307 0 0 38 0 5 3 20 0 15 0 405720024 11094687744 53026 33554432000 4194304 4196468 140732166450032 140216395336432 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8916] ppid=8848 vsize=10834656 memory=6075463926090388816 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8916/stat : 8916 (java) S 8848 8851 5271 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 405720024 11094687744 53026 33554432000 4194304 4196468 140732166450032 140215845735520 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8917] ppid=8848 vsize=10834656 memory=7516902878320550760 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8917/stat : 8917 (java) S 8848 8851 5271 0 -1 1077944384 1 13307 0 0 0 0 5 3 20 0 15 0 405720024 11094687744 53026 33554432000 4194304 4196468 140732166450032 140216394283312 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
Current children cumulated CPU time: 2.86 s
Current children cumulated vsize: 10834656 KiB

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

/proc/8851/task/8904/stat : 8904 (java) R 8848 8851 5271 0 -1 4202560 115572 13307 0 0 237915 53 5 3 20 0 15 0 405720018 11107291136 478304 33554432000 4194304 4196468 140732166450032 140217300668288 140216936636344 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8905] ppid=8848 vsize=10846964 memory=1913216 CPUtime=1.52 cores=0,2,4,6
/proc/8851/task/8905/stat : 8905 (java) S 8848 8851 5271 0 -1 1077944384 17088 13307 0 0 127 17 5 3 20 0 15 0 405720019 11107291136 478304 33554432000 4194304 4196468 140732166450032 140217333074704 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8906] ppid=8848 vsize=10846964 memory=1913216 CPUtime=1.51 cores=0,2,4,6
/proc/8851/task/8906/stat : 8906 (java) S 8848 8851 5271 0 -1 1077944384 21818 13307 0 0 125 18 5 3 20 0 15 0 405720019 11107291136 478304 33554432000 4194304 4196468 140732166450032 140216902462352 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8907] ppid=8848 vsize=10846964 memory=1913216 CPUtime=1.51 cores=0,2,4,6
/proc/8851/task/8907/stat : 8907 (java) S 8848 8851 5271 0 -1 1077944384 21134 13307 0 0 126 17 5 3 20 0 15 0 405720019 11107291136 478304 33554432000 4194304 4196468 140732166450032 140216901409808 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8908] ppid=8848 vsize=10846964 memory=1913216 CPUtime=1.5 cores=0,2,4,6
/proc/8851/task/8908/stat : 8908 (java) S 8848 8851 5271 0 -1 1077944384 18395 13307 0 0 125 17 5 3 20 0 15 0 405720019 11107291136 478304 33554432000 4194304 4196468 140732166450032 140216900357264 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8909] ppid=8848 vsize=10846964 memory=1913212 CPUtime=1.01 cores=0,2,4,6
/proc/8851/task/8909/stat : 8909 (java) S 8848 8851 5271 0 -1 1077944384 23644 13307 0 0 84 9 5 3 20 0 15 0 405720020 11107291136 478304 33554432000 4194304 4196468 140732166450032 140216398493680 140217328843394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8910] ppid=8848 vsize=10846964 memory=1913212 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8910/stat : 8910 (java) S 8848 8851 5271 0 -1 1077944384 36 13307 0 0 0 0 5 3 20 0 15 0 405720021 11107291136 478304 33554432000 4194304 4196468 140732166450032 140216320910368 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8911] ppid=8848 vsize=10846964 memory=1913212 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8911/stat : 8911 (java) S 8848 8851 5271 0 -1 1077944384 43 13307 0 0 0 0 5 3 20 0 15 0 405720021 11107291136 478304 33554432000 4194304 4196468 140732166450032 140216119583744 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8912] ppid=8848 vsize=10846964 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8912/stat : 8912 (java) S 8848 8851 5271 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 405720024 11107291136 478304 33554432000 4194304 4196468 140732166450032 140215879293136 140217328850843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8913] ppid=8848 vsize=10846964 memory=20584 CPUtime=6.58 cores=0,2,4,6
/proc/8851/task/8913/stat : 8913 (java) S 8848 8851 5271 0 -1 1077944384 54209 13307 0 0 643 7 5 3 20 0 15 0 405720024 11107291136 478304 33554432000 4194304 4196468 140732166450032 140216397441520 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8914] ppid=8848 vsize=10846964 memory=1913216 CPUtime=6.63 cores=0,2,4,6
/proc/8851/task/8914/stat : 8914 (java) S 8848 8851 5271 0 -1 1077944384 56573 13307 0 0 647 8 5 3 20 0 15 0 405720024 11107291136 478304 33554432000 4194304 4196468 140732166450032 140216396388976 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8915] ppid=8848 vsize=10846964 memory=1913216 CPUtime=4 cores=0,2,4,6
/proc/8851/task/8915/stat : 8915 (java) S 8848 8851 5271 0 -1 1077944384 58785 13307 0 0 382 10 5 3 20 0 15 0 405720024 11107291136 478304 33554432000 4194304 4196468 140732166450032 140216395336432 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8916] ppid=8848 vsize=10846964 memory=1913216 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8916/stat : 8916 (java) S 8848 8851 5271 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 405720024 11107291136 478304 33554432000 4194304 4196468 140732166450032 140215845735520 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8917] ppid=8848 vsize=10846964 memory=1913216 CPUtime=1.47 cores=0,2,4,6
/proc/8851/task/8917/stat : 8917 (java) S 8848 8851 5271 0 -1 1077944384 2552 13307 0 0 72 67 5 3 20 0 15 0 405720024 11107291136 478304 33554432000 4194304 4196468 140732166450032 140216394283312 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
Current children cumulated CPU time: 2404.89 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1913216 KiB

[startup+2442.3 s]
/proc/loadavg: 1.45 1.47 1.55 3/228 9296
/proc/meminfo: memFree=27858200/32770624 swapFree=66934312/67108860
[pid=8851] ppid=8848 vsize=10846964 memory=1913228 CPUtime=2465.06 cores=0,2,4,6
/proc/8851/stat : 8851 (java) S 8848 8851 5271 0 -1 1077944320 394497 13307 0 0 246295 203 5 3 20 0 15 0 405720009 11107291136 478307 33554432000 4194304 4196468 140732166450032 140732166432576 140217328832247 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
/proc/8851/statm: 2711741 478307 3622 1 0 2673805 0
[pid=8851/tid=8904] ppid=8848 vsize=10846964 memory=1913224 CPUtime=2439.66 cores=0,2,4,6
/proc/8851/task/8904/stat : 8904 (java) R 8848 8851 5271 0 -1 4202560 116452 13307 0 0 243905 53 5 3 20 0 15 0 405720018 11107291136 478307 33554432000 4194304 4196468 140732166450032 140217300655920 140216946148359 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8905] ppid=8848 vsize=10846964 memory=1913228 CPUtime=1.57 cores=0,2,4,6
/proc/8851/task/8905/stat : 8905 (java) S 8848 8851 5271 0 -1 1077944384 17336 13307 0 0 132 17 5 3 20 0 15 0 405720019 11107291136 478307 33554432000 4194304 4196468 140732166450032 140217333074704 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8906] ppid=8848 vsize=10846964 memory=1913228 CPUtime=1.55 cores=0,2,4,6
/proc/8851/task/8906/stat : 8906 (java) S 8848 8851 5271 0 -1 1077944384 21940 13307 0 0 129 18 5 3 20 0 15 0 405720019 11107291136 478307 33554432000 4194304 4196468 140732166450032 140216902462352 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8907] ppid=8848 vsize=10846964 memory=1913228 CPUtime=1.56 cores=0,2,4,6
/proc/8851/task/8907/stat : 8907 (java) S 8848 8851 5271 0 -1 1077944384 21452 13307 0 0 131 17 5 3 20 0 15 0 405720019 11107291136 478307 33554432000 4194304 4196468 140732166450032 140216901409808 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8908] ppid=8848 vsize=10846964 memory=1913228 CPUtime=1.55 cores=0,2,4,6
/proc/8851/task/8908/stat : 8908 (java) S 8848 8851 5271 0 -1 1077944384 18528 13307 0 0 130 17 5 3 20 0 15 0 405720019 11107291136 478307 33554432000 4194304 4196468 140732166450032 140216900357264 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8909] ppid=8848 vsize=10846964 memory=1913228 CPUtime=1.05 cores=0,2,4,6
/proc/8851/task/8909/stat : 8909 (java) S 8848 8851 5271 0 -1 1077944384 24002 13307 0 0 88 9 5 3 20 0 15 0 405720020 11107291136 478307 33554432000 4194304 4196468 140732166450032 140216398493680 140217328843394 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8910] ppid=8848 vsize=10846964 memory=1913228 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8910/stat : 8910 (java) S 8848 8851 5271 0 -1 1077944384 36 13307 0 0 0 0 5 3 20 0 15 0 405720021 11107291136 478307 33554432000 4194304 4196468 140732166450032 140216320910368 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8911] ppid=8848 vsize=10846964 memory=1913228 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8911/stat : 8911 (java) S 8848 8851 5271 0 -1 1077944384 43 13307 0 0 0 0 5 3 20 0 15 0 405720021 11107291136 478307 33554432000 4194304 4196468 140732166450032 140216119583744 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8912] ppid=8848 vsize=10846964 memory=1913228 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8912/stat : 8912 (java) S 8848 8851 5271 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 405720024 11107291136 478307 33554432000 4194304 4196468 140732166450032 140215879293136 140217328850843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8913] ppid=8848 vsize=10846964 memory=1913228 CPUtime=6.58 cores=0,2,4,6
/proc/8851/task/8913/stat : 8913 (java) S 8848 8851 5271 0 -1 1077944384 54213 13307 0 0 643 7 5 3 20 0 15 0 405720024 11107291136 478307 33554432000 4194304 4196468 140732166450032 140216397441520 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8914] ppid=8848 vsize=10846964 memory=1913228 CPUtime=6.63 cores=0,2,4,6
/proc/8851/task/8914/stat : 8914 (java) S 8848 8851 5271 0 -1 1077944384 56849 13307 0 0 647 8 5 3 20 0 15 0 405720024 11107291136 478307 33554432000 4194304 4196468 140732166450032 140216396388976 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8915] ppid=8848 vsize=10846964 memory=15825482151102897 CPUtime=4.01 cores=0,2,4,6
/proc/8851/task/8915/stat : 8915 (java) S 8848 8851 5271 0 -1 1077944384 58847 13307 0 0 383 10 5 3 20 0 15 0 405720024 11107291136 478307 33554432000 4194304 4196468 140732166450032 140216395336432 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8916] ppid=8848 vsize=10846964 memory=1913228 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8916/stat : 8916 (java) S 8848 8851 5271 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 405720024 11107291136 478307 33554432000 4194304 4196468 140732166450032 140215845735520 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8917] ppid=8848 vsize=10846964 memory=1913228 CPUtime=1.5 cores=0,2,4,6
/proc/8851/task/8917/stat : 8917 (java) S 8848 8851 5271 0 -1 1077944384 2583 13307 0 0 74 68 5 3 20 0 15 0 405720024 11107291136 478307 33554432000 4194304 4196468 140732166450032 140216394283312 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
Current children cumulated CPU time: 2465.06 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1913228 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2497.11 s]
/proc/loadavg: 1.66 1.53 1.57 3/228 9300
/proc/meminfo: memFree=27858288/32770624 swapFree=66934312/67108860
[pid=8851] ppid=8848 vsize=10846964 memory=1913240 CPUtime=2520.01 cores=0,2,4,6
/proc/8851/stat : 8851 (java) S 8848 8851 5271 0 -1 1077944320 397118 13307 0 0 251788 205 5 3 20 0 15 0 405720009 11107291136 478310 33554432000 4194304 4196468 140732166450032 140732166432576 140217328832247 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
/proc/8851/statm: 2711741 478310 3622 1 0 2673805 0
[pid=8851/tid=8904] ppid=8848 vsize=10846964 memory=1913240 CPUtime=2494.41 cores=0,2,4,6
/proc/8851/task/8904/stat : 8904 (java) R 8848 8851 5271 0 -1 4202560 117249 13307 0 0 249380 53 5 3 20 0 15 0 405720018 11107291136 478310 33554432000 4194304 4196468 140732166450032 140217300668288 140216936631408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8905] ppid=8848 vsize=10846964 memory=1913228 CPUtime=1.6 cores=0,2,4,6
/proc/8851/task/8905/stat : 8905 (java) S 8848 8851 5271 0 -1 1077944384 17525 13307 0 0 135 17 5 3 20 0 15 0 405720019 11107291136 478310 33554432000 4194304 4196468 140732166450032 140217333074704 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8906] ppid=8848 vsize=10846964 memory=1913236 CPUtime=1.58 cores=0,2,4,6
/proc/8851/task/8906/stat : 8906 (java) S 8848 8851 5271 0 -1 1077944384 22014 13307 0 0 132 18 5 3 20 0 15 0 405720019 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216902462352 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8907] ppid=8848 vsize=10846964 memory=1913240 CPUtime=1.59 cores=0,2,4,6
/proc/8851/task/8907/stat : 8907 (java) S 8848 8851 5271 0 -1 1077944384 21705 13307 0 0 134 17 5 3 20 0 15 0 405720019 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216901409808 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8908] ppid=8848 vsize=10846964 memory=196 CPUtime=1.58 cores=0,2,4,6
/proc/8851/task/8908/stat : 8908 (java) S 8848 8851 5271 0 -1 1077944384 18864 13307 0 0 133 17 5 3 20 0 15 0 405720019 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216900357264 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8909] ppid=8848 vsize=10846964 memory=1913228 CPUtime=1.08 cores=0,2,4,6
/proc/8851/task/8909/stat : 8909 (java) S 8848 8851 5271 0 -1 1077944384 24367 13307 0 0 91 9 5 3 20 0 15 0 405720020 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216398493680 140217328843394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8910] ppid=8848 vsize=10846964 memory=1913240 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8910/stat : 8910 (java) S 8848 8851 5271 0 -1 1077944384 36 13307 0 0 0 0 5 3 20 0 15 0 405720021 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216320910368 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8911] ppid=8848 vsize=10846964 memory=1913240 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8911/stat : 8911 (java) S 8848 8851 5271 0 -1 1077944384 43 13307 0 0 0 0 5 3 20 0 15 0 405720021 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216119583744 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8912] ppid=8848 vsize=10846964 memory=1913240 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8912/stat : 8912 (java) S 8848 8851 5271 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 405720024 11107291136 478310 33554432000 4194304 4196468 140732166450032 140215879293136 140217328850843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8913] ppid=8848 vsize=10846964 memory=1913240 CPUtime=6.6 cores=0,2,4,6
/proc/8851/task/8913/stat : 8913 (java) S 8848 8851 5271 0 -1 1077944384 54483 13307 0 0 644 8 5 3 20 0 15 0 405720024 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216397441520 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8914] ppid=8848 vsize=10846964 memory=1913240 CPUtime=6.63 cores=0,2,4,6
/proc/8851/task/8914/stat : 8914 (java) S 8848 8851 5271 0 -1 1077944384 56853 13307 0 0 647 8 5 3 20 0 15 0 405720024 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216396388976 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8915] ppid=8848 vsize=10846964 memory=0 CPUtime=4.01 cores=0,2,4,6
/proc/8851/task/8915/stat : 8915 (java) S 8848 8851 5271 0 -1 1077944384 59150 13307 0 0 383 10 5 3 20 0 15 0 405720024 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216395336432 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8916] ppid=8848 vsize=10846964 memory=9056 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8916/stat : 8916 (java) S 8848 8851 5271 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 405720024 11107291136 478310 33554432000 4194304 4196468 140732166450032 140215845735520 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8917] ppid=8848 vsize=10846964 memory=14056 CPUtime=1.54 cores=0,2,4,6
/proc/8851/task/8917/stat : 8917 (java) S 8848 8851 5271 0 -1 1077944384 2613 13307 0 0 76 70 5 3 20 0 15 0 405720024 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216394283312 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1913240 KiB

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

[startup+2497.14 s]
# the end of solver process 8851 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.96 s, system=2.09989 s

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

[startup+2497.11 s]
/proc/loadavg: 1.66 1.53 1.57 3/228 9300
/proc/meminfo: memFree=27858288/32770624 swapFree=66934312/67108860
[pid=8851] ppid=8848 vsize=10846964 memory=1913240 CPUtime=2520.01 cores=0,2,4,6
/proc/8851/stat : 8851 (java) S 8848 8851 5271 0 -1 1077944320 397118 13307 0 0 251788 205 5 3 20 0 15 0 405720009 11107291136 478310 33554432000 4194304 4196468 140732166450032 140732166432576 140217328832247 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
/proc/8851/statm: 2711741 478310 3622 1 0 2673805 0
[pid=8851/tid=8904] ppid=8848 vsize=10846964 memory=1913240 CPUtime=2494.41 cores=0,2,4,6
/proc/8851/task/8904/stat : 8904 (java) R 8848 8851 5271 0 -1 4202560 117249 13307 0 0 249380 53 5 3 20 0 15 0 405720018 11107291136 478310 33554432000 4194304 4196468 140732166450032 140217300668288 140216936631408 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8905] ppid=8848 vsize=10846964 memory=1913228 CPUtime=1.6 cores=0,2,4,6
/proc/8851/task/8905/stat : 8905 (java) S 8848 8851 5271 0 -1 1077944384 17525 13307 0 0 135 17 5 3 20 0 15 0 405720019 11107291136 478310 33554432000 4194304 4196468 140732166450032 140217333074704 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8906] ppid=8848 vsize=10846964 memory=1913236 CPUtime=1.58 cores=0,2,4,6
/proc/8851/task/8906/stat : 8906 (java) S 8848 8851 5271 0 -1 1077944384 22014 13307 0 0 132 18 5 3 20 0 15 0 405720019 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216902462352 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8907] ppid=8848 vsize=10846964 memory=1913240 CPUtime=1.59 cores=0,2,4,6
/proc/8851/task/8907/stat : 8907 (java) S 8848 8851 5271 0 -1 1077944384 21705 13307 0 0 134 17 5 3 20 0 15 0 405720019 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216901409808 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8908] ppid=8848 vsize=10846964 memory=196 CPUtime=1.58 cores=0,2,4,6
/proc/8851/task/8908/stat : 8908 (java) S 8848 8851 5271 0 -1 1077944384 18864 13307 0 0 133 17 5 3 20 0 15 0 405720019 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216900357264 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8909] ppid=8848 vsize=10846964 memory=1913228 CPUtime=1.08 cores=0,2,4,6
/proc/8851/task/8909/stat : 8909 (java) S 8848 8851 5271 0 -1 1077944384 24367 13307 0 0 91 9 5 3 20 0 15 0 405720020 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216398493680 140217328843394 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8910] ppid=8848 vsize=10846964 memory=1913240 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8910/stat : 8910 (java) S 8848 8851 5271 0 -1 1077944384 36 13307 0 0 0 0 5 3 20 0 15 0 405720021 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216320910368 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8911] ppid=8848 vsize=10846964 memory=1913240 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8911/stat : 8911 (java) S 8848 8851 5271 0 -1 1077944384 43 13307 0 0 0 0 5 3 20 0 15 0 405720021 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216119583744 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8912] ppid=8848 vsize=10846964 memory=1913240 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8912/stat : 8912 (java) S 8848 8851 5271 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 405720024 11107291136 478310 33554432000 4194304 4196468 140732166450032 140215879293136 140217328850843 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8913] ppid=8848 vsize=10846964 memory=1913240 CPUtime=6.6 cores=0,2,4,6
/proc/8851/task/8913/stat : 8913 (java) S 8848 8851 5271 0 -1 1077944384 54483 13307 0 0 644 8 5 3 20 0 15 0 405720024 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216397441520 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8914] ppid=8848 vsize=10846964 memory=1913240 CPUtime=6.63 cores=0,2,4,6
/proc/8851/task/8914/stat : 8914 (java) S 8848 8851 5271 0 -1 1077944384 56853 13307 0 0 647 8 5 3 20 0 15 0 405720024 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216396388976 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8915] ppid=8848 vsize=10846964 memory=0 CPUtime=4.01 cores=0,2,4,6
/proc/8851/task/8915/stat : 8915 (java) S 8848 8851 5271 0 -1 1077944384 59150 13307 0 0 383 10 5 3 20 0 15 0 405720024 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216395336432 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8916] ppid=8848 vsize=10846964 memory=9056 CPUtime=0.08 cores=0,2,4,6
/proc/8851/task/8916/stat : 8916 (java) S 8848 8851 5271 0 -1 1077944384 3 13307 0 0 0 0 5 3 20 0 15 0 405720024 11107291136 478310 33554432000 4194304 4196468 140732166450032 140215845735520 140217328842453 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
[pid=8851/tid=8917] ppid=8848 vsize=10846964 memory=14056 CPUtime=1.54 cores=0,2,4,6
/proc/8851/task/8917/stat : 8917 (java) S 8848 8851 5271 0 -1 1077944384 2613 13307 0 0 76 70 5 3 20 0 15 0 405720024 11107291136 478310 33554432000 4194304 4196468 140732166450032 140216394283312 140217328843394 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 4 0 0 6293624 6294260 31522816 140732166458103 140732166460613 140732166460613 140732166463439 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 1913240 KiB

Child status: 143
Real time (s): 2497.14
CPU time (s): 2520.06
CPU user time (s): 2517.96
CPU system time (s): 2.09989
CPU usage (%): 100.918
Max. virtual memory (cumulated for all children) (KiB): 10847540
Max. memory (cumulated for all children) (KiB): 2087088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.96
system time used= 2.09989
maximum resident set size= 2087088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 411183
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3384
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 88964
involuntary context switches= 6098


# summary of solver processes directly reported to runsolver:
#   pid: 8851
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.96
#   total CPU system time (s): 2.09989

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.2219 second user time and 23.9441 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-12 14:22:01
IDJOB=4387213
IDBENCH=127972
IDSOLVER=2823
FILE ID=node105/4387213-1568294615
RUNJOBID= node105-1568282271-6097
PBS_JOBID= 21701089
Free space on /tmp= 50944 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-1.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387213-1568294615/watcher-4387213-1568294615 -o /tmp/evaluation-result-4387213-1568294615/solver-4387213-1568294615 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568282271-6097 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=97560980 HOME/instance-4387213-1568294615.xml

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

MD5SUM BENCH= 105bb238691d484e064b3a25c3dae36e
RANDOM SEED=97560980

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.00
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:        30804332 kB
MemAvailable:   30980696 kB
Buffers:           93940 kB
Cached:           369300 kB
SwapCached:        69148 kB
Active:          1142632 kB
Inactive:         263576 kB
Active(anon):     886024 kB
Inactive(anon):    88508 kB
Active(file):     256608 kB
Inactive(file):   175068 kB
Unevictable:      111340 kB
Mlocked:          111340 kB
SwapTotal:      67108860 kB
SwapFree:       66934260 kB
Dirty:             35976 kB
Writeback:            16 kB
AnonPages:        989596 kB
Mapped:            46772 kB
Shmem:             22420 kB
Slab:             148872 kB
SReclaimable:     121048 kB
SUnreclaim:        27824 kB
KernelStack:        3728 kB
PageTables:         9432 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1985744 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    825344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 50912 MiB
End job on node105 at 2019-09-12 15:03:39