Trace number 4302392

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)63 252.071 235.241

General information on the benchmark

NamePseudoBoolean-opt/
Pb-garden-15x15_c18.xml
MD5SUM3febb05d57a4106fdf30b8e2d6c3cfc0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark57
Best CPU time to get the best result obtained on this benchmark252.027
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints225
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":225}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":4},{"degree":5,"count":52},{"degree":6,"count":169}]
Minimum constraint arity3
Maximum constraint arity5
Distribution of constraint arities[{"arity":3,"count":4},{"arity":4,"count":52},{"arity":5,"count":169}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":225}]
Optimization problemYES
Type of objectivemin 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.97/0.74	c Concrete v3.9.2.1532736233296 running
13.28/5.54	o 74
13.60/5.61	o 73
13.60/5.65	o 72
13.60/5.68	o 71
14.27/5.87	o 70
14.58/5.91	o 69
14.58/6.00	o 68
15.45/6.23	o 67
15.45/6.23	o 66
15.45/6.24	o 65
36.48/25.89	o 64
172.53/158.15	o 63
252.01/235.20	Exception in thread "main" java.util.concurrent.TimeoutException
252.01/235.20		at concrete.MAC.mac(MAC.scala:188)
252.01/235.20		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.01/235.20		at scala.util.Try$.apply(Try.scala:209)
252.01/235.20		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.01/235.20		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.01/235.20		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.01/235.20		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.01/235.20		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.01/235.20		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.01/235.20		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.01/235.20		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.01/235.20		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.01/235.20		at concrete.MAC.oneRun(MAC.scala:253)
252.01/235.20		at concrete.MAC.nextSolution(MAC.scala:272)
252.01/235.20		at concrete.MAC.nextSolution(MAC.scala:355)
252.01/235.20		at concrete.Solver.hasNext(Solver.scala:166)
252.01/235.20		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.01/235.20		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.01/235.20		at concrete.Solver.foreach(Solver.scala:68)
252.01/235.20		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.01/235.20		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.01/235.20		at scala.util.Success.map(Try.scala:209)
252.01/235.20		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.01/235.20		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.01/235.20		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.01/235.20		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.01/235.20		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.01/235.20		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.01/235.20		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.01/235.20		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.01/235.20		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.01/235.20		at scala.collection.immutable.List.foreach(List.scala:389)
252.01/235.20		at scala.App.main(App.scala:76)
252.01/235.21		at scala.App.main$(App.scala:74)
252.01/235.21		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.01/235.21		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.01/235.22	v <instantiation cost="63">
252.01/235.22	v       <list>
252.01/235.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] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] x[120] x[121] x[122] x[123] x[124] x[125] x[126] x[127] x[128] x[129] x[130] x[131] x[132] x[133] x[134] x[135] x[136] x[137] x[138] x[139] x[140] x[141] x[142] x[143] x[144] x[145] x[146] x[147] x[148] x[149] x[150] x[151] x[152] x[153] x[154] x[155] x[156] x[157] x[158] x[159] x[160] x[161] x[162] x[163] x[164] x[165] x[166] x[167] x[168] x[169] x[170] x[171] x[172] x[173] x[174] x[175] x[176] x[177] x[178] x[179] x[180] x[181] x[182] x[183] x[184] x[185] x[186] x[187] x[188] x[189] x[190] x[191] x[192] x[193] x[194] x[195] x[196] x[197] x[198] x[199] x[200] x[201] x[202] x[203] x[204] x[205] x[206] x[207] x[208] x[209] x[210] x[211] x[212] x[213] x[214] x[215] x[216] x[217] x[218] x[219] x[220] x[221] x[222] x[223] x[224]
252.01/235.22	v       </list>
252.01/235.22	v       <values>
252.01/235.22	v         0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 1 1 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 1 1 0 1 1 1 0 0 0 0 1 1 0 0 0 0 0 1 0 0 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 1 0 0 0 1 0 0 0 0 1 0 0 1 1 0 0 0 1 0 0 0 1 1 0 0 0 0 0 0 0 1 0 1 0 1 1 0 0 0 0 1 1 0 1 0 0 1 1 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 1 1 0 1 1 0 0 1 0 0 0 0 0 1 0 0 1 0 0 0 0 1 0 0 1 0 1 0 0 1 0
252.01/235.22	v       </values>
252.01/235.22	v     </instantiation>
252.01/235.22	s SATISFIABLE

Verifier Data

OK	63

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302392-1532894834/watcher-4302392-1532894834 -o /tmp/evaluation-result-4302392-1532894834/solver-4302392-1532894834 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1620 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1983108816 HOME/instance-4302392-1532894834.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
Current StackSize limit: 8192 KiB
solver pid=2671, runsolver pid=2668


[startup+0.100058 s]*
/proc/loadavg: 1.34 1.59 1.56 4/206 2728
/proc/meminfo: memFree=27149316/32770624 swapFree=67108860/67108860
[pid=2671] ppid=2668 vsize=10005480 memory=16688 CPUtime=0.08 cores=0,2,4,6
/proc/2671/stat : 2671 (java) S 2668 2671 22004 0 -1 1077944320 4351 13229 0 0 1 0 4 3 20 0 6 0 107046606 10245611520 4172 33554432000 4194304 4196468 140732803389584 140732803372128 140553516289783 0 0 0 16784584 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
/proc/2671/statm: 2501370 4172 1933 1 0 2489808 0
[pid=2671/tid=2724] ppid=2668 vsize=10005480 memory=8326441112148417179 CPUtime=0.08 cores=0,2,4,6
/proc/2671/task/2724/stat : 2724 (java) R 2668 2671 22004 0 -1 4202560 2207 13229 0 0 1 0 4 3 20 0 6 0 107046615 10245611520 4750 33554432000 4194304 4196468 140732803389584 140553488126544 140553497683517 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2725] ppid=2668 vsize=10005480 memory=-7025452035940392864 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2725/stat : 2725 (java) S 2668 2671 22004 0 -1 1077944384 1 13229 0 0 0 0 4 3 20 0 6 0 107046616 10245611520 4750 33554432000 4194304 4196468 140732803389584 140553520531728 140553516299989 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2726] ppid=2668 vsize=10005480 memory=140121588283008 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2726/stat : 2726 (java) S 2668 2671 22004 0 -1 1077944384 2 13229 0 0 0 0 4 3 20 0 6 0 107046616 10245611520 4750 33554432000 4194304 4196468 140732803389584 140553410136464 140553516299989 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2727] ppid=2668 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2727/stat : 2727 (java) S 2668 2671 22004 0 -1 1077944384 1 13229 0 0 0 0 4 3 20 0 6 0 107046616 10245611520 4750 33554432000 4194304 4196468 140732803389584 140553055083024 140553516299989 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2728] ppid=2668 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2728/stat : 2728 (java) S 2668 2671 22004 0 -1 1077944384 2 13229 0 0 0 0 4 3 20 0 6 0 107046616 10245611520 4750 33554432000 4194304 4196468 140732803389584 140553054030480 140553516299989 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
Current children cumulated CPU time: 0.08 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 16688 KiB

