Trace number 4396547

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)990 2400.06 2352.04

General information on the benchmark

NameMario/Mario-zinc-s1/
Mario-n-medium-2.xml
MD5SUMd930a285b222420c6879960cff9efc87
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1053
Best CPU time to get the best result obtained on this benchmark198.816
Satisfiable
(Un)Satisfiability was proved
Number of variables90
Number of constraints61
Number of domains54
Minimum domain size1
Maximum domain size30
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":28},{"size":28,"count":1},{"size":29,"count":5},{"size":30,"count":54}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":59},{"degree":3,"count":29}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":58},{"arity":30,"count":2}]
Number of extensional constraints30
Number of intensional constraints29
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":29},{"type":"sum","count":1},{"type":"circuit","count":1}]
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.56	c Concrete v3.12.2.1568380929293 running
13.10/5.17	o 445
13.93/5.45	o 515
13.93/5.46	o 604
14.94/5.80	o 725
16.57/6.45	o 765
46.93/32.55	o 804
53.20/38.76	o 836
53.72/39.21	o 841
54.64/40.11	o 850
65.10/50.12	o 874
65.40/50.47	o 902
70.65/55.43	o 920
192.22/175.68	o 921
192.22/175.69	o 935
194.15/177.53	o 939
218.17/201.24	o 989
713.41/689.80	o 990
2400.01/2352.01	Exception in thread "main" java.util.concurrent.TimeoutException
2400.01/2352.01		at concrete.MAC.mac(MAC.scala:192)
2400.01/2352.01		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.01/2352.01		at scala.util.Try$.apply(Try.scala:212)
2400.01/2352.01		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.01/2352.01		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.01/2352.01		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.01/2352.01		at concrete.MAC.oneRun(MAC.scala:265)
2400.01/2352.01		at concrete.MAC.nextSolution(MAC.scala:284)
2400.01/2352.01		at concrete.MAC.nextSolution(MAC.scala:369)
2400.01/2352.01		at concrete.Solver.hasNext(Solver.scala:160)
2400.01/2352.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2352.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2352.01		at concrete.Solver.foreach(Solver.scala:67)
2400.01/2352.01		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.01/2352.01		at scala.util.Success.map(Try.scala:264)
2400.01/2352.01		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.01/2352.01		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.01/2352.01		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.01/2352.01		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.01/2352.01		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.01/2352.01		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.01/2352.01		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.01/2352.01		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.01/2352.01		at scala.App.$anonfun$main$1(App.scala:75)
2400.01/2352.01		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.01/2352.01		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.01/2352.01		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.01/2352.01		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.01/2352.01		at scala.App.main(App.scala:75)
2400.01/2352.01		at scala.App.main$(App.scala:73)
2400.01/2352.01		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.01/2352.01		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.01/2352.02	v <instantiation
2400.01/2352.02	v         cost = '990'>
2400.01/2352.02	v       <list>
2400.01/2352.02	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] f[0] f[1] f[2] f[3] f[4] f[5] f[6] f[7] f[8] f[9] f[10] f[11] f[12] f[13] f[14] f[15] f[16] f[17] f[18] f[19] f[20] f[21] f[22] f[23] f[24] f[25] f[26] f[27] f[28] f[29] 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] g[24] g[25] g[26] g[27] g[28] g[29]
2400.01/2352.02	v       </list>
2400.01/2352.02	v       <values>
2400.01/2352.02	v         11 0 17 25 1 4 6 7 29 8 10 27 16 13 24 15 19 5 18 3 12 21 22 23 28 9 26 14 20 2 47 0 68 152 13 128 0 0 55 54 0 45 23 0 16 0 85 342 0 83 122 0 0 0 115 54 0 65 127 296 0 0 40 67 89 50 0 0 47 68 0 86 34 0 14 0 67 99 0 31 78 0 0 0 56 14 0 35 53 62
2400.01/2352.02	v       </values>
2400.01/2352.02	v     </instantiation>
2400.01/2352.02	s SATISFIABLE

Verifier Data

OK	990

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396547-1568402695/watcher-4396547-1568402695 -o /tmp/evaluation-result-4396547-1568402695/solver-4396547-1568402695 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568393993-23927 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=998646228 HOME/instance-4396547-1568402695.xml 

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

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

solver pid=27350, runsolver pid=27347

[startup+0.100093 s]*
/proc/loadavg: 1.57 1.52 1.52 3/220 27407
/proc/meminfo: memFree=31042760/32770624 swapFree=66996936/67108860
[pid=27350] ppid=27347 vsize=9972712 memory=18860 CPUtime=0.09 cores=0,2,4,6
/proc/27350/stat : 27350 (java) S 27347 27350 22378 0 -1 1077944320 4434 13180 0 0 0 1 5 3 20 0 6 0 416522557 10212057088 4715 33554432000 4194304 4196468 140722736020976 140722736003520 140282918604535 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
/proc/27350/statm: 2493178 4715 1935 1 0 2481616 0
[pid=27350/tid=27403] ppid=27347 vsize=9972712 memory=720575944405811505 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27403/stat : 27403 (java) R 27347 27350 22378 0 -1 4202560 2222 13180 0 0 0 0 5 3 20 0 6 0 416522567 10212057088 4715 33554432000 4194304 4196468 140722736020976 140282890441296 140282911321687 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27404] ppid=27347 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27404/stat : 27404 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 6 0 416522567 10212057088 4715 33554432000 4194304 4196468 140722736020976 140282922846608 140282918614741 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27405] ppid=27347 vsize=9972712 memory=140137642929561 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27405/stat : 27405 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 6 0 416522567 10212057088 4715 33554432000 4194304 4196468 140722736020976 140282827049232 140282918614741 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27406] ppid=27347 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27406/stat : 27406 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 6 0 416522567 10212057088 4715 33554432000 4194304 4196468 140722736020976 140282491099792 140282918614741 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27407] ppid=27347 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27407/stat : 27407 (java) S 27347 27350 22378 0 -1 1077944384 2 13180 0 0 0 0 5 3 20 0 6 0 416522567 10212057088 4715 33554432000 4194304 4196468 140722736020976 140282490046992 140282918614741 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18860 KiB

