Trace number 4302277

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.9.2SAT (TO)1323 252.086 234.836

General information on the benchmark

NameKnapsack/
Knapsack-60-250-01_c18.xml
MD5SUM572d51936cbf7dcb36f92bd653feb000
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1323
Best CPU time to get the best result obtained on this benchmark248.906
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":60}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":60}]
Minimum constraint arity60
Maximum constraint arity60
Distribution of constraint arities[{"arity":60,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","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.99/0.74	c Concrete v3.9.2.1532736233296 running
6.45/3.34	o 647
6.45/3.36	o 670
6.45/3.37	o 724
6.45/3.38	o 736
6.75/3.40	o 750
6.75/3.40	o 759
6.75/3.41	o 837
6.75/3.43	o 846
6.75/3.44	o 892
6.75/3.44	o 901
7.10/3.50	o 950
7.10/3.52	o 958
7.10/3.58	o 966
7.10/3.59	o 977
7.10/3.60	o 1020
7.46/3.64	o 1033
7.46/3.64	o 1042
7.46/3.64	o 1043
7.46/3.65	o 1052
7.46/3.65	o 1110
7.46/3.66	o 1122
7.46/3.66	o 1131
7.78/3.70	o 1139
7.78/3.70	o 1162
7.78/3.71	o 1163
7.78/3.73	o 1175
7.78/3.74	o 1177
7.78/3.75	o 1210
8.09/3.87	o 1222
8.09/3.89	o 1241
8.09/3.89	o 1243
8.39/3.94	o 1248
8.39/3.94	o 1257
8.39/3.97	o 1292
11.38/5.18	o 1296
12.57/6.07	o 1314
12.57/6.07	o 1323
252.04/234.80	Exception in thread "main" java.util.concurrent.TimeoutException
252.04/234.80		at concrete.MAC.mac(MAC.scala:188)
252.04/234.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.04/234.80		at scala.util.Try$.apply(Try.scala:209)
252.04/234.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.04/234.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.04/234.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.04/234.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.04/234.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.04/234.80		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.04/234.80		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.04/234.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.04/234.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.04/234.80		at concrete.MAC.oneRun(MAC.scala:253)
252.04/234.80		at concrete.MAC.nextSolution(MAC.scala:272)
252.04/234.80		at concrete.MAC.nextSolution(MAC.scala:355)
252.04/234.80		at concrete.Solver.hasNext(Solver.scala:166)
252.04/234.80		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.04/234.80		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.04/234.80		at concrete.Solver.foreach(Solver.scala:68)
252.04/234.80		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.04/234.80		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.04/234.80		at scala.util.Success.map(Try.scala:209)
252.04/234.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.04/234.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.04/234.80		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.04/234.80		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.04/234.80		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.04/234.80		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.04/234.80		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.04/234.80		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.04/234.80		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.04/234.80		at scala.collection.immutable.List.foreach(List.scala:389)
252.04/234.80		at scala.App.main(App.scala:76)
252.04/234.80		at scala.App.main$(App.scala:74)
252.04/234.80		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.04/234.80		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.04/234.81	v <instantiation cost="1323">
252.04/234.81	v       <list>
252.04/234.81	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59]
252.04/234.81	v       </list>
252.04/234.81	v       <values>
252.04/234.81	v         0 1 0 1 0 1 1 0 0 1 1 0 0 0 0 1 1 0 1 1 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 1 0 1 0 0 1 0 0 1 1 0 0 1
252.04/234.81	v       </values>
252.04/234.81	v     </instantiation>
252.04/234.81	s SATISFIABLE

Verifier Data

OK	1323

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302277-1532897942/watcher-4302277-1532897942 -o /tmp/evaluation-result-4302277-1532897942/solver-4302277-1532897942 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13368 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1992575151 HOME/instance-4302277-1532897942.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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=17378, runsolver pid=17375
Current StackSize limit: 8192 KiB


[startup+0.100107 s]*
/proc/loadavg: 2.35 1.88 1.71 4/206 17435
/proc/meminfo: memFree=24710852/32770624 swapFree=67108688/67108860
[pid=17378] ppid=17375 vsize=10005480 memory=20352 CPUtime=0.09 cores=0,2,4,6
/proc/17378/stat : 17378 (java) S 17375 17378 6529 0 -1 1077944320 4202 13158 0 0 1 0 5 3 20 0 6 0 107357081 10245611520 5088 33554432000 4194304 4196468 140734516483072 140734516465616 140646179462903 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
/proc/17378/statm: 2501370 5088 1933 1 0 2489808 0
[pid=17378/tid=17431] ppid=17375 vsize=10005480 memory=4351193297984651399 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17431/stat : 17431 (java) R 17375 17378 6529 0 -1 4202560 2006 13158 0 0 0 0 5 3 20 0 6 0 107357090 10245611520 5088 33554432000 4194304 4196468 140734516483072 140646151299664 140646179484829 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17432] ppid=17375 vsize=10005480 memory=8257237230052613020 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17432/stat : 17432 (java) S 17375 17378 6529 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 6 0 107357091 10245611520 5088 33554432000 4194304 4196468 140734516483072 140646183705488 140646179473109 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17433] ppid=17375 vsize=10005480 memory=140187910973056 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17433/stat : 17433 (java) S 17375 17378 6529 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 6 0 107357091 10245611520 5088 33554432000 4194304 4196468 140734516483072 140646038424336 140646179473109 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17434] ppid=17375 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17434/stat : 17434 (java) S 17375 17378 6529 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 6 0 107357091 10245611520 5088 33554432000 4194304 4196468 140734516483072 140646037372048 140646179473109 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17435] ppid=17375 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17435/stat : 17435 (java) S 17375 17378 6529 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 6 0 107357091 10245611520 5088 33554432000 4194304 4196468 140734516483072 140646036319248 140646179473109 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 20352 KiB

