Trace number 4302630

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.2-SuperNGSAT (TO)1564 252.082 232.25

General information on the benchmark

NameKnapsack/
Knapsack-80-350-00_c18.xml
MD5SUM1f34f05b99985a85112f7d36079fd716
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark1564
Best CPU time to get the best result obtained on this benchmark248.986
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":80}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":80}]
Minimum constraint arity80
Maximum constraint arity80
Distribution of constraint arities[{"arity":80,"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.98/0.74	c Concrete v3.9.2.1532736233296 running
6.82/3.42	o 669
6.82/3.45	o 680
6.82/3.46	o 684
6.82/3.47	o 712
6.82/3.47	o 751
6.82/3.49	o 803
7.15/3.51	o 808
7.15/3.52	o 824
7.15/3.53	o 860
7.15/3.54	o 866
7.15/3.55	o 889
7.15/3.55	o 891
7.15/3.55	o 894
7.15/3.56	o 899
7.15/3.57	o 920
7.54/3.69	o 927
7.54/3.69	o 966
7.54/3.70	o 1037
7.89/3.77	o 1044
7.89/3.78	o 1045
7.89/3.78	o 1066
8.53/3.91	o 1105
8.53/3.91	o 1120
8.53/3.92	o 1128
8.53/3.97	o 1135
9.17/4.11	o 1150
9.75/4.30	o 1151
10.98/4.80	o 1210
10.98/4.80	o 1219
10.98/4.80	o 1278
10.98/4.80	o 1284
10.98/4.80	o 1338
10.98/4.80	o 1358
10.98/4.80	o 1375
10.98/4.80	o 1406
10.98/4.80	o 1454
11.79/5.10	o 1458
11.79/5.10	o 1482
11.79/5.10	o 1506
15.23/7.85	o 1524
15.72/8.29	o 1530
19.96/11.66	o 1545
21.71/13.18	o 1549
21.85/13.22	o 1552
22.13/13.40	o 1564
252.02/232.21	Exception in thread "main" java.util.concurrent.TimeoutException
252.02/232.21		at concrete.MAC.mac(MAC.scala:188)
252.02/232.21		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.02/232.21		at scala.util.Try$.apply(Try.scala:209)
252.02/232.21		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.02/232.21		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.02/232.21		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.02/232.21		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.02/232.21		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.02/232.21		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.02/232.21		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.02/232.21		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.02/232.21		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.02/232.21		at concrete.MAC.oneRun(MAC.scala:253)
252.02/232.21		at concrete.MAC.nextSolution(MAC.scala:272)
252.02/232.21		at concrete.MAC.nextSolution(MAC.scala:355)
252.02/232.21		at concrete.Solver.hasNext(Solver.scala:166)
252.02/232.21		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.02/232.21		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.02/232.21		at concrete.Solver.foreach(Solver.scala:68)
252.02/232.21		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.02/232.21		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.02/232.21		at scala.util.Success.map(Try.scala:209)
252.02/232.21		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.02/232.21		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.02/232.21		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.02/232.21		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.02/232.21		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.02/232.21		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.02/232.21		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.02/232.21		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.02/232.21		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.02/232.21		at scala.collection.immutable.List.foreach(List.scala:389)
252.02/232.21		at scala.App.main(App.scala:76)
252.02/232.21		at scala.App.main$(App.scala:74)
252.02/232.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.02/232.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.02/232.22	v <instantiation cost="1564">
252.02/232.22	v       <list>
252.02/232.22	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] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79]
252.02/232.22	v       </list>
252.02/232.22	v       <values>
252.02/232.22	v         1 0 0 0 0 0 1 1 0 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 1 1 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 1 1 0 0 1 1 1 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 1 0 0 0 0 1 1 0 0 0 1 0 0 0 0 0
252.02/232.22	v       </values>
252.02/232.22	v     </instantiation>
252.02/232.22	s SATISFIABLE

Verifier Data

OK	1564

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302630-1532898352/watcher-4302630-1532898352 -o /tmp/evaluation-result-4302630-1532898352/solver-4302630-1532898352 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9922 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=512131189 -superng HOME/instance-4302630-1532898352.xml 

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

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
Current StackSize limit: 8192 KiB

solver pid=14357, runsolver pid=14354

