Trace number 4400959

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Concrete 3.12.2SAT (TO)-926 2520.12 2500.84

General information on the benchmark

NamePrizeCollecting/PrizeCollecting-jok-s1/
PrizeCollecting-24-4-6-8.xml
MD5SUM2aec32ddb698ed0594b6493531e6a3ee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark63
Best CPU time to get the best result obtained on this benchmark34.6313
Satisfiable
(Un)Satisfiability was proved
Number of variables72
Number of constraints97
Number of domains25
Minimum domain size3
Maximum domain size25
Distribution of domain sizes[{"size":3,"count":2},{"size":4,"count":8},{"size":5,"count":11},{"size":6,"count":3},{"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.78/0.55	c Concrete v3.12.2.1568631193530 running
33.80/22.86	o -6967
33.80/22.89	o -6961
34.14/23.18	o -5974
37.47/26.41	o -5970
37.79/26.72	o -5967
55.94/44.41	o -5961
58.55/46.97	o -5959
58.66/47.05	o -4971
58.66/47.10	o -4962
60.43/48.79	o -4961
60.53/48.86	o -4952
60.63/48.93	o -4950
60.74/49.06	o -4948
96.18/83.88	o -3941
106.84/94.31	o -2976
110.59/98.02	o -2969
114.95/102.36	o -2967
116.85/104.22	o -2960
122.46/109.81	o -2959
122.79/110.15	o -2958
160.16/147.48	o -2954
166.40/153.64	o -2945
189.02/176.28	o -2943
279.70/266.83	o -2936
281.73/268.86	o -2934
281.93/269.10	o -2933
291.23/278.31	o -1975
291.23/278.32	o -1966
291.54/278.63	o -1959
291.64/278.75	o -1941
292.64/279.71	o -1936
299.95/287.10	o -1935
302.95/290.07	o -1934
340.67/327.78	o -946
342.87/329.95	o -944
345.38/332.42	o -940
1435.59/1419.48	o -931
1438.01/1421.81	o -929
2428.33/2409.33	o -926
2520.06/2500.82	Exception in thread "main" java.util.concurrent.TimeoutException
2520.06/2500.82		at concrete.MAC.mac(MAC.scala:192)
2520.06/2500.82		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.06/2500.82		at scala.util.Try$.apply(Try.scala:212)
2520.06/2500.82		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.06/2500.82		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.06/2500.82		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.06/2500.82		at concrete.MAC.oneRun(MAC.scala:265)
2520.06/2500.82		at concrete.MAC.nextSolution(MAC.scala:284)
2520.06/2500.82		at concrete.MAC.nextSolution(MAC.scala:369)
2520.06/2500.82		at concrete.Solver.hasNext(Solver.scala:160)
2520.06/2500.82		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2500.82		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2500.82		at concrete.Solver.foreach(Solver.scala:67)
2520.06/2500.82		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.06/2500.82		at scala.util.Success.map(Try.scala:264)
2520.06/2500.82		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.06/2500.82		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.06/2500.82		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.06/2500.82		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.06/2500.82		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.06/2500.82		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.06/2500.82		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.06/2500.82		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.06/2500.82		at scala.App.$anonfun$main$1(App.scala:75)
2520.06/2500.82		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.06/2500.82		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.06/2500.82		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.06/2500.82		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.06/2500.82		at scala.App.main(App.scala:75)
2520.06/2500.82		at scala.App.main$(App.scala:73)
2520.06/2500.82		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.06/2500.82		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.06/2500.82	v <instantiation
2520.06/2500.82	v         cost = '-926'>
2520.06/2500.82	v       <list>
2520.06/2500.82	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.06/2500.82	v       </list>
2520.06/2500.82	v       <values>
2520.06/2500.82	v         6 0 8 2 3 -1 12 1 7 10 11 17 13 14 15 9 22 16 4 18 19 20 21 -1 0 21 18 17 16 -1 1 20 19 6 7 8 2 3 4 5 10 9 15 14 13 12 11 -1 0 6 5 -1 7 0 -3 6 9 3 2 2 2 0 3 7 -1 9 -1000 0 9 1 8 0
2520.06/2500.82	v       </values>
2520.06/2500.82	v     </instantiation>
2520.06/2500.82	s SATISFIABLE

Verifier Data

OK	-926

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4400959-1568683252/watcher-4400959-1568683252 -o /tmp/evaluation-result-4400959-1568683252/solver-4400959-1568683252 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568673290-15915 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=479243401 HOME/instance-4400959-1568683252.xml 

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

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

solver pid=18794, runsolver pid=18791

[startup+0.100186 s]*
/proc/loadavg: 1.26 1.24 1.31 3/219 18851
/proc/meminfo: memFree=25909012/32770624 swapFree=66999436/67108860
[pid=18794] ppid=18791 vsize=9972712 memory=18864 CPUtime=0.1 cores=1,3,5,7
/proc/18794/stat : 18794 (java) S 18791 18794 15883 0 -1 1077944320 4483 13124 0 0 1 1 5 3 20 0 6 0 444263643 10212057088 4716 33554432000 4194304 4196468 140734445185504 140734445168048 139829591625463 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
/proc/18794/statm: 2493178 4716 1935 1 0 2481616 0
[pid=18794/tid=18847] ppid=18791 vsize=9972712 memory=4279135703980344719 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18847/stat : 18847 (java) R 18791 18794 15883 0 -1 4202560 2270 13124 0 0 0 0 5 3 20 0 6 0 444263652 10212057088 4716 33554432000 4194304 4196468 140734445185504 139829563462224 139829591647389 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18848] ppid=18791 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18848/stat : 18848 (java) S 18791 18794 15883 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 6 0 444263652 10212057088 4716 33554432000 4194304 4196468 140734445185504 139829595868048 139829591635669 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18849] ppid=18791 vsize=9972712 memory=140171281507968 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18849/stat : 18849 (java) S 18791 18794 15883 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 6 0 444263652 10212057088 4716 33554432000 4194304 4196468 140734445185504 139829510687504 139829591635669 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18850] ppid=18791 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18850/stat : 18850 (java) S 18791 18794 15883 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 6 0 444263652 10212057088 4716 33554432000 4194304 4196468 140734445185504 139829509635216 139829591635669 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18851] ppid=18791 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18851/stat : 18851 (java) S 18791 18794 15883 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 6 0 444263652 10212057088 4716 33554432000 4194304 4196468 140734445185504 139829508582416 139829591635669 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18864 KiB