[startup+0.20999 s]*
/proc/loadavg: 2.35 1.88 1.71 3/215 17444
/proc/meminfo: memFree=24686980/32770624 swapFree=67108688/67108860
[pid=17378] ppid=17375 vsize=10982744 memory=46620 CPUtime=0.26 cores=0,2,4,6
/proc/17378/stat : 17378 (java) S 17375 17378 6529 0 -1 1077944320 7332 13158 0 0 17 1 5 3 20 0 15 0 107357081 11246329856 11655 33554432000 4194304 4196468 140734516483072 140734516465616 140646179462903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
/proc/17378/statm: 2745686 11655 2957 1 0 2708109 0
[pid=17378/tid=17431] ppid=17375 vsize=10982744 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/17378/task/17431/stat : 17431 (java) R 17375 17378 6529 0 -1 4202560 4038 13158 0 0 11 1 5 3 20 0 15 0 107357090 11246329856 11787 33554432000 4194304 4196468 140734516483072 140646151287320 140646159739728 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17432] ppid=17375 vsize=10982744 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17432/stat : 17432 (java) S 17375 17378 6529 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 107357091 11246329856 11787 33554432000 4194304 4196468 140734516483072 140646183705488 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17433] ppid=17375 vsize=10982744 memory=140187911616271 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17433/stat : 17433 (java) S 17375 17378 6529 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 107357091 11246329856 11787 33554432000 4194304 4196468 140734516483072 140646038424336 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17434] ppid=17375 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17434/stat : 17434 (java) S 17375 17378 6529 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 107357091 11246329856 11787 33554432000 4194304 4196468 140734516483072 140646037372048 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17435] ppid=17375 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17435/stat : 17435 (java) S 17375 17378 6529 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 107357091 11246329856 11787 33554432000 4194304 4196468 140734516483072 140646036319248 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17436] ppid=17375 vsize=10982744 memory=140187910973056 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17436/stat : 17436 (java) S 17375 17378 6529 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 107357092 11246329856 11787 33554432000 4194304 4196468 140734516483072 140645605382256 140646179474050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17437] ppid=17375 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17437/stat : 17437 (java) S 17375 17378 6529 0 -1 1077944384 13 13158 0 0 0 0 5 3 20 0 15 0 107357093 11246329856 11853 33554432000 4194304 4196468 140734516483072 140645012333344 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17438] ppid=17375 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17438/stat : 17438 (java) S 17375 17378 6529 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 107357093 11246329856 11853 33554432000 4194304 4196468 140734516483072 140644811007088 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17439] ppid=17375 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17439/stat : 17439 (java) S 17375 17378 6529 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 107357096 11246329856 11853 33554432000 4194304 4196468 140734516483072 140644503607376 140646179481499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17440] ppid=17375 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17378/task/17440/stat : 17440 (java) S 17375 17378 6529 0 -1 1077944384 422 13158 0 0 1 0 5 3 20 0 15 0 107357096 11246329856 11853 33554432000 4194304 4196468 140734516483072 140645604330096 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17441] ppid=17375 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/17378/task/17441/stat : 17441 (java) S 17375 17378 6529 0 -1 1077944384 187 13158 0 0 1 0 5 3 20 0 15 0 107357096 11246329856 11853 33554432000 4194304 4196468 140734516483072 140645603277296 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17442] ppid=17375 vsize=10982744 memory=140187910973056 CPUtime=0.11 cores=0,2,4,6
/proc/17378/task/17442/stat : 17442 (java) S 17375 17378 6529 0 -1 1077944384 611 13158 0 0 3 0 5 3 20 0 15 0 107357096 11246329856 11853 33554432000 4194304 4196468 140734516483072 140645602225008 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17443] ppid=17375 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17443/stat : 17443 (java) S 17375 17378 6529 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 107357096 11246329856 11853 33554432000 4194304 4196468 140734516483072 140644072811488 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17444] ppid=17375 vsize=10982744 memory=140187910973056 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17444/stat : 17444 (java) S 17375 17378 6529 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 107357096 11246329856 11853 33554432000 4194304 4196468 140734516483072 140645601171888 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 46620 KiB

[startup+0.310184 s]*
/proc/loadavg: 2.35 1.88 1.71 3/215 17444
/proc/meminfo: memFree=24674948/32770624 swapFree=67108688/67108860
[pid=17378] ppid=17375 vsize=10983192 memory=58656 CPUtime=0.38 cores=0,2,4,6
/proc/17378/stat : 17378 (java) S 17375 17378 6529 0 -1 1077944320 10197 13158 0 0 28 2 5 3 20 0 15 0 107357081 11246788608 14664 33554432000 4194304 4196468 140734516483072 140734516465616 140646179462903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
/proc/17378/statm: 2745798 14664 3076 1 0 2708109 0
[pid=17378/tid=17431] ppid=17375 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/17378/task/17431/stat : 17431 (java) R 17375 17378 6529 0 -1 4202560 6744 13158 0 0 19 1 5 3 20 0 15 0 107357090 11246788608 14664 33554432000 4194304 4196468 140734516483072 140646151274912 140646161026407 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17432] ppid=17375 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17432/stat : 17432 (java) S 17375 17378 6529 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 107357091 11246788608 14664 33554432000 4194304 4196468 140734516483072 140646183705488 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17433] ppid=17375 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17433/stat : 17433 (java) S 17375 17378 6529 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 107357091 11246788608 14664 33554432000 4194304 4196468 140734516483072 140646038424336 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17434] ppid=17375 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17434/stat : 17434 (java) S 17375 17378 6529 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 107357091 11246788608 14664 33554432000 4194304 4196468 140734516483072 140646037372048 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17435] ppid=17375 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17435/stat : 17435 (java) S 17375 17378 6529 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 107357091 11246788608 14664 33554432000 4194304 4196468 140734516483072 140646036319248 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17436] ppid=17375 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17436/stat : 17436 (java) S 17375 17378 6529 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 107357092 11246788608 14664 33554432000 4194304 4196468 140734516483072 140645605382256 140646179474050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17437] ppid=17375 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17437/stat : 17437 (java) S 17375 17378 6529 0 -1 1077944384 13 13158 0 0 0 0 5 3 20 0 15 0 107357093 11246788608 14664 33554432000 4194304 4196468 140734516483072 140645012333344 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17438] ppid=17375 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17438/stat : 17438 (java) S 17375 17378 6529 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 107357093 11246788608 14664 33554432000 4194304 4196468 140734516483072 140644811007088 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17439] ppid=17375 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17439/stat : 17439 (java) S 17375 17378 6529 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 107357096 11246788608 14664 33554432000 4194304 4196468 140734516483072 140644503607376 140646179481499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17440] ppid=17375 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17378/task/17440/stat : 17440 (java) S 17375 17378 6529 0 -1 1077944384 424 13158 0 0 1 0 5 3 20 0 15 0 107357096 11246788608 14664 33554432000 4194304 4196468 140734516483072 140645604330096 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17441] ppid=17375 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/17378/task/17441/stat : 17441 (java) S 17375 17378 6529 0 -1 1077944384 191 13158 0 0 1 0 5 3 20 0 15 0 107357096 11246788608 14664 33554432000 4194304 4196468 140734516483072 140645603277296 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17442] ppid=17375 vsize=10983192 memory=140187910973056 CPUtime=0.13 cores=0,2,4,6
/proc/17378/task/17442/stat : 17442 (java) S 17375 17378 6529 0 -1 1077944384 617 13158 0 0 5 0 5 3 20 0 15 0 107357096 11246788608 14664 33554432000 4194304 4196468 140734516483072 140645602225008 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17443] ppid=17375 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17443/stat : 17443 (java) S 17375 17378 6529 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 107357096 11246788608 14664 33554432000 4194304 4196468 140734516483072 140644072811488 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17444] ppid=17375 vsize=10983192 memory=140187910973056 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17444/stat : 17444 (java) S 17375 17378 6529 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 107357096 11246788608 14664 33554432000 4194304 4196468 140734516483072 140645601171888 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 58656 KiB