[startup+0.100117 s]*
/proc/loadavg: 1.56 1.84 1.80 3/206 14414
/proc/meminfo: memFree=19650092/32770624 swapFree=67108860/67108860
[pid=14357] ppid=14354 vsize=10005480 memory=16812 CPUtime=0.08 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 8396 0 -1 1077944320 4350 13187 0 0 1 0 4 3 20 0 6 0 107398383 10245611520 4203 33554432000 4194304 4196468 140722177893200 140722177875744 140707142782711 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
/proc/14357/statm: 2501370 4203 1935 1 0 2489808 0
[pid=14357/tid=14410] ppid=14354 vsize=10005480 memory=4279135703946462605 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14410/stat : 14410 (java) R 14354 14357 8396 0 -1 4202560 2175 13187 0 0 0 0 4 3 20 0 6 0 107398392 10245611520 4203 33554432000 4194304 4196468 140722177893200 140707114619472 140707126863198 0 4 0 16784584 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14411] ppid=14354 vsize=10005480 memory=8257237230052613020 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14411/stat : 14411 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 6 0 107398393 10245611520 4203 33554432000 4194304 4196468 140722177893200 140707147024912 140707142792917 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14412] ppid=14354 vsize=10005480 memory=140302350706304 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14412/stat : 14412 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 6 0 107398393 10245611520 4203 33554432000 4194304 4196468 140722177893200 140707028290192 140707142792917 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14413] ppid=14354 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14413/stat : 14413 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 6 0 107398393 10245611520 4203 33554432000 4194304 4196468 140722177893200 140707027237136 140707142792917 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14414] ppid=14354 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14414/stat : 14414 (java) S 14354 14357 8396 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 6 0 107398393 10245611520 4203 33554432000 4194304 4196468 140722177893200 140707026184592 140707142792917 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209771 s]*
/proc/loadavg: 1.56 1.84 1.80 3/215 14423
/proc/meminfo: memFree=19626016/32770624 swapFree=67108860/67108860
[pid=14357] ppid=14354 vsize=10982744 memory=44720 CPUtime=0.25 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 8396 0 -1 1077944320 7917 13187 0 0 16 2 4 3 20 0 15 0 107398383 11246329856 11180 33554432000 4194304 4196468 140722177893200 140722177875744 140707142782711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
/proc/14357/statm: 2745686 11180 2952 1 0 2708109 0
[pid=14357/tid=14410] ppid=14354 vsize=10982744 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/14357/task/14410/stat : 14410 (java) R 14354 14357 8396 0 -1 4202560 4476 13187 0 0 11 0 4 3 20 0 15 0 107398392 11246329856 11180 33554432000 4194304 4196468 140722177893200 140707114579632 140707126863198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14411] ppid=14354 vsize=10982744 memory=-7025452035940392864 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14411/stat : 14411 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107398393 11246329856 11180 33554432000 4194304 4196468 140722177893200 140707147024912 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14412] ppid=14354 vsize=10982744 memory=140302350706304 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14412/stat : 14412 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107398393 11246329856 11180 33554432000 4194304 4196468 140722177893200 140707028290192 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14413] ppid=14354 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14413/stat : 14413 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107398393 11246329856 11180 33554432000 4194304 4196468 140722177893200 140707027237136 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14414] ppid=14354 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14414/stat : 14414 (java) S 14354 14357 8396 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 15 0 107398393 11246329856 11180 33554432000 4194304 4196468 140722177893200 140707026184592 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14415] ppid=14354 vsize=10982744 memory=140302350706304 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14415/stat : 14415 (java) S 14354 14357 8396 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 15 0 107398394 11246329856 11180 33554432000 4194304 4196468 140722177893200 140706635885296 140707142793858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14416] ppid=14354 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14416/stat : 14416 (java) S 14354 14357 8396 0 -1 1077944384 13 13187 0 0 0 0 4 3 20 0 15 0 107398395 11246329856 11180 33554432000 4194304 4196468 140722177893200 140706014291616 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14417] ppid=14354 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14417/stat : 14417 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107398395 11246329856 11180 33554432000 4194304 4196468 140722177893200 140705812964592 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14418] ppid=14354 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14418/stat : 14418 (java) S 14354 14357 8396 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107398398 11246329856 11180 33554432000 4194304 4196468 140722177893200 140705505565136 140707142801307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14419] ppid=14354 vsize=10982744 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14419/stat : 14419 (java) S 14354 14357 8396 0 -1 1077944384 423 13187 0 0 0 0 4 3 20 0 15 0 107398398 11246329856 11180 33554432000 4194304 4196468 140722177893200 140706634832112 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14420] ppid=14354 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14420/stat : 14420 (java) S 14354 14357 8396 0 -1 1077944384 191 13187 0 0 0 0 4 3 20 0 15 0 107398398 11246329856 11180 33554432000 4194304 4196468 140722177893200 140706633779568 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14421] ppid=14354 vsize=10982744 memory=140302350706304 CPUtime=0.1 cores=1,3,5,7
/proc/14357/task/14421/stat : 14421 (java) S 14354 14357 8396 0 -1 1077944384 614 13187 0 0 3 0 4 3 20 0 15 0 107398398 11246329856 11180 33554432000 4194304 4196468 140722177893200 140706632726512 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14422] ppid=14354 vsize=10982744 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14422/stat : 14422 (java) S 14354 14357 8396 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107398398 11246329856 11180 33554432000 4194304 4196468 140722177893200 140705074768224 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14423] ppid=14354 vsize=10982744 memory=140302350706304 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14423/stat : 14423 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107398398 11246329856 11180 33554432000 4194304 4196468 140722177893200 140706631674928 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 44720 KiB

[startup+0.310143 s]*
/proc/loadavg: 1.56 1.84 1.80 3/215 14423
/proc/meminfo: memFree=19614604/32770624 swapFree=67108860/67108860
[pid=14357] ppid=14354 vsize=10983192 memory=55424 CPUtime=0.38 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 8396 0 -1 1077944320 10418 13187 0 0 28 3 4 3 20 0 15 0 107398383 11246788608 13856 33554432000 4194304 4196468 140722177893200 140722177875744 140707142782711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
/proc/14357/statm: 2745798 13856 3071 1 0 2708109 0
[pid=14357/tid=14410] ppid=14354 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/14357/task/14410/stat : 14410 (java) R 14354 14357 8396 0 -1 4202560 6967 13187 0 0 20 1 4 3 20 0 15 0 107398392 11246788608 13856 33554432000 4194304 4196468 140722177893200 140707114594720 140707126863198 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14411] ppid=14354 vsize=10983192 memory=6009860606672261201 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14411/stat : 14411 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107398393 11246788608 13856 33554432000 4194304 4196468 140722177893200 140707147024912 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14412] ppid=14354 vsize=10983192 memory=2072 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14412/stat : 14412 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107398393 11246788608 13856 33554432000 4194304 4196468 140722177893200 140707028290192 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14413] ppid=14354 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14413/stat : 14413 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107398393 11246788608 13856 33554432000 4194304 4196468 140722177893200 140707027237136 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14414] ppid=14354 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14414/stat : 14414 (java) S 14354 14357 8396 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 15 0 107398393 11246788608 13856 33554432000 4194304 4196468 140722177893200 140707026184592 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14415] ppid=14354 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14415/stat : 14415 (java) S 14354 14357 8396 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 15 0 107398394 11246788608 13856 33554432000 4194304 4196468 140722177893200 140706635885296 140707142793858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14416] ppid=14354 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14416/stat : 14416 (java) S 14354 14357 8396 0 -1 1077944384 13 13187 0 0 0 0 4 3 20 0 15 0 107398395 11246788608 13856 33554432000 4194304 4196468 140722177893200 140706014291616 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14417] ppid=14354 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14417/stat : 14417 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107398395 11246788608 13856 33554432000 4194304 4196468 140722177893200 140705812964592 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14418] ppid=14354 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14418/stat : 14418 (java) S 14354 14357 8396 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107398398 11246788608 13856 33554432000 4194304 4196468 140722177893200 140705505565136 140707142801307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14419] ppid=14354 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14357/task/14419/stat : 14419 (java) S 14354 14357 8396 0 -1 1077944384 425 13187 0 0 1 0 4 3 20 0 15 0 107398398 11246788608 13856 33554432000 4194304 4196468 140722177893200 140706634832112 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14420] ppid=14354 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14357/task/14420/stat : 14420 (java) S 14354 14357 8396 0 -1 1077944384 191 13187 0 0 1 0 4 3 20 0 15 0 107398398 11246788608 13856 33554432000 4194304 4196468 140722177893200 140706633779568 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14421] ppid=14354 vsize=10983192 memory=0 CPUtime=0.11 cores=1,3,5,7
/proc/14357/task/14421/stat : 14421 (java) S 14354 14357 8396 0 -1 1077944384 620 13187 0 0 4 0 4 3 20 0 15 0 107398398 11246788608 13856 33554432000 4194304 4196468 140722177893200 140706632726512 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14422] ppid=14354 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14422/stat : 14422 (java) S 14354 14357 8396 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107398398 11246788608 13856 33554432000 4194304 4196468 140722177893200 140705074768224 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14423] ppid=14354 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14423/stat : 14423 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107398398 11246788608 13856 33554432000 4194304 4196468 140722177893200 140706631674928 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55424 KiB