[startup+0.210041 s]*
/proc/loadavg: 1.57 1.52 1.52 4/229 27416
/proc/meminfo: memFree=31023760/32770624 swapFree=66996936/67108860
[pid=27350] ppid=27347 vsize=10819664 memory=40932 CPUtime=0.26 cores=0,2,4,6
/proc/27350/stat : 27350 (java) S 27347 27350 22378 0 -1 1077944320 7063 13180 0 0 16 2 5 3 20 0 15 0 416522557 11079335936 10233 33554432000 4194304 4196468 140722736020976 140722736003520 140282918604535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
/proc/27350/statm: 2704916 10233 3162 1 0 2667149 0
[pid=27350/tid=27403] ppid=27347 vsize=10819664 memory=751940894209540401 CPUtime=0.19 cores=0,2,4,6
/proc/27350/task/27403/stat : 27403 (java) R 27347 27350 22378 0 -1 4202560 3541 13180 0 0 10 1 5 3 20 0 15 0 416522567 11079335936 10233 33554432000 4194304 4196468 140722736020976 140282890435376 140282902685022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27404] ppid=27347 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27404/stat : 27404 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522567 11079335936 10233 33554432000 4194304 4196468 140722736020976 140282922846608 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27405] ppid=27347 vsize=10819664 memory=140137642929561 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27405/stat : 27405 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522567 11079335936 10233 33554432000 4194304 4196468 140722736020976 140282827049232 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27406] ppid=27347 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27406/stat : 27406 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522567 11079335936 10233 33554432000 4194304 4196468 140722736020976 140282491099792 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27407] ppid=27347 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27407/stat : 27407 (java) S 27347 27350 22378 0 -1 1077944384 2 13180 0 0 0 0 5 3 20 0 15 0 416522567 11079335936 10233 33554432000 4194304 4196468 140722736020976 140282490046992 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27408] ppid=27347 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27408/stat : 27408 (java) S 27347 27350 22378 0 -1 1077944384 2 13180 0 0 0 0 5 3 20 0 15 0 416522569 11079335936 10233 33554432000 4194304 4196468 140722736020976 140282445232752 140282918615682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27409] ppid=27347 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27409/stat : 27409 (java) S 27347 27350 22378 0 -1 1077944384 13 13180 0 0 0 0 5 3 20 0 15 0 416522569 11079335936 10233 33554432000 4194304 4196468 140722736020976 140282356032800 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27410] ppid=27347 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27410/stat : 27410 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522570 11079335936 10233 33554432000 4194304 4196468 140722736020976 140281752053360 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27411] ppid=27347 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27411/stat : 27411 (java) S 27347 27350 22378 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416522572 11079335936 10233 33554432000 4194304 4196468 140722736020976 140281444653648 140282918623131 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27412] ppid=27347 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27350/task/27412/stat : 27412 (java) S 27347 27350 22378 0 -1 1077944384 355 13180 0 0 1 0 5 3 20 0 15 0 416522572 11079335936 10233 33554432000 4194304 4196468 140722736020976 140282444179568 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27413] ppid=27347 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/27350/task/27413/stat : 27413 (java) S 27347 27350 22378 0 -1 1077944384 311 13180 0 0 1 0 5 3 20 0 15 0 416522572 11079335936 10233 33554432000 4194304 4196468 140722736020976 140282443126768 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27414] ppid=27347 vsize=10819664 memory=140137639650944 CPUtime=0.11 cores=0,2,4,6
/proc/27350/task/27414/stat : 27414 (java) R 27347 27350 22378 0 -1 4202560 620 13180 0 0 3 0 5 3 20 0 15 0 416522572 11079335936 10233 33554432000 4194304 4196468 140722736020976 140282442074480 140282910841662 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27415] ppid=27347 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27415/stat : 27415 (java) S 27347 27350 22378 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416522572 11079335936 10233 33554432000 4194304 4196468 140722736020976 140281411095008 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27416] ppid=27347 vsize=10819664 memory=140137639650944 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27416/stat : 27416 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522573 11079335936 10233 33554432000 4194304 4196468 140722736020976 140282441022384 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40932 KiB