[startup+0.700698 s]
/proc/loadavg: 2.35 1.88 1.71 3/215 17444
/proc/meminfo: memFree=24661736/32770624 swapFree=67108688/67108860
[pid=17378] ppid=17375 vsize=10983192 memory=91032 CPUtime=0.99 cores=0,2,4,6
/proc/17378/stat : 17378 (java) S 17375 17378 6529 0 -1 1077944320 16345 13158 0 0 87 4 5 3 20 0 15 0 107357081 11246788608 22758 33554432000 4194304 4196468 140734516483072 140734516465616 140646179462903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
/proc/17378/statm: 2745798 22758 3239 1 0 2708109 0
[pid=17378/tid=17431] ppid=17375 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/17378/task/17431/stat : 17431 (java) R 17375 17378 6529 0 -1 4202560 11863 13158 0 0 56 3 5 3 20 0 15 0 107357090 11246788608 22758 33554432000 4194304 4196468 140734516483072 140646151283728 140646163543390 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17432] ppid=17375 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17432/stat : 17432 (java) S 17375 17378 6529 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 107357091 11246788608 22758 33554432000 4194304 4196468 140734516483072 140646183705488 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17433] ppid=17375 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17433/stat : 17433 (java) S 17375 17378 6529 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 107357091 11246788608 22758 33554432000 4194304 4196468 140734516483072 140646038424336 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17434] ppid=17375 vsize=10983192 memory=32804 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17434/stat : 17434 (java) S 17375 17378 6529 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 107357091 11246788608 22758 33554432000 4194304 4196468 140734516483072 140646037372048 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17435] ppid=17375 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17435/stat : 17435 (java) S 17375 17378 6529 0 -1 1077944384 2 13158 0 0 0 0 5 3 20 0 15 0 107357091 11246788608 22758 33554432000 4194304 4196468 140734516483072 140646036319248 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17436] ppid=17375 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17436/stat : 17436 (java) S 17375 17378 6529 0 -1 1077944384 5 13158 0 0 0 0 5 3 20 0 15 0 107357092 11246788608 22758 33554432000 4194304 4196468 140734516483072 140645605382256 140646179474050 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17437] ppid=17375 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17437/stat : 17437 (java) S 17375 17378 6529 0 -1 1077944384 13 13158 0 0 0 0 5 3 20 0 15 0 107357093 11246788608 22758 33554432000 4194304 4196468 140734516483072 140645012333344 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17438] ppid=17375 vsize=10983192 memory=140187799794448 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17438/stat : 17438 (java) S 17375 17378 6529 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 107357093 11246788608 22758 33554432000 4194304 4196468 140734516483072 140644811007088 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17439] ppid=17375 vsize=10983192 memory=140192027509329 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17439/stat : 17439 (java) S 17375 17378 6529 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 107357096 11246788608 22758 33554432000 4194304 4196468 140734516483072 140644503607376 140646179481499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17440] ppid=17375 vsize=10983192 memory=14076 CPUtime=0.17 cores=0,2,4,6
/proc/17378/task/17440/stat : 17440 (java) S 17375 17378 6529 0 -1 1077944384 1028 13158 0 0 9 0 5 3 20 0 15 0 107357096 11246788608 22758 33554432000 4194304 4196468 140734516483072 140645604330096 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17441] ppid=17375 vsize=10983192 memory=4639098309541127269 CPUtime=0.15 cores=0,2,4,6
/proc/17378/task/17441/stat : 17441 (java) S 17375 17378 6529 0 -1 1077944384 550 13158 0 0 7 0 5 3 20 0 15 0 107357096 11246788608 22758 33554432000 4194304 4196468 140734516483072 140645603277296 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17442] ppid=17375 vsize=10983192 memory=7885635084775281009 CPUtime=0.21 cores=0,2,4,6
/proc/17378/task/17442/stat : 17442 (java) S 17375 17378 6529 0 -1 1077944384 676 13158 0 0 13 0 5 3 20 0 15 0 107357096 11246788608 22758 33554432000 4194304 4196468 140734516483072 140645602225008 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17443] ppid=17375 vsize=10983192 memory=4140 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17443/stat : 17443 (java) S 17375 17378 6529 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 107357096 11246788608 22758 33554432000 4194304 4196468 140734516483072 140644072811488 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17444] ppid=17375 vsize=10983192 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17444/stat : 17444 (java) S 17375 17378 6529 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 107357096 11246788608 22758 33554432000 4194304 4196468 140734516483072 140645601171888 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 91032 KiB