[startup+0.700723 s]
/proc/loadavg: 1.56 1.84 1.80 3/215 14423
/proc/meminfo: memFree=19602944/32770624 swapFree=67108860/67108860
[pid=14357] ppid=14354 vsize=10983192 memory=88696 CPUtime=0.98 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 8396 0 -1 1077944320 16765 13187 0 0 87 4 4 3 20 0 15 0 107398383 11246788608 22174 33554432000 4194304 4196468 140722177893200 140722177875744 140707142782711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
/proc/14357/statm: 2745798 22174 3247 1 0 2708109 0
[pid=14357/tid=14410] ppid=14354 vsize=10983192 memory=0 CPUtime=0.65 cores=1,3,5,7
/proc/14357/task/14410/stat : 14410 (java) R 14354 14357 8396 0 -1 4202560 12203 13187 0 0 56 2 4 3 20 0 15 0 107398392 11246788608 22174 33554432000 4194304 4196468 140722177893200 140707114603536 140707125969549 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14411] ppid=14354 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14411/stat : 14411 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107398393 11246788608 22174 33554432000 4194304 4196468 140722177893200 140707147024912 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14412] ppid=14354 vsize=10983192 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14412/stat : 14412 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107398393 11246788608 22174 33554432000 4194304 4196468 140722177893200 140707028290192 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14413] ppid=14354 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14413/stat : 14413 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107398393 11246788608 22174 33554432000 4194304 4196468 140722177893200 140707027237136 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14414] ppid=14354 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14414/stat : 14414 (java) S 14354 14357 8396 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 15 0 107398393 11246788608 22174 33554432000 4194304 4196468 140722177893200 140707026184592 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14415] ppid=14354 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14415/stat : 14415 (java) S 14354 14357 8396 0 -1 1077944384 5 13187 0 0 0 0 4 3 20 0 15 0 107398394 11246788608 22174 33554432000 4194304 4196468 140722177893200 140706635885296 140707142793858 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14416] ppid=14354 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14416/stat : 14416 (java) S 14354 14357 8396 0 -1 1077944384 13 13187 0 0 0 0 4 3 20 0 15 0 107398395 11246788608 22174 33554432000 4194304 4196468 140722177893200 140706014291616 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14417] ppid=14354 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14417/stat : 14417 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107398395 11246788608 22174 33554432000 4194304 4196468 140722177893200 140705812964592 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14418] ppid=14354 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14418/stat : 14418 (java) S 14354 14357 8396 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107398398 11246788608 22174 33554432000 4194304 4196468 140722177893200 140705505565136 140707142801307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14419] ppid=14354 vsize=10983192 memory=13252 CPUtime=0.13 cores=1,3,5,7
/proc/14357/task/14419/stat : 14419 (java) S 14354 14357 8396 0 -1 1077944384 800 13187 0 0 6 0 4 3 20 0 15 0 107398398 11246788608 22174 33554432000 4194304 4196468 140722177893200 140706634832112 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14420] ppid=14354 vsize=10983192 memory=15460 CPUtime=0.17 cores=1,3,5,7
/proc/14357/task/14420/stat : 14420 (java) S 14354 14357 8396 0 -1 1077944384 826 13187 0 0 10 0 4 3 20 0 15 0 107398398 11246788608 22174 33554432000 4194304 4196468 140722177893200 140706633779568 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14421] ppid=14354 vsize=10983192 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/14357/task/14421/stat : 14421 (java) S 14354 14357 8396 0 -1 1077944384 713 13187 0 0 13 0 4 3 20 0 15 0 107398398 11246788608 22174 33554432000 4194304 4196468 140722177893200 140706632726512 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14422] ppid=14354 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14422/stat : 14422 (java) S 14354 14357 8396 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107398398 11246788608 22174 33554432000 4194304 4196468 140722177893200 140705074768224 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14423] ppid=14354 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14423/stat : 14423 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107398398 11246788608 22174 33554432000 4194304 4196468 140722177893200 140706631674928 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88696 KiB