[startup+0.310464 s]*
/proc/loadavg: 1.57 1.52 1.52 5/229 27416
/proc/meminfo: memFree=31011032/32770624 swapFree=66996936/67108860
[pid=27350] ppid=27347 vsize=10820148 memory=49860 CPUtime=0.4 cores=0,2,4,6
/proc/27350/stat : 27350 (java) S 27347 27350 22378 0 -1 1077944320 10729 13180 0 0 28 4 5 3 20 0 15 0 416522557 11079831552 12465 33554432000 4194304 4196468 140722736020976 140722736003520 140282918604535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
/proc/27350/statm: 2705037 12465 3294 1 0 2667149 0
[pid=27350/tid=27403] ppid=27347 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/27350/task/27403/stat : 27403 (java) R 27347 27350 22378 0 -1 4202560 7179 13180 0 0 18 3 5 3 20 0 15 0 416522567 11079831552 12465 33554432000 4194304 4196468 140722736020976 140282890404448 140282902685022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27404] ppid=27347 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27404/stat : 27404 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522567 11079831552 12465 33554432000 4194304 4196468 140722736020976 140282922846608 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27405] ppid=27347 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27405/stat : 27405 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522567 11079831552 12465 33554432000 4194304 4196468 140722736020976 140282827049232 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27406] ppid=27347 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27406/stat : 27406 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522567 11079831552 12465 33554432000 4194304 4196468 140722736020976 140282491099792 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27407] ppid=27347 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27407/stat : 27407 (java) S 27347 27350 22378 0 -1 1077944384 2 13180 0 0 0 0 5 3 20 0 15 0 416522567 11079831552 12465 33554432000 4194304 4196468 140722736020976 140282490046992 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27408] ppid=27347 vsize=10820148 memory=140137639650943 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27408/stat : 27408 (java) S 27347 27350 22378 0 -1 1077944384 2 13180 0 0 0 0 5 3 20 0 15 0 416522569 11079831552 12465 33554432000 4194304 4196468 140722736020976 140282445232752 140282918615682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27409] ppid=27347 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27409/stat : 27409 (java) S 27347 27350 22378 0 -1 1077944384 13 13180 0 0 0 0 5 3 20 0 15 0 416522569 11079831552 12465 33554432000 4194304 4196468 140722736020976 140282356032800 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27410] ppid=27347 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27410/stat : 27410 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522570 11079831552 12465 33554432000 4194304 4196468 140722736020976 140281752053360 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27411] ppid=27347 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27411/stat : 27411 (java) S 27347 27350 22378 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416522572 11079831552 12465 33554432000 4194304 4196468 140722736020976 140281444653648 140282918623131 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27412] ppid=27347 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/27350/task/27412/stat : 27412 (java) S 27347 27350 22378 0 -1 1077944384 364 13180 0 0 1 0 5 3 20 0 15 0 416522572 11079831552 12465 33554432000 4194304 4196468 140722736020976 140282444179568 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27413] ppid=27347 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/27350/task/27413/stat : 27413 (java) S 27347 27350 22378 0 -1 1077944384 312 13180 0 0 1 0 5 3 20 0 15 0 416522572 11079831552 12465 33554432000 4194304 4196468 140722736020976 140282443126768 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27414] ppid=27347 vsize=10820148 memory=140137639650944 CPUtime=0.13 cores=0,2,4,6
/proc/27350/task/27414/stat : 27414 (java) S 27347 27350 22378 0 -1 1077944384 638 13180 0 0 5 0 5 3 20 0 15 0 416522572 11079831552 12465 33554432000 4194304 4196468 140722736020976 140282442074480 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27415] ppid=27347 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27415/stat : 27415 (java) S 27347 27350 22378 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416522572 11079831552 12465 33554432000 4194304 4196468 140722736020976 140281411095008 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27416] ppid=27347 vsize=10820148 memory=140137639650944 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27416/stat : 27416 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522573 11079831552 12465 33554432000 4194304 4196468 140722736020976 140282441022384 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 49860 KiB

[startup+0.700647 s]
/proc/loadavg: 1.57 1.52 1.52 4/229 27416
/proc/meminfo: memFree=30995876/32770624 swapFree=66996936/67108860
[pid=27350] ppid=27347 vsize=10824360 memory=83616 CPUtime=1.14 cores=0,2,4,6
/proc/27350/stat : 27350 (java) S 27347 27350 22378 0 -1 1077944320 15102 13180 0 0 100 6 5 3 20 0 15 0 416522557 11084144640 20904 33554432000 4194304 4196468 140722736020976 140722736003520 140282918604535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
/proc/27350/statm: 2706090 20904 3510 1 0 2668173 0
[pid=27350/tid=27403] ppid=27347 vsize=10824360 memory=5795117241467496816 CPUtime=0.66 cores=0,2,4,6
/proc/27350/task/27403/stat : 27403 (java) R 27347 27350 22378 0 -1 4202560 10446 13180 0 0 54 4 5 3 20 0 15 0 416522567 11084144640 20904 33554432000 4194304 4196468 140722736020976 140282890434080 140282911425396 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27404] ppid=27347 vsize=10824360 memory=1388 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27404/stat : 27404 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522567 11084144640 20904 33554432000 4194304 4196468 140722736020976 140282922846608 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27405] ppid=27347 vsize=10824360 memory=776 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27405/stat : 27405 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522567 11084144640 20904 33554432000 4194304 4196468 140722736020976 140282827049232 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27406] ppid=27347 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27406/stat : 27406 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522567 11084144640 20904 33554432000 4194304 4196468 140722736020976 140282491099792 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27407] ppid=27347 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27407/stat : 27407 (java) S 27347 27350 22378 0 -1 1077944384 2 13180 0 0 0 0 5 3 20 0 15 0 416522567 11084144640 20904 33554432000 4194304 4196468 140722736020976 140282490046992 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27408] ppid=27347 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27408/stat : 27408 (java) S 27347 27350 22378 0 -1 1077944384 5 13180 0 0 0 0 5 3 20 0 15 0 416522569 11084144640 20904 33554432000 4194304 4196468 140722736020976 140282445232752 140282918615682 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27409] ppid=27347 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27409/stat : 27409 (java) S 27347 27350 22378 0 -1 1077944384 13 13180 0 0 0 0 5 3 20 0 15 0 416522569 11084144640 20904 33554432000 4194304 4196468 140722736020976 140282356032800 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27410] ppid=27347 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27410/stat : 27410 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522570 11084144640 20904 33554432000 4194304 4196468 140722736020976 140281752053360 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27411] ppid=27347 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27411/stat : 27411 (java) S 27347 27350 22378 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416522572 11084144640 20904 33554432000 4194304 4196468 140722736020976 140281444653648 140282918623131 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27412] ppid=27347 vsize=10824360 memory=0 CPUtime=0.19 cores=0,2,4,6
/proc/27350/task/27412/stat : 27412 (java) S 27347 27350 22378 0 -1 1077944384 819 13180 0 0 11 0 5 3 20 0 15 0 416522572 11084144640 20904 33554432000 4194304 4196468 140722736020976 140282444179568 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27413] ppid=27347 vsize=10824360 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/27350/task/27413/stat : 27413 (java) S 27347 27350 22378 0 -1 1077944384 777 13180 0 0 16 0 5 3 20 0 15 0 416522572 11084144640 20904 33554432000 4194304 4196468 140722736020976 140282443126768 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27414] ppid=27347 vsize=10824360 memory=0 CPUtime=0.25 cores=0,2,4,6
/proc/27350/task/27414/stat : 27414 (java) S 27347 27350 22378 0 -1 1077944384 821 13180 0 0 17 0 5 3 20 0 15 0 416522572 11084144640 20904 33554432000 4194304 4196468 140722736020976 140282442074480 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27415] ppid=27347 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27415/stat : 27415 (java) S 27347 27350 22378 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416522572 11084144640 20904 33554432000 4194304 4196468 140722736020976 140281411095008 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27416] ppid=27347 vsize=10824360 memory=3504 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27416/stat : 27416 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522573 11084144640 20904 33554432000 4194304 4196468 140722736020976 140282441022384 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83616 KiB