[startup+1.50068 s]
/proc/loadavg: 2.35 1.88 1.71 3/215 17444
/proc/meminfo: memFree=24616528/32770624 swapFree=67108688/67108860
[pid=17378] ppid=17375 vsize=10998092 memory=181672 CPUtime=2.22 cores=0,2,4,6
/proc/17378/stat : 17378 (java) S 17375 17378 6529 0 -1 1077944320 23466 13158 0 0 205 9 5 3 20 0 15 0 107357081 11262046208 45418 33554432000 4194304 4196468 140734516483072 140734516465616 140646179462903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
/proc/17378/statm: 2749523 45418 3470 1 0 2711181 0
[pid=17378/tid=17431] ppid=17375 vsize=10998092 memory=12848 CPUtime=1.43 cores=0,2,4,6
/proc/17378/task/17431/stat : 17431 (java) R 17375 17378 6529 0 -1 4202560 17422 13158 0 0 130 5 5 3 20 0 15 0 107357090 11262046208 45418 33554432000 4194304 4196468 140734516483072 140646151293248 140646164831711 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17432] ppid=17375 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/17378/task/17432/stat : 17432 (java) S 17375 17378 6529 0 -1 1077944384 23 13158 0 0 1 0 5 3 20 0 15 0 107357091 11262046208 45418 33554432000 4194304 4196468 140734516483072 140646183705488 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17433] ppid=17375 vsize=10998092 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/17378/task/17433/stat : 17433 (java) S 17375 17378 6529 0 -1 1077944384 70 13158 0 0 1 0 5 3 20 0 15 0 107357091 11262046208 45418 33554432000 4194304 4196468 140734516483072 140646038424336 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17434] ppid=17375 vsize=10998092 memory=2724 CPUtime=0.09 cores=0,2,4,6
/proc/17378/task/17434/stat : 17434 (java) S 17375 17378 6529 0 -1 1077944384 30 13158 0 0 1 0 5 3 20 0 15 0 107357091 11262046208 45418 33554432000 4194304 4196468 140734516483072 140646037372048 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17435] ppid=17375 vsize=10998092 memory=91032 CPUtime=0.09 cores=0,2,4,6
/proc/17378/task/17435/stat : 17435 (java) S 17375 17378 6529 0 -1 1077944384 312 13158 0 0 1 0 5 3 20 0 15 0 107357091 11262046208 45418 33554432000 4194304 4196468 140734516483072 140646036319248 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17436] ppid=17375 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17378/task/17436/stat : 17436 (java) S 17375 17378 6529 0 -1 1077944384 65 13158 0 0 1 0 5 3 20 0 15 0 107357092 11262046208 45418 33554432000 4194304 4196468 140734516483072 140645605382256 140646179474050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17437] ppid=17375 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17437/stat : 17437 (java) S 17375 17378 6529 0 -1 1077944384 14 13158 0 0 0 0 5 3 20 0 15 0 107357093 11262046208 45418 33554432000 4194304 4196468 140734516483072 140645012333408 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17438] ppid=17375 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17438/stat : 17438 (java) S 17375 17378 6529 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 107357093 11262046208 45418 33554432000 4194304 4196468 140734516483072 140644811007088 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17439] ppid=17375 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17439/stat : 17439 (java) S 17375 17378 6529 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 107357096 11262046208 45418 33554432000 4194304 4196468 140734516483072 140644503607376 140646179481499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17440] ppid=17375 vsize=10998092 memory=6935649255759568960 CPUtime=0.28 cores=0,2,4,6
/proc/17378/task/17440/stat : 17440 (java) S 17375 17378 6529 0 -1 1077944384 1173 13158 0 0 20 0 5 3 20 0 15 0 107357096 11262046208 45418 33554432000 4194304 4196468 140734516483072 140645604330096 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17441] ppid=17375 vsize=10998092 memory=280375599864704 CPUtime=0.27 cores=0,2,4,6
/proc/17378/task/17441/stat : 17441 (java) S 17375 17378 6529 0 -1 1077944384 1107 13158 0 0 19 0 5 3 20 0 15 0 107357096 11262046208 45418 33554432000 4194304 4196468 140734516483072 140645603277296 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17442] ppid=17375 vsize=10998092 memory=6944656592452938395 CPUtime=0.36 cores=0,2,4,6
/proc/17378/task/17442/stat : 17442 (java) S 17375 17378 6529 0 -1 1077944384 1047 13158 0 0 28 0 5 3 20 0 15 0 107357096 11262046208 45418 33554432000 4194304 4196468 140734516483072 140645602225008 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17443] ppid=17375 vsize=10998092 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17443/stat : 17443 (java) S 17375 17378 6529 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 107357096 11262046208 45418 33554432000 4194304 4196468 140734516483072 140644072811488 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17444] ppid=17375 vsize=10998092 memory=4206468019014099040 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17444/stat : 17444 (java) S 17375 17378 6529 0 -1 1077944384 1 13158 0 0 0 0 5 3 20 0 15 0 107357096 11262046208 45418 33554432000 4194304 4196468 140734516483072 140645601171888 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
Current children cumulated CPU time: 2.22 s
Current children cumulated vsize: 10998092 KiB

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