[startup+1.50075 s]
/proc/loadavg: 1.60 1.84 1.81 4/215 14423
/proc/meminfo: memFree=19556572/32770624 swapFree=67108860/67108860
[pid=14357] ppid=14354 vsize=10998092 memory=179480 CPUtime=2.22 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 8396 0 -1 1077944320 23947 13187 0 0 205 10 4 3 20 0 15 0 107398383 11262046208 44870 33554432000 4194304 4196468 140722177893200 140722177875744 140707142782711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
/proc/14357/statm: 2749523 44870 3467 1 0 2711181 0
[pid=14357/tid=14410] ppid=14354 vsize=10998092 memory=0 CPUtime=1.42 cores=1,3,5,7
/proc/14357/task/14410/stat : 14410 (java) R 14354 14357 8396 0 -1 4202560 17867 13187 0 0 129 6 4 3 20 0 15 0 107398392 11262046208 44870 33554432000 4194304 4196468 140722177893200 140707114615152 140707128477613 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14411] ppid=14354 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14411/stat : 14411 (java) S 14354 14357 8396 0 -1 1077944384 25 13187 0 0 0 0 4 3 20 0 15 0 107398393 11262046208 44870 33554432000 4194304 4196468 140722177893200 140707147024912 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14412] ppid=14354 vsize=10998092 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/14357/task/14412/stat : 14412 (java) S 14354 14357 8396 0 -1 1077944384 72 13187 0 0 1 0 4 3 20 0 15 0 107398393 11262046208 44870 33554432000 4194304 4196468 140722177893200 140707028290192 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14413] ppid=14354 vsize=10998092 memory=4051323354130624818 CPUtime=0.08 cores=1,3,5,7
/proc/14357/task/14413/stat : 14413 (java) S 14354 14357 8396 0 -1 1077944384 42 13187 0 0 1 0 4 3 20 0 15 0 107398393 11262046208 44870 33554432000 4194304 4196468 140722177893200 140707027237136 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14414] ppid=14354 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14414/stat : 14414 (java) S 14354 14357 8396 0 -1 1077944384 299 13187 0 0 0 0 4 3 20 0 15 0 107398393 11262046208 44870 33554432000 4194304 4196468 140722177893200 140707026184592 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14415] ppid=14354 vsize=10998092 memory=-7965959130280075168 CPUtime=0.08 cores=1,3,5,7
/proc/14357/task/14415/stat : 14415 (java) S 14354 14357 8396 0 -1 1077944384 49 13187 0 0 1 0 4 3 20 0 15 0 107398394 11262046208 44870 33554432000 4194304 4196468 140722177893200 140706635885296 140707142793858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14416] ppid=14354 vsize=10998092 memory=280604440602880 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14416/stat : 14416 (java) S 14354 14357 8396 0 -1 1077944384 14 13187 0 0 0 0 4 3 20 0 15 0 107398395 11262046208 44870 33554432000 4194304 4196468 140722177893200 140706014291680 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14417] ppid=14354 vsize=10998092 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14417/stat : 14417 (java) S 14354 14357 8396 0 -1 1077944384 2 13187 0 0 0 0 4 3 20 0 15 0 107398395 11262046208 44870 33554432000 4194304 4196468 140722177893200 140705812964608 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14418] ppid=14354 vsize=10998092 memory=1196 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14418/stat : 14418 (java) S 14354 14357 8396 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107398398 11262046208 44870 33554432000 4194304 4196468 140722177893200 140705505565136 140707142801307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14419] ppid=14354 vsize=10998092 memory=5788 CPUtime=0.24 cores=1,3,5,7
/proc/14357/task/14419/stat : 14419 (java) S 14354 14357 8396 0 -1 1077944384 997 13187 0 0 17 0 4 3 20 0 15 0 107398398 11262046208 44870 33554432000 4194304 4196468 140722177893200 140706634832112 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14420] ppid=14354 vsize=10998092 memory=4616 CPUtime=0.3 cores=1,3,5,7
/proc/14357/task/14420/stat : 14420 (java) S 14354 14357 8396 0 -1 1077944384 1286 13187 0 0 23 0 4 3 20 0 15 0 107398398 11262046208 44870 33554432000 4194304 4196468 140722177893200 140706633779568 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14421] ppid=14354 vsize=10998092 memory=12032 CPUtime=0.36 cores=1,3,5,7
/proc/14357/task/14421/stat : 14421 (java) S 14354 14357 8396 0 -1 1077944384 1095 13187 0 0 29 0 4 3 20 0 15 0 107398398 11262046208 44870 33554432000 4194304 4196468 140722177893200 140706632726512 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14422] ppid=14354 vsize=10998092 memory=1008 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14422/stat : 14422 (java) S 14354 14357 8396 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107398398 11262046208 44870 33554432000 4194304 4196468 140722177893200 140705074768224 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14423] ppid=14354 vsize=10998092 memory=792 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14423/stat : 14423 (java) S 14354 14357 8396 0 -1 1077944384 1 13187 0 0 0 0 4 3 20 0 15 0 107398398 11262046208 44870 33554432000 4194304 4196468 140722177893200 140706631674928 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
Current children cumulated CPU time: 2.22 s
Current children cumulated vsize: 10998092 KiB

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