[startup+0.210067 s]*
/proc/loadavg: 1.26 1.24 1.31 4/228 18860
/proc/meminfo: memFree=25889140/32770624 swapFree=66999436/67108860
[pid=18794] ppid=18791 vsize=10820196 memory=41848 CPUtime=0.27 cores=1,3,5,7
/proc/18794/stat : 18794 (java) S 18791 18794 15883 0 -1 1077944320 7312 13124 0 0 17 2 5 3 20 0 15 0 444263643 11079880704 10462 33554432000 4194304 4196468 140734445185504 140734445168048 139829591625463 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
/proc/18794/statm: 2705049 10462 3284 1 0 2667149 0
[pid=18794/tid=18847] ppid=18791 vsize=10820196 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/18794/task/18847/stat : 18847 (java) R 18791 18794 15883 0 -1 4202560 3796 13124 0 0 10 1 5 3 20 0 15 0 444263652 11079880704 10462 33554432000 4194304 4196468 140734445185504 139829563456408 139829591647389 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18848] ppid=18791 vsize=10820196 memory=345 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18848/stat : 18848 (java) S 18791 18794 15883 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 444263652 11079880704 10462 33554432000 4194304 4196468 140734445185504 139829595868048 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18849] ppid=18791 vsize=10820196 memory=140171284855481 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18849/stat : 18849 (java) S 18791 18794 15883 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 444263652 11079880704 10462 33554432000 4194304 4196468 140734445185504 139829510687504 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18850] ppid=18791 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18850/stat : 18850 (java) S 18791 18794 15883 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 444263652 11079880704 10462 33554432000 4194304 4196468 140734445185504 139829509635216 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18851] ppid=18791 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18851/stat : 18851 (java) S 18791 18794 15883 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 444263652 11079880704 10462 33554432000 4194304 4196468 140734445185504 139829508582416 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18852] ppid=18791 vsize=10820196 memory=140171281507968 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18852/stat : 18852 (java) S 18791 18794 15883 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 444263654 11079880704 10462 33554432000 4194304 4196468 140734445185504 139829118064752 139829591636610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18853] ppid=18791 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18853/stat : 18853 (java) S 18791 18794 15883 0 -1 1077944384 13 13124 0 0 0 0 5 3 20 0 15 0 444263654 11079880704 10462 33554432000 4194304 4196468 140734445185504 139829035655968 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18854] ppid=18791 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18854/stat : 18854 (java) S 18791 18794 15883 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 444263655 11079880704 10462 33554432000 4194304 4196468 140734445185504 139828431676528 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18855] ppid=18791 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18855/stat : 18855 (java) S 18791 18794 15883 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 444263657 11079880704 10462 33554432000 4194304 4196468 140734445185504 139828124276816 139829591644059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18856] ppid=18791 vsize=10820196 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18794/task/18856/stat : 18856 (java) R 18791 18794 15883 0 -1 4202560 361 13124 0 0 1 0 5 3 20 0 15 0 444263657 11079880704 10462 33554432000 4194304 4196468 140734445185504 139829117012592 139829573169647 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18857] ppid=18791 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/18794/task/18857/stat : 18857 (java) S 18791 18794 15883 0 -1 1077944384 305 13124 0 0 1 0 5 3 20 0 15 0 444263657 11079880704 10462 33554432000 4194304 4196468 140734445185504 139829115959792 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18858] ppid=18791 vsize=10820196 memory=140171281507968 CPUtime=0.11 cores=1,3,5,7
/proc/18794/task/18858/stat : 18858 (java) S 18791 18794 15883 0 -1 1077944384 615 13124 0 0 3 0 5 3 20 0 15 0 444263657 11079880704 10462 33554432000 4194304 4196468 140734445185504 139829114907504 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18859] ppid=18791 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18859/stat : 18859 (java) S 18791 18794 15883 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 444263657 11079880704 10462 33554432000 4194304 4196468 140734445185504 139828090719200 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18860] ppid=18791 vsize=10820196 memory=140171281507968 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18860/stat : 18860 (java) S 18791 18794 15883 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 444263658 11079880704 10462 33554432000 4194304 4196468 140734445185504 139829113854384 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 41848 KiB

