Trace number 4401417

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)-4936 2400.06 2374.04

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.4403
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.74/0.55	c Concrete v3.12.2.1568631193530 running
41.95/31.53	o -13978
41.95/31.57	o -12982
42.10/31.61	o -12978
42.10/31.64	o -12977
42.27/31.70	o -11971
84.42/72.61	o -10964
146.27/134.34	o -10958
146.99/135.08	o -10952
189.44/177.40	o -9950
191.06/178.98	o -9947
218.74/206.52	o -8948
239.07/226.88	o -7942
1090.98/1072.12	o -6935
1125.37/1106.30	o -6934
1193.90/1174.31	o -5933
1376.09/1355.34	o -4943
1377.60/1356.80	o -4942
1383.24/1362.43	o -4938
1428.54/1407.36	o -4936
2400.01/2374.01	Exception in thread "main" java.util.concurrent.TimeoutException
2400.01/2374.01		at concrete.MAC.mac(MAC.scala:192)
2400.01/2374.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.01/2374.01		at scala.util.Try$.apply(Try.scala:212)
2400.01/2374.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.01/2374.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.01/2374.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.01/2374.01		at concrete.MAC.oneRun(MAC.scala:265)
2400.01/2374.01		at concrete.MAC.nextSolution(MAC.scala:284)
2400.01/2374.01		at concrete.MAC.nextSolution(MAC.scala:369)
2400.01/2374.01		at concrete.Solver.hasNext(Solver.scala:160)
2400.01/2374.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2374.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2374.01		at concrete.Solver.foreach(Solver.scala:67)
2400.01/2374.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.01/2374.01		at scala.util.Success.map(Try.scala:264)
2400.01/2374.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.01/2374.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.01/2374.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.01/2374.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.01/2374.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.01/2374.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.01/2374.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.01/2374.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.01/2374.01		at scala.App.$anonfun$main$1(App.scala:75)
2400.01/2374.01		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.01/2374.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2374.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2374.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.01/2374.01		at scala.App.main(App.scala:75)
2400.01/2374.01		at scala.App.main$(App.scala:73)
2400.01/2374.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.01/2374.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.01/2374.02	v <instantiation
2400.01/2374.02	v         cost = '-4936'>
2400.01/2374.02	v       <list>
2400.01/2374.02	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] 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]
2400.01/2374.02	v       </list>
2400.01/2374.02	v       <values>
2400.01/2374.02	v         21 0 3 4 5 19 7 8 2 15 -1 6 -1 -1 1 14 17 11 -1 9 -1 22 16 -1 0 17 9 10 11 12 6 7 8 14 -1 5 -1 -1 16 15 3 4 -1 13 -1 1 2 -1 -1000 6 3 -1 8 -1000 1 7 5 5 0 -1000 0 0 -1000 8 7 6 0 -1000 0 7 2 0
2400.01/2374.02	v       </values>
2400.01/2374.02	v     </instantiation>
2400.01/2374.02	s SATISFIABLE

Verifier Data

OK	-4936

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4401417-1568680667/watcher-4401417-1568680667 -o /tmp/evaluation-result-4401417-1568680667/solver-4401417-1568680667 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12495 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=479243401 HOME/instance-4401417-1568680667.xml 

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

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


[startup+0.100087 s]*
/proc/loadavg: 1.96 1.55 1.45 4/217 16728
/proc/meminfo: memFree=30634776/32770624 swapFree=66922480/67108860
[pid=16671] ppid=16668 vsize=9972712 memory=17080 CPUtime=0.1 cores=0,2,4,6
/proc/16671/stat : 16671 (java) S 16668 16671 12464 0 -1 1077944320 4509 13538 0 0 1 1 5 3 20 0 6 0 444335445 10212057088 4270 33554432000 4194304 4196468 140732335009648 140732334992192 140466409623287 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
/proc/16671/statm: 2493178 4270 1935 1 0 2481616 0
[pid=16671/tid=16724] ppid=16668 vsize=9972712 memory=4279135703913364878 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16724/stat : 16724 (java) R 16668 16671 12464 0 -1 4202560 2329 13538 0 0 0 0 5 3 20 0 6 0 444335455 10212057088 4270 33554432000 4194304 4196468 140732335009648 140466381460048 140466394746224 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16725] ppid=16668 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16725/stat : 16725 (java) S 16668 16671 12464 0 -1 1077944384 1 13538 0 0 0 0 5 3 20 0 6 0 444335455 10212057088 4270 33554432000 4194304 4196468 140732335009648 140466413865232 140466409633493 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16726] ppid=16668 vsize=9972712 memory=140303405323904 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16726/stat : 16726 (java) S 16668 16671 12464 0 -1 1077944384 1 13538 0 0 0 0 5 3 20 0 6 0 444335455 10212057088 4270 33554432000 4194304 4196468 140732335009648 140465982663056 140466409633493 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16727] ppid=16668 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16727/stat : 16727 (java) S 16668 16671 12464 0 -1 1077944384 1 13538 0 0 0 0 5 3 20 0 6 0 444335455 10212057088 4270 33554432000 4194304 4196468 140732335009648 140465981610512 140466409633493 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16728] ppid=16668 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16728/stat : 16728 (java) S 16668 16671 12464 0 -1 1077944384 2 13538 0 0 0 0 5 3 20 0 6 0 444335455 10212057088 4270 33554432000 4194304 4196468 140732335009648 140465980557968 140466409633493 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17080 KiB