[startup+1.5007 s]
/proc/loadavg: 1.57 1.52 1.52 3/229 27416
/proc/meminfo: memFree=30947800/32770624 swapFree=66996936/67108860
[pid=27350] ppid=27347 vsize=10834676 memory=182104 CPUtime=2.64 cores=0,2,4,6
/proc/27350/stat : 27350 (java) S 27347 27350 22378 0 -1 1077944320 23735 13180 0 0 244 12 5 3 20 0 15 0 416522557 11094708224 45526 33554432000 4194304 4196468 140722736020976 140722736003520 140282918604535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
/proc/27350/statm: 2708669 45526 3574 1 0 2670733 0
[pid=27350/tid=27403] ppid=27347 vsize=10834676 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/27350/task/27403/stat : 27403 (java) R 27347 27350 22378 0 -1 4202560 15634 13180 0 0 129 6 5 3 20 0 15 0 416522567 11094708224 45526 33554432000 4194304 4196468 140722736020976 140282890403296 140282900473985 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27404] ppid=27347 vsize=10834676 memory=-7522837583129502606 CPUtime=0.09 cores=0,2,4,6
/proc/27350/task/27404/stat : 27404 (java) S 27347 27350 22378 0 -1 1077944384 63 13180 0 0 1 0 5 3 20 0 15 0 416522567 11094708224 45526 33554432000 4194304 4196468 140722736020976 140282922846608 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27405] ppid=27347 vsize=10834676 memory=7523354863787335765 CPUtime=0.09 cores=0,2,4,6
/proc/27350/task/27405/stat : 27405 (java) S 27347 27350 22378 0 -1 1077944384 42 13180 0 0 1 0 5 3 20 0 15 0 416522567 11094708224 45526 33554432000 4194304 4196468 140722736020976 140282827049232 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27406] ppid=27347 vsize=10834676 memory=7523938661564965201 CPUtime=0.09 cores=0,2,4,6
/proc/27350/task/27406/stat : 27406 (java) S 27347 27350 22378 0 -1 1077944384 331 13180 0 0 1 0 5 3 20 0 15 0 416522567 11094708224 45526 33554432000 4194304 4196468 140722736020976 140282491099792 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27407] ppid=27347 vsize=10834676 memory=280275070658912 CPUtime=0.09 cores=0,2,4,6
/proc/27350/task/27407/stat : 27407 (java) S 27347 27350 22378 0 -1 1077944384 60 13180 0 0 1 0 5 3 20 0 15 0 416522567 11094708224 45526 33554432000 4194304 4196468 140722736020976 140282490046992 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27408] ppid=27347 vsize=10834676 memory=257590663632363 CPUtime=0.09 cores=0,2,4,6
/proc/27350/task/27408/stat : 27408 (java) S 27347 27350 22378 0 -1 1077944384 159 13180 0 0 1 0 5 3 20 0 15 0 416522569 11094708224 45526 33554432000 4194304 4196468 140722736020976 140282445232752 140282918615682 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27409] ppid=27347 vsize=10834676 memory=257590663632364 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27409/stat : 27409 (java) S 27347 27350 22378 0 -1 1077944384 14 13180 0 0 0 0 5 3 20 0 15 0 416522569 11094708224 45526 33554432000 4194304 4196468 140722736020976 140282356032864 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27410] ppid=27347 vsize=10834676 memory=257590663632365 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27410/stat : 27410 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522570 11094708224 45526 33554432000 4194304 4196468 140722736020976 140281752053376 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27411] ppid=27347 vsize=10834676 memory=257590663632366 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27411/stat : 27411 (java) S 27347 27350 22378 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416522572 11094708224 45526 33554432000 4194304 4196468 140722736020976 140281444653648 140282918623131 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27412] ppid=27347 vsize=10834676 memory=0 CPUtime=0.4 cores=0,2,4,6
/proc/27350/task/27412/stat : 27412 (java) R 27347 27350 22378 0 -1 1077944384 1450 13180 0 0 31 1 5 3 20 0 15 0 416522572 11094708224 45526 33554432000 4194304 4196468 140722736020976 140282444179568 140282918615682 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27413] ppid=27347 vsize=10834676 memory=280275070252976 CPUtime=0.43 cores=0,2,4,6
/proc/27350/task/27413/stat : 27413 (java) S 27347 27350 22378 0 -1 1077944384 2064 13180 0 0 35 0 5 3 20 0 15 0 416522572 11094708224 45526 33554432000 4194304 4196468 140722736020976 140282443126768 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27414] ppid=27347 vsize=10834676 memory=280275070251120 CPUtime=0.49 cores=0,2,4,6
/proc/27350/task/27414/stat : 27414 (java) R 27347 27350 22378 0 -1 4202560 1703 13180 0 0 41 0 5 3 20 0 15 0 416522572 11094708224 45526 33554432000 4194304 4196468 140722736020976 140282442067744 140282911709750 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27415] ppid=27347 vsize=10834676 memory=280275070251184 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27415/stat : 27415 (java) S 27347 27350 22378 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416522572 11094708224 45526 33554432000 4194304 4196468 140722736020976 140281411095008 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27416] ppid=27347 vsize=10834676 memory=280275070698704 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27416/stat : 27416 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522573 11094708224 45526 33554432000 4194304 4196468 140722736020976 140282441022384 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
Current children cumulated CPU time: 2.64 s
Current children cumulated vsize: 10834676 KiB

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