[startup+0.209943 s]*
/proc/loadavg: 1.34 1.59 1.56 3/215 2737
/proc/meminfo: memFree=27120452/32770624 swapFree=67108860/67108860
[pid=2671] ppid=2668 vsize=10982696 memory=44252 CPUtime=0.25 cores=0,2,4,6
/proc/2671/stat : 2671 (java) S 2668 2671 22004 0 -1 1077944320 8393 13229 0 0 17 1 4 3 20 0 15 0 107046606 11246280704 11063 33554432000 4194304 4196468 140732803389584 140732803372128 140553516289783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
/proc/2671/statm: 2745674 11063 2969 1 0 2708109 0
[pid=2671/tid=2724] ppid=2668 vsize=10982696 memory=7022364594140610616 CPUtime=0.18 cores=0,2,4,6
/proc/2671/task/2724/stat : 2724 (java) R 2668 2671 22004 0 -1 4202560 4924 13229 0 0 11 0 4 3 20 0 15 0 107046615 11246280704 11063 33554432000 4194304 4196468 140732803389584 140553488087440 140553496565563 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2725] ppid=2668 vsize=10982696 memory=288293255295271337 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2725/stat : 2725 (java) S 2668 2671 22004 0 -1 1077944384 1 13229 0 0 0 0 4 3 20 0 15 0 107046616 11246280704 11063 33554432000 4194304 4196468 140732803389584 140553520531728 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2726] ppid=2668 vsize=10982696 memory=651288 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2726/stat : 2726 (java) S 2668 2671 22004 0 -1 1077944384 2 13229 0 0 0 0 4 3 20 0 15 0 107046616 11246280704 11063 33554432000 4194304 4196468 140732803389584 140553410136464 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2727] ppid=2668 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2727/stat : 2727 (java) S 2668 2671 22004 0 -1 1077944384 1 13229 0 0 0 0 4 3 20 0 15 0 107046616 11246280704 11063 33554432000 4194304 4196468 140732803389584 140553055083024 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2728] ppid=2668 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2728/stat : 2728 (java) S 2668 2671 22004 0 -1 1077944384 2 13229 0 0 0 0 4 3 20 0 15 0 107046616 11246280704 11063 33554432000 4194304 4196468 140732803389584 140553054030480 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2729] ppid=2668 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2729/stat : 2729 (java) S 2668 2671 22004 0 -1 1077944384 2 13229 0 0 0 0 4 3 20 0 15 0 107046617 11246280704 11063 33554432000 4194304 4196468 140732803389584 140553009404400 140553516300930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2730] ppid=2668 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2730/stat : 2730 (java) S 2668 2671 22004 0 -1 1077944384 13 13229 0 0 0 0 4 3 20 0 15 0 107046618 11246280704 11063 33554432000 4194304 4196468 140732803389584 140552334992800 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2731] ppid=2668 vsize=10982696 memory=140121588283008 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2731/stat : 2731 (java) S 2668 2671 22004 0 -1 1077944384 1 13229 0 0 0 0 4 3 20 0 15 0 107046618 11246280704 11063 33554432000 4194304 4196468 140732803389584 140552133666288 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2732] ppid=2668 vsize=10982696 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2732/stat : 2732 (java) S 2668 2671 22004 0 -1 1077944384 3 13229 0 0 0 0 4 3 20 0 15 0 107046621 11246280704 11063 33554432000 4194304 4196468 140732803389584 140551826266832 140553516308379 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2733] ppid=2668 vsize=10982696 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2671/task/2733/stat : 2733 (java) S 2668 2671 22004 0 -1 1077944384 540 13229 0 0 1 0 4 3 20 0 15 0 107046621 11246280704 11063 33554432000 4194304 4196468 140732803389584 140553008351216 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2734] ppid=2668 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/2671/task/2734/stat : 2734 (java) S 2668 2671 22004 0 -1 1077944384 69 13229 0 0 1 0 4 3 20 0 15 0 107046621 11246280704 11063 33554432000 4194304 4196468 140732803389584 140553007298672 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2735] ppid=2668 vsize=10982696 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/2671/task/2735/stat : 2735 (java) S 2668 2671 22004 0 -1 1077944384 638 13229 0 0 3 0 4 3 20 0 15 0 107046621 11246280704 11063 33554432000 4194304 4196468 140732803389584 140552938973424 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2736] ppid=2668 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2736/stat : 2736 (java) S 2668 2671 22004 0 -1 1077944384 3 13229 0 0 0 0 4 3 20 0 15 0 107046621 11246280704 11063 33554432000 4194304 4196468 140732803389584 140551395469920 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2737] ppid=2668 vsize=10982696 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2737/stat : 2737 (java) S 2668 2671 22004 0 -1 1077944384 1 13229 0 0 0 0 4 3 20 0 15 0 107046621 11246280704 11063 33554432000 4194304 4196468 140732803389584 140552937921328 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 44252 KiB