[startup+0.211095 s]*
/proc/loadavg: 1.96 1.55 1.45 4/226 16737
/proc/meminfo: memFree=30612528/32770624 swapFree=66922480/67108860
[pid=16671] ppid=16668 vsize=10820020 memory=43612 CPUtime=0.27 cores=0,2,4,6
/proc/16671/stat : 16671 (java) S 16668 16671 12464 0 -1 1077944320 7293 13538 0 0 17 2 5 3 20 0 15 0 444335445 11079700480 10903 33554432000 4194304 4196468 140732335009648 140732334992192 140466409623287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
/proc/16671/statm: 2705005 10903 3206 1 0 2667149 0
[pid=16671/tid=16724] ppid=16668 vsize=10820020 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/16671/task/16724/stat : 16724 (java) R 16668 16671 12464 0 -1 4202560 3786 13538 0 0 10 1 5 3 20 0 15 0 444335455 11079700480 10903 33554432000 4194304 4196468 140732335009648 140466381440400 140466409645213 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16725] ppid=16668 vsize=10820020 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16725/stat : 16725 (java) S 16668 16671 12464 0 -1 1077944384 1 13538 0 0 0 0 5 3 20 0 15 0 444335455 11079700480 10903 33554432000 4194304 4196468 140732335009648 140466413865232 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16726] ppid=16668 vsize=10820020 memory=140303405323904 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16726/stat : 16726 (java) S 16668 16671 12464 0 -1 1077944384 1 13538 0 0 0 0 5 3 20 0 15 0 444335455 11079700480 10903 33554432000 4194304 4196468 140732335009648 140465982663056 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16727] ppid=16668 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16727/stat : 16727 (java) S 16668 16671 12464 0 -1 1077944384 1 13538 0 0 0 0 5 3 20 0 15 0 444335455 11079700480 10903 33554432000 4194304 4196468 140732335009648 140465981610512 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16728] ppid=16668 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16728/stat : 16728 (java) S 16668 16671 12464 0 -1 1077944384 2 13538 0 0 0 0 5 3 20 0 15 0 444335455 11079700480 10903 33554432000 4194304 4196468 140732335009648 140465980557968 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16729] ppid=16668 vsize=10820020 memory=140303405323904 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16729/stat : 16729 (java) S 16668 16671 12464 0 -1 1077944384 2 13538 0 0 0 0 5 3 20 0 15 0 444335457 11079700480 10903 33554432000 4194304 4196468 140732335009648 140465869167088 140466409634434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16730] ppid=16668 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16730/stat : 16730 (java) S 16668 16671 12464 0 -1 1077944384 33 13538 0 0 0 0 5 3 20 0 15 0 444335457 11079700480 10903 33554432000 4194304 4196468 140732335009648 140465868113312 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16731] ppid=16668 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16731/stat : 16731 (java) S 16668 16671 12464 0 -1 1077944384 1 13538 0 0 0 0 5 3 20 0 15 0 444335457 11079700480 10903 33554432000 4194304 4196468 140732335009648 140465764558320 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16732] ppid=16668 vsize=10820020 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16732/stat : 16732 (java) S 16668 16671 12464 0 -1 1077944384 2 13538 0 0 0 0 5 3 20 0 15 0 444335460 11079700480 10903 33554432000 4194304 4196468 140732335009648 140465160579792 140466409641883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16733] ppid=16668 vsize=10820020 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16671/task/16733/stat : 16733 (java) S 16668 16671 12464 0 -1 1077944384 475 13538 0 0 1 0 5 3 20 0 15 0 444335460 11079700480 10903 33554432000 4194304 4196468 140732335009648 140465834555376 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16734] ppid=16668 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16734/stat : 16734 (java) R 16668 16671 12464 0 -1 4202560 191 13538 0 0 0 0 5 3 20 0 15 0 444335460 11079700480 10903 33554432000 4194304 4196468 140732335009648 140465833502832 140466402608329 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16735] ppid=16668 vsize=10820020 memory=140303405323904 CPUtime=0.11 cores=0,2,4,6
/proc/16671/task/16735/stat : 16735 (java) S 16668 16671 12464 0 -1 1077944384 594 13538 0 0 3 0 5 3 20 0 15 0 444335460 11079700480 10903 33554432000 4194304 4196468 140732335009648 140465731000560 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16736] ppid=16668 vsize=10820020 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16736/stat : 16736 (java) S 16668 16671 12464 0 -1 1077944384 3 13538 0 0 0 0 5 3 20 0 15 0 444335460 11079700480 10903 33554432000 4194304 4196468 140732335009648 140464690817632 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16737] ppid=16668 vsize=10820020 memory=140303405323904 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16737/stat : 16737 (java) S 16668 16671 12464 0 -1 1077944384 1 13538 0 0 0 0 5 3 20 0 15 0 444335461 11079700480 10903 33554432000 4194304 4196468 140732335009648 140465729948464 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10820020 KiB
Current children cumulated memory: 43612 KiB