/proc/27350/task/27403/stat : 27403 (java) R 27347 27350 22378 0 -1 4202560 74800 13180 0 0 217682 47 5 3 20 0 15 0 416522567 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282890440464 140282521344108 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27404] ppid=27347 vsize=10851092 memory=877480 CPUtime=10.99 cores=0,2,4,6
/proc/27350/task/27404/stat : 27404 (java) S 27347 27350 22378 0 -1 1077944384 19850 13180 0 0 1038 53 5 3 20 0 15 0 416522567 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282922846608 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27405] ppid=27347 vsize=10851092 memory=879528 CPUtime=10.98 cores=0,2,4,6
/proc/27350/task/27405/stat : 27405 (java) S 27347 27350 22378 0 -1 1077944384 14657 13180 0 0 1039 51 5 3 20 0 15 0 416522567 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282827049232 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27406] ppid=27347 vsize=10851092 memory=879528 CPUtime=11.03 cores=0,2,4,6
/proc/27350/task/27406/stat : 27406 (java) S 27347 27350 22378 0 -1 1077944384 12459 13180 0 0 1043 52 5 3 20 0 15 0 416522567 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282491099792 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27407] ppid=27347 vsize=10851092 memory=879528 CPUtime=10.97 cores=0,2,4,6
/proc/27350/task/27407/stat : 27407 (java) S 27347 27350 22378 0 -1 1077944384 14932 13180 0 0 1041 48 5 3 20 0 15 0 416522567 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282490046992 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27408] ppid=27347 vsize=10851092 memory=2353 CPUtime=10.57 cores=0,2,4,6
/proc/27350/task/27408/stat : 27408 (java) S 27347 27350 22378 0 -1 1077944384 16885 13180 0 0 998 51 5 3 20 0 15 0 416522569 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282445232752 140282918615682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27409] ppid=27347 vsize=10851092 memory=879528 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27409/stat : 27409 (java) S 27347 27350 22378 0 -1 1077944384 15 13180 0 0 0 0 5 3 20 0 15 0 416522569 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282356032928 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27410] ppid=27347 vsize=10851092 memory=877480 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27410/stat : 27410 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522570 11111518208 219882 33554432000 4194304 4196468 140722736020976 140281752053376 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27411] ppid=27347 vsize=10851092 memory=879528 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27411/stat : 27411 (java) S 27347 27350 22378 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416522572 11111518208 219882 33554432000 4194304 4196468 140722736020976 140281444653648 140282918623131 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27412] ppid=27347 vsize=10851092 memory=879528 CPUtime=5.42 cores=0,2,4,6
/proc/27350/task/27412/stat : 27412 (java) S 27347 27350 22378 0 -1 1077944384 19788 13180 0 0 529 5 5 3 20 0 15 0 416522572 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282444179568 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27413] ppid=27347 vsize=10851092 memory=1388 CPUtime=5.85 cores=0,2,4,6
/proc/27350/task/27413/stat : 27413 (java) S 27347 27350 22378 0 -1 1077944384 27922 13180 0 0 573 4 5 3 20 0 15 0 416522572 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282443126768 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27414] ppid=27347 vsize=10851092 memory=776 CPUtime=4 cores=0,2,4,6
/proc/27350/task/27414/stat : 27414 (java) S 27347 27350 22378 0 -1 1077944384 24081 13180 0 0 386 6 5 3 20 0 15 0 416522572 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282442074480 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27415] ppid=27347 vsize=10851092 memory=879528 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27415/stat : 27415 (java) S 27347 27350 22378 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416522572 11111518208 219882 33554432000 4194304 4196468 140722736020976 140281411095008 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27416] ppid=27347 vsize=10851092 memory=14004 CPUtime=1.39 cores=0,2,4,6
/proc/27350/task/27416/stat : 27416 (java) S 27347 27350 22378 0 -1 1077944384 923 13180 0 0 61 70 5 3 20 0 15 0 416522573 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282441022384 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
Current children cumulated CPU time: 2247.98 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 879528 KiB