[startup+0.310626 s]*
/proc/loadavg: 1.26 1.24 1.31 3/228 18860
/proc/meminfo: memFree=25857080/32770624 swapFree=66999436/67108860
[pid=18794] ppid=18791 vsize=10820196 memory=50200 CPUtime=0.41 cores=1,3,5,7
/proc/18794/stat : 18794 (java) S 18791 18794 15883 0 -1 1077944320 10815 13124 0 0 29 4 5 3 20 0 15 0 444263643 11079880704 12550 33554432000 4194304 4196468 140734445185504 140734445168048 139829591625463 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
/proc/18794/statm: 2705049 12550 3315 1 0 2667149 0
[pid=18794/tid=18847] ppid=18791 vsize=10820196 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/18794/task/18847/stat : 18847 (java) R 18791 18794 15883 0 -1 4202560 7275 13124 0 0 19 3 5 3 20 0 15 0 444263652 11079880704 12550 33554432000 4194304 4196468 140734445185504 139829563443088 139829591646810 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18848] ppid=18791 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18848/stat : 18848 (java) S 18791 18794 15883 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 444263652 11079880704 12550 33554432000 4194304 4196468 140734445185504 139829595868048 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18849] ppid=18791 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18849/stat : 18849 (java) S 18791 18794 15883 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 444263652 11079880704 12550 33554432000 4194304 4196468 140734445185504 139829510687504 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18850] ppid=18791 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18850/stat : 18850 (java) S 18791 18794 15883 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 444263652 11079880704 12550 33554432000 4194304 4196468 140734445185504 139829509635216 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18851] ppid=18791 vsize=10820196 memory=2240 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18851/stat : 18851 (java) S 18791 18794 15883 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 444263652 11079880704 12550 33554432000 4194304 4196468 140734445185504 139829508582416 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18852] ppid=18791 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18852/stat : 18852 (java) S 18791 18794 15883 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 444263654 11079880704 12550 33554432000 4194304 4196468 140734445185504 139829118064752 139829591636610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18853] ppid=18791 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18853/stat : 18853 (java) S 18791 18794 15883 0 -1 1077944384 13 13124 0 0 0 0 5 3 20 0 15 0 444263654 11079880704 12550 33554432000 4194304 4196468 140734445185504 139829035655968 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18854] ppid=18791 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18854/stat : 18854 (java) S 18791 18794 15883 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 444263655 11079880704 12550 33554432000 4194304 4196468 140734445185504 139828431676528 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18855] ppid=18791 vsize=10820196 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18855/stat : 18855 (java) S 18791 18794 15883 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 444263657 11079880704 12550 33554432000 4194304 4196468 140734445185504 139828124276816 139829591644059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18856] ppid=18791 vsize=10820196 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/18794/task/18856/stat : 18856 (java) S 18791 18794 15883 0 -1 1077944384 363 13124 0 0 2 0 5 3 20 0 15 0 444263657 11079880704 12550 33554432000 4194304 4196468 140734445185504 139829117012592 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18857] ppid=18791 vsize=10820196 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/18794/task/18857/stat : 18857 (java) S 18791 18794 15883 0 -1 1077944384 305 13124 0 0 1 0 5 3 20 0 15 0 444263657 11079880704 12550 33554432000 4194304 4196468 140734445185504 139829115959792 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18858] ppid=18791 vsize=10820196 memory=140171281507968 CPUtime=0.13 cores=1,3,5,7
/proc/18794/task/18858/stat : 18858 (java) S 18791 18794 15883 0 -1 1077944384 635 13124 0 0 5 0 5 3 20 0 15 0 444263657 11079880704 12550 33554432000 4194304 4196468 140734445185504 139829114907504 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18859] ppid=18791 vsize=10820196 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18859/stat : 18859 (java) S 18791 18794 15883 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 444263657 11079880704 12550 33554432000 4194304 4196468 140734445185504 139828090719200 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18860] ppid=18791 vsize=10820196 memory=140171281507968 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18860/stat : 18860 (java) S 18791 18794 15883 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 444263658 11079880704 12550 33554432000 4194304 4196468 140734445185504 139829113854384 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 50200 KiB

[startup+0.700809 s]
/proc/loadavg: 1.26 1.24 1.31 3/228 18860
/proc/meminfo: memFree=25845100/32770624 swapFree=66999436/67108860
[pid=18794] ppid=18791 vsize=10824364 memory=83640 CPUtime=1.15 cores=1,3,5,7
/proc/18794/stat : 18794 (java) S 18791 18794 15883 0 -1 1077944320 15144 13124 0 0 101 6 5 3 20 0 15 0 444263643 11084148736 20910 33554432000 4194304 4196468 140734445185504 140734445168048 139829591625463 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
/proc/18794/statm: 2706091 20910 3500 1 0 2668173 0
[pid=18794/tid=18847] ppid=18791 vsize=10824364 memory=2372 CPUtime=0.67 cores=1,3,5,7
/proc/18794/task/18847/stat : 18847 (java) R 18791 18794 15883 0 -1 4202560 10564 13124 0 0 55 4 5 3 20 0 15 0 444263652 11084148736 20910 33554432000 4194304 4196468 140734445185504 139829563452624 139829591637398 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18848] ppid=18791 vsize=10824364 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18848/stat : 18848 (java) S 18791 18794 15883 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 444263652 11084148736 20910 33554432000 4194304 4196468 140734445185504 139829595868048 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18849] ppid=18791 vsize=10824364 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18849/stat : 18849 (java) S 18791 18794 15883 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 444263652 11084148736 20910 33554432000 4194304 4196468 140734445185504 139829510687504 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18850] ppid=18791 vsize=10824364 memory=140174847640142 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18850/stat : 18850 (java) S 18791 18794 15883 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 444263652 11084148736 20910 33554432000 4194304 4196468 140734445185504 139829509635216 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18851] ppid=18791 vsize=10824364 memory=140174847640152 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18851/stat : 18851 (java) S 18791 18794 15883 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 444263652 11084148736 20910 33554432000 4194304 4196468 140734445185504 139829508582416 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18852] ppid=18791 vsize=10824364 memory=140174847640153 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18852/stat : 18852 (java) S 18791 18794 15883 0 -1 1077944384 5 13124 0 0 0 0 5 3 20 0 15 0 444263654 11084148736 20910 33554432000 4194304 4196468 140734445185504 139829118064752 139829591636610 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18853] ppid=18791 vsize=10824364 memory=140174847640154 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18853/stat : 18853 (java) S 18791 18794 15883 0 -1 1077944384 13 13124 0 0 0 0 5 3 20 0 15 0 444263654 11084148736 20910 33554432000 4194304 4196468 140734445185504 139829035655968 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18854] ppid=18791 vsize=10824364 memory=140174847640156 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18854/stat : 18854 (java) S 18791 18794 15883 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 444263655 11084148736 20910 33554432000 4194304 4196468 140734445185504 139828431676528 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18855] ppid=18791 vsize=10824364 memory=140174847640162 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18855/stat : 18855 (java) S 18791 18794 15883 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 444263657 11084148736 20910 33554432000 4194304 4196468 140734445185504 139828124276816 139829591644059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18856] ppid=18791 vsize=10824364 memory=140174847640167 CPUtime=0.21 cores=1,3,5,7
/proc/18794/task/18856/stat : 18856 (java) R 18791 18794 15883 0 -1 4202560 744 13124 0 0 13 0 5 3 20 0 15 0 444263657 11084148736 20910 33554432000 4194304 4196468 140734445185504 139829117012592 139829576751328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18857] ppid=18791 vsize=10824364 memory=142764712919693 CPUtime=0.23 cores=1,3,5,7
/proc/18794/task/18857/stat : 18857 (java) R 18791 18794 15883 0 -1 4202560 758 13124 0 0 15 0 5 3 20 0 15 0 444263657 11084148736 20910 33554432000 4194304 4196468 140734445185504 139829115959792 139829569220241 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18858] ppid=18791 vsize=10824364 memory=14060 CPUtime=0.25 cores=1,3,5,7
/proc/18794/task/18858/stat : 18858 (java) R 18791 18794 15883 0 -1 1077944384 837 13124 0 0 17 0 5 3 20 0 15 0 444263657 11084148736 20910 33554432000 4194304 4196468 140734445185504 139829114907504 139829591636610 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18859] ppid=18791 vsize=10824364 memory=2116 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18859/stat : 18859 (java) S 18791 18794 15883 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 444263657 11084148736 20910 33554432000 4194304 4196468 140734445185504 139828090719200 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18860] ppid=18791 vsize=10824364 memory=23368 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18860/stat : 18860 (java) S 18791 18794 15883 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 444263658 11084148736 20910 33554432000 4194304 4196468 140734445185504 139829113854384 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 83640 KiB