/proc/17378/task/17431/stat : 17431 (java) R 17375 17378 6529 0 -1 4202560 43786 13158 0 0 10129 20 5 3 20 0 15 0 107357090 11343855616 213407 33554432000 4194304 4196468 140734516483072 140646151297568 140645713372209 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17432] ppid=17375 vsize=11077984 memory=853628 CPUtime=0.34 cores=0,2,4,6
/proc/17378/task/17432/stat : 17432 (java) S 17375 17378 6529 0 -1 1077944384 474 13158 0 0 23 3 5 3 20 0 15 0 107357091 11343855616 213407 33554432000 4194304 4196468 140734516483072 140646183705488 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17433] ppid=17375 vsize=11077984 memory=851580 CPUtime=0.35 cores=0,2,4,6
/proc/17378/task/17433/stat : 17433 (java) S 17375 17378 6529 0 -1 1077944384 1944 13158 0 0 23 4 5 3 20 0 15 0 107357091 11343855616 213407 33554432000 4194304 4196468 140734516483072 140646038424336 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17434] ppid=17375 vsize=11077984 memory=853628 CPUtime=0.35 cores=0,2,4,6
/proc/17378/task/17434/stat : 17434 (java) S 17375 17378 6529 0 -1 1077944384 1456 13158 0 0 24 3 5 3 20 0 15 0 107357091 11343855616 213407 33554432000 4194304 4196468 140734516483072 140646037372048 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17435] ppid=17375 vsize=11077984 memory=140187800171617 CPUtime=0.35 cores=0,2,4,6
/proc/17378/task/17435/stat : 17435 (java) S 17375 17378 6529 0 -1 1077944384 3838 13158 0 0 24 3 5 3 20 0 15 0 107357091 11343855616 213407 33554432000 4194304 4196468 140734516483072 140646036319248 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17436] ppid=17375 vsize=11077984 memory=33 CPUtime=0.34 cores=0,2,4,6
/proc/17378/task/17436/stat : 17436 (java) S 17375 17378 6529 0 -1 1077944384 3284 13158 0 0 24 2 5 3 20 0 15 0 107357092 11343855616 213407 33554432000 4194304 4196468 140734516483072 140645605382256 140646179474050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17437] ppid=17375 vsize=11077984 memory=7165062429642483541 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17437/stat : 17437 (java) S 17375 17378 6529 0 -1 1077944384 15 13158 0 0 0 0 5 3 20 0 15 0 107357093 11343855616 213407 33554432000 4194304 4196468 140734516483072 140645012333472 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17438] ppid=17375 vsize=11077984 memory=1296 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17438/stat : 17438 (java) S 17375 17378 6529 0 -1 1077944384 4 13158 0 0 0 0 5 3 20 0 15 0 107357093 11343855616 213407 33554432000 4194304 4196468 140734516483072 140644811007104 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17439] ppid=17375 vsize=11077984 memory=2408 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17439/stat : 17439 (java) S 17375 17378 6529 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 107357096 11343855616 213407 33554432000 4194304 4196468 140734516483072 140644503607376 140646179481499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17440] ppid=17375 vsize=11077984 memory=853628 CPUtime=5.84 cores=0,2,4,6
/proc/17378/task/17440/stat : 17440 (java) S 17375 17378 6529 0 -1 1077944384 7806 13158 0 0 572 4 5 3 20 0 15 0 107357096 11343855616 213407 33554432000 4194304 4196468 140734516483072 140645604330096 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17441] ppid=17375 vsize=11077984 memory=14076 CPUtime=6.3 cores=0,2,4,6
/proc/17378/task/17441/stat : 17441 (java) S 17375 17378 6529 0 -1 1077944384 15100 13158 0 0 617 5 5 3 20 0 15 0 107357096 11343855616 213407 33554432000 4194304 4196468 140734516483072 140645603277296 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17442] ppid=17375 vsize=11077984 memory=1204 CPUtime=2.94 cores=0,2,4,6
/proc/17378/task/17442/stat : 17442 (java) S 17375 17378 6529 0 -1 1077944384 12826 13158 0 0 281 5 5 3 20 0 15 0 107357096 11343855616 213407 33554432000 4194304 4196468 140734516483072 140645602225008 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17443] ppid=17375 vsize=11077984 memory=15872 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17443/stat : 17443 (java) S 17375 17378 6529 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 107357096 11343855616 213407 33554432000 4194304 4196468 140734516483072 140644072811488 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17444] ppid=17375 vsize=11077984 memory=56 CPUtime=0.12 cores=0,2,4,6
/proc/17378/task/17444/stat : 17444 (java) S 17375 17378 6529 0 -1 1077944384 1356 13158 0 0 1 3 5 3 20 0 15 0 107357096 11343855616 213407 33554432000 4194304 4196468 140734516483072 140645601171888 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
Current children cumulated CPU time: 117.89 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 853628 KiB