[startup+0.310372 s]*
/proc/loadavg: 1.34 1.59 1.56 3/215 2737
/proc/meminfo: memFree=27112636/32770624 swapFree=67108860/67108860
[pid=2671] ppid=2668 vsize=10983192 memory=55596 CPUtime=0.38 cores=0,2,4,6
/proc/2671/stat : 2671 (java) S 2668 2671 22004 0 -1 1077944320 10415 13229 0 0 29 2 4 3 20 0 15 0 107046606 11246788608 13899 33554432000 4194304 4196468 140732803389584 140732803372128 140553516289783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
/proc/2671/statm: 2745798 13899 3101 1 0 2708109 0
[pid=2671/tid=2724] ppid=2668 vsize=10983192 memory=6935054825532540783 CPUtime=0.28 cores=0,2,4,6
/proc/2671/task/2724/stat : 2724 (java) R 2668 2671 22004 0 -1 4202560 6945 13229 0 0 20 1 4 3 20 0 15 0 107046615 11246788608 13899 33554432000 4194304 4196468 140732803389584 140553488101568 140553500370270 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2725] ppid=2668 vsize=10983192 memory=4126316290023845779 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2725/stat : 2725 (java) S 2668 2671 22004 0 -1 1077944384 1 13229 0 0 0 0 4 3 20 0 15 0 107046616 11246788608 13899 33554432000 4194304 4196468 140732803389584 140553520531728 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2726] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2726/stat : 2726 (java) S 2668 2671 22004 0 -1 1077944384 2 13229 0 0 0 0 4 3 20 0 15 0 107046616 11246788608 13899 33554432000 4194304 4196468 140732803389584 140553410136464 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2727] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2727/stat : 2727 (java) S 2668 2671 22004 0 -1 1077944384 1 13229 0 0 0 0 4 3 20 0 15 0 107046616 11246788608 13899 33554432000 4194304 4196468 140732803389584 140553055083024 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2728] ppid=2668 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2728/stat : 2728 (java) S 2668 2671 22004 0 -1 1077944384 2 13229 0 0 0 0 4 3 20 0 15 0 107046616 11246788608 13899 33554432000 4194304 4196468 140732803389584 140553054030480 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2729] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2729/stat : 2729 (java) S 2668 2671 22004 0 -1 1077944384 2 13229 0 0 0 0 4 3 20 0 15 0 107046617 11246788608 13899 33554432000 4194304 4196468 140732803389584 140553009404400 140553516300930 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2730] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2730/stat : 2730 (java) S 2668 2671 22004 0 -1 1077944384 13 13229 0 0 0 0 4 3 20 0 15 0 107046618 11246788608 13899 33554432000 4194304 4196468 140732803389584 140552334992800 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2731] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2731/stat : 2731 (java) S 2668 2671 22004 0 -1 1077944384 1 13229 0 0 0 0 4 3 20 0 15 0 107046618 11246788608 13899 33554432000 4194304 4196468 140732803389584 140552133666288 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2732] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2732/stat : 2732 (java) S 2668 2671 22004 0 -1 1077944384 3 13229 0 0 0 0 4 3 20 0 15 0 107046621 11246788608 13899 33554432000 4194304 4196468 140732803389584 140551826266832 140553516308379 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2733] ppid=2668 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2671/task/2733/stat : 2733 (java) S 2668 2671 22004 0 -1 1077944384 540 13229 0 0 1 0 4 3 20 0 15 0 107046621 11246788608 13899 33554432000 4194304 4196468 140732803389584 140553008351216 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2734] ppid=2668 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2671/task/2734/stat : 2734 (java) S 2668 2671 22004 0 -1 1077944384 70 13229 0 0 1 0 4 3 20 0 15 0 107046621 11246788608 13899 33554432000 4194304 4196468 140732803389584 140553007298672 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2735] ppid=2668 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/2671/task/2735/stat : 2735 (java) S 2668 2671 22004 0 -1 1077944384 644 13229 0 0 5 0 4 3 20 0 15 0 107046621 11246788608 13899 33554432000 4194304 4196468 140732803389584 140552938973424 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2736] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2736/stat : 2736 (java) S 2668 2671 22004 0 -1 1077944384 3 13229 0 0 0 0 4 3 20 0 15 0 107046621 11246788608 13899 33554432000 4194304 4196468 140732803389584 140551395469920 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2737] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2737/stat : 2737 (java) S 2668 2671 22004 0 -1 1077944384 1 13229 0 0 0 0 4 3 20 0 15 0 107046621 11246788608 13899 33554432000 4194304 4196468 140732803389584 140552937921328 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 55596 KiB

[startup+0.700726 s]
/proc/loadavg: 1.34 1.59 1.56 4/215 2737
/proc/meminfo: memFree=27100852/32770624 swapFree=67108860/67108860
[pid=2671] ppid=2668 vsize=10983192 memory=88412 CPUtime=0.97 cores=0,2,4,6
/proc/2671/stat : 2671 (java) S 2668 2671 22004 0 -1 1077944320 16823 13229 0 0 86 4 4 3 20 0 15 0 107046606 11246788608 22103 33554432000 4194304 4196468 140732803389584 140732803372128 140553516289783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
/proc/2671/statm: 2745798 22103 3237 1 0 2708109 0
[pid=2671/tid=2724] ppid=2668 vsize=10983192 memory=6307362048920095132 CPUtime=0.66 cores=0,2,4,6
/proc/2671/task/2724/stat : 2724 (java) R 2668 2671 22004 0 -1 4202560 12406 13229 0 0 56 3 4 3 20 0 15 0 107046615 11246788608 22103 33554432000 4194304 4196468 140732803389584 140553488100832 140553500370300 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2725] ppid=2668 vsize=10983192 memory=4640492708758985641 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2725/stat : 2725 (java) S 2668 2671 22004 0 -1 1077944384 1 13229 0 0 0 0 4 3 20 0 15 0 107046616 11246788608 22103 33554432000 4194304 4196468 140732803389584 140553520531728 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2726] ppid=2668 vsize=10983192 memory=8027200600010211434 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2726/stat : 2726 (java) S 2668 2671 22004 0 -1 1077944384 2 13229 0 0 0 0 4 3 20 0 15 0 107046616 11246788608 22103 33554432000 4194304 4196468 140732803389584 140553410136464 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2727] ppid=2668 vsize=10983192 memory=6083073847998109799 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2727/stat : 2727 (java) S 2668 2671 22004 0 -1 1077944384 1 13229 0 0 0 0 4 3 20 0 15 0 107046616 11246788608 22103 33554432000 4194304 4196468 140732803389584 140553055083024 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2728] ppid=2668 vsize=10983192 memory=6943526294502006880 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2728/stat : 2728 (java) S 2668 2671 22004 0 -1 1077944384 2 13229 0 0 0 0 4 3 20 0 15 0 107046616 11246788608 22103 33554432000 4194304 4196468 140732803389584 140553054030480 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2729] ppid=2668 vsize=10983192 memory=140121588281889 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2729/stat : 2729 (java) R 2668 2671 22004 0 -1 1077944384 5 13229 0 0 0 0 4 3 20 0 15 0 107046617 11246788608 22103 33554432000 4194304 4196468 140732803389584 140553009404400 140553516300930 0 0 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2730] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2730/stat : 2730 (java) S 2668 2671 22004 0 -1 1077944384 13 13229 0 0 0 0 4 3 20 0 15 0 107046618 11246788608 22103 33554432000 4194304 4196468 140732803389584 140552334992800 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2731] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2731/stat : 2731 (java) S 2668 2671 22004 0 -1 1077944384 1 13229 0 0 0 0 4 3 20 0 15 0 107046618 11246788608 22103 33554432000 4194304 4196468 140732803389584 140552133666288 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2732] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2732/stat : 2732 (java) S 2668 2671 22004 0 -1 1077944384 3 13229 0 0 0 0 4 3 20 0 15 0 107046621 11246788608 22103 33554432000 4194304 4196468 140732803389584 140551826266832 140553516308379 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2733] ppid=2668 vsize=10983192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/2671/task/2733/stat : 2733 (java) S 2668 2671 22004 0 -1 1077944384 825 13229 0 0 7 0 4 3 20 0 15 0 107046621 11246788608 22103 33554432000 4194304 4196468 140732803389584 140553008351216 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2734] ppid=2668 vsize=10983192 memory=0 CPUtime=0.16 cores=0,2,4,6
/proc/2671/task/2734/stat : 2734 (java) S 2668 2671 22004 0 -1 1077944384 646 13229 0 0 9 0 4 3 20 0 15 0 107046621 11246788608 22103 33554432000 4194304 4196468 140732803389584 140553007298672 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2735] ppid=2668 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/2671/task/2735/stat : 2735 (java) S 2668 2671 22004 0 -1 1077944384 721 13229 0 0 13 0 4 3 20 0 15 0 107046621 11246788608 22103 33554432000 4194304 4196468 140732803389584 140552938973424 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2736] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2736/stat : 2736 (java) S 2668 2671 22004 0 -1 1077944384 3 13229 0 0 0 0 4 3 20 0 15 0 107046621 11246788608 22103 33554432000 4194304 4196468 140732803389584 140551395469920 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2737] ppid=2668 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2737/stat : 2737 (java) S 2668 2671 22004 0 -1 1077944384 1 13229 0 0 0 0 4 3 20 0 15 0 107046621 11246788608 22103 33554432000 4194304 4196468 140732803389584 140552937921328 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
Current children cumulated CPU time: 0.97 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88412 KiB