[startup+2262.3 s]
/proc/loadavg: 1.21 1.30 1.36 3/231 28033
/proc/meminfo: memFree=29963224/32770624 swapFree=66996936/67108860
[pid=27350] ppid=27347 vsize=10851092 memory=879528 CPUtime=2308.89 cores=0,2,4,6
/proc/27350/stat : 27350 (java) S 27347 27350 22378 0 -1 1077944320 230033 13180 0 0 230543 338 5 3 20 0 15 0 416522557 11111518208 219882 33554432000 4194304 4196468 140722736020976 140722736003520 140282918604535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
/proc/27350/statm: 2712773 219882 3634 1 0 2674829 0
[pid=27350/tid=27403] ppid=27347 vsize=10851092 memory=56 CPUtime=2236.68 cores=0,2,4,6
/proc/27350/task/27403/stat : 27403 (java) R 27347 27350 22378 0 -1 4202560 75585 13180 0 0 223612 48 5 3 20 0 15 0 416522567 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282890439920 140282522802439 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27404] ppid=27347 vsize=10851092 memory=879528 CPUtime=11.31 cores=0,2,4,6
/proc/27350/task/27404/stat : 27404 (java) S 27347 27350 22378 0 -1 1077944384 19917 13180 0 0 1068 55 5 3 20 0 15 0 416522567 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282922846608 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27405] ppid=27347 vsize=10851092 memory=280275072218784 CPUtime=11.3 cores=0,2,4,6
/proc/27350/task/27405/stat : 27405 (java) S 27347 27350 22378 0 -1 1077944384 14664 13180 0 0 1069 53 5 3 20 0 15 0 416522567 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282827049232 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27406] ppid=27347 vsize=10851092 memory=2673 CPUtime=11.34 cores=0,2,4,6
/proc/27350/task/27406/stat : 27406 (java) S 27347 27350 22378 0 -1 1077944384 12538 13180 0 0 1072 54 5 3 20 0 15 0 416522567 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282491099792 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27407] ppid=27347 vsize=10851092 memory=879528 CPUtime=11.29 cores=0,2,4,6
/proc/27350/task/27407/stat : 27407 (java) S 27347 27350 22378 0 -1 1077944384 15260 13180 0 0 1071 50 5 3 20 0 15 0 416522567 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282490046992 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27408] ppid=27347 vsize=10851092 memory=879528 CPUtime=10.86 cores=0,2,4,6
/proc/27350/task/27408/stat : 27408 (java) S 27347 27350 22378 0 -1 1077944384 17102 13180 0 0 1026 52 5 3 20 0 15 0 416522569 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282445232752 140282918615682 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27409] ppid=27347 vsize=10851092 memory=879528 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27409/stat : 27409 (java) S 27347 27350 22378 0 -1 1077944384 15 13180 0 0 0 0 5 3 20 0 15 0 416522569 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282356032928 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27410] ppid=27347 vsize=10851092 memory=81 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27410/stat : 27410 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522570 11111518208 219882 33554432000 4194304 4196468 140722736020976 140281752053376 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27411] ppid=27347 vsize=10851092 memory=879528 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27411/stat : 27411 (java) S 27347 27350 22378 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416522572 11111518208 219882 33554432000 4194304 4196468 140722736020976 140281444653648 140282918623131 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27412] ppid=27347 vsize=10851092 memory=879528 CPUtime=5.42 cores=0,2,4,6
/proc/27350/task/27412/stat : 27412 (java) S 27347 27350 22378 0 -1 1077944384 19790 13180 0 0 529 5 5 3 20 0 15 0 416522572 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282444179568 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27413] ppid=27347 vsize=10851092 memory=3504 CPUtime=5.85 cores=0,2,4,6
/proc/27350/task/27413/stat : 27413 (java) S 27347 27350 22378 0 -1 1077944384 27924 13180 0 0 573 4 5 3 20 0 15 0 416522572 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282443126768 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27414] ppid=27347 vsize=10851092 memory=3504 CPUtime=4 cores=0,2,4,6
/proc/27350/task/27414/stat : 27414 (java) S 27347 27350 22378 0 -1 1077944384 24083 13180 0 0 386 6 5 3 20 0 15 0 416522572 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282442074480 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27415] ppid=27347 vsize=10851092 memory=40044 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27415/stat : 27415 (java) S 27347 27350 22378 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416522572 11111518208 219882 33554432000 4194304 4196468 140722736020976 140281411095008 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27416] ppid=27347 vsize=10851092 memory=40044 CPUtime=1.43 cores=0,2,4,6
/proc/27350/task/27416/stat : 27416 (java) S 27347 27350 22378 0 -1 1077944384 939 13180 0 0 63 72 5 3 20 0 15 0 416522573 11111518208 219882 33554432000 4194304 4196468 140722736020976 140282441022384 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
Current children cumulated CPU time: 2308.89 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 879528 KiB