[startup+162.301 s]
/proc/loadavg: 1.66 1.77 1.69 3/215 17475
/proc/meminfo: memFree=23857372/32770624 swapFree=67108688/67108860
[pid=17378] ppid=17375 vsize=11077984 memory=853656 CPUtime=178.61 cores=0,2,4,6
/proc/17378/stat : 17378 (java) S 17375 17378 6529 0 -1 1077944320 98088 13158 0 0 17792 61 5 3 20 0 15 0 107357081 11343855616 213414 33554432000 4194304 4196468 140734516483072 140734516465616 140646179462903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
/proc/17378/statm: 2769496 213414 3521 1 0 2731149 0
[pid=17378/tid=17431] ppid=17375 vsize=11077984 memory=853656 CPUtime=160.99 cores=0,2,4,6
/proc/17378/task/17431/stat : 17431 (java) R 17375 17378 6529 0 -1 4202560 44722 13158 0 0 16070 21 5 3 20 0 15 0 107357090 11343855616 213414 33554432000 4194304 4196468 140734516483072 140646151298464 140645706074511 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17432] ppid=17375 vsize=11077984 memory=853656 CPUtime=0.59 cores=0,2,4,6
/proc/17378/task/17432/stat : 17432 (java) S 17375 17378 6529 0 -1 1077944384 532 13158 0 0 47 4 5 3 20 0 15 0 107357091 11343855616 213414 33554432000 4194304 4196468 140734516483072 140646183705488 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17433] ppid=17375 vsize=11077984 memory=853636 CPUtime=0.6 cores=0,2,4,6
/proc/17378/task/17433/stat : 17433 (java) S 17375 17378 6529 0 -1 1077944384 3521 13158 0 0 47 5 5 3 20 0 15 0 107357091 11343855616 213414 33554432000 4194304 4196468 140734516483072 140646038424336 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17434] ppid=17375 vsize=11077984 memory=853656 CPUtime=0.59 cores=0,2,4,6
/proc/17378/task/17434/stat : 17434 (java) S 17375 17378 6529 0 -1 1077944384 1550 13158 0 0 47 4 5 3 20 0 15 0 107357091 11343855616 213414 33554432000 4194304 4196468 140734516483072 140646037372048 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17435] ppid=17375 vsize=11077984 memory=853656 CPUtime=0.6 cores=0,2,4,6
/proc/17378/task/17435/stat : 17435 (java) S 17375 17378 6529 0 -1 1077944384 3924 13158 0 0 48 4 5 3 20 0 15 0 107357091 11343855616 213414 33554432000 4194304 4196468 140734516483072 140646036319248 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17436] ppid=17375 vsize=11077984 memory=853656 CPUtime=0.6 cores=0,2,4,6
/proc/17378/task/17436/stat : 17436 (java) S 17375 17378 6529 0 -1 1077944384 3683 13158 0 0 49 3 5 3 20 0 15 0 107357092 11343855616 213414 33554432000 4194304 4196468 140734516483072 140645605382256 140646179474050 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17437] ppid=17375 vsize=11077984 memory=853656 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17437/stat : 17437 (java) S 17375 17378 6529 0 -1 1077944384 15 13158 0 0 0 0 5 3 20 0 15 0 107357093 11343855616 213414 33554432000 4194304 4196468 140734516483072 140645012333472 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17438] ppid=17375 vsize=11077984 memory=853656 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17438/stat : 17438 (java) S 17375 17378 6529 0 -1 1077944384 4 13158 0 0 0 0 5 3 20 0 15 0 107357093 11343855616 213414 33554432000 4194304 4196468 140734516483072 140644811007104 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17439] ppid=17375 vsize=11077984 memory=853656 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17439/stat : 17439 (java) S 17375 17378 6529 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 107357096 11343855616 213414 33554432000 4194304 4196468 140734516483072 140644503607376 140646179481499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17440] ppid=17375 vsize=11077984 memory=853656 CPUtime=5.84 cores=0,2,4,6
/proc/17378/task/17440/stat : 17440 (java) S 17375 17378 6529 0 -1 1077944384 7809 13158 0 0 572 4 5 3 20 0 15 0 107357096 11343855616 213414 33554432000 4194304 4196468 140734516483072 140645604330096 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17441] ppid=17375 vsize=11077984 memory=4140 CPUtime=6.3 cores=0,2,4,6
/proc/17378/task/17441/stat : 17441 (java) S 17375 17378 6529 0 -1 1077944384 15102 13158 0 0 617 5 5 3 20 0 15 0 107357096 11343855616 213414 33554432000 4194304 4196468 140734516483072 140645603277296 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17442] ppid=17375 vsize=11077984 memory=6791534058613427641 CPUtime=2.94 cores=0,2,4,6
/proc/17378/task/17442/stat : 17442 (java) S 17375 17378 6529 0 -1 1077944384 13659 13158 0 0 281 5 5 3 20 0 15 0 107357096 11343855616 213414 33554432000 4194304 4196468 140734516483072 140645602225008 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17443] ppid=17375 vsize=11077984 memory=1952 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17443/stat : 17443 (java) S 17375 17378 6529 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 107357096 11343855616 213414 33554432000 4194304 4196468 140734516483072 140644072811488 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17444] ppid=17375 vsize=11077984 memory=853656 CPUtime=0.16 cores=0,2,4,6
/proc/17378/task/17444/stat : 17444 (java) S 17375 17378 6529 0 -1 1077944384 1366 13158 0 0 3 5 5 3 20 0 15 0 107357096 11343855616 213414 33554432000 4194304 4196468 140734516483072 140645601171888 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
Current children cumulated CPU time: 178.61 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 853656 KiB