[startup+0.310449 s]*
/proc/loadavg: 1.96 1.55 1.45 5/226 16737
/proc/meminfo: memFree=30599716/32770624 swapFree=66922480/67108860
[pid=16671] ppid=16668 vsize=10820196 memory=52696 CPUtime=0.4 cores=0,2,4,6
/proc/16671/stat : 16671 (java) S 16668 16671 12464 0 -1 1077944320 10835 13538 0 0 28 4 5 3 20 0 15 0 444335445 11079880704 13174 33554432000 4194304 4196468 140732335009648 140732334992192 140466409623287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
/proc/16671/statm: 2705049 13174 3340 1 0 2667149 0
[pid=16671/tid=16724] ppid=16668 vsize=10820196 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/16671/task/16724/stat : 16724 (java) R 16668 16671 12464 0 -1 4202560 7306 13538 0 0 18 3 5 3 20 0 15 0 444335455 11079880704 13174 33554432000 4194304 4196468 140732335009648 140466381435536 140466409645213 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16725] ppid=16668 vsize=10820196 memory=7228928657774891088 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16725/stat : 16725 (java) S 16668 16671 12464 0 -1 1077944384 1 13538 0 0 0 0 5 3 20 0 15 0 444335455 11079880704 13174 33554432000 4194304 4196468 140732335009648 140466413865232 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16726] ppid=16668 vsize=10820196 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16726/stat : 16726 (java) S 16668 16671 12464 0 -1 1077944384 1 13538 0 0 0 0 5 3 20 0 15 0 444335455 11079880704 13174 33554432000 4194304 4196468 140732335009648 140465982663056 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16727] ppid=16668 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16727/stat : 16727 (java) S 16668 16671 12464 0 -1 1077944384 1 13538 0 0 0 0 5 3 20 0 15 0 444335455 11079880704 13174 33554432000 4194304 4196468 140732335009648 140465981610512 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16728] ppid=16668 vsize=10820196 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16728/stat : 16728 (java) S 16668 16671 12464 0 -1 1077944384 2 13538 0 0 0 0 5 3 20 0 15 0 444335455 11079880704 13174 33554432000 4194304 4196468 140732335009648 140465980557968 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16729] ppid=16668 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16729/stat : 16729 (java) S 16668 16671 12464 0 -1 1077944384 2 13538 0 0 0 0 5 3 20 0 15 0 444335457 11079880704 13174 33554432000 4194304 4196468 140732335009648 140465869167088 140466409634434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16730] ppid=16668 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16730/stat : 16730 (java) S 16668 16671 12464 0 -1 1077944384 33 13538 0 0 0 0 5 3 20 0 15 0 444335457 11079880704 13174 33554432000 4194304 4196468 140732335009648 140465868113312 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16731] ppid=16668 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16731/stat : 16731 (java) S 16668 16671 12464 0 -1 1077944384 1 13538 0 0 0 0 5 3 20 0 15 0 444335457 11079880704 13174 33554432000 4194304 4196468 140732335009648 140465764558320 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16732] ppid=16668 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16732/stat : 16732 (java) S 16668 16671 12464 0 -1 1077944384 2 13538 0 0 0 0 5 3 20 0 15 0 444335460 11079880704 13174 33554432000 4194304 4196468 140732335009648 140465160579792 140466409641883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16733] ppid=16668 vsize=10820196 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16671/task/16733/stat : 16733 (java) S 16668 16671 12464 0 -1 1077944384 475 13538 0 0 1 0 5 3 20 0 15 0 444335460 11079880704 13174 33554432000 4194304 4196468 140732335009648 140465834555376 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16734] ppid=16668 vsize=10820196 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/16671/task/16734/stat : 16734 (java) S 16668 16671 12464 0 -1 1077944384 201 13538 0 0 2 0 5 3 20 0 15 0 444335460 11079880704 13174 33554432000 4194304 4196468 140732335009648 140465833502832 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16735] ppid=16668 vsize=10820196 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/16671/task/16735/stat : 16735 (java) S 16668 16671 12464 0 -1 1077944384 601 13538 0 0 5 0 5 3 20 0 15 0 444335460 11079880704 13174 33554432000 4194304 4196468 140732335009648 140465731000560 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16736] ppid=16668 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16736/stat : 16736 (java) S 16668 16671 12464 0 -1 1077944384 3 13538 0 0 0 0 5 3 20 0 15 0 444335460 11079880704 13174 33554432000 4194304 4196468 140732335009648 140464690817632 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16737] ppid=16668 vsize=10820196 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16737/stat : 16737 (java) S 16668 16671 12464 0 -1 1077944384 1 13538 0 0 0 0 5 3 20 0 15 0 444335461 11079880704 13174 33554432000 4194304 4196468 140732335009648 140465729948464 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820196 KiB
Current children cumulated memory: 52696 KiB

[startup+0.710016 s]
/proc/loadavg: 1.96 1.55 1.45 3/226 16737
/proc/meminfo: memFree=30585200/32770624 swapFree=66922480/67108860
[pid=16671] ppid=16668 vsize=10824364 memory=85480 CPUtime=1.12 cores=0,2,4,6
/proc/16671/stat : 16671 (java) S 16668 16671 12464 0 -1 1077944320 15103 13538 0 0 99 5 5 3 20 0 15 0 444335445 11084148736 21370 33554432000 4194304 4196468 140732335009648 140732334992192 140466409623287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
/proc/16671/statm: 2706091 21370 3512 1 0 2668173 0
[pid=16671/tid=16724] ppid=16668 vsize=10824364 memory=0 CPUtime=0.68 cores=0,2,4,6
/proc/16671/task/16724/stat : 16724 (java) R 16668 16671 12464 0 -1 4202560 10496 13538 0 0 56 4 5 3 20 0 15 0 444335455 11084148736 21370 33554432000 4194304 4196468 140732335009648 140466381450448 140466409645213 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16725] ppid=16668 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16725/stat : 16725 (java) S 16668 16671 12464 0 -1 1077944384 1 13538 0 0 0 0 5 3 20 0 15 0 444335455 11084148736 21370 33554432000 4194304 4196468 140732335009648 140466413865232 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16726] ppid=16668 vsize=10824364 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16726/stat : 16726 (java) S 16668 16671 12464 0 -1 1077944384 1 13538 0 0 0 0 5 3 20 0 15 0 444335455 11084148736 21370 33554432000 4194304 4196468 140732335009648 140465982663056 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16727] ppid=16668 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16727/stat : 16727 (java) S 16668 16671 12464 0 -1 1077944384 1 13538 0 0 0 0 5 3 20 0 15 0 444335455 11084148736 21370 33554432000 4194304 4196468 140732335009648 140465981610512 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16728] ppid=16668 vsize=10824364 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16728/stat : 16728 (java) S 16668 16671 12464 0 -1 1077944384 2 13538 0 0 0 0 5 3 20 0 15 0 444335455 11084148736 21370 33554432000 4194304 4196468 140732335009648 140465980557968 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16729] ppid=16668 vsize=10824364 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16729/stat : 16729 (java) S 16668 16671 12464 0 -1 1077944384 5 13538 0 0 0 0 5 3 20 0 15 0 444335457 11084148736 21370 33554432000 4194304 4196468 140732335009648 140465869167088 140466409634434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16730] ppid=16668 vsize=10824364 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16730/stat : 16730 (java) S 16668 16671 12464 0 -1 1077944384 33 13538 0 0 0 0 5 3 20 0 15 0 444335457 11084148736 21370 33554432000 4194304 4196468 140732335009648 140465868113312 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16731] ppid=16668 vsize=10824364 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16731/stat : 16731 (java) S 16668 16671 12464 0 -1 1077944384 1 13538 0 0 0 0 5 3 20 0 15 0 444335457 11084148736 21370 33554432000 4194304 4196468 140732335009648 140465764558320 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16732] ppid=16668 vsize=10824364 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16732/stat : 16732 (java) S 16668 16671 12464 0 -1 1077944384 2 13538 0 0 0 0 5 3 20 0 15 0 444335460 11084148736 21370 33554432000 4194304 4196468 140732335009648 140465160579792 140466409641883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16733] ppid=16668 vsize=10824364 memory=13252 CPUtime=0.2 cores=0,2,4,6
/proc/16671/task/16733/stat : 16733 (java) R 16668 16671 12464 0 -1 4202560 873 13538 0 0 12 0 5 3 20 0 15 0 444335460 11084148736 21370 33554432000 4194304 4196468 140732335009648 140465834544736 140466394019963 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16734] ppid=16668 vsize=10824364 memory=15460 CPUtime=0.2 cores=0,2,4,6
/proc/16671/task/16734/stat : 16734 (java) R 16668 16671 12464 0 -1 4202560 626 13538 0 0 12 0 5 3 20 0 15 0 444335460 11084148736 21370 33554432000 4194304 4196468 140732335009648 140465833502832 140466394552757 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16735] ppid=16668 vsize=10824364 memory=17668 CPUtime=0.25 cores=0,2,4,6
/proc/16671/task/16735/stat : 16735 (java) R 16668 16671 12464 0 -1 4202560 853 13538 0 0 17 0 5 3 20 0 15 0 444335460 11084148736 21370 33554432000 4194304 4196468 140732335009648 140465731000560 140466393703774 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16736] ppid=16668 vsize=10824364 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16736/stat : 16736 (java) S 16668 16671 12464 0 -1 1077944384 3 13538 0 0 0 0 5 3 20 0 15 0 444335460 11084148736 21370 33554432000 4194304 4196468 140732335009648 140464690817632 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16737] ppid=16668 vsize=10824364 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16737/stat : 16737 (java) S 16668 16671 12464 0 -1 1077944384 1 13538 0 0 0 0 5 3 20 0 15 0 444335461 11084148736 21370 33554432000 4194304 4196468 140732335009648 140465729948464 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824364 KiB
Current children cumulated memory: 85480 KiB