[startup+1.50065 s]
/proc/loadavg: 1.34 1.59 1.56 5/215 2737
/proc/meminfo: memFree=27054880/32770624 swapFree=67108860/67108860
[pid=2671] ppid=2668 vsize=10998092 memory=179400 CPUtime=2.32 cores=0,2,4,6
/proc/2671/stat : 2671 (java) S 2668 2671 22004 0 -1 1077944320 23937 13229 0 0 215 10 4 3 20 0 15 0 107046606 11262046208 44850 33554432000 4194304 4196468 140732803389584 140732803372128 140553516289783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
/proc/2671/statm: 2749523 44850 3472 1 0 2711181 0
[pid=2671/tid=2724] ppid=2668 vsize=10998092 memory=280242857970360 CPUtime=1.42 cores=0,2,4,6
/proc/2671/task/2724/stat : 2724 (java) R 2668 2671 22004 0 -1 4202560 17929 13229 0 0 129 6 4 3 20 0 15 0 107046615 11262046208 44850 33554432000 4194304 4196468 140732803389584 140553488107280 140553085717820 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2725] ppid=2668 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2671/task/2725/stat : 2725 (java) S 2668 2671 22004 0 -1 1077944384 10 13229 0 0 1 0 4 3 20 0 15 0 107046616 11262046208 44850 33554432000 4194304 4196468 140732803389584 140553520531728 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2726] ppid=2668 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2671/task/2726/stat : 2726 (java) S 2668 2671 22004 0 -1 1077944384 53 13229 0 0 1 0 4 3 20 0 15 0 107046616 11262046208 44850 33554432000 4194304 4196468 140732803389584 140553410136464 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2727] ppid=2668 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/2671/task/2727/stat : 2727 (java) S 2668 2671 22004 0 -1 1077944384 26 13229 0 0 1 0 4 3 20 0 15 0 107046616 11262046208 44850 33554432000 4194304 4196468 140732803389584 140553055083024 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2728] ppid=2668 vsize=10998092 memory=-7306379679665460894 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2728/stat : 2728 (java) S 2668 2671 22004 0 -1 1077944384 187 13229 0 0 0 0 4 3 20 0 15 0 107046616 11262046208 44850 33554432000 4194304 4196468 140732803389584 140553054030480 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2729] ppid=2668 vsize=10998092 memory=-6876588628787748224 CPUtime=0.08 cores=0,2,4,6
/proc/2671/task/2729/stat : 2729 (java) S 2668 2671 22004 0 -1 1077944384 59 13229 0 0 1 0 4 3 20 0 15 0 107046617 11262046208 44850 33554432000 4194304 4196468 140732803389584 140553009404400 140553516300930 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2730] ppid=2668 vsize=10998092 memory=6944656591801720471 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2730/stat : 2730 (java) S 2668 2671 22004 0 -1 1077944384 13 13229 0 0 0 0 4 3 20 0 15 0 107046618 11262046208 44850 33554432000 4194304 4196468 140732803389584 140552334992864 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2731] ppid=2668 vsize=10998092 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2731/stat : 2731 (java) S 2668 2671 22004 0 -1 1077944384 2 13229 0 0 0 0 4 3 20 0 15 0 107046618 11262046208 44850 33554432000 4194304 4196468 140732803389584 140552133666304 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2732] ppid=2668 vsize=10998092 memory=7524509376902877289 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2732/stat : 2732 (java) S 2668 2671 22004 0 -1 1077944384 3 13229 0 0 0 0 4 3 20 0 15 0 107046621 11262046208 44850 33554432000 4194304 4196468 140732803389584 140551826266832 140553516308379 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2733] ppid=2668 vsize=10998092 memory=0 CPUtime=0.31 cores=0,2,4,6
/proc/2671/task/2733/stat : 2733 (java) S 2668 2671 22004 0 -1 1077944384 1326 13229 0 0 24 0 4 3 20 0 15 0 107046621 11262046208 44850 33554432000 4194304 4196468 140732803389584 140553008351216 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2734] ppid=2668 vsize=10998092 memory=0 CPUtime=0.27 cores=0,2,4,6
/proc/2671/task/2734/stat : 2734 (java) S 2668 2671 22004 0 -1 1077944384 806 13229 0 0 20 0 4 3 20 0 15 0 107046621 11262046208 44850 33554432000 4194304 4196468 140732803389584 140553007298672 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2735] ppid=2668 vsize=10998092 memory=0 CPUtime=0.42 cores=0,2,4,6
/proc/2671/task/2735/stat : 2735 (java) S 2668 2671 22004 0 -1 1077944384 1326 13229 0 0 35 0 4 3 20 0 15 0 107046621 11262046208 44850 33554432000 4194304 4196468 140732803389584 140552938973424 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2736] ppid=2668 vsize=10998092 memory=140121429324336 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2736/stat : 2736 (java) S 2668 2671 22004 0 -1 1077944384 3 13229 0 0 0 0 4 3 20 0 15 0 107046621 11262046208 44850 33554432000 4194304 4196468 140732803389584 140551395469920 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2737] ppid=2668 vsize=10998092 memory=6655300316396806240 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2737/stat : 2737 (java) S 2668 2671 22004 0 -1 1077944384 1 13229 0 0 0 0 4 3 20 0 15 0 107046621 11262046208 44850 33554432000 4194304 4196468 140732803389584 140552937921328 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
Current children cumulated CPU time: 2.32 s
Current children cumulated vsize: 10998092 KiB

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