/proc/14357/task/14410/stat : 14410 (java) R 14354 14357 8396 0 -1 4202560 47895 13187 0 0 10155 18 4 3 20 0 15 0 107398392 11343855616 186114 33554432000 4194304 4196468 140722177893200 140707114617536 140706717118791 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14411] ppid=14354 vsize=11077984 memory=180 CPUtime=0.26 cores=1,3,5,7
/proc/14357/task/14411/stat : 14411 (java) S 14354 14357 8396 0 -1 1077944384 1361 13187 0 0 16 3 4 3 20 0 15 0 107398393 11343855616 186114 33554432000 4194304 4196468 140722177893200 140707147024912 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14412] ppid=14354 vsize=11077984 memory=0 CPUtime=0.26 cores=1,3,5,7
/proc/14357/task/14412/stat : 14412 (java) S 14354 14357 8396 0 -1 1077944384 1865 13187 0 0 15 4 4 3 20 0 15 0 107398393 11343855616 186114 33554432000 4194304 4196468 140722177893200 140707028290192 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14413] ppid=14354 vsize=11077984 memory=280604441264592 CPUtime=0.26 cores=1,3,5,7
/proc/14357/task/14413/stat : 14413 (java) S 14354 14357 8396 0 -1 1077944384 1811 13187 0 0 16 3 4 3 20 0 15 0 107398393 11343855616 186114 33554432000 4194304 4196468 140722177893200 140707027237136 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14414] ppid=14354 vsize=11077984 memory=1228 CPUtime=0.27 cores=1,3,5,7
/proc/14357/task/14414/stat : 14414 (java) S 14354 14357 8396 0 -1 1077944384 2687 13187 0 0 17 3 4 3 20 0 15 0 107398393 11343855616 186114 33554432000 4194304 4196468 140722177893200 140707026184592 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14415] ppid=14354 vsize=11077984 memory=1428 CPUtime=0.22 cores=1,3,5,7
/proc/14357/task/14415/stat : 14415 (java) S 14354 14357 8396 0 -1 1077944384 2119 13187 0 0 15 0 4 3 20 0 15 0 107398394 11343855616 186114 33554432000 4194304 4196468 140722177893200 140706635885296 140707142793858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14416] ppid=14354 vsize=11077984 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14416/stat : 14416 (java) S 14354 14357 8396 0 -1 1077944384 15 13187 0 0 0 0 4 3 20 0 15 0 107398395 11343855616 186114 33554432000 4194304 4196468 140722177893200 140706014291744 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14417] ppid=14354 vsize=11077984 memory=30472 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14417/stat : 14417 (java) S 14354 14357 8396 0 -1 1077944384 8 13187 0 0 0 0 4 3 20 0 15 0 107398395 11343855616 186114 33554432000 4194304 4196468 140722177893200 140705812964608 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14418] ppid=14354 vsize=11077984 memory=280604441266624 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14418/stat : 14418 (java) S 14354 14357 8396 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107398398 11343855616 186114 33554432000 4194304 4196468 140722177893200 140705505565136 140707142801307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14419] ppid=14354 vsize=11077984 memory=288230600312357163 CPUtime=7.18 cores=1,3,5,7
/proc/14357/task/14419/stat : 14419 (java) S 14354 14357 8396 0 -1 1077944384 13931 13187 0 0 707 4 4 3 20 0 15 0 107398398 11343855616 186114 33554432000 4194304 4196468 140722177893200 140706634832112 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14420] ppid=14354 vsize=11077984 memory=0 CPUtime=7.48 cores=1,3,5,7
/proc/14357/task/14420/stat : 14420 (java) S 14354 14357 8396 0 -1 1077944384 18573 13187 0 0 735 6 4 3 20 0 15 0 107398398 11343855616 186114 33554432000 4194304 4196468 140722177893200 140706633779568 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14421] ppid=14354 vsize=11077984 memory=7665529413960225376 CPUtime=3.13 cores=1,3,5,7
/proc/14357/task/14421/stat : 14421 (java) S 14354 14357 8396 0 -1 1077944384 15942 13187 0 0 302 4 4 3 20 0 15 0 107398398 11343855616 186114 33554432000 4194304 4196468 140722177893200 140706632726512 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14422] ppid=14354 vsize=11077984 memory=2412 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14422/stat : 14422 (java) S 14354 14357 8396 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107398398 11343855616 186114 33554432000 4194304 4196468 140722177893200 140705074768224 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14423] ppid=14354 vsize=11077984 memory=1724 CPUtime=0.11 cores=1,3,5,7
/proc/14357/task/14423/stat : 14423 (java) S 14354 14357 8396 0 -1 1077944384 377 13187 0 0 2 2 4 3 20 0 15 0 107398398 11343855616 186114 33554432000 4194304 4196468 140722177893200 140706631674928 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
Current children cumulated CPU time: 120.46 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 744456 KiB