[startup+1.50083 s]
/proc/loadavg: 1.96 1.55 1.45 5/226 16737
/proc/meminfo: memFree=30519692/32770624 swapFree=66922480/67108860
[pid=16671] ppid=16668 vsize=10832632 memory=228644 CPUtime=2.98 cores=0,2,4,6
/proc/16671/stat : 16671 (java) S 16668 16671 12464 0 -1 1077944320 26600 13538 0 0 279 11 5 3 20 0 15 0 444335445 11092615168 57161 33554432000 4194304 4196468 140732335009648 140732334992192 140466409623287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
/proc/16671/statm: 2708158 57161 3584 1 0 2670221 0
[pid=16671/tid=16724] ppid=16668 vsize=10832632 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/16671/task/16724/stat : 16724 (java) R 16668 16671 12464 0 -1 4202560 15551 13538 0 0 129 6 5 3 20 0 15 0 444335455 11092615168 57161 33554432000 4194304 4196468 140732335009648 140466381453056 140466343673760 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16725] ppid=16668 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16671/task/16725/stat : 16725 (java) S 16668 16671 12464 0 -1 1077944384 299 13538 0 0 1 0 5 3 20 0 15 0 444335455 11092615168 57161 33554432000 4194304 4196468 140732335009648 140466413865232 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16726] ppid=16668 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16671/task/16726/stat : 16726 (java) S 16668 16671 12464 0 -1 1077944384 90 13538 0 0 1 0 5 3 20 0 15 0 444335455 11092615168 57161 33554432000 4194304 4196468 140732335009648 140465982663056 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16727] ppid=16668 vsize=10832632 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/16671/task/16727/stat : 16727 (java) S 16668 16671 12464 0 -1 1077944384 36 13538 0 0 1 0 5 3 20 0 15 0 444335455 11092615168 57161 33554432000 4194304 4196468 140732335009648 140465981610512 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16728] ppid=16668 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16728/stat : 16728 (java) S 16668 16671 12464 0 -1 1077944384 49 13538 0 0 0 0 5 3 20 0 15 0 444335455 11092615168 57161 33554432000 4194304 4196468 140732335009648 140465980557968 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16729] ppid=16668 vsize=10832632 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/16671/task/16729/stat : 16729 (java) S 16668 16671 12464 0 -1 1077944384 1287 13538 0 0 1 0 5 3 20 0 15 0 444335457 11092615168 57161 33554432000 4194304 4196468 140732335009648 140465869167088 140466409634434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16730] ppid=16668 vsize=10832632 memory=280606588086528 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16730/stat : 16730 (java) S 16668 16671 12464 0 -1 1077944384 33 13538 0 0 0 0 5 3 20 0 15 0 444335457 11092615168 57161 33554432000 4194304 4196468 140732335009648 140465868113312 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16731] ppid=16668 vsize=10832632 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16731/stat : 16731 (java) S 16668 16671 12464 0 -1 1077944384 3 13538 0 0 0 0 5 3 20 0 15 0 444335457 11092615168 57161 33554432000 4194304 4196468 140732335009648 140465764558320 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16732] ppid=16668 vsize=10832632 memory=4096 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16732/stat : 16732 (java) S 16668 16671 12464 0 -1 1077944384 2 13538 0 0 0 0 5 3 20 0 15 0 444335460 11092615168 57161 33554432000 4194304 4196468 140732335009648 140465160579792 140466409641883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16733] ppid=16668 vsize=10832632 memory=2832 CPUtime=0.63 cores=0,2,4,6
/proc/16671/task/16733/stat : 16733 (java) S 16668 16671 12464 0 -1 1077944384 3028 13538 0 0 55 0 5 3 20 0 15 0 444335460 11092615168 57161 33554432000 4194304 4196468 140732335009648 140465834555376 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16734] ppid=16668 vsize=10832632 memory=772 CPUtime=0.58 cores=0,2,4,6
/proc/16671/task/16734/stat : 16734 (java) S 16668 16671 12464 0 -1 1077944384 2308 13538 0 0 50 0 5 3 20 0 15 0 444335460 11092615168 57161 33554432000 4194304 4196468 140732335009648 140465833502832 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16735] ppid=16668 vsize=10832632 memory=1060 CPUtime=0.44 cores=0,2,4,6
/proc/16671/task/16735/stat : 16735 (java) S 16668 16671 12464 0 -1 1077944384 1702 13538 0 0 36 0 5 3 20 0 15 0 444335460 11092615168 57161 33554432000 4194304 4196468 140732335009648 140465731000560 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16736] ppid=16668 vsize=10832632 memory=1484 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16736/stat : 16736 (java) S 16668 16671 12464 0 -1 1077944384 3 13538 0 0 0 0 5 3 20 0 15 0 444335460 11092615168 57161 33554432000 4194304 4196468 140732335009648 140464690817632 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16737] ppid=16668 vsize=10832632 memory=1096 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16737/stat : 16737 (java) S 16668 16671 12464 0 -1 1077944384 3 13538 0 0 0 0 5 3 20 0 15 0 444335461 11092615168 57161 33554432000 4194304 4196468 140732335009648 140465729948464 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
Current children cumulated CPU time: 2.98 s
Current children cumulated vsize: 10832632 KiB

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