/proc/2671/task/2724/stat : 2724 (java) R 2668 2671 22004 0 -1 4202560 48634 13229 0 0 10121 34 4 3 20 0 15 0 107046615 11343855616 452800 33554432000 4194304 4196468 140732803389584 140553488124864 140553092492071 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2725] ppid=2668 vsize=11077984 memory=0 CPUtime=0.33 cores=0,2,4,6
/proc/2671/task/2725/stat : 2725 (java) S 2668 2671 22004 0 -1 1077944384 690 13229 0 0 21 5 4 3 20 0 15 0 107046616 11343855616 452800 33554432000 4194304 4196468 140732803389584 140553520531728 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2726] ppid=2668 vsize=11077984 memory=3472328296227679313 CPUtime=0.33 cores=0,2,4,6
/proc/2671/task/2726/stat : 2726 (java) S 2668 2671 22004 0 -1 1077944384 2920 13229 0 0 21 5 4 3 20 0 15 0 107046616 11343855616 452800 33554432000 4194304 4196468 140732803389584 140553410136464 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2727] ppid=2668 vsize=11077984 memory=225 CPUtime=0.33 cores=0,2,4,6
/proc/2671/task/2727/stat : 2727 (java) S 2668 2671 22004 0 -1 1077944384 1861 13229 0 0 21 5 4 3 20 0 15 0 107046616 11343855616 452800 33554432000 4194304 4196468 140732803389584 140553055083024 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2728] ppid=2668 vsize=11077984 memory=1812224 CPUtime=0.34 cores=0,2,4,6
/proc/2671/task/2728/stat : 2728 (java) S 2668 2671 22004 0 -1 1077944384 1540 13229 0 0 22 5 4 3 20 0 15 0 107046616 11343855616 452800 33554432000 4194304 4196468 140732803389584 140553054030480 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2729] ppid=2668 vsize=11077984 memory=4028 CPUtime=0.25 cores=0,2,4,6
/proc/2671/task/2729/stat : 2729 (java) S 2668 2671 22004 0 -1 1077944384 4723 13229 0 0 16 2 4 3 20 0 15 0 107046617 11343855616 452800 33554432000 4194304 4196468 140732803389584 140553009404400 140553516300930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2730] ppid=2668 vsize=11077984 memory=30480 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2730/stat : 2730 (java) S 2668 2671 22004 0 -1 1077944384 15 13229 0 0 0 0 4 3 20 0 15 0 107046618 11343855616 452800 33554432000 4194304 4196468 140732803389584 140552334992864 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2731] ppid=2668 vsize=11077984 memory=4028 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2731/stat : 2731 (java) S 2668 2671 22004 0 -1 1077944384 8 13229 0 0 0 0 4 3 20 0 15 0 107046618 11343855616 452800 33554432000 4194304 4196468 140732803389584 140552133666304 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2732] ppid=2668 vsize=11077984 memory=30480 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2732/stat : 2732 (java) S 2668 2671 22004 0 -1 1077944384 3 13229 0 0 0 0 4 3 20 0 15 0 107046621 11343855616 452800 33554432000 4194304 4196468 140732803389584 140551826266832 140553516308379 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2733] ppid=2668 vsize=11077984 memory=1830680 CPUtime=4.93 cores=0,2,4,6
/proc/2671/task/2733/stat : 2733 (java) S 2668 2671 22004 0 -1 1077944384 17768 13229 0 0 483 3 4 3 20 0 15 0 107046621 11343855616 452800 33554432000 4194304 4196468 140732803389584 140553008351216 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 12 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2734] ppid=2668 vsize=11077984 memory=1830680 CPUtime=4.91 cores=0,2,4,6
/proc/2671/task/2734/stat : 2734 (java) S 2668 2671 22004 0 -1 1077944384 20652 13229 0 0 481 3 4 3 20 0 15 0 107046621 11343855616 452800 33554432000 4194304 4196468 140732803389584 140553007298672 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2735] ppid=2668 vsize=11077984 memory=4028 CPUtime=2.48 cores=0,2,4,6
/proc/2671/task/2735/stat : 2735 (java) S 2668 2671 22004 0 -1 1077944384 17512 13229 0 0 236 5 4 3 20 0 15 0 107046621 11343855616 452800 33554432000 4194304 4196468 140732803389584 140552938973424 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 13 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2736] ppid=2668 vsize=11077984 memory=8112282956445269571 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2736/stat : 2736 (java) S 2668 2671 22004 0 -1 1077944384 3 13229 0 0 0 0 4 3 20 0 15 0 107046621 11343855616 452800 33554432000 4194304 4196468 140732803389584 140551395469920 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2737] ppid=2668 vsize=11077984 memory=1408 CPUtime=0.11 cores=0,2,4,6
/proc/2671/task/2737/stat : 2737 (java) S 2668 2671 22004 0 -1 1077944384 745 13229 0 0 2 2 4 3 20 0 15 0 107046621 11343855616 452800 33554432000 4194304 4196468 140732803389584 140552937921328 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 10 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
Current children cumulated CPU time: 115.11 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1811200 KiB