[startup+2322.3 s]
/proc/loadavg: 1.46 1.35 1.38 3/233 28040
/proc/meminfo: memFree=29957600/32770624 swapFree=66996936/67108860
[pid=27350] ppid=27347 vsize=10851092 memory=881576 CPUtime=2369.84 cores=0,2,4,6
/proc/27350/stat : 27350 (java) S 27347 27350 22378 0 -1 1077944320 231508 13180 0 0 236631 345 5 3 20 0 15 0 416522557 11111518208 220394 33554432000 4194304 4196468 140722736020976 140722736003520 140282918604535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
/proc/27350/statm: 2712773 220394 3634 1 0 2674829 0
[pid=27350/tid=27403] ppid=27347 vsize=10851092 memory=879528 CPUtime=2295.99 cores=0,2,4,6
/proc/27350/task/27403/stat : 27403 (java) R 27347 27350 22378 0 -1 4202560 76348 13180 0 0 229542 49 5 3 20 0 15 0 416522567 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282890439840 140282510906673 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27404] ppid=27347 vsize=10851092 memory=280275071694048 CPUtime=11.64 cores=0,2,4,6
/proc/27350/task/27404/stat : 27404 (java) S 27347 27350 22378 0 -1 1077944384 20042 13180 0 0 1100 56 5 3 20 0 15 0 416522567 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282922846608 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27405] ppid=27347 vsize=10851092 memory=879528 CPUtime=11.62 cores=0,2,4,6
/proc/27350/task/27405/stat : 27405 (java) S 27347 27350 22378 0 -1 1077944384 14753 13180 0 0 1100 54 5 3 20 0 15 0 416522567 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282827049232 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27406] ppid=27347 vsize=10851092 memory=879528 CPUtime=11.67 cores=0,2,4,6
/proc/27350/task/27406/stat : 27406 (java) S 27347 27350 22378 0 -1 1077944384 12792 13180 0 0 1103 56 5 3 20 0 15 0 416522567 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282491099792 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27407] ppid=27347 vsize=10851092 memory=881576 CPUtime=11.62 cores=0,2,4,6
/proc/27350/task/27407/stat : 27407 (java) S 27347 27350 22378 0 -1 1077944384 15265 13180 0 0 1103 51 5 3 20 0 15 0 416522567 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282490046992 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27408] ppid=27347 vsize=10851092 memory=879528 CPUtime=11.18 cores=0,2,4,6
/proc/27350/task/27408/stat : 27408 (java) S 27347 27350 22378 0 -1 1077944384 17317 13180 0 0 1056 54 5 3 20 0 15 0 416522569 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282445232752 140282918615682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27409] ppid=27347 vsize=10851092 memory=879528 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27409/stat : 27409 (java) S 27347 27350 22378 0 -1 1077944384 15 13180 0 0 0 0 5 3 20 0 15 0 416522569 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282356032928 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27410] ppid=27347 vsize=10851092 memory=111628 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27410/stat : 27410 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522570 11111518208 220394 33554432000 4194304 4196468 140722736020976 140281752053376 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27411] ppid=27347 vsize=10851092 memory=796 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27411/stat : 27411 (java) S 27347 27350 22378 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416522572 11111518208 220394 33554432000 4194304 4196468 140722736020976 140281444653648 140282918623131 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27412] ppid=27347 vsize=10851092 memory=879528 CPUtime=5.42 cores=0,2,4,6
/proc/27350/task/27412/stat : 27412 (java) S 27347 27350 22378 0 -1 1077944384 19792 13180 0 0 529 5 5 3 20 0 15 0 416522572 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282444179568 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27413] ppid=27347 vsize=10851092 memory=879528 CPUtime=5.85 cores=0,2,4,6
/proc/27350/task/27413/stat : 27413 (java) S 27347 27350 22378 0 -1 1077944384 27926 13180 0 0 573 4 5 3 20 0 15 0 416522572 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282443126768 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27414] ppid=27347 vsize=10851092 memory=6791534058613427641 CPUtime=4 cores=0,2,4,6
/proc/27350/task/27414/stat : 27414 (java) S 27347 27350 22378 0 -1 1077944384 24086 13180 0 0 386 6 5 3 20 0 15 0 416522572 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282442074480 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27415] ppid=27347 vsize=10851092 memory=8317482817917895235 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27415/stat : 27415 (java) S 27347 27350 22378 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416522572 11111518208 220394 33554432000 4194304 4196468 140722736020976 140281411095008 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27416] ppid=27347 vsize=10851092 memory=881576 CPUtime=1.47 cores=0,2,4,6
/proc/27350/task/27416/stat : 27416 (java) S 27347 27350 22378 0 -1 1077944384 956 13180 0 0 65 74 5 3 20 0 15 0 416522573 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282441022384 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
Current children cumulated CPU time: 2369.84 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 881576 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2352 s]*
/proc/loadavg: 1.62 1.40 1.39 3/232 28041
/proc/meminfo: memFree=29958316/32770624 swapFree=66996936/67108860
[pid=27350] ppid=27347 vsize=10851092 memory=881576 CPUtime=2400.01 cores=0,2,4,6
/proc/27350/stat : 27350 (java) S 27347 27350 22378 0 -1 1077944320 232715 13180 0 0 239644 349 5 3 20 0 15 0 416522557 11111518208 220394 33554432000 4194304 4196468 140722736020976 140722736003520 140282918604535 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
/proc/27350/statm: 2712773 220394 3634 1 0 2674829 0
[pid=27350/tid=27403] ppid=27347 vsize=10851092 memory=500 CPUtime=2325.37 cores=0,2,4,6
/proc/27350/task/27403/stat : 27403 (java) R 27347 27350 22378 0 -1 4202560 76867 13180 0 0 232480 49 5 3 20 0 15 0 416522567 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282890438752 140282896711862 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27404] ppid=27347 vsize=10851092 memory=8317482817917895235 CPUtime=11.8 cores=0,2,4,6
/proc/27350/task/27404/stat : 27404 (java) S 27347 27350 22378 0 -1 1077944384 20172 13180 0 0 1115 57 5 3 20 0 15 0 416522567 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282922846608 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27405] ppid=27347 vsize=10851092 memory=6791534058613427641 CPUtime=11.78 cores=0,2,4,6
/proc/27350/task/27405/stat : 27405 (java) S 27347 27350 22378 0 -1 1077944384 14759 13180 0 0 1116 54 5 3 20 0 15 0 416522567 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282827049232 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27406] ppid=27347 vsize=10851092 memory=8560 CPUtime=11.82 cores=0,2,4,6
/proc/27350/task/27406/stat : 27406 (java) S 27347 27350 22378 0 -1 1077944384 12836 13180 0 0 1118 56 5 3 20 0 15 0 416522567 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282491099792 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27407] ppid=27347 vsize=10851092 memory=1668 CPUtime=11.78 cores=0,2,4,6
/proc/27350/task/27407/stat : 27407 (java) S 27347 27350 22378 0 -1 1077944384 15543 13180 0 0 1118 52 5 3 20 0 15 0 416522567 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282490046992 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27408] ppid=27347 vsize=10851092 memory=1112 CPUtime=11.33 cores=0,2,4,6
/proc/27350/task/27408/stat : 27408 (java) S 27347 27350 22378 0 -1 1077944384 17526 13180 0 0 1070 55 5 3 20 0 15 0 416522569 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282445232752 140282918615682 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27409] ppid=27347 vsize=10851092 memory=1004 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27409/stat : 27409 (java) S 27347 27350 22378 0 -1 1077944384 15 13180 0 0 0 0 5 3 20 0 15 0 416522569 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282356032928 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27410] ppid=27347 vsize=10851092 memory=5948 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27410/stat : 27410 (java) S 27347 27350 22378 0 -1 1077944384 1 13180 0 0 0 0 5 3 20 0 15 0 416522570 11111518208 220394 33554432000 4194304 4196468 140722736020976 140281752053376 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27411] ppid=27347 vsize=10851092 memory=14004 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27411/stat : 27411 (java) S 27347 27350 22378 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416522572 11111518208 220394 33554432000 4194304 4196468 140722736020976 140281444653648 140282918623131 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27412] ppid=27347 vsize=10851092 memory=2124 CPUtime=5.42 cores=0,2,4,6
/proc/27350/task/27412/stat : 27412 (java) S 27347 27350 22378 0 -1 1077944384 19794 13180 0 0 529 5 5 3 20 0 15 0 416522572 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282444179568 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27413] ppid=27347 vsize=10851092 memory=21964 CPUtime=5.85 cores=0,2,4,6
/proc/27350/task/27413/stat : 27413 (java) S 27347 27350 22378 0 -1 1077944384 27928 13180 0 0 573 4 5 3 20 0 15 0 416522572 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282443126768 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27414] ppid=27347 vsize=10851092 memory=11960 CPUtime=4 cores=0,2,4,6
/proc/27350/task/27414/stat : 27414 (java) S 27347 27350 22378 0 -1 1077944384 24088 13180 0 0 386 6 5 3 20 0 15 0 416522572 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282442074480 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27415] ppid=27347 vsize=10851092 memory=500 CPUtime=0.08 cores=0,2,4,6
/proc/27350/task/27415/stat : 27415 (java) S 27347 27350 22378 0 -1 1077944384 3 13180 0 0 0 0 5 3 20 0 15 0 416522572 11111518208 220394 33554432000 4194304 4196468 140722736020976 140281411095008 140282918614741 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
[pid=27350/tid=27416] ppid=27347 vsize=10851092 memory=1560 CPUtime=1.47 cores=0,2,4,6
/proc/27350/task/27416/stat : 27416 (java) S 27347 27350 22378 0 -1 1077944384 971 13180 0 0 65 74 5 3 20 0 15 0 416522573 11111518208 220394 33554432000 4194304 4196468 140722736020976 140282441022384 140282918615682 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6799360 140722736024304 140722736026821 140722736026821 140722736029647 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 10851092 KiB
Current children cumulated memory: 881576 KiB

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