[startup+1.50068 s]
/proc/loadavg: 1.26 1.24 1.31 5/228 18860
/proc/meminfo: memFree=25787404/32770624 swapFree=66999436/67108860
[pid=18794] ppid=18791 vsize=10832632 memory=221616 CPUtime=3.01 cores=1,3,5,7
/proc/18794/stat : 18794 (java) S 18791 18794 15883 0 -1 1077944320 24506 13124 0 0 281 12 5 3 20 0 15 0 444263643 11092615168 55404 33554432000 4194304 4196468 140734445185504 140734445168048 139829591625463 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
/proc/18794/statm: 2708158 55404 3580 1 0 2670221 0
[pid=18794/tid=18847] ppid=18791 vsize=10832632 memory=138944 CPUtime=1.44 cores=1,3,5,7
/proc/18794/task/18847/stat : 18847 (java) R 18791 18794 15883 0 -1 4202560 15422 13124 0 0 129 7 5 3 20 0 15 0 444263652 11092615168 55404 33554432000 4194304 4196468 140734445185504 139829563457384 139829584725310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18848] ppid=18791 vsize=10832632 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/18794/task/18848/stat : 18848 (java) S 18791 18794 15883 0 -1 1077944384 60 13124 0 0 1 0 5 3 20 0 15 0 444263652 11092615168 55404 33554432000 4194304 4196468 140734445185504 139829595868048 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18849] ppid=18791 vsize=10832632 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18794/task/18849/stat : 18849 (java) S 18791 18794 15883 0 -1 1077944384 36 13124 0 0 1 0 5 3 20 0 15 0 444263652 11092615168 55404 33554432000 4194304 4196468 140734445185504 139829510687504 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18850] ppid=18791 vsize=10832632 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18794/task/18850/stat : 18850 (java) S 18791 18794 15883 0 -1 1077944384 65 13124 0 0 1 0 5 3 20 0 15 0 444263652 11092615168 55404 33554432000 4194304 4196468 140734445185504 139829509635216 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18851] ppid=18791 vsize=10832632 memory=140171156837648 CPUtime=0.09 cores=1,3,5,7
/proc/18794/task/18851/stat : 18851 (java) S 18791 18794 15883 0 -1 1077944384 279 13124 0 0 1 0 5 3 20 0 15 0 444263652 11092615168 55404 33554432000 4194304 4196468 140734445185504 139829508582416 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18852] ppid=18791 vsize=10832632 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/18794/task/18852/stat : 18852 (java) S 18791 18794 15883 0 -1 1077944384 115 13124 0 0 1 0 5 3 20 0 15 0 444263654 11092615168 55404 33554432000 4194304 4196468 140734445185504 139829118064752 139829591636610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18853] ppid=18791 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18853/stat : 18853 (java) S 18791 18794 15883 0 -1 1077944384 14 13124 0 0 0 0 5 3 20 0 15 0 444263654 11092615168 55404 33554432000 4194304 4196468 140734445185504 139829035655968 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18854] ppid=18791 vsize=10832632 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18854/stat : 18854 (java) S 18791 18794 15883 0 -1 1077944384 1 13124 0 0 0 0 5 3 20 0 15 0 444263655 11092615168 55404 33554432000 4194304 4196468 140734445185504 139828431676528 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18855] ppid=18791 vsize=10832632 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18855/stat : 18855 (java) S 18791 18794 15883 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 444263657 11092615168 55404 33554432000 4194304 4196468 140734445185504 139828124276816 139829591644059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18856] ppid=18791 vsize=10832632 memory=280342313717440 CPUtime=0.62 cores=1,3,5,7
/proc/18794/task/18856/stat : 18856 (java) S 18791 18794 15883 0 -1 1077944384 2809 13124 0 0 54 0 5 3 20 0 15 0 444263657 11092615168 55404 33554432000 4194304 4196468 140734445185504 139829117012592 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18857] ppid=18791 vsize=10832632 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/18794/task/18857/stat : 18857 (java) R 18791 18794 15883 0 -1 1077944384 2000 13124 0 0 53 0 5 3 20 0 15 0 444263657 11092615168 55404 33554432000 4194304 4196468 140734445185504 139829115959792 139829591636610 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18858] ppid=18791 vsize=10832632 memory=0 CPUtime=0.44 cores=1,3,5,7
/proc/18794/task/18858/stat : 18858 (java) S 18791 18794 15883 0 -1 1077944384 1489 13124 0 0 36 0 5 3 20 0 15 0 444263657 11092615168 55404 33554432000 4194304 4196468 140734445185504 139829114907504 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18859] ppid=18791 vsize=10832632 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18859/stat : 18859 (java) S 18791 18794 15883 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 444263657 11092615168 55404 33554432000 4194304 4196468 140734445185504 139828090719200 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18860] ppid=18791 vsize=10832632 memory=-7452431979323206951 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18860/stat : 18860 (java) S 18791 18794 15883 0 -1 1077944384 2 13124 0 0 0 0 5 3 20 0 15 0 444263658 11092615168 55404 33554432000 4194304 4196468 140734445185504 139829113854384 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 10832632 KiB

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