[startup+222.301 s]
/proc/loadavg: 1.84 1.77 1.70 5/215 17731
/proc/meminfo: memFree=24301964/32770624 swapFree=67108688/67108860
[pid=17378] ppid=17375 vsize=11077984 memory=853752 CPUtime=239.37 cores=0,2,4,6
/proc/17378/stat : 17378 (java) S 17375 17378 6529 0 -1 1077944320 101508 13158 0 0 23858 71 5 3 20 0 15 0 107357081 11343855616 213438 33554432000 4194304 4196468 140734516483072 140734516465616 140646179462903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
/proc/17378/statm: 2769496 213438 3521 1 0 2731149 0
[pid=17378/tid=17431] ppid=17375 vsize=11077984 memory=853752 CPUtime=220.32 cores=0,2,4,6
/proc/17378/task/17431/stat : 17431 (java) R 17375 17378 6529 0 -1 4202560 45922 13158 0 0 22000 24 5 3 20 0 15 0 107357090 11343855616 213438 33554432000 4194304 4196468 140734516483072 140646151298544 140645713067338 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17432] ppid=17375 vsize=11077984 memory=853752 CPUtime=0.88 cores=0,2,4,6
/proc/17378/task/17432/stat : 17432 (java) S 17375 17378 6529 0 -1 1077944384 1586 13158 0 0 74 6 5 3 20 0 15 0 107357091 11343855616 213438 33554432000 4194304 4196468 140734516483072 140646183705488 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17433] ppid=17375 vsize=11077984 memory=853752 CPUtime=0.88 cores=0,2,4,6
/proc/17378/task/17433/stat : 17433 (java) S 17375 17378 6529 0 -1 1077944384 3669 13158 0 0 72 8 5 3 20 0 15 0 107357091 11343855616 213438 33554432000 4194304 4196468 140734516483072 140646038424336 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17434] ppid=17375 vsize=11077984 memory=853752 CPUtime=0.88 cores=0,2,4,6
/proc/17378/task/17434/stat : 17434 (java) S 17375 17378 6529 0 -1 1077944384 2050 13158 0 0 74 6 5 3 20 0 15 0 107357091 11343855616 213438 33554432000 4194304 4196468 140734516483072 140646037372048 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17435] ppid=17375 vsize=11077984 memory=14076 CPUtime=0.88 cores=0,2,4,6
/proc/17378/task/17435/stat : 17435 (java) S 17375 17378 6529 0 -1 1077944384 4031 13158 0 0 74 6 5 3 20 0 15 0 107357091 11343855616 213438 33554432000 4194304 4196468 140734516483072 140646036319248 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17436] ppid=17375 vsize=11077984 memory=1724 CPUtime=0.88 cores=0,2,4,6
/proc/17378/task/17436/stat : 17436 (java) S 17375 17378 6529 0 -1 1077944384 4064 13158 0 0 76 4 5 3 20 0 15 0 107357092 11343855616 213438 33554432000 4194304 4196468 140734516483072 140645605382256 140646179474050 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17437] ppid=17375 vsize=11077984 memory=853636 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17437/stat : 17437 (java) S 17375 17378 6529 0 -1 1077944384 15 13158 0 0 0 0 5 3 20 0 15 0 107357093 11343855616 213438 33554432000 4194304 4196468 140734516483072 140645012333472 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17438] ppid=17375 vsize=11077984 memory=30656 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17438/stat : 17438 (java) S 17375 17378 6529 0 -1 1077944384 4 13158 0 0 0 0 5 3 20 0 15 0 107357093 11343855616 213438 33554432000 4194304 4196468 140734516483072 140644811007104 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17439] ppid=17375 vsize=11077984 memory=853752 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17439/stat : 17439 (java) S 17375 17378 6529 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 107357096 11343855616 213438 33554432000 4194304 4196468 140734516483072 140644503607376 140646179481499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17440] ppid=17375 vsize=11077984 memory=4140 CPUtime=5.84 cores=0,2,4,6
/proc/17378/task/17440/stat : 17440 (java) S 17375 17378 6529 0 -1 1077944384 7812 13158 0 0 572 4 5 3 20 0 15 0 107357096 11343855616 213438 33554432000 4194304 4196468 140734516483072 140645604330096 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17441] ppid=17375 vsize=11077984 memory=853752 CPUtime=6.3 cores=0,2,4,6
/proc/17378/task/17441/stat : 17441 (java) S 17375 17378 6529 0 -1 1077944384 15104 13158 0 0 617 5 5 3 20 0 15 0 107357096 11343855616 213438 33554432000 4194304 4196468 140734516483072 140645603277296 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17442] ppid=17375 vsize=11077984 memory=4140 CPUtime=2.94 cores=0,2,4,6
/proc/17378/task/17442/stat : 17442 (java) S 17375 17378 6529 0 -1 1077944384 13662 13158 0 0 281 5 5 3 20 0 15 0 107357096 11343855616 213438 33554432000 4194304 4196468 140734516483072 140645602225008 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17443] ppid=17375 vsize=11077984 memory=30656 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17443/stat : 17443 (java) S 17375 17378 6529 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 107357096 11343855616 213438 33554432000 4194304 4196468 140734516483072 140644072811488 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17444] ppid=17375 vsize=11077984 memory=1296 CPUtime=0.18 cores=0,2,4,6
/proc/17378/task/17444/stat : 17444 (java) S 17375 17378 6529 0 -1 1077944384 1388 13158 0 0 4 6 5 3 20 0 15 0 107357096 11343855616 213438 33554432000 4194304 4196468 140734516483072 140645601171888 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
Current children cumulated CPU time: 239.37 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 853752 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+234.801 s]
/proc/loadavg: 1.88 1.78 1.70 3/215 17731
/proc/meminfo: memFree=23757812/32770624 swapFree=67108688/67108860
[pid=17378] ppid=17375 vsize=11077984 memory=853752 CPUtime=252.04 cores=0,2,4,6
/proc/17378/stat : 17378 (java) S 17375 17378 6529 0 -1 1077944320 101939 13158 0 0 25123 73 5 3 20 0 15 0 107357081 11343855616 213438 33554432000 4194304 4196468 140734516483072 140734516465616 140646179462903 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
/proc/17378/statm: 2769496 213438 3521 1 0 2731149 0
[pid=17378/tid=17431] ppid=17375 vsize=11077984 memory=6791534058613427641 CPUtime=232.68 cores=0,2,4,6
/proc/17378/task/17431/stat : 17431 (java) R 17375 17378 6529 0 -1 4202560 46341 13158 0 0 23236 24 5 3 20 0 15 0 107357090 11343855616 213438 33554432000 4194304 4196468 140734516483072 140646151298464 140645713165207 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17432] ppid=17375 vsize=11077984 memory=4126316290023845779 CPUtime=0.93 cores=0,2,4,6
/proc/17378/task/17432/stat : 17432 (java) S 17375 17378 6529 0 -1 1077944384 1588 13158 0 0 79 6 5 3 20 0 15 0 107357091 11343855616 213438 33554432000 4194304 4196468 140734516483072 140646183705488 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17433] ppid=17375 vsize=11077984 memory=6791534058613427641 CPUtime=0.94 cores=0,2,4,6
/proc/17378/task/17433/stat : 17433 (java) S 17375 17378 6529 0 -1 1077944384 3670 13158 0 0 78 8 5 3 20 0 15 0 107357091 11343855616 213438 33554432000 4194304 4196468 140734516483072 140646038424336 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17434] ppid=17375 vsize=11077984 memory=6791534058613427641 CPUtime=0.95 cores=0,2,4,6
/proc/17378/task/17434/stat : 17434 (java) S 17375 17378 6529 0 -1 1077944384 2054 13158 0 0 80 7 5 3 20 0 15 0 107357091 11343855616 213438 33554432000 4194304 4196468 140734516483072 140646037372048 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17435] ppid=17375 vsize=11077984 memory=30656 CPUtime=0.94 cores=0,2,4,6
/proc/17378/task/17435/stat : 17435 (java) S 17375 17378 6529 0 -1 1077944384 4033 13158 0 0 80 6 5 3 20 0 15 0 107357091 11343855616 213438 33554432000 4194304 4196468 140734516483072 140646036319248 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17436] ppid=17375 vsize=11077984 memory=1296 CPUtime=0.93 cores=0,2,4,6
/proc/17378/task/17436/stat : 17436 (java) S 17375 17378 6529 0 -1 1077944384 4067 13158 0 0 81 4 5 3 20 0 15 0 107357092 11343855616 213438 33554432000 4194304 4196468 140734516483072 140645605382256 140646179474050 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17437] ppid=17375 vsize=11077984 memory=288230574492221466 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17437/stat : 17437 (java) S 17375 17378 6529 0 -1 1077944384 15 13158 0 0 0 0 5 3 20 0 15 0 107357093 11343855616 213438 33554432000 4194304 4196468 140734516483072 140645012333472 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17438] ppid=17375 vsize=11077984 memory=288230583166042425 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17438/stat : 17438 (java) S 17375 17378 6529 0 -1 1077944384 4 13158 0 0 0 0 5 3 20 0 15 0 107357093 11343855616 213438 33554432000 4194304 4196468 140734516483072 140644811007104 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17439] ppid=17375 vsize=11077984 memory=13846365516073407 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17439/stat : 17439 (java) S 17375 17378 6529 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 107357096 11343855616 213438 33554432000 4194304 4196468 140734516483072 140644503607376 140646179481499 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17440] ppid=17375 vsize=11077984 memory=13846365516073407 CPUtime=5.84 cores=0,2,4,6
/proc/17378/task/17440/stat : 17440 (java) S 17375 17378 6529 0 -1 1077944384 7812 13158 0 0 572 4 5 3 20 0 15 0 107357096 11343855616 213438 33554432000 4194304 4196468 140734516483072 140645604330096 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17441] ppid=17375 vsize=11077984 memory=13846365516073407 CPUtime=6.3 cores=0,2,4,6
/proc/17378/task/17441/stat : 17441 (java) S 17375 17378 6529 0 -1 1077944384 15104 13158 0 0 617 5 5 3 20 0 15 0 107357096 11343855616 213438 33554432000 4194304 4196468 140734516483072 140645603277296 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17442] ppid=17375 vsize=11077984 memory=1408 CPUtime=2.94 cores=0,2,4,6
/proc/17378/task/17442/stat : 17442 (java) S 17375 17378 6529 0 -1 1077944384 13662 13158 0 0 281 5 5 3 20 0 15 0 107357096 11343855616 213438 33554432000 4194304 4196468 140734516483072 140645602225008 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17443] ppid=17375 vsize=11077984 memory=2680 CPUtime=0.08 cores=0,2,4,6
/proc/17378/task/17443/stat : 17443 (java) S 17375 17378 6529 0 -1 1077944384 3 13158 0 0 0 0 5 3 20 0 15 0 107357096 11343855616 213438 33554432000 4194304 4196468 140734516483072 140644072811488 140646179473109 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
[pid=17378/tid=17444] ppid=17375 vsize=11077984 memory=610804 CPUtime=0.2 cores=0,2,4,6
/proc/17378/task/17444/stat : 17444 (java) S 17375 17378 6529 0 -1 1077944384 1388 13158 0 0 5 7 5 3 20 0 15 0 107357096 11343855616 213438 33554432000 4194304 4196468 140734516483072 140645601171888 140646179474050 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 27471872 140734516488817 140734516491617 140734516491617 140734516494287 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 853752 KiB

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