[startup+162.303 s]
/proc/loadavg: 1.62 1.81 1.80 3/215 14553
/proc/meminfo: memFree=17863328/32770624 swapFree=67108860/67108860
[pid=14357] ppid=14354 vsize=11077984 memory=744556 CPUtime=181.3 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 8396 0 -1 1077944320 114967 13187 0 0 18065 58 4 3 20 0 15 0 107398383 11343855616 186139 33554432000 4194304 4196468 140722177893200 140722177875744 140707142782711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
/proc/14357/statm: 2769496 186139 3523 1 0 2731149 0
[pid=14357/tid=14410] ppid=14354 vsize=11077984 memory=744556 CPUtime=161.22 cores=1,3,5,7
/proc/14357/task/14410/stat : 14410 (java) R 14354 14357 8396 0 -1 4202560 48940 13187 0 0 16096 19 4 3 20 0 15 0 107398392 11343855616 186139 33554432000 4194304 4196468 140722177893200 140707114617840 140706716530575 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14411] ppid=14354 vsize=11077984 memory=2 CPUtime=0.5 cores=1,3,5,7
/proc/14357/task/14411/stat : 14411 (java) S 14354 14357 8396 0 -1 1077944384 1923 13187 0 0 38 5 4 3 20 0 15 0 107398393 11343855616 186139 33554432000 4194304 4196468 140722177893200 140707147024912 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14412] ppid=14354 vsize=11077984 memory=744556 CPUtime=0.51 cores=1,3,5,7
/proc/14357/task/14412/stat : 14412 (java) S 14354 14357 8396 0 -1 1077944384 1980 13187 0 0 38 6 4 3 20 0 15 0 107398393 11343855616 186139 33554432000 4194304 4196468 140722177893200 140707028290192 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14413] ppid=14354 vsize=11077984 memory=744528 CPUtime=0.51 cores=1,3,5,7
/proc/14357/task/14413/stat : 14413 (java) S 14354 14357 8396 0 -1 1077944384 2979 13187 0 0 39 5 4 3 20 0 15 0 107398393 11343855616 186139 33554432000 4194304 4196468 140722177893200 140707027237136 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14414] ppid=14354 vsize=11077984 memory=744528 CPUtime=0.51 cores=1,3,5,7
/proc/14357/task/14414/stat : 14414 (java) S 14354 14357 8396 0 -1 1077944384 2768 13187 0 0 39 5 4 3 20 0 15 0 107398393 11343855616 186139 33554432000 4194304 4196468 140722177893200 140707026184592 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14415] ppid=14354 vsize=11077984 memory=744556 CPUtime=0.46 cores=1,3,5,7
/proc/14357/task/14415/stat : 14415 (java) S 14354 14357 8396 0 -1 1077944384 2458 13187 0 0 38 1 4 3 20 0 15 0 107398394 11343855616 186139 33554432000 4194304 4196468 140722177893200 140706635885296 140707142793858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14416] ppid=14354 vsize=11077984 memory=744556 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14416/stat : 14416 (java) S 14354 14357 8396 0 -1 1077944384 15 13187 0 0 0 0 4 3 20 0 15 0 107398395 11343855616 186139 33554432000 4194304 4196468 140722177893200 140706014291744 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14417] ppid=14354 vsize=11077984 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14417/stat : 14417 (java) S 14354 14357 8396 0 -1 1077944384 8 13187 0 0 0 0 4 3 20 0 15 0 107398395 11343855616 186139 33554432000 4194304 4196468 140722177893200 140705812964608 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14418] ppid=14354 vsize=11077984 memory=2412 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14418/stat : 14418 (java) S 14354 14357 8396 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107398398 11343855616 186139 33554432000 4194304 4196468 140722177893200 140705505565136 140707142801307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14419] ppid=14354 vsize=11077984 memory=1752972 CPUtime=7.24 cores=1,3,5,7
/proc/14357/task/14419/stat : 14419 (java) S 14354 14357 8396 0 -1 1077944384 14254 13187 0 0 713 4 4 3 20 0 15 0 107398398 11343855616 186139 33554432000 4194304 4196468 140722177893200 140706634832112 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14420] ppid=14354 vsize=11077984 memory=6791534058613427641 CPUtime=7.55 cores=1,3,5,7
/proc/14357/task/14420/stat : 14420 (java) S 14354 14357 8396 0 -1 1077944384 20681 13187 0 0 742 6 4 3 20 0 15 0 107398398 11343855616 186139 33554432000 4194304 4196468 140722177893200 140706633779568 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14421] ppid=14354 vsize=11077984 memory=744456 CPUtime=3.16 cores=1,3,5,7
/proc/14357/task/14421/stat : 14421 (java) S 14354 14357 8396 0 -1 1077944384 16357 13187 0 0 305 4 4 3 20 0 15 0 107398398 11343855616 186139 33554432000 4194304 4196468 140722177893200 140706632726512 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14422] ppid=14354 vsize=11077984 memory=744556 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14422/stat : 14422 (java) S 14354 14357 8396 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107398398 11343855616 186139 33554432000 4194304 4196468 140722177893200 140705074768224 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14423] ppid=14354 vsize=11077984 memory=744556 CPUtime=0.15 cores=1,3,5,7
/proc/14357/task/14423/stat : 14423 (java) S 14354 14357 8396 0 -1 1077944384 406 13187 0 0 4 4 4 3 20 0 15 0 107398398 11343855616 186139 33554432000 4194304 4196468 140722177893200 140706631674928 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
Current children cumulated CPU time: 181.3 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 744556 KiB