/proc/18794/task/18847/stat : 18847 (java) R 18791 18794 15883 0 -1 4202560 107641 13124 0 0 231787 46 5 3 20 0 15 0 444263652 11109412864 474700 33554432000 4194304 4196468 140734445185504 139829563451712 139829202032169 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18848] ppid=18791 vsize=10849036 memory=1898800 CPUtime=1.96 cores=1,3,5,7
/proc/18794/task/18848/stat : 18848 (java) S 18791 18794 15883 0 -1 1077944384 22629 13124 0 0 176 12 5 3 20 0 15 0 444263652 11109412864 474700 33554432000 4194304 4196468 140734445185504 139829595868048 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18849] ppid=18791 vsize=10849036 memory=1898800 CPUtime=1.97 cores=1,3,5,7
/proc/18794/task/18849/stat : 18849 (java) S 18791 18794 15883 0 -1 1077944384 29302 13124 0 0 177 12 5 3 20 0 15 0 444263652 11109412864 474700 33554432000 4194304 4196468 140734445185504 139829510687504 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18850] ppid=18791 vsize=10849036 memory=1898792 CPUtime=1.96 cores=1,3,5,7
/proc/18794/task/18850/stat : 18850 (java) S 18791 18794 15883 0 -1 1077944384 23089 13124 0 0 173 15 5 3 20 0 15 0 444263652 11109412864 474700 33554432000 4194304 4196468 140734445185504 139829509635216 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18851] ppid=18791 vsize=10849036 memory=1898792 CPUtime=1.97 cores=1,3,5,7
/proc/18794/task/18851/stat : 18851 (java) S 18791 18794 15883 0 -1 1077944384 32004 13124 0 0 174 15 5 3 20 0 15 0 444263652 11109412864 474700 33554432000 4194304 4196468 140734445185504 139829508582416 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18852] ppid=18791 vsize=10849036 memory=1898800 CPUtime=1.29 cores=1,3,5,7
/proc/18794/task/18852/stat : 18852 (java) S 18791 18794 15883 0 -1 1077944384 23168 13124 0 0 112 9 5 3 20 0 15 0 444263654 11109412864 474700 33554432000 4194304 4196468 140734445185504 139829118064752 139829591636610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18853] ppid=18791 vsize=10849036 memory=1898800 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18853/stat : 18853 (java) S 18791 18794 15883 0 -1 1077944384 19 13124 0 0 0 0 5 3 20 0 15 0 444263654 11109412864 474700 33554432000 4194304 4196468 140734445185504 139829035656096 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18854] ppid=18791 vsize=10849036 memory=1898800 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18854/stat : 18854 (java) S 18791 18794 15883 0 -1 1077944384 29 13124 0 0 0 0 5 3 20 0 15 0 444263655 11109412864 474700 33554432000 4194304 4196468 140734445185504 139828431676544 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18855] ppid=18791 vsize=10849036 memory=2257 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18855/stat : 18855 (java) S 18791 18794 15883 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 444263657 11109412864 474700 33554432000 4194304 4196468 140734445185504 139828124276816 139829591644059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18856] ppid=18791 vsize=10849036 memory=1898800 CPUtime=5.28 cores=1,3,5,7
/proc/18794/task/18856/stat : 18856 (java) S 18791 18794 15883 0 -1 1077944384 35711 13124 0 0 516 4 5 3 20 0 15 0 444263657 11109412864 474700 33554432000 4194304 4196468 140734445185504 139829117012592 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18857] ppid=18791 vsize=10849036 memory=1898800 CPUtime=5.52 cores=1,3,5,7
/proc/18794/task/18857/stat : 18857 (java) S 18791 18794 15883 0 -1 1077944384 37994 13124 0 0 539 5 5 3 20 0 15 0 444263657 11109412864 474700 33554432000 4194304 4196468 140734445185504 139829115959792 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18858] ppid=18791 vsize=10849036 memory=1898792 CPUtime=2.05 cores=1,3,5,7
/proc/18794/task/18858/stat : 18858 (java) S 18791 18794 15883 0 -1 1077944384 37222 13124 0 0 189 8 5 3 20 0 15 0 444263657 11109412864 474700 33554432000 4194304 4196468 140734445185504 139829114907504 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18859] ppid=18791 vsize=10849036 memory=1898800 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18859/stat : 18859 (java) S 18791 18794 15883 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 444263657 11109412864 474700 33554432000 4194304 4196468 140734445185504 139828090719200 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18860] ppid=18791 vsize=10849036 memory=288230583166042425 CPUtime=1.25 cores=1,3,5,7
/proc/18794/task/18860/stat : 18860 (java) S 18791 18794 15883 0 -1 1077944384 2595 13124 0 0 54 63 5 3 20 0 15 0 444263658 11109412864 474700 33554432000 4194304 4196468 140734445185504 139829113854384 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 19 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
Current children cumulated CPU time: 2341.06 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1898800 KiB