/proc/16671/task/16724/stat : 16724 (java) R 16668 16671 12464 0 -1 4202560 98016 13538 0 0 219260 47 5 3 20 0 15 0 444335455 11109412864 452603 33554432000 4194304 4196468 140732335009648 140466381444032 140465997878763 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16725] ppid=16668 vsize=10849036 memory=6791534058613427641 CPUtime=4.48 cores=0,2,4,6
/proc/16671/task/16725/stat : 16725 (java) S 16668 16671 12464 0 -1 1077944384 25264 13538 0 0 418 22 5 3 20 0 15 0 444335455 11109412864 452603 33554432000 4194304 4196468 140732335009648 140466413865232 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16726] ppid=16668 vsize=10849036 memory=1810400 CPUtime=4.52 cores=0,2,4,6
/proc/16671/task/16726/stat : 16726 (java) S 16668 16671 12464 0 -1 1077944384 24454 13538 0 0 420 24 5 3 20 0 15 0 444335455 11109412864 452603 33554432000 4194304 4196468 140732335009648 140465982663056 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16727] ppid=16668 vsize=10849036 memory=1810400 CPUtime=4.49 cores=0,2,4,6
/proc/16671/task/16727/stat : 16727 (java) S 16668 16671 12464 0 -1 1077944384 25668 13538 0 0 419 22 5 3 20 0 15 0 444335455 11109412864 452603 33554432000 4194304 4196468 140732335009648 140465981610512 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16728] ppid=16668 vsize=10849036 memory=1810400 CPUtime=4.52 cores=0,2,4,6
/proc/16671/task/16728/stat : 16728 (java) S 16668 16671 12464 0 -1 1077944384 32501 13538 0 0 422 22 5 3 20 0 15 0 444335455 11109412864 452603 33554432000 4194304 4196468 140732335009648 140465980557968 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16729] ppid=16668 vsize=10849036 memory=1810412 CPUtime=3.3 cores=0,2,4,6
/proc/16671/task/16729/stat : 16729 (java) S 16668 16671 12464 0 -1 1077944384 23186 13538 0 0 305 17 5 3 20 0 15 0 444335457 11109412864 452603 33554432000 4194304 4196468 140732335009648 140465869167088 140466409634434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16730] ppid=16668 vsize=10849036 memory=1810400 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16730/stat : 16730 (java) S 16668 16671 12464 0 -1 1077944384 44 13538 0 0 0 0 5 3 20 0 15 0 444335457 11109412864 452603 33554432000 4194304 4196468 140732335009648 140465868113440 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16731] ppid=16668 vsize=10849036 memory=1810412 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16731/stat : 16731 (java) S 16668 16671 12464 0 -1 1077944384 12 13538 0 0 0 0 5 3 20 0 15 0 444335457 11109412864 452603 33554432000 4194304 4196468 140732335009648 140465764558496 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16732] ppid=16668 vsize=10849036 memory=1810412 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16732/stat : 16732 (java) S 16668 16671 12464 0 -1 1077944384 2 13538 0 0 0 0 5 3 20 0 15 0 444335460 11109412864 452603 33554432000 4194304 4196468 140732335009648 140465160579792 140466409641883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16733] ppid=16668 vsize=10849036 memory=1810412 CPUtime=5.02 cores=0,2,4,6
/proc/16671/task/16733/stat : 16733 (java) S 16668 16671 12464 0 -1 1077944384 28734 13538 0 0 490 4 5 3 20 0 15 0 444335460 11109412864 452603 33554432000 4194304 4196468 140732335009648 140465834555376 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 36 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16734] ppid=16668 vsize=10849036 memory=1810412 CPUtime=5.29 cores=0,2,4,6
/proc/16671/task/16734/stat : 16734 (java) S 16668 16671 12464 0 -1 1077944384 31626 13538 0 0 516 5 5 3 20 0 15 0 444335460 11109412864 452603 33554432000 4194304 4196468 140732335009648 140465833502832 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16735] ppid=16668 vsize=10849036 memory=56 CPUtime=2.05 cores=0,2,4,6
/proc/16671/task/16735/stat : 16735 (java) S 16668 16671 12464 0 -1 1077944384 39438 13538 0 0 191 6 5 3 20 0 15 0 444335460 11109412864 452603 33554432000 4194304 4196468 140732335009648 140465731000560 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 35 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16736] ppid=16668 vsize=10849036 memory=7448488012996175449 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16736/stat : 16736 (java) S 16668 16671 12464 0 -1 1077944384 3 13538 0 0 0 0 5 3 20 0 15 0 444335460 11109412864 452603 33554432000 4194304 4196468 140732335009648 140464690817632 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16737] ppid=16668 vsize=10849036 memory=1809820 CPUtime=1.32 cores=0,2,4,6
/proc/16671/task/16737/stat : 16737 (java) S 16668 16671 12464 0 -1 1077944384 1833 13538 0 0 58 66 5 3 20 0 15 0 444335461 11109412864 452603 33554432000 4194304 4196468 140732335009648 140465729948464 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
Current children cumulated CPU time: 2227.55 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1810412 KiB