[startup+162.301 s]
/proc/loadavg: 1.78 1.71 1.61 3/215 2739
/proc/meminfo: memFree=25286856/32770624 swapFree=67108860/67108860
[pid=2671] ppid=2668 vsize=11077984 memory=1789952 CPUtime=176.86 cores=0,2,4,6
/proc/2671/stat : 2671 (java) S 2668 2671 22004 0 -1 1077944320 130364 13229 0 0 17599 80 4 3 20 0 15 0 107046606 11343855616 447488 33554432000 4194304 4196468 140732803389584 140732803372128 140553516289783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
/proc/2671/statm: 2769496 447488 3528 1 0 2731149 0
[pid=2671/tid=2724] ppid=2668 vsize=11077984 memory=1793412 CPUtime=161.09 cores=0,2,4,6
/proc/2671/task/2724/stat : 2724 (java) R 2668 2671 22004 0 -1 4202560 50233 13229 0 0 16067 35 4 3 20 0 15 0 107046615 11343855616 447488 33554432000 4194304 4196468 140732803389584 140553488124976 140553105813393 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2725] ppid=2668 vsize=11077984 memory=1793532 CPUtime=0.59 cores=0,2,4,6
/proc/2671/task/2725/stat : 2725 (java) S 2668 2671 22004 0 -1 1077944384 1753 13229 0 0 46 6 4 3 20 0 15 0 107046616 11343855616 447488 33554432000 4194304 4196468 140732803389584 140553520531728 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2726] ppid=2668 vsize=11077984 memory=1793548 CPUtime=0.59 cores=0,2,4,6
/proc/2671/task/2726/stat : 2726 (java) S 2668 2671 22004 0 -1 1077944384 3115 13229 0 0 45 7 4 3 20 0 15 0 107046616 11343855616 447488 33554432000 4194304 4196468 140732803389584 140553410136464 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2727] ppid=2668 vsize=11077984 memory=1793548 CPUtime=0.59 cores=0,2,4,6
/proc/2671/task/2727/stat : 2727 (java) S 2668 2671 22004 0 -1 1077944384 1911 13229 0 0 45 7 4 3 20 0 15 0 107046616 11343855616 447488 33554432000 4194304 4196468 140732803389584 140553055083024 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2728] ppid=2668 vsize=11077984 memory=1792008 CPUtime=0.59 cores=0,2,4,6
/proc/2671/task/2728/stat : 2728 (java) S 2668 2671 22004 0 -1 1077944384 2138 13229 0 0 46 6 4 3 20 0 15 0 107046616 11343855616 447488 33554432000 4194304 4196468 140732803389584 140553054030480 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2729] ppid=2668 vsize=11077984 memory=1790472 CPUtime=0.47 cores=0,2,4,6
/proc/2671/task/2729/stat : 2729 (java) S 2668 2671 22004 0 -1 1077944384 5052 13229 0 0 37 3 4 3 20 0 15 0 107046617 11343855616 447488 33554432000 4194304 4196468 140732803389584 140553009404400 140553516300930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2730] ppid=2668 vsize=11077984 memory=1790468 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2730/stat : 2730 (java) S 2668 2671 22004 0 -1 1077944384 15 13229 0 0 0 0 4 3 20 0 15 0 107046618 11343855616 447488 33554432000 4194304 4196468 140732803389584 140552334992864 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2731] ppid=2668 vsize=11077984 memory=1792008 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2731/stat : 2731 (java) S 2668 2671 22004 0 -1 1077944384 8 13229 0 0 0 0 4 3 20 0 15 0 107046618 11343855616 447488 33554432000 4194304 4196468 140732803389584 140552133666304 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2732] ppid=2668 vsize=11077984 memory=1790468 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2732/stat : 2732 (java) S 2668 2671 22004 0 -1 1077944384 3 13229 0 0 0 0 4 3 20 0 15 0 107046621 11343855616 447488 33554432000 4194304 4196468 140732803389584 140551826266832 140553516308379 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2733] ppid=2668 vsize=11077984 memory=1793532 CPUtime=5.35 cores=0,2,4,6
/proc/2671/task/2733/stat : 2733 (java) S 2668 2671 22004 0 -1 1077944384 20094 13229 0 0 525 3 4 3 20 0 15 0 107046621 11343855616 447488 33554432000 4194304 4196468 140732803389584 140553008351216 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2734] ppid=2668 vsize=11077984 memory=0 CPUtime=5.34 cores=0,2,4,6
/proc/2671/task/2734/stat : 2734 (java) S 2668 2671 22004 0 -1 1077944384 23345 13229 0 0 524 3 4 3 20 0 15 0 107046621 11343855616 447488 33554432000 4194304 4196468 140732803389584 140553007298672 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2735] ppid=2668 vsize=11077984 memory=1790980 CPUtime=2.63 cores=0,2,4,6
/proc/2671/task/2735/stat : 2735 (java) S 2668 2671 22004 0 -1 1077944384 19722 13229 0 0 251 5 4 3 20 0 15 0 107046621 11343855616 447488 33554432000 4194304 4196468 140732803389584 140552938973424 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2736] ppid=2668 vsize=11077984 memory=1790980 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2736/stat : 2736 (java) S 2668 2671 22004 0 -1 1077944384 3 13229 0 0 0 0 4 3 20 0 15 0 107046621 11343855616 447488 33554432000 4194304 4196468 140732803389584 140551395469920 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2737] ppid=2668 vsize=11077984 memory=4052 CPUtime=0.15 cores=0,2,4,6
/proc/2671/task/2737/stat : 2737 (java) S 2668 2671 22004 0 -1 1077944384 779 13229 0 0 4 4 4 3 20 0 15 0 107046621 11343855616 447488 33554432000 4194304 4196468 140732803389584 140552937921328 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 10 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
Current children cumulated CPU time: 176.86 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1789952 KiB