[startup+2382.3 s]
/proc/loadavg: 1.43 1.56 1.58 3/229 20266
/proc/meminfo: memFree=24502588/32770624 swapFree=66999436/67108860
[pid=18794] ppid=18791 vsize=10849036 memory=1898816 CPUtime=2401.26 cores=1,3,5,7
/proc/18794/stat : 18794 (java) S 18791 18794 15883 0 -1 1077944320 356660 13124 0 0 239945 173 5 3 20 0 15 0 444263643 11109412864 474704 33554432000 4194304 4196468 140734445185504 140734445168048 139829591625463 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
/proc/18794/statm: 2712259 474704 3628 1 0 2674317 0
[pid=18794/tid=18847] ppid=18791 vsize=10849036 memory=1898816 CPUtime=2378.3 cores=1,3,5,7
/proc/18794/task/18847/stat : 18847 (java) R 18791 18794 15883 0 -1 4202560 108706 13124 0 0 237776 46 5 3 20 0 15 0 444263652 11109412864 474704 33554432000 4194304 4196468 140734445185504 139829563452432 139829202032277 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18848] ppid=18791 vsize=10849036 memory=1898816 CPUtime=2.01 cores=1,3,5,7
/proc/18794/task/18848/stat : 18848 (java) S 18791 18794 15883 0 -1 1077944384 22704 13124 0 0 181 12 5 3 20 0 15 0 444263652 11109412864 474704 33554432000 4194304 4196468 140734445185504 139829595868048 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18849] ppid=18791 vsize=10849036 memory=1898808 CPUtime=2.03 cores=1,3,5,7
/proc/18794/task/18849/stat : 18849 (java) S 18791 18794 15883 0 -1 1077944384 29525 13124 0 0 183 12 5 3 20 0 15 0 444263652 11109412864 474704 33554432000 4194304 4196468 140734445185504 139829510687504 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18850] ppid=18791 vsize=10849036 memory=1898816 CPUtime=2.01 cores=1,3,5,7
/proc/18794/task/18850/stat : 18850 (java) S 18791 18794 15883 0 -1 1077944384 23859 13124 0 0 178 15 5 3 20 0 15 0 444263652 11109412864 474704 33554432000 4194304 4196468 140734445185504 139829509635216 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18851] ppid=18791 vsize=10849036 memory=1898816 CPUtime=2.02 cores=1,3,5,7
/proc/18794/task/18851/stat : 18851 (java) S 18791 18794 15883 0 -1 1077944384 32057 13124 0 0 179 15 5 3 20 0 15 0 444263652 11109412864 474704 33554432000 4194304 4196468 140734445185504 139829508582416 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18852] ppid=18791 vsize=10849036 memory=1898816 CPUtime=1.32 cores=1,3,5,7
/proc/18794/task/18852/stat : 18852 (java) S 18791 18794 15883 0 -1 1077944384 23554 13124 0 0 115 9 5 3 20 0 15 0 444263654 11109412864 474704 33554432000 4194304 4196468 140734445185504 139829118064752 139829591636610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18853] ppid=18791 vsize=10849036 memory=280342313584520 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18853/stat : 18853 (java) S 18791 18794 15883 0 -1 1077944384 19 13124 0 0 0 0 5 3 20 0 15 0 444263654 11109412864 474704 33554432000 4194304 4196468 140734445185504 139829035656096 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18854] ppid=18791 vsize=10849036 memory=1898816 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18854/stat : 18854 (java) S 18791 18794 15883 0 -1 1077944384 29 13124 0 0 0 0 5 3 20 0 15 0 444263655 11109412864 474704 33554432000 4194304 4196468 140734445185504 139828431676544 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18855] ppid=18791 vsize=10849036 memory=1898808 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18855/stat : 18855 (java) S 18791 18794 15883 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 444263657 11109412864 474704 33554432000 4194304 4196468 140734445185504 139828124276816 139829591644059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18856] ppid=18791 vsize=10849036 memory=1898808 CPUtime=5.31 cores=1,3,5,7
/proc/18794/task/18856/stat : 18856 (java) S 18791 18794 15883 0 -1 1077944384 36123 13124 0 0 519 4 5 3 20 0 15 0 444263657 11109412864 474704 33554432000 4194304 4196468 140734445185504 139829117012592 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18857] ppid=18791 vsize=10849036 memory=47572 CPUtime=5.52 cores=1,3,5,7
/proc/18794/task/18857/stat : 18857 (java) S 18791 18794 15883 0 -1 1077944384 37998 13124 0 0 539 5 5 3 20 0 15 0 444263657 11109412864 474704 33554432000 4194304 4196468 140734445185504 139829115959792 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18858] ppid=18791 vsize=10849036 memory=988 CPUtime=2.05 cores=1,3,5,7
/proc/18794/task/18858/stat : 18858 (java) S 18791 18794 15883 0 -1 1077944384 37226 13124 0 0 189 8 5 3 20 0 15 0 444263657 11109412864 474704 33554432000 4194304 4196468 140734445185504 139829114907504 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18859] ppid=18791 vsize=10849036 memory=280342314480672 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18859/stat : 18859 (java) S 18791 18794 15883 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 444263657 11109412864 474704 33554432000 4194304 4196468 140734445185504 139828090719200 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18860] ppid=18791 vsize=10849036 memory=1898816 CPUtime=1.28 cores=1,3,5,7
/proc/18794/task/18860/stat : 18860 (java) S 18791 18794 15883 0 -1 1077944384 2646 13124 0 0 55 65 5 3 20 0 15 0 444263658 11109412864 474704 33554432000 4194304 4196468 140734445185504 139829113854384 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 19 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
Current children cumulated CPU time: 2401.26 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1898816 KiB