[startup+2262.3 s]
/proc/loadavg: 1.59 1.56 1.55 3/227 17092
/proc/meminfo: memFree=27454084/32770624 swapFree=66922504/67108860
[pid=16671] ppid=16668 vsize=10849036 memory=1810440 CPUtime=2287.78 cores=0,2,4,6
/proc/16671/stat : 16671 (java) S 16668 16671 12464 0 -1 1077944320 334605 13538 0 0 228556 214 5 3 20 0 15 0 444335445 11109412864 452610 33554432000 4194304 4196468 140732335009648 140732334992192 140466409623287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
/proc/16671/statm: 2712259 452610 3633 1 0 2674317 0
[pid=16671/tid=16724] ppid=16668 vsize=10849036 memory=1810440 CPUtime=2253 cores=0,2,4,6
/proc/16671/task/16724/stat : 16724 (java) R 16668 16671 12464 0 -1 4202560 98571 13538 0 0 225245 47 5 3 20 0 15 0 444335455 11109412864 452610 33554432000 4194304 4196468 140732335009648 140466381434160 140465997878678 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16725] ppid=16668 vsize=10849036 memory=1810440 CPUtime=4.56 cores=0,2,4,6
/proc/16671/task/16725/stat : 16725 (java) S 16668 16671 12464 0 -1 1077944384 25678 13538 0 0 425 23 5 3 20 0 15 0 444335455 11109412864 452610 33554432000 4194304 4196468 140732335009648 140466413865232 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16726] ppid=16668 vsize=10849036 memory=1810440 CPUtime=4.6 cores=0,2,4,6
/proc/16671/task/16726/stat : 16726 (java) S 16668 16671 12464 0 -1 1077944384 24517 13538 0 0 427 25 5 3 20 0 15 0 444335455 11109412864 452610 33554432000 4194304 4196468 140732335009648 140465982663056 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16727] ppid=16668 vsize=10849036 memory=1810440 CPUtime=4.56 cores=0,2,4,6
/proc/16671/task/16727/stat : 16727 (java) S 16668 16671 12464 0 -1 1077944384 25778 13538 0 0 426 22 5 3 20 0 15 0 444335455 11109412864 452610 33554432000 4194304 4196468 140732335009648 140465981610512 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16728] ppid=16668 vsize=10849036 memory=1810440 CPUtime=4.59 cores=0,2,4,6
/proc/16671/task/16728/stat : 16728 (java) S 16668 16671 12464 0 -1 1077944384 32747 13538 0 0 429 22 5 3 20 0 15 0 444335455 11109412864 452610 33554432000 4194304 4196468 140732335009648 140465980557968 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16729] ppid=16668 vsize=10849036 memory=1810440 CPUtime=3.36 cores=0,2,4,6
/proc/16671/task/16729/stat : 16729 (java) S 16668 16671 12464 0 -1 1077944384 23392 13538 0 0 311 17 5 3 20 0 15 0 444335457 11109412864 452610 33554432000 4194304 4196468 140732335009648 140465869167088 140466409634434 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16730] ppid=16668 vsize=10849036 memory=1810440 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16730/stat : 16730 (java) S 16668 16671 12464 0 -1 1077944384 44 13538 0 0 0 0 5 3 20 0 15 0 444335457 11109412864 452610 33554432000 4194304 4196468 140732335009648 140465868113440 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16731] ppid=16668 vsize=10849036 memory=3620 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16731/stat : 16731 (java) S 16668 16671 12464 0 -1 1077944384 12 13538 0 0 0 0 5 3 20 0 15 0 444335457 11109412864 452610 33554432000 4194304 4196468 140732335009648 140465764558496 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16732] ppid=16668 vsize=10849036 memory=1810440 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16732/stat : 16732 (java) S 16668 16671 12464 0 -1 1077944384 2 13538 0 0 0 0 5 3 20 0 15 0 444335460 11109412864 452610 33554432000 4194304 4196468 140732335009648 140465160579792 140466409641883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16733] ppid=16668 vsize=10849036 memory=1810440 CPUtime=5.02 cores=0,2,4,6
/proc/16671/task/16733/stat : 16733 (java) S 16668 16671 12464 0 -1 1077944384 28736 13538 0 0 490 4 5 3 20 0 15 0 444335460 11109412864 452610 33554432000 4194304 4196468 140732335009648 140465834555376 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16734] ppid=16668 vsize=10849036 memory=1810440 CPUtime=5.29 cores=0,2,4,6
/proc/16671/task/16734/stat : 16734 (java) S 16668 16671 12464 0 -1 1077944384 31628 13538 0 0 516 5 5 3 20 0 15 0 444335460 11109412864 452610 33554432000 4194304 4196468 140732335009648 140465833502832 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16735] ppid=16668 vsize=10849036 memory=6791534058613427641 CPUtime=2.05 cores=0,2,4,6
/proc/16671/task/16735/stat : 16735 (java) S 16668 16671 12464 0 -1 1077944384 39440 13538 0 0 191 6 5 3 20 0 15 0 444335460 11109412864 452610 33554432000 4194304 4196468 140732335009648 140465731000560 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16736] ppid=16668 vsize=10849036 memory=1428 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16736/stat : 16736 (java) S 16668 16671 12464 0 -1 1077944384 3 13538 0 0 0 0 5 3 20 0 15 0 444335460 11109412864 452610 33554432000 4194304 4196468 140732335009648 140464690817632 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16737] ppid=16668 vsize=10849036 memory=1810440 CPUtime=1.37 cores=0,2,4,6
/proc/16671/task/16737/stat : 16737 (java) S 16668 16671 12464 0 -1 1077944384 1851 13538 0 0 60 69 5 3 20 0 15 0 444335461 11109412864 452610 33554432000 4194304 4196468 140732335009648 140465729948464 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
Current children cumulated CPU time: 2287.78 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1810440 KiB