[startup+222.301 s]
/proc/loadavg: 1.82 1.72 1.62 3/215 2875
/proc/meminfo: memFree=25108404/32770624 swapFree=67108860/67108860
[pid=2671] ppid=2668 vsize=11077984 memory=1775460 CPUtime=238.66 cores=0,2,4,6
/proc/2671/stat : 2671 (java) S 2668 2671 22004 0 -1 1077944320 141571 13229 0 0 23771 88 4 3 20 0 15 0 107046606 11343855616 443865 33554432000 4194304 4196468 140732803389584 140732803372128 140553516289783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
/proc/2671/statm: 2769496 443865 3528 1 0 2731149 0
[pid=2671/tid=2724] ppid=2668 vsize=11077984 memory=1775460 CPUtime=220.51 cores=0,2,4,6
/proc/2671/task/2724/stat : 2724 (java) R 2668 2671 22004 0 -1 4202560 51586 13229 0 0 22007 37 4 3 20 0 15 0 107046615 11343855616 443865 33554432000 4194304 4196468 140732803389584 140553488125072 140553094965188 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2725] ppid=2668 vsize=11077984 memory=1775460 CPUtime=0.87 cores=0,2,4,6
/proc/2671/task/2725/stat : 2725 (java) S 2668 2671 22004 0 -1 1077944384 2799 13229 0 0 73 7 4 3 20 0 15 0 107046616 11343855616 443865 33554432000 4194304 4196468 140732803389584 140553520531728 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2726] ppid=2668 vsize=11077984 memory=1780056 CPUtime=0.87 cores=0,2,4,6
/proc/2671/task/2726/stat : 2726 (java) S 2668 2671 22004 0 -1 1077944384 3690 13229 0 0 72 8 4 3 20 0 15 0 107046616 11343855616 443865 33554432000 4194304 4196468 140732803389584 140553410136464 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2727] ppid=2668 vsize=11077984 memory=1780056 CPUtime=0.87 cores=0,2,4,6
/proc/2671/task/2727/stat : 2727 (java) S 2668 2671 22004 0 -1 1077944384 2123 13229 0 0 72 8 4 3 20 0 15 0 107046616 11343855616 443865 33554432000 4194304 4196468 140732803389584 140553055083024 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2728] ppid=2668 vsize=11077984 memory=1779568 CPUtime=0.88 cores=0,2,4,6
/proc/2671/task/2728/stat : 2728 (java) S 2668 2671 22004 0 -1 1077944384 2195 13229 0 0 74 7 4 3 20 0 15 0 107046616 11343855616 443865 33554432000 4194304 4196468 140732803389584 140553054030480 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2729] ppid=2668 vsize=11077984 memory=1775972 CPUtime=0.71 cores=0,2,4,6
/proc/2671/task/2729/stat : 2729 (java) S 2668 2671 22004 0 -1 1077944384 5370 13229 0 0 60 4 4 3 20 0 15 0 107046617 11343855616 443865 33554432000 4194304 4196468 140732803389584 140553009404400 140553516300930 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 11 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2730] ppid=2668 vsize=11077984 memory=1775460 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2730/stat : 2730 (java) S 2668 2671 22004 0 -1 1077944384 15 13229 0 0 0 0 4 3 20 0 15 0 107046618 11343855616 443865 33554432000 4194304 4196468 140732803389584 140552334992864 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2731] ppid=2668 vsize=11077984 memory=1780056 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2731/stat : 2731 (java) S 2668 2671 22004 0 -1 1077944384 8 13229 0 0 0 0 4 3 20 0 15 0 107046618 11343855616 443865 33554432000 4194304 4196468 140732803389584 140552133666304 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2732] ppid=2668 vsize=11077984 memory=1775460 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2732/stat : 2732 (java) S 2668 2671 22004 0 -1 1077944384 3 13229 0 0 0 0 4 3 20 0 15 0 107046621 11343855616 443865 33554432000 4194304 4196468 140732803389584 140551826266832 140553516308379 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2733] ppid=2668 vsize=11077984 memory=1775460 CPUtime=5.76 cores=0,2,4,6
/proc/2671/task/2733/stat : 2733 (java) S 2668 2671 22004 0 -1 1077944384 22882 13229 0 0 565 4 4 3 20 0 15 0 107046621 11343855616 443865 33554432000 4194304 4196468 140732803389584 140553008351216 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2734] ppid=2668 vsize=11077984 memory=4028 CPUtime=5.76 cores=0,2,4,6
/proc/2671/task/2734/stat : 2734 (java) S 2668 2671 22004 0 -1 1077944384 25577 13229 0 0 565 4 4 3 20 0 15 0 107046621 11343855616 443865 33554432000 4194304 4196468 140732803389584 140553007298672 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2735] ppid=2668 vsize=11077984 memory=1775460 CPUtime=2.79 cores=0,2,4,6
/proc/2671/task/2735/stat : 2735 (java) S 2668 2671 22004 0 -1 1077944384 22314 13229 0 0 266 6 4 3 20 0 15 0 107046621 11343855616 443865 33554432000 4194304 4196468 140732803389584 140552938973424 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2736] ppid=2668 vsize=11077984 memory=1775460 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2736/stat : 2736 (java) S 2668 2671 22004 0 -1 1077944384 3 13229 0 0 0 0 4 3 20 0 15 0 107046621 11343855616 443865 33554432000 4194304 4196468 140732803389584 140551395469920 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2737] ppid=2668 vsize=11077984 memory=1775460 CPUtime=0.18 cores=0,2,4,6
/proc/2671/task/2737/stat : 2737 (java) S 2668 2671 22004 0 -1 1077944384 813 13229 0 0 6 5 4 3 20 0 15 0 107046621 11343855616 443865 33554432000 4194304 4196468 140732803389584 140552937921328 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
Current children cumulated CPU time: 238.66 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1775460 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+235.201 s]
/proc/loadavg: 2.29 1.83 1.66 3/215 2875
/proc/meminfo: memFree=24089624/32770624 swapFree=67108860/67108860
[pid=2671] ppid=2668 vsize=11077984 memory=1775564 CPUtime=252.01 cores=0,2,4,6
/proc/2671/stat : 2671 (java) S 2668 2671 22004 0 -1 1077944320 143504 13229 0 0 25104 90 4 3 20 0 15 0 107046606 11343855616 443891 33554432000 4194304 4196468 140732803389584 140732803372128 140553516289783 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
/proc/2671/statm: 2769496 443891 3528 1 0 2731149 0
[pid=2671/tid=2724] ppid=2668 vsize=11077984 memory=8112282956445269571 CPUtime=233.28 cores=0,2,4,6
/proc/2671/task/2724/stat : 2724 (java) R 2668 2671 22004 0 -1 4202560 52094 13229 0 0 23284 37 4 3 20 0 15 0 107046615 11343855616 443891 33554432000 4194304 4196468 140732803389584 140553488124976 140553104715776 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2725] ppid=2668 vsize=11077984 memory=4028 CPUtime=0.93 cores=0,2,4,6
/proc/2671/task/2725/stat : 2725 (java) S 2668 2671 22004 0 -1 1077944384 3825 13229 0 0 79 7 4 3 20 0 15 0 107046616 11343855616 443891 33554432000 4194304 4196468 140732803389584 140553520531728 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2726] ppid=2668 vsize=11077984 memory=30492 CPUtime=0.92 cores=0,2,4,6
/proc/2671/task/2726/stat : 2726 (java) S 2668 2671 22004 0 -1 1077944384 3770 13229 0 0 77 8 4 3 20 0 15 0 107046616 11343855616 443891 33554432000 4194304 4196468 140732803389584 140553410136464 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2727] ppid=2668 vsize=11077984 memory=1296 CPUtime=0.93 cores=0,2,4,6
/proc/2671/task/2727/stat : 2727 (java) S 2668 2671 22004 0 -1 1077944384 2152 13229 0 0 78 8 4 3 20 0 15 0 107046616 11343855616 443891 33554432000 4194304 4196468 140732803389584 140553055083024 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2728] ppid=2668 vsize=11077984 memory=8112282956445269571 CPUtime=0.94 cores=0,2,4,6
/proc/2671/task/2728/stat : 2728 (java) S 2668 2671 22004 0 -1 1077944384 2224 13229 0 0 80 7 4 3 20 0 15 0 107046616 11343855616 443891 33554432000 4194304 4196468 140732803389584 140553054030480 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2729] ppid=2668 vsize=11077984 memory=1840 CPUtime=0.77 cores=0,2,4,6
/proc/2671/task/2729/stat : 2729 (java) S 2668 2671 22004 0 -1 1077944384 5381 13229 0 0 65 5 4 3 20 0 15 0 107046617 11343855616 443891 33554432000 4194304 4196468 140732803389584 140553009404400 140553516300930 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 11 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2730] ppid=2668 vsize=11077984 memory=1004 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2730/stat : 2730 (java) S 2668 2671 22004 0 -1 1077944384 15 13229 0 0 0 0 4 3 20 0 15 0 107046618 11343855616 443891 33554432000 4194304 4196468 140732803389584 140552334992864 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2731] ppid=2668 vsize=11077984 memory=12060 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2731/stat : 2731 (java) S 2668 2671 22004 0 -1 1077944384 8 13229 0 0 0 0 4 3 20 0 15 0 107046618 11343855616 443891 33554432000 4194304 4196468 140732803389584 140552133666304 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2732] ppid=2668 vsize=11077984 memory=5788 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2732/stat : 2732 (java) S 2668 2671 22004 0 -1 1077944384 3 13229 0 0 0 0 4 3 20 0 15 0 107046621 11343855616 443891 33554432000 4194304 4196468 140732803389584 140551826266832 140553516308379 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2733] ppid=2668 vsize=11077984 memory=792 CPUtime=5.87 cores=0,2,4,6
/proc/2671/task/2733/stat : 2733 (java) S 2668 2671 22004 0 -1 1077944384 23032 13229 0 0 576 4 4 3 20 0 15 0 107046621 11343855616 443891 33554432000 4194304 4196468 140732803389584 140553008351216 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 12 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2734] ppid=2668 vsize=11077984 memory=1228 CPUtime=5.87 cores=0,2,4,6
/proc/2671/task/2734/stat : 2734 (java) S 2668 2671 22004 0 -1 1077944384 25585 13229 0 0 576 4 4 3 20 0 15 0 107046621 11343855616 443891 33554432000 4194304 4196468 140732803389584 140553007298672 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2735] ppid=2668 vsize=11077984 memory=1944 CPUtime=2.83 cores=0,2,4,6
/proc/2671/task/2735/stat : 2735 (java) S 2668 2671 22004 0 -1 1077944384 22406 13229 0 0 270 6 4 3 20 0 15 0 107046621 11343855616 443891 33554432000 4194304 4196468 140732803389584 140552938973424 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 13 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2736] ppid=2668 vsize=11077984 memory=1775564 CPUtime=0.07 cores=0,2,4,6
/proc/2671/task/2736/stat : 2736 (java) S 2668 2671 22004 0 -1 1077944384 3 13229 0 0 0 0 4 3 20 0 15 0 107046621 11343855616 443891 33554432000 4194304 4196468 140732803389584 140551395469920 140553516299989 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
[pid=2671/tid=2737] ppid=2668 vsize=11077984 memory=1775564 CPUtime=0.19 cores=0,2,4,6
/proc/2671/task/2737/stat : 2737 (java) S 2668 2671 22004 0 -1 1077944384 813 13229 0 0 7 5 4 3 20 0 15 0 107046621 11343855616 443891 33554432000 4194304 4196468 140732803389584 140552937921328 140553516300930 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 10 0 0 6293624 6294260 34349056 140732803394161 140732803396961 140732803396961 140732803399631 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1775564 KiB

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