[startup+2442.3 s]
/proc/loadavg: 1.65 1.61 1.60 3/229 20275
/proc/meminfo: memFree=24503816/32770624 swapFree=66999436/67108860
[pid=18794] ppid=18791 vsize=10849036 memory=1898828 CPUtime=2461.43 cores=1,3,5,7
/proc/18794/stat : 18794 (java) S 18791 18794 15883 0 -1 1077944320 360411 13124 0 0 245959 176 5 3 20 0 15 0 444263643 11109412864 474707 33554432000 4194304 4196468 140734445185504 140734445168048 139829591625463 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
/proc/18794/statm: 2712259 474707 3628 1 0 2674317 0
[pid=18794/tid=18847] ppid=18791 vsize=10849036 memory=1898828 CPUtime=2438.2 cores=1,3,5,7
/proc/18794/task/18847/stat : 18847 (java) R 18791 18794 15883 0 -1 4202560 110021 13124 0 0 243766 46 5 3 20 0 15 0 444263652 11109412864 474707 33554432000 4194304 4196468 140734445185504 139829563461424 139829202031727 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18848] ppid=18791 vsize=10849036 memory=1898828 CPUtime=2.06 cores=1,3,5,7
/proc/18794/task/18848/stat : 18848 (java) S 18791 18794 15883 0 -1 1077944384 23120 13124 0 0 186 12 5 3 20 0 15 0 444263652 11109412864 474707 33554432000 4194304 4196468 140734445185504 139829595868048 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18849] ppid=18791 vsize=10849036 memory=1898828 CPUtime=2.07 cores=1,3,5,7
/proc/18794/task/18849/stat : 18849 (java) S 18791 18794 15883 0 -1 1077944384 29821 13124 0 0 187 12 5 3 20 0 15 0 444263652 11109412864 474707 33554432000 4194304 4196468 140734445185504 139829510687504 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18850] ppid=18791 vsize=10849036 memory=1898828 CPUtime=2.06 cores=1,3,5,7
/proc/18794/task/18850/stat : 18850 (java) S 18791 18794 15883 0 -1 1077944384 24179 13124 0 0 183 15 5 3 20 0 15 0 444263652 11109412864 474707 33554432000 4194304 4196468 140734445185504 139829509635216 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18851] ppid=18791 vsize=10849036 memory=772 CPUtime=2.07 cores=1,3,5,7
/proc/18794/task/18851/stat : 18851 (java) S 18791 18794 15883 0 -1 1077944384 32265 13124 0 0 184 15 5 3 20 0 15 0 444263652 11109412864 474707 33554432000 4194304 4196468 140734445185504 139829508582416 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18852] ppid=18791 vsize=10849036 memory=1898828 CPUtime=1.36 cores=1,3,5,7
/proc/18794/task/18852/stat : 18852 (java) S 18791 18794 15883 0 -1 1077944384 23947 13124 0 0 118 10 5 3 20 0 15 0 444263654 11109412864 474707 33554432000 4194304 4196468 140734445185504 139829118064752 139829591636610 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 13 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18853] ppid=18791 vsize=10849036 memory=1898828 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18853/stat : 18853 (java) S 18791 18794 15883 0 -1 1077944384 19 13124 0 0 0 0 5 3 20 0 15 0 444263654 11109412864 474707 33554432000 4194304 4196468 140734445185504 139829035656096 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18854] ppid=18791 vsize=10849036 memory=1898828 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18854/stat : 18854 (java) S 18791 18794 15883 0 -1 1077944384 29 13124 0 0 0 0 5 3 20 0 15 0 444263655 11109412864 474707 33554432000 4194304 4196468 140734445185504 139828431676544 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18855] ppid=18791 vsize=10849036 memory=1898828 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18855/stat : 18855 (java) S 18791 18794 15883 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 444263657 11109412864 474707 33554432000 4194304 4196468 140734445185504 139828124276816 139829591644059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18856] ppid=18791 vsize=10849036 memory=1898828 CPUtime=5.32 cores=1,3,5,7
/proc/18794/task/18856/stat : 18856 (java) S 18791 18794 15883 0 -1 1077944384 36520 13124 0 0 520 4 5 3 20 0 15 0 444263657 11109412864 474707 33554432000 4194304 4196468 140734445185504 139829117012592 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18857] ppid=18791 vsize=10849036 memory=6440499733148489570 CPUtime=5.52 cores=1,3,5,7
/proc/18794/task/18857/stat : 18857 (java) S 18791 18794 15883 0 -1 1077944384 38353 13124 0 0 539 5 5 3 20 0 15 0 444263657 11109412864 474707 33554432000 4194304 4196468 140734445185504 139829115959792 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18858] ppid=18791 vsize=10849036 memory=1898828 CPUtime=2.05 cores=1,3,5,7
/proc/18794/task/18858/stat : 18858 (java) S 18791 18794 15883 0 -1 1077944384 37230 13124 0 0 189 8 5 3 20 0 15 0 444263657 11109412864 474707 33554432000 4194304 4196468 140734445185504 139829114907504 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18859] ppid=18791 vsize=10849036 memory=1898828 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18859/stat : 18859 (java) S 18791 18794 15883 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 444263657 11109412864 474707 33554432000 4194304 4196468 140734445185504 139828090719200 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18860] ppid=18791 vsize=10849036 memory=1712 CPUtime=1.32 cores=1,3,5,7
/proc/18794/task/18860/stat : 18860 (java) S 18791 18794 15883 0 -1 1077944384 2693 13124 0 0 57 67 5 3 20 0 15 0 444263658 11109412864 474707 33554432000 4194304 4196468 140734445185504 139829113854384 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 19 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
Current children cumulated CPU time: 2461.43 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1898828 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2500.8 s]
/proc/loadavg: 1.35 1.54 1.58 3/229 20301
/proc/meminfo: memFree=24503436/32770624 swapFree=66999436/67108860
[pid=18794] ppid=18791 vsize=10849036 memory=1898844 CPUtime=2520.06 cores=1,3,5,7
/proc/18794/stat : 18794 (java) S 18791 18794 15883 0 -1 1077944320 363012 13124 0 0 251820 178 5 3 20 0 15 0 444263643 11109412864 474711 33554432000 4194304 4196468 140734445185504 140734445168048 139829591625463 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
/proc/18794/statm: 2712259 474711 3628 1 0 2674317 0
[pid=18794/tid=18847] ppid=18791 vsize=10849036 memory=1220 CPUtime=2496.62 cores=1,3,5,7
/proc/18794/task/18847/stat : 18847 (java) R 18791 18794 15883 0 -1 4202560 111043 13124 0 0 249607 47 5 3 20 0 15 0 444263652 11109412864 474711 33554432000 4194304 4196468 140734445185504 139829563461392 139829202033220 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18848] ppid=18791 vsize=10849036 memory=14004 CPUtime=2.1 cores=1,3,5,7
/proc/18794/task/18848/stat : 18848 (java) S 18791 18794 15883 0 -1 1077944384 23515 13124 0 0 190 12 5 3 20 0 15 0 444263652 11109412864 474711 33554432000 4194304 4196468 140734445185504 139829595868048 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18849] ppid=18791 vsize=10849036 memory=6791534058613427641 CPUtime=2.12 cores=1,3,5,7
/proc/18794/task/18849/stat : 18849 (java) S 18791 18794 15883 0 -1 1077944384 29856 13124 0 0 192 12 5 3 20 0 15 0 444263652 11109412864 474711 33554432000 4194304 4196468 140734445185504 139829510687504 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18850] ppid=18791 vsize=10849036 memory=1108 CPUtime=2.1 cores=1,3,5,7
/proc/18794/task/18850/stat : 18850 (java) S 18791 18794 15883 0 -1 1077944384 24568 13124 0 0 187 15 5 3 20 0 15 0 444263652 11109412864 474711 33554432000 4194304 4196468 140734445185504 139829509635216 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18851] ppid=18791 vsize=10849036 memory=1408 CPUtime=2.11 cores=1,3,5,7
/proc/18794/task/18851/stat : 18851 (java) S 18791 18794 15883 0 -1 1077944384 32544 13124 0 0 188 15 5 3 20 0 15 0 444263652 11109412864 474711 33554432000 4194304 4196468 140734445185504 139829508582416 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18852] ppid=18791 vsize=10849036 memory=3288 CPUtime=1.39 cores=1,3,5,7
/proc/18794/task/18852/stat : 18852 (java) S 18791 18794 15883 0 -1 1077944384 24347 13124 0 0 121 10 5 3 20 0 15 0 444263654 11109412864 474711 33554432000 4194304 4196468 140734445185504 139829118064752 139829591636610 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18853] ppid=18791 vsize=10849036 memory=1898844 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18853/stat : 18853 (java) S 18791 18794 15883 0 -1 1077944384 19 13124 0 0 0 0 5 3 20 0 15 0 444263654 11109412864 474711 33554432000 4194304 4196468 140734445185504 139829035656096 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18854] ppid=18791 vsize=10849036 memory=111636 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18854/stat : 18854 (java) S 18791 18794 15883 0 -1 1077944384 29 13124 0 0 0 0 5 3 20 0 15 0 444263655 11109412864 474711 33554432000 4194304 4196468 140734445185504 139828431676544 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18855] ppid=18791 vsize=10849036 memory=804 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18855/stat : 18855 (java) S 18791 18794 15883 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 444263657 11109412864 474711 33554432000 4194304 4196468 140734445185504 139828124276816 139829591644059 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18856] ppid=18791 vsize=10849036 memory=1804 CPUtime=5.32 cores=1,3,5,7
/proc/18794/task/18856/stat : 18856 (java) S 18791 18794 15883 0 -1 1077944384 36524 13124 0 0 520 4 5 3 20 0 15 0 444263657 11109412864 474711 33554432000 4194304 4196468 140734445185504 139829117012592 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18857] ppid=18791 vsize=10849036 memory=916 CPUtime=5.52 cores=1,3,5,7
/proc/18794/task/18857/stat : 18857 (java) S 18791 18794 15883 0 -1 1077944384 38357 13124 0 0 539 5 5 3 20 0 15 0 444263657 11109412864 474711 33554432000 4194304 4196468 140734445185504 139829115959792 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18858] ppid=18791 vsize=10849036 memory=1424 CPUtime=2.05 cores=1,3,5,7
/proc/18794/task/18858/stat : 18858 (java) S 18791 18794 15883 0 -1 1077944384 37253 13124 0 0 189 8 5 3 20 0 15 0 444263657 11109412864 474711 33554432000 4194304 4196468 140734445185504 139829114907504 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18859] ppid=18791 vsize=10849036 memory=1540 CPUtime=0.08 cores=1,3,5,7
/proc/18794/task/18859/stat : 18859 (java) S 18791 18794 15883 0 -1 1077944384 3 13124 0 0 0 0 5 3 20 0 15 0 444263657 11109412864 474711 33554432000 4194304 4196468 140734445185504 139828090719200 139829591635669 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
[pid=18794/tid=18860] ppid=18791 vsize=10849036 memory=772 CPUtime=1.35 cores=1,3,5,7
/proc/18794/task/18860/stat : 18860 (java) S 18791 18794 15883 0 -1 1077944384 2743 13124 0 0 58 69 5 3 20 0 15 0 444263658 11109412864 474711 33554432000 4194304 4196468 140734445185504 139829113854384 139829591636610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 19 0 0 6293624 6294260 23859200 140734445193968 140734445196485 140734445196485 140734445199311 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1898844 KiB

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