[startup+222.301 s]
/proc/loadavg: 1.54 1.75 1.78 3/215 14554
/proc/meminfo: memFree=18049128/32770624 swapFree=67108860/67108860
[pid=14357] ppid=14354 vsize=11077984 memory=746648 CPUtime=242.01 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 8396 0 -1 1077944320 117700 13187 0 0 24128 66 4 3 20 0 15 0 107398383 11343855616 186662 33554432000 4194304 4196468 140722177893200 140722177875744 140707142782711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
/proc/14357/statm: 2769496 186662 3523 1 0 2731149 0
[pid=14357/tid=14410] ppid=14354 vsize=11077984 memory=4140 CPUtime=220.64 cores=1,3,5,7
/proc/14357/task/14410/stat : 14410 (java) R 14354 14357 8396 0 -1 4202560 49843 13187 0 0 22037 20 4 3 20 0 15 0 107398392 11343855616 186662 33554432000 4194304 4196468 140722177893200 140707114617904 140706715811556 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14411] ppid=14354 vsize=11077984 memory=746648 CPUtime=0.75 cores=1,3,5,7
/proc/14357/task/14411/stat : 14411 (java) S 14354 14357 8396 0 -1 1077944384 2291 13187 0 0 62 6 4 3 20 0 15 0 107398393 11343855616 186662 33554432000 4194304 4196468 140722177893200 140707147024912 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14412] ppid=14354 vsize=11077984 memory=746648 CPUtime=0.76 cores=1,3,5,7
/proc/14357/task/14412/stat : 14412 (java) S 14354 14357 8396 0 -1 1077944384 2020 13187 0 0 62 7 4 3 20 0 15 0 107398393 11343855616 186662 33554432000 4194304 4196468 140722177893200 140707028290192 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14413] ppid=14354 vsize=11077984 memory=746648 CPUtime=0.76 cores=1,3,5,7
/proc/14357/task/14413/stat : 14413 (java) S 14354 14357 8396 0 -1 1077944384 3015 13187 0 0 63 6 4 3 20 0 15 0 107398393 11343855616 186662 33554432000 4194304 4196468 140722177893200 140707027237136 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14414] ppid=14354 vsize=11077984 memory=123832497107102 CPUtime=0.76 cores=1,3,5,7
/proc/14357/task/14414/stat : 14414 (java) S 14354 14357 8396 0 -1 1077944384 2822 13187 0 0 63 6 4 3 20 0 15 0 107398393 11343855616 186662 33554432000 4194304 4196468 140722177893200 140707026184592 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14415] ppid=14354 vsize=11077984 memory=644 CPUtime=0.7 cores=1,3,5,7
/proc/14357/task/14415/stat : 14415 (java) S 14354 14357 8396 0 -1 1077944384 2470 13187 0 0 60 3 4 3 20 0 15 0 107398394 11343855616 186662 33554432000 4194304 4196468 140722177893200 140706635885296 140707142793858 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14416] ppid=14354 vsize=11077984 memory=746624 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14416/stat : 14416 (java) S 14354 14357 8396 0 -1 1077944384 15 13187 0 0 0 0 4 3 20 0 15 0 107398395 11343855616 186662 33554432000 4194304 4196468 140722177893200 140706014291744 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14417] ppid=14354 vsize=11077984 memory=4140 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14417/stat : 14417 (java) S 14354 14357 8396 0 -1 1077944384 8 13187 0 0 0 0 4 3 20 0 15 0 107398395 11343855616 186662 33554432000 4194304 4196468 140722177893200 140705812964608 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14418] ppid=14354 vsize=11077984 memory=30472 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14418/stat : 14418 (java) S 14354 14357 8396 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107398398 11343855616 186662 33554432000 4194304 4196468 140722177893200 140705505565136 140707142801307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14419] ppid=14354 vsize=11077984 memory=746648 CPUtime=7.24 cores=1,3,5,7
/proc/14357/task/14419/stat : 14419 (java) S 14354 14357 8396 0 -1 1077944384 14254 13187 0 0 713 4 4 3 20 0 15 0 107398398 11343855616 186662 33554432000 4194304 4196468 140722177893200 140706634832112 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14420] ppid=14354 vsize=11077984 memory=746648 CPUtime=7.55 cores=1,3,5,7
/proc/14357/task/14420/stat : 14420 (java) S 14354 14357 8396 0 -1 1077944384 20681 13187 0 0 742 6 4 3 20 0 15 0 107398398 11343855616 186662 33554432000 4194304 4196468 140722177893200 140706633779568 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14421] ppid=14354 vsize=11077984 memory=7392 CPUtime=3.17 cores=1,3,5,7
/proc/14357/task/14421/stat : 14421 (java) S 14354 14357 8396 0 -1 1077944384 17670 13187 0 0 305 5 4 3 20 0 15 0 107398398 11343855616 186662 33554432000 4194304 4196468 140722177893200 140706632726512 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14422] ppid=14354 vsize=11077984 memory=840 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14422/stat : 14422 (java) S 14354 14357 8396 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107398398 11343855616 186662 33554432000 4194304 4196468 140722177893200 140705074768224 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14423] ppid=14354 vsize=11077984 memory=746648 CPUtime=0.18 cores=1,3,5,7
/proc/14357/task/14423/stat : 14423 (java) S 14354 14357 8396 0 -1 1077944384 413 13187 0 0 5 6 4 3 20 0 15 0 107398398 11343855616 186662 33554432000 4194304 4196468 140722177893200 140706631674928 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
Current children cumulated CPU time: 242.01 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 746648 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+232.201 s]
/proc/loadavg: 1.38 1.71 1.77 3/215 14554
/proc/meminfo: memFree=18101604/32770624 swapFree=67108860/67108860
[pid=14357] ppid=14354 vsize=11077984 memory=746652 CPUtime=252.02 cores=1,3,5,7
/proc/14357/stat : 14357 (java) S 14354 14357 8396 0 -1 1077944320 118030 13187 0 0 25128 67 4 3 20 0 15 0 107398383 11343855616 186663 33554432000 4194304 4196468 140722177893200 140722177875744 140707142782711 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
/proc/14357/statm: 2769496 186663 3523 1 0 2731149 0
[pid=14357/tid=14410] ppid=14354 vsize=11077984 memory=8584 CPUtime=230.46 cores=1,3,5,7
/proc/14357/task/14410/stat : 14410 (java) R 14354 14357 8396 0 -1 4202560 49913 13187 0 0 23019 20 4 3 20 0 15 0 107398392 11343855616 186663 33554432000 4194304 4196468 140722177893200 140707114618048 140706716530575 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14411] ppid=14354 vsize=11077984 memory=15872 CPUtime=0.79 cores=1,3,5,7
/proc/14357/task/14411/stat : 14411 (java) S 14354 14357 8396 0 -1 1077944384 2292 13187 0 0 66 6 4 3 20 0 15 0 107398393 11343855616 186663 33554432000 4194304 4196468 140722177893200 140707147024912 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14412] ppid=14354 vsize=11077984 memory=4012 CPUtime=0.79 cores=1,3,5,7
/proc/14357/task/14412/stat : 14412 (java) S 14354 14357 8396 0 -1 1077944384 2022 13187 0 0 65 7 4 3 20 0 15 0 107398393 11343855616 186663 33554432000 4194304 4196468 140722177893200 140707028290192 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14413] ppid=14354 vsize=11077984 memory=4126316290023845779 CPUtime=0.79 cores=1,3,5,7
/proc/14357/task/14413/stat : 14413 (java) S 14354 14357 8396 0 -1 1077944384 3019 13187 0 0 66 6 4 3 20 0 15 0 107398393 11343855616 186663 33554432000 4194304 4196468 140722177893200 140707027237136 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14414] ppid=14354 vsize=11077984 memory=744576 CPUtime=0.8 cores=1,3,5,7
/proc/14357/task/14414/stat : 14414 (java) S 14354 14357 8396 0 -1 1077944384 2824 13187 0 0 67 6 4 3 20 0 15 0 107398393 11343855616 186663 33554432000 4194304 4196468 140722177893200 140707026184592 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14415] ppid=14354 vsize=11077984 memory=6791534058613427641 CPUtime=0.74 cores=1,3,5,7
/proc/14357/task/14415/stat : 14415 (java) S 14354 14357 8396 0 -1 1077944384 2470 13187 0 0 64 3 4 3 20 0 15 0 107398394 11343855616 186663 33554432000 4194304 4196468 140722177893200 140706635885296 140707142793858 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14416] ppid=14354 vsize=11077984 memory=1952 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14416/stat : 14416 (java) S 14354 14357 8396 0 -1 1077944384 15 13187 0 0 0 0 4 3 20 0 15 0 107398395 11343855616 186663 33554432000 4194304 4196468 140722177893200 140706014291744 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14417] ppid=14354 vsize=11077984 memory=8584 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14417/stat : 14417 (java) S 14354 14357 8396 0 -1 1077944384 8 13187 0 0 0 0 4 3 20 0 15 0 107398395 11343855616 186663 33554432000 4194304 4196468 140722177893200 140705812964608 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14418] ppid=14354 vsize=11077984 memory=15872 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14418/stat : 14418 (java) S 14354 14357 8396 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107398398 11343855616 186663 33554432000 4194304 4196468 140722177893200 140705505565136 140707142801307 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14419] ppid=14354 vsize=11077984 memory=4012 CPUtime=7.24 cores=1,3,5,7
/proc/14357/task/14419/stat : 14419 (java) S 14354 14357 8396 0 -1 1077944384 14254 13187 0 0 713 4 4 3 20 0 15 0 107398398 11343855616 186663 33554432000 4194304 4196468 140722177893200 140706634832112 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14420] ppid=14354 vsize=11077984 memory=15636 CPUtime=7.55 cores=1,3,5,7
/proc/14357/task/14420/stat : 14420 (java) S 14354 14357 8396 0 -1 1077944384 20681 13187 0 0 742 6 4 3 20 0 15 0 107398398 11343855616 186663 33554432000 4194304 4196468 140722177893200 140706633779568 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14421] ppid=14354 vsize=11077984 memory=7156589670649974871 CPUtime=3.18 cores=1,3,5,7
/proc/14357/task/14421/stat : 14421 (java) S 14354 14357 8396 0 -1 1077944384 17921 13187 0 0 306 5 4 3 20 0 15 0 107398398 11343855616 186663 33554432000 4194304 4196468 140722177893200 140706632726512 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14422] ppid=14354 vsize=11077984 memory=7595975420832469081 CPUtime=0.07 cores=1,3,5,7
/proc/14357/task/14422/stat : 14422 (java) S 14354 14357 8396 0 -1 1077944384 3 13187 0 0 0 0 4 3 20 0 15 0 107398398 11343855616 186663 33554432000 4194304 4196468 140722177893200 140705074768224 140707142792917 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
[pid=14357/tid=14423] ppid=14354 vsize=11077984 memory=7368002714321577812 CPUtime=0.19 cores=1,3,5,7
/proc/14357/task/14423/stat : 14423 (java) S 14354 14357 8396 0 -1 1077944384 413 13187 0 0 5 7 4 3 20 0 15 0 107398398 11343855616 186663 33554432000 4194304 4196468 140722177893200 140706631674928 140707142793858 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8421376 140722177895017 140722177897825 140722177897825 140722177900495 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 746652 KiB

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