[startup+2322.3 s]
/proc/loadavg: 1.47 1.53 1.54 3/226 17096
/proc/meminfo: memFree=27453056/32770624 swapFree=66922504/67108860
[pid=16671] ppid=16668 vsize=10849036 memory=1810460 CPUtime=2348.05 cores=0,2,4,6
/proc/16671/stat : 16671 (java) S 16668 16671 12464 0 -1 1077944320 336783 13538 0 0 234579 218 5 3 20 0 15 0 444335445 11109412864 452615 33554432000 4194304 4196468 140732335009648 140732334992192 140466409623287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
/proc/16671/statm: 2712259 452615 3633 1 0 2674317 0
[pid=16671/tid=16724] ppid=16668 vsize=10849036 memory=1810440 CPUtime=2312.85 cores=0,2,4,6
/proc/16671/task/16724/stat : 16724 (java) R 16668 16671 12464 0 -1 4202560 99385 13538 0 0 231229 48 5 3 20 0 15 0 444335455 11109412864 452615 33554432000 4194304 4196468 140732335009648 140466381458576 140465996078884 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16725] ppid=16668 vsize=10849036 memory=1810460 CPUtime=4.63 cores=0,2,4,6
/proc/16671/task/16725/stat : 16725 (java) S 16668 16671 12464 0 -1 1077944384 25951 13538 0 0 432 23 5 3 20 0 15 0 444335455 11109412864 452615 33554432000 4194304 4196468 140732335009648 140466413865232 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16726] ppid=16668 vsize=10849036 memory=1810460 CPUtime=4.68 cores=0,2,4,6
/proc/16671/task/16726/stat : 16726 (java) S 16668 16671 12464 0 -1 1077944384 24895 13538 0 0 435 25 5 3 20 0 15 0 444335455 11109412864 452615 33554432000 4194304 4196468 140732335009648 140465982663056 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16727] ppid=16668 vsize=10849036 memory=1810460 CPUtime=4.65 cores=0,2,4,6
/proc/16671/task/16727/stat : 16727 (java) S 16668 16671 12464 0 -1 1077944384 26015 13538 0 0 434 23 5 3 20 0 15 0 444335455 11109412864 452615 33554432000 4194304 4196468 140732335009648 140465981610512 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16728] ppid=16668 vsize=10849036 memory=1810460 CPUtime=4.67 cores=0,2,4,6
/proc/16671/task/16728/stat : 16728 (java) S 16668 16671 12464 0 -1 1077944384 32779 13538 0 0 437 22 5 3 20 0 15 0 444335455 11109412864 452615 33554432000 4194304 4196468 140732335009648 140465980557968 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16729] ppid=16668 vsize=10849036 memory=1810460 CPUtime=3.42 cores=0,2,4,6
/proc/16671/task/16729/stat : 16729 (java) S 16668 16671 12464 0 -1 1077944384 23790 13538 0 0 316 18 5 3 20 0 15 0 444335457 11109412864 452615 33554432000 4194304 4196468 140732335009648 140465869167088 140466409634434 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16730] ppid=16668 vsize=10849036 memory=1810460 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16730/stat : 16730 (java) S 16668 16671 12464 0 -1 1077944384 44 13538 0 0 0 0 5 3 20 0 15 0 444335457 11109412864 452615 33554432000 4194304 4196468 140732335009648 140465868113440 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16731] ppid=16668 vsize=10849036 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16731/stat : 16731 (java) S 16668 16671 12464 0 -1 1077944384 12 13538 0 0 0 0 5 3 20 0 15 0 444335457 11109412864 452615 33554432000 4194304 4196468 140732335009648 140465764558496 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16732] ppid=16668 vsize=10849036 memory=1810460 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16732/stat : 16732 (java) S 16668 16671 12464 0 -1 1077944384 2 13538 0 0 0 0 5 3 20 0 15 0 444335460 11109412864 452615 33554432000 4194304 4196468 140732335009648 140465160579792 140466409641883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16733] ppid=16668 vsize=10849036 memory=1096 CPUtime=5.02 cores=0,2,4,6
/proc/16671/task/16733/stat : 16733 (java) S 16668 16671 12464 0 -1 1077944384 28740 13538 0 0 490 4 5 3 20 0 15 0 444335460 11109412864 452615 33554432000 4194304 4196468 140732335009648 140465834555376 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16734] ppid=16668 vsize=10849036 memory=3620 CPUtime=5.29 cores=0,2,4,6
/proc/16671/task/16734/stat : 16734 (java) S 16668 16671 12464 0 -1 1077944384 31632 13538 0 0 516 5 5 3 20 0 15 0 444335460 11109412864 452615 33554432000 4194304 4196468 140732335009648 140465833502832 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16735] ppid=16668 vsize=10849036 memory=47056 CPUtime=2.05 cores=0,2,4,6
/proc/16671/task/16735/stat : 16735 (java) S 16668 16671 12464 0 -1 1077944384 39444 13538 0 0 191 6 5 3 20 0 15 0 444335460 11109412864 452615 33554432000 4194304 4196468 140732335009648 140465731000560 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 35 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16736] ppid=16668 vsize=10849036 memory=1810460 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16736/stat : 16736 (java) S 16668 16671 12464 0 -1 1077944384 3 13538 0 0 0 0 5 3 20 0 15 0 444335460 11109412864 452615 33554432000 4194304 4196468 140732335009648 140464690817632 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16737] ppid=16668 vsize=10849036 memory=0 CPUtime=1.4 cores=0,2,4,6
/proc/16671/task/16737/stat : 16737 (java) S 16668 16671 12464 0 -1 1077944384 1885 13538 0 0 61 71 5 3 20 0 15 0 444335461 11109412864 452615 33554432000 4194304 4196468 140732335009648 140465729948464 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
Current children cumulated CPU time: 2348.05 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1810460 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2374 s]*
/proc/loadavg: 1.34 1.48 1.52 3/226 17099
/proc/meminfo: memFree=27452756/32770624 swapFree=66922504/67108860
[pid=16671] ppid=16668 vsize=10849036 memory=1810504 CPUtime=2400.01 cores=0,2,4,6
/proc/16671/stat : 16671 (java) S 16668 16671 12464 0 -1 1077944320 339103 13538 0 0 239773 220 5 3 20 0 15 0 444335445 11109412864 452626 33554432000 4194304 4196468 140732335009648 140732334992192 140466409623287 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
/proc/16671/statm: 2712259 452626 3633 1 0 2674317 0
[pid=16671/tid=16724] ppid=16668 vsize=10849036 memory=-7395409520647495987 CPUtime=2364.38 cores=0,2,4,6
/proc/16671/task/16724/stat : 16724 (java) R 16668 16671 12464 0 -1 4202560 100139 13538 0 0 236382 48 5 3 20 0 15 0 444335455 11109412864 452626 33554432000 4194304 4196468 140732335009648 140466381459568 140465997878654 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16725] ppid=16668 vsize=10849036 memory=4872558044660077418 CPUtime=4.71 cores=0,2,4,6
/proc/16671/task/16725/stat : 16725 (java) S 16668 16671 12464 0 -1 1077944384 26007 13538 0 0 440 23 5 3 20 0 15 0 444335455 11109412864 452626 33554432000 4194304 4196468 140732335009648 140466413865232 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16726] ppid=16668 vsize=10849036 memory=4872558044660077418 CPUtime=4.76 cores=0,2,4,6
/proc/16671/task/16726/stat : 16726 (java) S 16668 16671 12464 0 -1 1077944384 25316 13538 0 0 443 25 5 3 20 0 15 0 444335455 11109412864 452626 33554432000 4194304 4196468 140732335009648 140465982663056 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16727] ppid=16668 vsize=10849036 memory=111632 CPUtime=4.72 cores=0,2,4,6
/proc/16671/task/16727/stat : 16727 (java) S 16668 16671 12464 0 -1 1077944384 26083 13538 0 0 441 23 5 3 20 0 15 0 444335455 11109412864 452626 33554432000 4194304 4196468 140732335009648 140465981610512 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16728] ppid=16668 vsize=10849036 memory=808 CPUtime=4.76 cores=0,2,4,6
/proc/16671/task/16728/stat : 16728 (java) S 16668 16671 12464 0 -1 1077944384 33357 13538 0 0 446 22 5 3 20 0 15 0 444335455 11109412864 452626 33554432000 4194304 4196468 140732335009648 140465980557968 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16729] ppid=16668 vsize=10849036 memory=1804 CPUtime=3.48 cores=0,2,4,6
/proc/16671/task/16729/stat : 16729 (java) S 16668 16671 12464 0 -1 1077944384 24189 13538 0 0 322 18 5 3 20 0 15 0 444335457 11109412864 452626 33554432000 4194304 4196468 140732335009648 140465869167088 140466409634434 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16730] ppid=16668 vsize=10849036 memory=916 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16730/stat : 16730 (java) S 16668 16671 12464 0 -1 1077944384 44 13538 0 0 0 0 5 3 20 0 15 0 444335457 11109412864 452626 33554432000 4194304 4196468 140732335009648 140465868113440 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16731] ppid=16668 vsize=10849036 memory=164 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16731/stat : 16731 (java) S 16668 16671 12464 0 -1 1077944384 12 13538 0 0 0 0 5 3 20 0 15 0 444335457 11109412864 452626 33554432000 4194304 4196468 140732335009648 140465764558496 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16732] ppid=16668 vsize=10849036 memory=7379218789439137650 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16732/stat : 16732 (java) S 16668 16671 12464 0 -1 1077944384 2 13538 0 0 0 0 5 3 20 0 15 0 444335460 11109412864 452626 33554432000 4194304 4196468 140732335009648 140465160579792 140466409641883 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16733] ppid=16668 vsize=10849036 memory=7379218789439137650 CPUtime=5.02 cores=0,2,4,6
/proc/16671/task/16733/stat : 16733 (java) S 16668 16671 12464 0 -1 1077944384 28744 13538 0 0 490 4 5 3 20 0 15 0 444335460 11109412864 452626 33554432000 4194304 4196468 140732335009648 140465834555376 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 36 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16734] ppid=16668 vsize=10849036 memory=7379218789439137650 CPUtime=5.29 cores=0,2,4,6
/proc/16671/task/16734/stat : 16734 (java) S 16668 16671 12464 0 -1 1077944384 31636 13538 0 0 516 5 5 3 20 0 15 0 444335460 11109412864 452626 33554432000 4194304 4196468 140732335009648 140465833502832 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 36 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16735] ppid=16668 vsize=10849036 memory=7512114578044973668 CPUtime=2.05 cores=0,2,4,6
/proc/16671/task/16735/stat : 16735 (java) S 16668 16671 12464 0 -1 1077944384 39448 13538 0 0 191 6 5 3 20 0 15 0 444335460 11109412864 452626 33554432000 4194304 4196468 140732335009648 140465731000560 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 35 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16736] ppid=16668 vsize=10849036 memory=5937269784192247400 CPUtime=0.08 cores=0,2,4,6
/proc/16671/task/16736/stat : 16736 (java) S 16668 16671 12464 0 -1 1077944384 3 13538 0 0 0 0 5 3 20 0 15 0 444335460 11109412864 452626 33554432000 4194304 4196468 140732335009648 140464690817632 140466409633493 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
[pid=16671/tid=16737] ppid=16668 vsize=10849036 memory=5937269784192247400 CPUtime=1.43 cores=0,2,4,6
/proc/16671/task/16737/stat : 16737 (java) S 16668 16671 12464 0 -1 1077944384 1917 13538 0 0 63 72 5 3 20 0 15 0 444335461 11109412864 452626 33554432000 4194304 4196468 140732335009648 140465729948464 140466409634434 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 24727552 140732335016688 140732335019205 140732335019205 140732335022031 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1810504 KiB

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