[startup+2352.04 s]
# the end of solver process 27350 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2396.52 s, system=3.54149 s

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

Child status: 143
Real time (s): 2352.04
CPU time (s): 2400.06
CPU user time (s): 2396.52
CPU system time (s): 3.54149
CPU usage (%): 102.042
Max. virtual memory (cumulated for all children) (KiB): 10851092
Max. memory (cumulated for all children) (KiB): 922720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.52
system time used= 3.54149
maximum resident set size= 925272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 246660
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2784
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 272893
involuntary context switches= 8460


# summary of solver processes directly reported to runsolver:
#   pid: 27350
#   total CPU time (s): 2400.06
#   total CPU user time (s): 2396.52
#   total CPU system time (s): 3.54149

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.7599 second user time and 20.8189 second system time

The end

Launcher Data

Begin job on node103 at 2019-09-13 21:23:56
IDJOB=4396547
IDBENCH=133278
IDSOLVER=2847
FILE ID=node103/4396547-1568402695
RUNJOBID= node103-1568393993-23927
PBS_JOBID= 21701854
Free space on /tmp= 61684 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Mario/Mario-zinc-s1/Mario-n-medium-2.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396547-1568402695/watcher-4396547-1568402695 -o /tmp/evaluation-result-4396547-1568402695/solver-4396547-1568402695 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1568393993-23927 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=998646228 HOME/instance-4396547-1568402695.xml

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

MD5SUM BENCH= d930a285b222420c6879960cff9efc87
RANDOM SEED=998646228

node103.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.74
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.74
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.74
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.74
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:        31050336 kB
MemAvailable:   31321024 kB
Buffers:           70188 kB
Cached:           484652 kB
SwapCached:         9136 kB
Active:          1017192 kB
Inactive:         121508 kB
Active(anon):     578472 kB
Inactive(anon):    46792 kB
Active(file):     438720 kB
Inactive(file):    74716 kB
Unevictable:      111360 kB
Mlocked:          111360 kB
SwapTotal:      67108860 kB
SwapFree:       66996936 kB
Dirty:             35384 kB
Writeback:             0 kB
AnonPages:        697660 kB
Mapped:            57852 kB
Shmem:             32624 kB
Slab:             175652 kB
SReclaimable:     146176 kB
SUnreclaim:        29476 kB
KernelStack:        4016 kB
PageTables:         6996 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1853132 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    542720 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= 61648 MiB
End job on node103 at 2019-09-13 22:03:08