[startup+234.835 s]
# the end of solver process 17378 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.298 s, system=0.788171 s

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

Child status: 143
Real time (s): 234.836
CPU time (s): 252.086
CPU user time (s): 251.298
CPU system time (s): 0.788171
CPU usage (%): 107.346
Max. virtual memory (cumulated for all children) (KiB): 11080696
Max. memory (cumulated for all children) (KiB): 864908

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.298
system time used= 0.788171
maximum resident set size= 865424
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117565
page faults= 0
swaps= 0
block input operations= 0
block output operations= 440
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 35561
involuntary context switches= 733


# summary of solver processes directly reported to runsolver:
#   pid: 17378
#   total CPU time (s): 252.086
#   total CPU user time (s): 251.298
#   total CPU system time (s): 0.788171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.50735 second user time and 2.09434 second system time

The end

Launcher Data

Begin job on node106 at 2018-07-29 22:59:02
IDJOB=4302277
IDBENCH=141533
IDSOLVER=2776
FILE ID=node106/4302277-1532897942
RUNJOBID= node106-1532895551-13368
PBS_JOBID= 21022522
Free space on /tmp= 54700 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Knapsack/Knapsack-60-250-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302277-1532897942/watcher-4302277-1532897942 -o /tmp/evaluation-result-4302277-1532897942/solver-4302277-1532897942 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node106-1532895551-13368 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1992575151 HOME/instance-4302277-1532897942.xml

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

MD5SUM BENCH= 572d51936cbf7dcb36f92bd653feb000
RANDOM SEED=1992575151

node106.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24718436 kB
MemAvailable:   31092032 kB
Buffers:          248944 kB
Cached:          6358116 kB
SwapCached:            0 kB
Active:          3280368 kB
Inactive:        4221988 kB
Active(anon):     842884 kB
Inactive(anon):    80476 kB
Active(file):    2437484 kB
Inactive(file):  4141512 kB
Unevictable:        6960 kB
Mlocked:            6960 kB
SwapTotal:      67108860 kB
SwapFree:       67108688 kB
Dirty:             26644 kB
Writeback:             0 kB
AnonPages:        892396 kB
Mapped:            58100 kB
Shmem:             25056 kB
Slab:             248548 kB
SReclaimable:     220868 kB
SUnreclaim:        27680 kB
KernelStack:        3552 kB
PageTables:         6956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2084112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    675840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 54672 MiB
End job on node106 at 2018-07-29 23:02:57