[startup+232.25 s]
# the end of solver process 14357 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.361 s, system=0.721079 s

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

Child status: 143
Real time (s): 232.25
CPU time (s): 252.082
CPU user time (s): 251.361
CPU system time (s): 0.721079
CPU usage (%): 108.539
Max. virtual memory (cumulated for all children) (KiB): 11080812
Max. memory (cumulated for all children) (KiB): 775832

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.361
system time used= 0.721079
maximum resident set size= 777376
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 132835
page faults= 0
swaps= 0
block input operations= 0
block output operations= 464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 31526
involuntary context switches= 677


# summary of solver processes directly reported to runsolver:
#   pid: 14357
#   total CPU time (s): 252.082
#   total CPU user time (s): 251.361
#   total CPU system time (s): 0.721079

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.23765 second user time and 2.3351 second system time

The end

Launcher Data

Begin job on node103 at 2018-07-29 23:05:52
IDJOB=4302630
IDBENCH=141540
IDSOLVER=2777
FILE ID=node103/4302630-1532898352
RUNJOBID= node103-1532895438-9922
PBS_JOBID= 21022525
Free space on /tmp= 56760 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Knapsack/Knapsack-80-350-00_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302630-1532898352/watcher-4302630-1532898352 -o /tmp/evaluation-result-4302630-1532898352/solver-4302630-1532898352 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node103-1532895438-9922 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=512131189 -superng HOME/instance-4302630-1532898352.xml

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

MD5SUM BENCH= 1f34f05b99985a85112f7d36079fd716
RANDOM SEED=512131189

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.48
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.48
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.48
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.48
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:        19656152 kB
MemAvailable:   31247640 kB
Buffers:          311588 kB
Cached:         11467732 kB
SwapCached:            0 kB
Active:          4556152 kB
Inactive:        7957176 kB
Active(anon):     736688 kB
Inactive(anon):    25184 kB
Active(file):    3819464 kB
Inactive(file):  7931992 kB
Unevictable:        7120 kB
Mlocked:            7120 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26492 kB
Writeback:             0 kB
AnonPages:        741120 kB
Mapped:            58268 kB
Shmem:             25228 kB
Slab:             297180 kB
SReclaimable:     268492 kB
SUnreclaim:        28688 kB
KernelStack:        3504 kB
PageTables:         6756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1899292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    518144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 56736 MiB
End job on node103 at 2018-07-29 23:09:44