[startup+2500.84 s]
# the end of solver process 18794 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2518.29 s, system=1.83268 s

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

Child status: 143
Real time (s): 2500.84
CPU time (s): 2520.12
CPU user time (s): 2518.29
CPU system time (s): 1.83268
CPU usage (%): 100.771
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 1944544

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2518.29
system time used= 1.83269
maximum resident set size= 1946592
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 377401
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 87118
involuntary context switches= 4980


# summary of solver processes directly reported to runsolver:
#   pid: 18794
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2518.29
#   total CPU system time (s): 1.83268

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8695 second user time and 24.5992 second system time

The end

Launcher Data

Begin job on node140 at 2019-09-17 03:20:12
IDJOB=4400959
IDBENCH=128024
IDSOLVER=2857
FILE ID=node140/4400959-1568683252
RUNJOBID= node140-1568673290-15915
PBS_JOBID= 21703779
Free space on /tmp= 58080 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/PrizeCollecting/PrizeCollecting-jok-s1/PrizeCollecting-24-4-6-8.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4400959-1568683252/watcher-4400959-1568683252 -o /tmp/evaluation-result-4400959-1568683252/solver-4400959-1568683252 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node140-1568673290-15915 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=479243401 HOME/instance-4400959-1568683252.xml

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

MD5SUM BENCH= 2aec32ddb698ed0594b6493531e6a3ee
RANDOM SEED=479243401

node140.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.43
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.43
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.43
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.43
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:        25914644 kB
MemAvailable:   30542012 kB
Buffers:          187524 kB
Cached:          4683072 kB
SwapCached:         2596 kB
Active:          2941108 kB
Inactive:        3240800 kB
Active(anon):    1309300 kB
Inactive(anon):    51508 kB
Active(file):    1631808 kB
Inactive(file):  3189292 kB
Unevictable:      108708 kB
Mlocked:          108708 kB
SwapTotal:      67108860 kB
SwapFree:       66999436 kB
Dirty:             36316 kB
Writeback:             0 kB
AnonPages:       1363576 kB
Mapped:            61940 kB
Shmem:             40616 kB
Slab:             264516 kB
SReclaimable:     234728 kB
SUnreclaim:        29788 kB
KernelStack:        4000 kB
PageTables:         8348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2577192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1189888 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 58044 MiB
End job on node140 at 2019-09-17 04:01:53