[startup+235.241 s]
# the end of solver process 2671 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.11 s, system=0.960962 s

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

Child status: 143
Real time (s): 235.241
CPU time (s): 252.071
CPU user time (s): 251.11
CPU system time (s): 0.960962
CPU usage (%): 107.154
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 1865492

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.11
system time used= 0.960962
maximum resident set size= 1867540
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 159897
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= 28346
involuntary context switches= 684


# summary of solver processes directly reported to runsolver:
#   pid: 2671
#   total CPU time (s): 252.071
#   total CPU user time (s): 251.11
#   total CPU system time (s): 0.960962

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.67793 second user time and 1.97612 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-29 22:07:14
IDJOB=4302392
IDBENCH=141115
IDSOLVER=2776
FILE ID=node151/4302392-1532894834
RUNJOBID= node151-1532894133-1620
PBS_JOBID= 21022509
Free space on /tmp= 59284 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/PseudoBoolean-opt/Pb-garden-15x15_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302392-1532894834/watcher-4302392-1532894834 -o /tmp/evaluation-result-4302392-1532894834/solver-4302392-1532894834 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532894133-1620 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1983108816 HOME/instance-4302392-1532894834.xml

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

MD5SUM BENCH= 3febb05d57a4106fdf30b8e2d6c3cfc0
RANDOM SEED=1983108816

node151.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.87
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.87
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.87
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.87
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:        27172748 kB
MemAvailable:   30906508 kB
Buffers:          215740 kB
Cached:          3791836 kB
SwapCached:            0 kB
Active:          2498228 kB
Inactive:        2629824 kB
Active(anon):    1070272 kB
Inactive(anon):    78188 kB
Active(file):    1427956 kB
Inactive(file):  2551636 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26660 kB
Writeback:             0 kB
AnonPages:       1191608 kB
Mapped:            57848 kB
Shmem:             25224 kB
Slab:             168164 kB
SReclaimable:     140008 kB
SUnreclaim:        28156 kB
KernelStack:        3840 kB
PageTables:         7628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2315552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    966656 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59256 MiB
End job on node151 at 2018-07-29 22:11:10