[startup+2374.04 s]
# the end of solver process 16671 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.8 s, system=2.25387 s

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

Child status: 143
Real time (s): 2374.04
CPU time (s): 2400.06
CPU user time (s): 2397.8
CPU system time (s): 2.25387
CPU usage (%): 101.096
Max. virtual memory (cumulated for all children) (KiB): 10849036
Max. memory (cumulated for all children) (KiB): 1886652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.8
system time used= 2.25387
maximum resident set size= 1890748
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 353599
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 129446
involuntary context switches= 5252


# summary of solver processes directly reported to runsolver:
#   pid: 16671
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2397.8
#   total CPU system time (s): 2.25387

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1052 second user time and 22.7919 second system time

The end

Launcher Data

Begin job on node139 at 2019-09-17 02:39:40
IDJOB=4401417
IDBENCH=127972
IDSOLVER=2858
FILE ID=node139/4401417-1568680667
RUNJOBID= node139-1568673443-12495
PBS_JOBID= 21703780
Free space on /tmp= 59520 MiB

SOLVER NAME= Concrete 3.12.2
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-4401417-1568680667/watcher-4401417-1568680667 -o /tmp/evaluation-result-4401417-1568680667/solver-4401417-1568680667 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node139-1568673443-12495 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=479243401 HOME/instance-4401417-1568680667.xml

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

MD5SUM BENCH= 105bb238691d484e064b3a25c3dae36e
RANDOM SEED=479243401

node139.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.57
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.57
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.57
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.57
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:        30641396 kB
MemAvailable:   31368068 kB
Buffers:          113680 kB
Cached:           904092 kB
SwapCached:        78120 kB
Active:          1102160 kB
Inactive:         455720 kB
Active(anon):     465576 kB
Inactive(anon):   117764 kB
Active(file):     636584 kB
Inactive(file):   337956 kB
Unevictable:      107820 kB
Mlocked:          107820 kB
SwapTotal:      67108860 kB
SwapFree:       66922480 kB
Dirty:             35752 kB
Writeback:             0 kB
AnonPages:        576912 kB
Mapped:            61756 kB
Shmem:             34420 kB
Slab:             164732 kB
SReclaimable:     135932 kB
SUnreclaim:        28800 kB
KernelStack:        3968 kB
PageTables:         9420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1559564 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    477184 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59488 MiB
End job on node139 at 2019-09-17 03:19:14