Trace number 4302713

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)129 252.076 238.336

General information on the benchmark

NameRcpsp/
Rcpsp-j120-01-03_c18.xml
MD5SUM23ddd46bc08a13908205cdb197974328
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark126
Best CPU time to get the best result obtained on this benchmark251.994
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints187
Number of domains2
Minimum domain size1
Maximum domain size663
Distribution of domain sizes[{"size":1,"count":1},{"size":663,"count":121}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":50},{"degree":4,"count":27},{"degree":5,"count":41},{"degree":6,"count":4}]
Minimum constraint arity2
Maximum constraint arity40
Distribution of constraint arities[{"arity":2,"count":183},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":30,"count":1},{"arity":40,"count":1}]
Number of extensional constraints0
Number of intensional constraints183
Distribution of constraint types[{"type":"intension","count":183},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.99/0.74	c Concrete v3.9.2.1532736233296 running
10.29/4.61	o 662
10.29/4.68	o 660
13.04/5.55	o 656
13.04/5.56	o 651
13.04/5.59	o 649
14.63/6.31	o 640
14.63/6.33	o 184
14.91/6.48	o 178
16.56/7.69	o 177
16.80/7.71	o 159
17.10/7.99	o 158
17.10/8.00	o 156
18.90/9.47	o 154
18.90/9.48	o 151
19.11/9.53	o 150
19.22/9.68	o 148
19.54/9.82	o 146
19.54/9.84	o 140
21.51/11.35	o 131
48.04/36.55	o 130
107.08/95.09	o 129
252.02/238.30	Exception in thread "main" java.util.concurrent.TimeoutException
252.02/238.30		at concrete.MAC.mac(MAC.scala:188)
252.02/238.30		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
252.02/238.30		at scala.util.Try$.apply(Try.scala:209)
252.02/238.30		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
252.02/238.30		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
252.02/238.30		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
252.02/238.30		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
252.02/238.30		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
252.02/238.30		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
252.02/238.30		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
252.02/238.30		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
252.02/238.30		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
252.02/238.30		at concrete.MAC.oneRun(MAC.scala:253)
252.02/238.30		at concrete.MAC.nextSolution(MAC.scala:272)
252.02/238.30		at concrete.MAC.nextSolution(MAC.scala:355)
252.02/238.30		at concrete.Solver.hasNext(Solver.scala:166)
252.02/238.30		at scala.collection.Iterator.foreach(Iterator.scala:944)
252.02/238.30		at scala.collection.Iterator.foreach$(Iterator.scala:944)
252.02/238.30		at concrete.Solver.foreach(Solver.scala:68)
252.02/238.31		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
252.02/238.31		at scala.util.Success.$anonfun$map$1(Try.scala:251)
252.02/238.31		at scala.util.Success.map(Try.scala:209)
252.02/238.31		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
252.02/238.31		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
252.02/238.31		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
252.02/238.31		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
252.02/238.31		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
252.02/238.31		at scala.Function0.apply$mcV$sp(Function0.scala:34)
252.02/238.31		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
252.02/238.31		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
252.02/238.31		at scala.App.$anonfun$main$1$adapted(App.scala:76)
252.02/238.31		at scala.collection.immutable.List.foreach(List.scala:389)
252.02/238.31		at scala.App.main(App.scala:76)
252.02/238.31		at scala.App.main$(App.scala:74)
252.02/238.31		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
252.02/238.31		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
252.02/238.31	v <instantiation cost="129">
252.02/238.31	v       <list>
252.02/238.31	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61] s[62] s[63] s[64] s[65] s[66] s[67] s[68] s[69] s[70] s[71] s[72] s[73] s[74] s[75] s[76] s[77] s[78] s[79] s[80] s[81] s[82] s[83] s[84] s[85] s[86] s[87] s[88] s[89] s[90] s[91] s[92] s[93] s[94] s[95] s[96] s[97] s[98] s[99] s[100] s[101] s[102] s[103] s[104] s[105] s[106] s[107] s[108] s[109] s[110] s[111] s[112] s[113] s[114] s[115] s[116] s[117] s[118] s[119] s[120] s[121]
252.02/238.31	v       </list>
252.02/238.31	v       <values>
252.02/238.31	v         0 0 0 0 7 10 3 19 6 3 11 28 19 43 11 41 19 28 28 30 30 4 40 30 16 53 11 11 13 95 60 85 23 76 53 13 55 75 56 40 28 43 10 76 30 38 109 49 38 101 32 51 28 18 59 66 67 20 70 45 44 44 85 55 51 54 57 30 34 71 35 61 67 86 46 75 57 69 77 103 69 57 106 69 91 105 112 33 109 88 65 60 24 100 98 56 58 46 107 30 79 40 79 80 118 58 79 79 63 103 113 117 85 120 88 95 119 93 127 118 124 129
252.02/238.31	v       </values>
252.02/238.31	v     </instantiation>
252.02/238.31	s SATISFIABLE

Verifier Data

OK	129

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302713-1532897822/watcher-4302713-1532897822 -o /tmp/evaluation-result-4302713-1532897822/solver-4302713-1532897822 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24643 --watchdog 312 bin/xcsp-3-concrete -J-Xss64M -randomseed=1501362917 -superng HOME/instance-4302713-1532897822.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=30380, runsolver pid=30377

[startup+0.10014 s]*
/proc/loadavg: 1.26 1.52 1.79 3/206 30437
/proc/meminfo: memFree=27133744/32770624 swapFree=67108792/67108860
[pid=30380] ppid=30377 vsize=10005480 memory=17216 CPUtime=0.09 cores=0,2,4,6
/proc/30380/stat : 30380 (java) S 30377 30380 22977 0 -1 1077944320 4465 13356 0 0 1 1 5 2 20 0 6 0 107345435 10245611520 4304 33554432000 4194304 4196468 140721796478016 140721796460560 139672508530423 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
/proc/30380/statm: 2501370 4304 1935 1 0 2489808 0
[pid=30380/tid=30433] ppid=30377 vsize=10005480 memory=4279135704013569934 CPUtime=0.08 cores=0,2,4,6
/proc/30380/task/30433/stat : 30433 (java) R 30377 30380 22977 0 -1 4202560 2285 13356 0 0 1 0 5 2 20 0 6 0 107345444 10245611520 4304 33554432000 4194304 4196468 140721796478016 139672480367184 139672493653360 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30434] ppid=30377 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30434/stat : 30434 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 6 0 107345445 10245611520 4304 33554432000 4194304 4196468 140721796478016 139672512772752 139672508540629 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30435] ppid=30377 vsize=10005480 memory=140399613118080 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30435/stat : 30435 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 6 0 107345445 10245611520 4304 33554432000 4194304 4196468 140721796478016 139672047770128 139672508540629 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30436] ppid=30377 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30436/stat : 30436 (java) S 30377 30380 22977 0 -1 1077944384 2 13356 0 0 0 0 5 2 20 0 6 0 107345445 10245611520 4304 33554432000 4194304 4196468 140721796478016 139672046717328 139672508540629 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30437] ppid=30377 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30437/stat : 30437 (java) S 30377 30380 22977 0 -1 1077944384 2 13356 0 0 0 0 5 2 20 0 6 0 107345445 10245611520 4304 33554432000 4194304 4196468 140721796478016 139672045664528 139672508540629 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 17216 KiB

[startup+0.209901 s]*
/proc/loadavg: 1.26 1.52 1.79 3/215 30446
/proc/meminfo: memFree=27111764/32770624 swapFree=67108792/67108860
[pid=30380] ppid=30377 vsize=10982744 memory=45916 CPUtime=0.25 cores=0,2,4,6
/proc/30380/stat : 30380 (java) S 30377 30380 22977 0 -1 1077944320 8209 13356 0 0 16 2 5 2 20 0 15 0 107345435 11246329856 11479 33554432000 4194304 4196468 140721796478016 140721796460560 139672508530423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
/proc/30380/statm: 2745686 11479 2960 1 0 2708109 0
[pid=30380/tid=30433] ppid=30377 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/30380/task/30433/stat : 30433 (java) R 30377 30380 22977 0 -1 4202560 4774 13356 0 0 11 1 5 2 20 0 15 0 107345444 11246329856 11479 33554432000 4194304 4196468 140721796478016 139672480353952 139672492610910 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30434] ppid=30377 vsize=10982744 memory=343 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30434/stat : 30434 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 15 0 107345445 11246329856 11479 33554432000 4194304 4196468 140721796478016 139672512772752 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30435] ppid=30377 vsize=10982744 memory=4122678108276197024 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30435/stat : 30435 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 15 0 107345445 11246329856 11479 33554432000 4194304 4196468 140721796478016 139672047770128 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30436] ppid=30377 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30436/stat : 30436 (java) S 30377 30380 22977 0 -1 1077944384 2 13356 0 0 0 0 5 2 20 0 15 0 107345445 11246329856 11479 33554432000 4194304 4196468 140721796478016 139672046717328 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30437] ppid=30377 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30437/stat : 30437 (java) S 30377 30380 22977 0 -1 1077944384 2 13356 0 0 0 0 5 2 20 0 15 0 107345445 11246329856 11479 33554432000 4194304 4196468 140721796478016 139672045664528 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30438] ppid=30377 vsize=10982744 memory=140399613118080 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30438/stat : 30438 (java) S 30377 30380 22977 0 -1 1077944384 2 13356 0 0 0 0 5 2 20 0 15 0 107345446 11246329856 11479 33554432000 4194304 4196468 140721796478016 139671933807472 139672508541570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30439] ppid=30377 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30439/stat : 30439 (java) S 30377 30380 22977 0 -1 1077944384 13 13356 0 0 0 0 5 2 20 0 15 0 107345447 11246329856 11479 33554432000 4194304 4196468 140721796478016 139671329826336 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30440] ppid=30377 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30440/stat : 30440 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 15 0 107345447 11246329856 11479 33554432000 4194304 4196468 140721796478016 139671128499568 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30441] ppid=30377 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30441/stat : 30441 (java) S 30377 30380 22977 0 -1 1077944384 3 13356 0 0 0 0 5 2 20 0 15 0 107345449 11246329856 11479 33554432000 4194304 4196468 140721796478016 139670821099856 139672508549019 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30442] ppid=30377 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30380/task/30442/stat : 30442 (java) S 30377 30380 22977 0 -1 1077944384 430 13356 0 0 1 0 5 2 20 0 15 0 107345450 11246329856 11479 33554432000 4194304 4196468 140721796478016 139671932754288 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30443] ppid=30377 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30380/task/30443/stat : 30443 (java) S 30377 30380 22977 0 -1 1077944384 189 13356 0 0 1 0 5 2 20 0 15 0 107345450 11246329856 11479 33554432000 4194304 4196468 140721796478016 139671931701488 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30444] ppid=30377 vsize=10982744 memory=140399613118080 CPUtime=0.1 cores=0,2,4,6
/proc/30380/task/30444/stat : 30444 (java) R 30377 30380 22977 0 -1 4202560 597 13356 0 0 3 0 5 2 20 0 15 0 107345450 11246329856 11479 33554432000 4194304 4196468 140721796478016 139671930648688 139672487969344 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30445] ppid=30377 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30445/stat : 30445 (java) S 30377 30380 22977 0 -1 1077944384 3 13356 0 0 0 0 5 2 20 0 15 0 107345450 11246329856 11479 33554432000 4194304 4196468 140721796478016 139670390302944 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30446] ppid=30377 vsize=10982744 memory=140399613118080 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30446/stat : 30446 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 15 0 107345450 11246329856 11479 33554432000 4194304 4196468 140721796478016 139671929597104 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45916 KiB

[startup+0.310187 s]*
/proc/loadavg: 1.32 1.53 1.79 3/215 30446
/proc/meminfo: memFree=27100848/32770624 swapFree=67108792/67108860
[pid=30380] ppid=30377 vsize=10983192 memory=56628 CPUtime=0.37 cores=0,2,4,6
/proc/30380/stat : 30380 (java) S 30377 30380 22977 0 -1 1077944320 10705 13356 0 0 28 2 5 2 20 0 15 0 107345435 11246788608 14157 33554432000 4194304 4196468 140721796478016 140721796460560 139672508530423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
/proc/30380/statm: 2745798 14157 3079 1 0 2708109 0
[pid=30380/tid=30433] ppid=30377 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/30380/task/30433/stat : 30433 (java) R 30377 30380 22977 0 -1 4202560 7258 13356 0 0 20 1 5 2 20 0 15 0 107345444 11246788608 14157 33554432000 4194304 4196468 140721796478016 139672480342432 139672508552349 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30434] ppid=30377 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30434/stat : 30434 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 15 0 107345445 11246788608 14157 33554432000 4194304 4196468 140721796478016 139672512772752 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30435] ppid=30377 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30435/stat : 30435 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 15 0 107345445 11246788608 14157 33554432000 4194304 4196468 140721796478016 139672047770128 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30436] ppid=30377 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30436/stat : 30436 (java) S 30377 30380 22977 0 -1 1077944384 2 13356 0 0 0 0 5 2 20 0 15 0 107345445 11246788608 14157 33554432000 4194304 4196468 140721796478016 139672046717328 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30437] ppid=30377 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30437/stat : 30437 (java) S 30377 30380 22977 0 -1 1077944384 2 13356 0 0 0 0 5 2 20 0 15 0 107345445 11246788608 14157 33554432000 4194304 4196468 140721796478016 139672045664528 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30438] ppid=30377 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30438/stat : 30438 (java) S 30377 30380 22977 0 -1 1077944384 2 13356 0 0 0 0 5 2 20 0 15 0 107345446 11246788608 14157 33554432000 4194304 4196468 140721796478016 139671933807472 139672508541570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30439] ppid=30377 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30439/stat : 30439 (java) S 30377 30380 22977 0 -1 1077944384 13 13356 0 0 0 0 5 2 20 0 15 0 107345447 11246788608 14157 33554432000 4194304 4196468 140721796478016 139671329826336 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30440] ppid=30377 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30440/stat : 30440 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 15 0 107345447 11246788608 14157 33554432000 4194304 4196468 140721796478016 139671128499568 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30441] ppid=30377 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30441/stat : 30441 (java) S 30377 30380 22977 0 -1 1077944384 3 13356 0 0 0 0 5 2 20 0 15 0 107345449 11246788608 14157 33554432000 4194304 4196468 140721796478016 139670821099856 139672508549019 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30442] ppid=30377 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30380/task/30442/stat : 30442 (java) S 30377 30380 22977 0 -1 1077944384 434 13356 0 0 1 0 5 2 20 0 15 0 107345450 11246788608 14157 33554432000 4194304 4196468 140721796478016 139671932754288 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30443] ppid=30377 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/30380/task/30443/stat : 30443 (java) S 30377 30380 22977 0 -1 1077944384 190 13356 0 0 1 0 5 2 20 0 15 0 107345450 11246788608 14157 33554432000 4194304 4196468 140721796478016 139671931701488 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30444] ppid=30377 vsize=10983192 memory=140399613118080 CPUtime=0.12 cores=0,2,4,6
/proc/30380/task/30444/stat : 30444 (java) S 30377 30380 22977 0 -1 1077944384 603 13356 0 0 5 0 5 2 20 0 15 0 107345450 11246788608 14157 33554432000 4194304 4196468 140721796478016 139671930648688 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30445] ppid=30377 vsize=10983192 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30445/stat : 30445 (java) S 30377 30380 22977 0 -1 1077944384 3 13356 0 0 0 0 5 2 20 0 15 0 107345450 11246788608 14157 33554432000 4194304 4196468 140721796478016 139670390302944 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30446] ppid=30377 vsize=10983192 memory=140399613118080 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30446/stat : 30446 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 15 0 107345450 11246788608 14157 33554432000 4194304 4196468 140721796478016 139671929597104 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56628 KiB

[startup+0.700749 s]
/proc/loadavg: 1.32 1.53 1.79 3/215 30446
/proc/meminfo: memFree=27089768/32770624 swapFree=67108792/67108860
[pid=30380] ppid=30377 vsize=10983192 memory=88568 CPUtime=0.99 cores=0,2,4,6
/proc/30380/stat : 30380 (java) S 30377 30380 22977 0 -1 1077944320 16778 13356 0 0 88 4 5 2 20 0 15 0 107345435 11246788608 22142 33554432000 4194304 4196468 140721796478016 140721796460560 139672508530423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
/proc/30380/statm: 2745798 22142 3234 1 0 2708109 0
[pid=30380/tid=30433] ppid=30377 vsize=10983192 memory=0 CPUtime=0.66 cores=0,2,4,6
/proc/30380/task/30433/stat : 30433 (java) R 30377 30380 22977 0 -1 4202560 12301 13356 0 0 56 3 5 2 20 0 15 0 107345444 11246788608 22142 33554432000 4194304 4196468 140721796478016 139672480351248 139672491717249 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30434] ppid=30377 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30434/stat : 30434 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 15 0 107345445 11246788608 22142 33554432000 4194304 4196468 140721796478016 139672512772752 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30435] ppid=30377 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30435/stat : 30435 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 15 0 107345445 11246788608 22142 33554432000 4194304 4196468 140721796478016 139672047770128 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30436] ppid=30377 vsize=10983192 memory=32804 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30436/stat : 30436 (java) S 30377 30380 22977 0 -1 1077944384 2 13356 0 0 0 0 5 2 20 0 15 0 107345445 11246788608 22142 33554432000 4194304 4196468 140721796478016 139672046717328 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30437] ppid=30377 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30437/stat : 30437 (java) S 30377 30380 22977 0 -1 1077944384 2 13356 0 0 0 0 5 2 20 0 15 0 107345445 11246788608 22142 33554432000 4194304 4196468 140721796478016 139672045664528 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30438] ppid=30377 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30438/stat : 30438 (java) S 30377 30380 22977 0 -1 1077944384 5 13356 0 0 0 0 5 2 20 0 15 0 107345446 11246788608 22142 33554432000 4194304 4196468 140721796478016 139671933807472 139672508541570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30439] ppid=30377 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30439/stat : 30439 (java) S 30377 30380 22977 0 -1 1077944384 13 13356 0 0 0 0 5 2 20 0 15 0 107345447 11246788608 22142 33554432000 4194304 4196468 140721796478016 139671329826336 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30440] ppid=30377 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30440/stat : 30440 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 15 0 107345447 11246788608 22142 33554432000 4194304 4196468 140721796478016 139671128499568 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30441] ppid=30377 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30441/stat : 30441 (java) S 30377 30380 22977 0 -1 1077944384 3 13356 0 0 0 0 5 2 20 0 15 0 107345449 11246788608 22142 33554432000 4194304 4196468 140721796478016 139670821099856 139672508549019 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30442] ppid=30377 vsize=10983192 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/30380/task/30442/stat : 30442 (java) S 30377 30380 22977 0 -1 1077944384 1054 13356 0 0 10 0 5 2 20 0 15 0 107345450 11246788608 22142 33554432000 4194304 4196468 140721796478016 139671932754288 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30443] ppid=30377 vsize=10983192 memory=140399461049424 CPUtime=0.13 cores=0,2,4,6
/proc/30380/task/30443/stat : 30443 (java) S 30377 30380 22977 0 -1 1077944384 554 13356 0 0 6 0 5 2 20 0 15 0 107345450 11246788608 22142 33554432000 4194304 4196468 140721796478016 139671931701488 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30444] ppid=30377 vsize=10983192 memory=142988051219086 CPUtime=0.2 cores=0,2,4,6
/proc/30380/task/30444/stat : 30444 (java) S 30377 30380 22977 0 -1 1077944384 646 13356 0 0 13 0 5 2 20 0 15 0 107345450 11246788608 22142 33554432000 4194304 4196468 140721796478016 139671930648688 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30445] ppid=30377 vsize=10983192 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30445/stat : 30445 (java) S 30377 30380 22977 0 -1 1077944384 3 13356 0 0 0 0 5 2 20 0 15 0 107345450 11246788608 22142 33554432000 4194304 4196468 140721796478016 139670390302944 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30446] ppid=30377 vsize=10983192 memory=2241 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30446/stat : 30446 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 15 0 107345450 11246788608 22142 33554432000 4194304 4196468 140721796478016 139671929597104 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88568 KiB

[startup+1.50069 s]
/proc/loadavg: 1.32 1.53 1.79 4/215 30446
/proc/meminfo: memFree=27043808/32770624 swapFree=67108792/67108860
[pid=30380] ppid=30377 vsize=10998092 memory=178904 CPUtime=2.3 cores=0,2,4,6
/proc/30380/stat : 30380 (java) S 30377 30380 22977 0 -1 1077944320 23871 13356 0 0 214 9 5 2 20 0 15 0 107345435 11262046208 44726 33554432000 4194304 4196468 140721796478016 140721796460560 139672508530423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
/proc/30380/statm: 2749523 44726 3468 1 0 2711181 0
[pid=30380/tid=30433] ppid=30377 vsize=10998092 memory=10799 CPUtime=1.42 cores=0,2,4,6
/proc/30380/task/30433/stat : 30433 (java) R 30377 30380 22977 0 -1 4202560 17726 13356 0 0 130 5 5 2 20 0 15 0 107345444 11262046208 44726 33554432000 4194304 4196468 140721796478016 139672480361632 139672490115696 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30434] ppid=30377 vsize=10998092 memory=6791534058613427641 CPUtime=0.08 cores=0,2,4,6
/proc/30380/task/30434/stat : 30434 (java) S 30377 30380 22977 0 -1 1077944384 184 13356 0 0 1 0 5 2 20 0 15 0 107345445 11262046208 44726 33554432000 4194304 4196468 140721796478016 139672512772752 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30435] ppid=30377 vsize=10998092 memory=1404 CPUtime=0.08 cores=0,2,4,6
/proc/30380/task/30435/stat : 30435 (java) S 30377 30380 22977 0 -1 1077944384 23 13356 0 0 1 0 5 2 20 0 15 0 107345445 11262046208 44726 33554432000 4194304 4196468 140721796478016 139672047770128 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30436] ppid=30377 vsize=10998092 memory=3032 CPUtime=0.08 cores=0,2,4,6
/proc/30380/task/30436/stat : 30436 (java) S 30377 30380 22977 0 -1 1077944384 23 13356 0 0 1 0 5 2 20 0 15 0 107345445 11262046208 44726 33554432000 4194304 4196468 140721796478016 139672046717328 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30437] ppid=30377 vsize=10998092 memory=88568 CPUtime=0.08 cores=0,2,4,6
/proc/30380/task/30437/stat : 30437 (java) S 30377 30380 22977 0 -1 1077944384 65 13356 0 0 1 0 5 2 20 0 15 0 107345445 11262046208 44726 33554432000 4194304 4196468 140721796478016 139672045664528 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30438] ppid=30377 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/30380/task/30438/stat : 30438 (java) S 30377 30380 22977 0 -1 1077944384 47 13356 0 0 1 0 5 2 20 0 15 0 107345446 11262046208 44726 33554432000 4194304 4196468 140721796478016 139671933807472 139672508541570 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30439] ppid=30377 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30439/stat : 30439 (java) S 30377 30380 22977 0 -1 1077944384 14 13356 0 0 0 0 5 2 20 0 15 0 107345447 11262046208 44726 33554432000 4194304 4196468 140721796478016 139671329826400 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30440] ppid=30377 vsize=10998092 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30440/stat : 30440 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 15 0 107345447 11262046208 44726 33554432000 4194304 4196468 140721796478016 139671128499584 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30441] ppid=30377 vsize=10998092 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30441/stat : 30441 (java) S 30377 30380 22977 0 -1 1077944384 3 13356 0 0 0 0 5 2 20 0 15 0 107345449 11262046208 44726 33554432000 4194304 4196468 140721796478016 139670821099856 139672508549019 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30442] ppid=30377 vsize=10998092 memory=4638778398332698720 CPUtime=0.31 cores=0,2,4,6
/proc/30380/task/30442/stat : 30442 (java) S 30377 30380 22977 0 -1 1077944384 1517 13356 0 0 24 0 5 2 20 0 15 0 107345450 11262046208 44726 33554432000 4194304 4196468 140721796478016 139671932754288 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30443] ppid=30377 vsize=10998092 memory=280798922578816 CPUtime=0.24 cores=0,2,4,6
/proc/30380/task/30443/stat : 30443 (java) S 30377 30380 22977 0 -1 1077944384 822 13356 0 0 17 0 5 2 20 0 15 0 107345450 11262046208 44726 33554432000 4194304 4196468 140721796478016 139671931701488 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30444] ppid=30377 vsize=10998092 memory=6944656592452807323 CPUtime=0.41 cores=0,2,4,6
/proc/30380/task/30444/stat : 30444 (java) R 30377 30380 22977 0 -1 4202560 1251 13356 0 0 34 0 5 2 20 0 15 0 107345450 11262046208 44726 33554432000 4194304 4196468 140721796478016 139671930648688 139672487499799 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30445] ppid=30377 vsize=10998092 memory=1399101730491701635 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30445/stat : 30445 (java) S 30377 30380 22977 0 -1 1077944384 3 13356 0 0 0 0 5 2 20 0 15 0 107345450 11262046208 44726 33554432000 4194304 4196468 140721796478016 139670390302944 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30446] ppid=30377 vsize=10998092 memory=4137290303932963203 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30446/stat : 30446 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 15 0 107345450 11262046208 44726 33554432000 4194304 4196468 140721796478016 139671929597104 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10998092 KiB

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

/proc/30380/task/30433/stat : 30433 (java) R 30377 30380 22977 0 -1 4202560 53171 13356 0 0 16128 23 5 2 20 0 15 0 107345444 11345952768 246927 33554432000 4194304 4196468 140721796478016 139672480361864 139672096167194 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30434] ppid=30377 vsize=11080032 memory=990784 CPUtime=0.4 cores=0,2,4,6
/proc/30380/task/30434/stat : 30434 (java) S 30377 30380 22977 0 -1 1077944384 882 13356 0 0 27 6 5 2 20 0 15 0 107345445 11345952768 246927 33554432000 4194304 4196468 140721796478016 139672512772752 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30435] ppid=30377 vsize=11080032 memory=987708 CPUtime=0.39 cores=0,2,4,6
/proc/30380/task/30435/stat : 30435 (java) S 30377 30380 22977 0 -1 1077944384 2865 13356 0 0 26 6 5 2 20 0 15 0 107345445 11345952768 246927 33554432000 4194304 4196468 140721796478016 139672047770128 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30436] ppid=30377 vsize=11080032 memory=987708 CPUtime=0.39 cores=0,2,4,6
/proc/30380/task/30436/stat : 30436 (java) S 30377 30380 22977 0 -1 1077944384 2730 13356 0 0 27 5 5 2 20 0 15 0 107345445 11345952768 246927 33554432000 4194304 4196468 140721796478016 139672046717328 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30437] ppid=30377 vsize=11080032 memory=987708 CPUtime=0.4 cores=0,2,4,6
/proc/30380/task/30437/stat : 30437 (java) S 30377 30380 22977 0 -1 1077944384 2834 13356 0 0 27 6 5 2 20 0 15 0 107345445 11345952768 246927 33554432000 4194304 4196468 140721796478016 139672045664528 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30438] ppid=30377 vsize=11080032 memory=987708 CPUtime=0.27 cores=0,2,4,6
/proc/30380/task/30438/stat : 30438 (java) S 30377 30380 22977 0 -1 1077944384 6076 13356 0 0 17 3 5 2 20 0 15 0 107345446 11345952768 246927 33554432000 4194304 4196468 140721796478016 139671933807472 139672508541570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30439] ppid=30377 vsize=11080032 memory=990272 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30439/stat : 30439 (java) S 30377 30380 22977 0 -1 1077944384 14 13356 0 0 0 0 5 2 20 0 15 0 107345447 11345952768 246927 33554432000 4194304 4196468 140721796478016 139671329826464 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30440] ppid=30377 vsize=11080032 memory=4136 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30440/stat : 30440 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 15 0 107345447 11345952768 246927 33554432000 4194304 4196468 140721796478016 139671128499584 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30441] ppid=30377 vsize=11080032 memory=30832 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30441/stat : 30441 (java) S 30377 30380 22977 0 -1 1077944384 3 13356 0 0 0 0 5 2 20 0 15 0 107345449 11345952768 246927 33554432000 4194304 4196468 140721796478016 139670821099856 139672508549019 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30442] ppid=30377 vsize=11080032 memory=987708 CPUtime=4.98 cores=0,2,4,6
/proc/30380/task/30442/stat : 30442 (java) S 30377 30380 22977 0 -1 1077944384 22142 13356 0 0 487 4 5 2 20 0 15 0 107345450 11345952768 246927 33554432000 4194304 4196468 140721796478016 139671932754288 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30443] ppid=30377 vsize=11080032 memory=1292 CPUtime=4.96 cores=0,2,4,6
/proc/30380/task/30443/stat : 30443 (java) S 30377 30380 22977 0 -1 1077944384 19848 13356 0 0 485 4 5 2 20 0 15 0 107345450 11345952768 246927 33554432000 4194304 4196468 140721796478016 139671931701488 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30444] ppid=30377 vsize=11080032 memory=987708 CPUtime=2.24 cores=0,2,4,6
/proc/30380/task/30444/stat : 30444 (java) S 30377 30380 22977 0 -1 1077944384 14857 13356 0 0 214 3 5 2 20 0 15 0 107345450 11345952768 246927 33554432000 4194304 4196468 140721796478016 139671930648688 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30445] ppid=30377 vsize=11080032 memory=987708 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30445/stat : 30445 (java) S 30377 30380 22977 0 -1 1077944384 3 13356 0 0 0 0 5 2 20 0 15 0 107345450 11345952768 246927 33554432000 4194304 4196468 140721796478016 139670390302944 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30446] ppid=30377 vsize=11080032 memory=987708 CPUtime=0.14 cores=0,2,4,6
/proc/30380/task/30446/stat : 30446 (java) S 30377 30380 22977 0 -1 1077944384 548 13356 0 0 5 2 5 2 20 0 15 0 107345450 11345952768 246927 33554432000 4194304 4196468 140721796478016 139671929597104 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
Current children cumulated CPU time: 175.23 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 987708 KiB

[startup+222.301 s]
/proc/loadavg: 1.59 1.66 1.79 3/216 30967
/proc/meminfo: memFree=24662956/32770624 swapFree=67108792/67108860
[pid=30380] ppid=30377 vsize=11080032 memory=981664 CPUtime=235.83 cores=0,2,4,6
/proc/30380/stat : 30380 (java) S 30377 30380 22977 0 -1 1077944320 136371 13356 0 0 23507 69 5 2 20 0 15 0 107345435 11345952768 245416 33554432000 4194304 4196468 140721796478016 140721796460560 139672508530423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
/proc/30380/statm: 2770008 245416 3535 1 0 2731661 0
[pid=30380/tid=30433] ppid=30377 vsize=11080032 memory=981664 CPUtime=221.13 cores=0,2,4,6
/proc/30380/task/30433/stat : 30433 (java) R 30377 30380 22977 0 -1 4202560 54215 13356 0 0 22082 24 5 2 20 0 15 0 107345444 11345952768 245416 33554432000 4194304 4196468 140721796478016 139672480364768 139672095102049 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30434] ppid=30377 vsize=11080032 memory=991296 CPUtime=0.6 cores=0,2,4,6
/proc/30380/task/30434/stat : 30434 (java) S 30377 30380 22977 0 -1 1077944384 1014 13356 0 0 46 7 5 2 20 0 15 0 107345445 11345952768 245416 33554432000 4194304 4196468 140721796478016 139672512772752 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30435] ppid=30377 vsize=11080032 memory=6290 CPUtime=0.59 cores=0,2,4,6
/proc/30380/task/30435/stat : 30435 (java) S 30377 30380 22977 0 -1 1077944384 3086 13356 0 0 46 6 5 2 20 0 15 0 107345445 11345952768 245416 33554432000 4194304 4196468 140721796478016 139672047770128 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30436] ppid=30377 vsize=11080032 memory=981664 CPUtime=0.6 cores=0,2,4,6
/proc/30380/task/30436/stat : 30436 (java) S 30377 30380 22977 0 -1 1077944384 2796 13356 0 0 47 6 5 2 20 0 15 0 107345445 11345952768 245416 33554432000 4194304 4196468 140721796478016 139672046717328 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30437] ppid=30377 vsize=11080032 memory=981664 CPUtime=0.6 cores=0,2,4,6
/proc/30380/task/30437/stat : 30437 (java) S 30377 30380 22977 0 -1 1077944384 4393 13356 0 0 47 6 5 2 20 0 15 0 107345445 11345952768 245416 33554432000 4194304 4196468 140721796478016 139672045664528 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30438] ppid=30377 vsize=11080032 memory=280798923130288 CPUtime=0.44 cores=0,2,4,6
/proc/30380/task/30438/stat : 30438 (java) S 30377 30380 22977 0 -1 1077944384 6445 13356 0 0 33 4 5 2 20 0 15 0 107345446 11345952768 245416 33554432000 4194304 4196468 140721796478016 139671933807472 139672508541570 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30439] ppid=30377 vsize=11080032 memory=4588 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30439/stat : 30439 (java) S 30377 30380 22977 0 -1 1077944384 14 13356 0 0 0 0 5 2 20 0 15 0 107345447 11345952768 245416 33554432000 4194304 4196468 140721796478016 139671329826464 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30440] ppid=30377 vsize=11080032 memory=981652 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30440/stat : 30440 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 15 0 107345447 11345952768 245416 33554432000 4194304 4196468 140721796478016 139671128499584 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30441] ppid=30377 vsize=11080032 memory=2240 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30441/stat : 30441 (java) S 30377 30380 22977 0 -1 1077944384 3 13356 0 0 0 0 5 2 20 0 15 0 107345449 11345952768 245416 33554432000 4194304 4196468 140721796478016 139670821099856 139672508549019 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30442] ppid=30377 vsize=11080032 memory=6791534058613427641 CPUtime=5.01 cores=0,2,4,6
/proc/30380/task/30442/stat : 30442 (java) S 30377 30380 22977 0 -1 1077944384 23192 13356 0 0 490 4 5 2 20 0 15 0 107345450 11345952768 245416 33554432000 4194304 4196468 140721796478016 139671932754288 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30443] ppid=30377 vsize=11080032 memory=2200 CPUtime=4.97 cores=0,2,4,6
/proc/30380/task/30443/stat : 30443 (java) S 30377 30380 22977 0 -1 1077944384 22145 13356 0 0 486 4 5 2 20 0 15 0 107345450 11345952768 245416 33554432000 4194304 4196468 140721796478016 139671931701488 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30444] ppid=30377 vsize=11080032 memory=6791534058613427641 CPUtime=2.24 cores=0,2,4,6
/proc/30380/task/30444/stat : 30444 (java) S 30377 30380 22977 0 -1 1077944384 16301 13356 0 0 214 3 5 2 20 0 15 0 107345450 11345952768 245416 33554432000 4194304 4196468 140721796478016 139671930648688 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30445] ppid=30377 vsize=11080032 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30445/stat : 30445 (java) S 30377 30380 22977 0 -1 1077944384 3 13356 0 0 0 0 5 2 20 0 15 0 107345450 11345952768 245416 33554432000 4194304 4196468 140721796478016 139670390302944 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30446] ppid=30377 vsize=11080032 memory=18268 CPUtime=0.18 cores=0,2,4,6
/proc/30380/task/30446/stat : 30446 (java) S 30377 30380 22977 0 -1 1077944384 572 13356 0 0 7 4 5 2 20 0 15 0 107345450 11345952768 245416 33554432000 4194304 4196468 140721796478016 139671929597104 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
Current children cumulated CPU time: 235.83 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 981664 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+238.301 s]
/proc/loadavg: 1.61 1.66 1.79 3/216 30967
/proc/meminfo: memFree=24726492/32770624 swapFree=67108792/67108860
[pid=30380] ppid=30377 vsize=11080032 memory=977556 CPUtime=252.02 cores=0,2,4,6
/proc/30380/stat : 30380 (java) S 30377 30380 22977 0 -1 1077944320 137252 13356 0 0 25125 70 5 2 20 0 15 0 107345435 11345952768 244389 33554432000 4194304 4196468 140721796478016 140721796460560 139672508530423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
/proc/30380/statm: 2770008 244389 3535 1 0 2731661 0
[pid=30380/tid=30433] ppid=30377 vsize=11080032 memory=977556 CPUtime=237 cores=0,2,4,6
/proc/30380/task/30433/stat : 30433 (java) R 30377 30380 22977 0 -1 4202560 54736 13356 0 0 23669 24 5 2 20 0 15 0 107345444 11345952768 244389 33554432000 4194304 4196468 140721796478016 139672480365632 139672098987451 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30434] ppid=30377 vsize=11080032 memory=981660 CPUtime=0.66 cores=0,2,4,6
/proc/30380/task/30434/stat : 30434 (java) S 30377 30380 22977 0 -1 1077944384 1025 13356 0 0 52 7 5 2 20 0 15 0 107345445 11345952768 244389 33554432000 4194304 4196468 140721796478016 139672512772752 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30435] ppid=30377 vsize=11080032 memory=979092 CPUtime=0.66 cores=0,2,4,6
/proc/30380/task/30435/stat : 30435 (java) S 30377 30380 22977 0 -1 1077944384 3090 13356 0 0 53 6 5 2 20 0 15 0 107345445 11345952768 244389 33554432000 4194304 4196468 140721796478016 139672047770128 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30436] ppid=30377 vsize=11080032 memory=978580 CPUtime=0.66 cores=0,2,4,6
/proc/30380/task/30436/stat : 30436 (java) S 30377 30380 22977 0 -1 1077944384 2802 13356 0 0 53 6 5 2 20 0 15 0 107345445 11345952768 244389 33554432000 4194304 4196468 140721796478016 139672046717328 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30437] ppid=30377 vsize=11080032 memory=977556 CPUtime=0.66 cores=0,2,4,6
/proc/30380/task/30437/stat : 30437 (java) S 30377 30380 22977 0 -1 1077944384 4397 13356 0 0 53 6 5 2 20 0 15 0 107345445 11345952768 244389 33554432000 4194304 4196468 140721796478016 139672045664528 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30438] ppid=30377 vsize=11080032 memory=977556 CPUtime=0.5 cores=0,2,4,6
/proc/30380/task/30438/stat : 30438 (java) S 30377 30380 22977 0 -1 1077944384 6449 13356 0 0 38 5 5 2 20 0 15 0 107345446 11345952768 244389 33554432000 4194304 4196468 140721796478016 139671933807472 139672508541570 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30439] ppid=30377 vsize=11080032 memory=977556 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30439/stat : 30439 (java) S 30377 30380 22977 0 -1 1077944384 14 13356 0 0 0 0 5 2 20 0 15 0 107345447 11345952768 244389 33554432000 4194304 4196468 140721796478016 139671329826464 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30440] ppid=30377 vsize=11080032 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30440/stat : 30440 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 15 0 107345447 11345952768 244389 33554432000 4194304 4196468 140721796478016 139671128499584 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30441] ppid=30377 vsize=11080032 memory=977556 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30441/stat : 30441 (java) S 30377 30380 22977 0 -1 1077944384 3 13356 0 0 0 0 5 2 20 0 15 0 107345449 11345952768 244389 33554432000 4194304 4196468 140721796478016 139670821099856 139672508549019 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30442] ppid=30377 vsize=11080032 memory=977556 CPUtime=5.01 cores=0,2,4,6
/proc/30380/task/30442/stat : 30442 (java) S 30377 30380 22977 0 -1 1077944384 23432 13356 0 0 490 4 5 2 20 0 15 0 107345450 11345952768 244389 33554432000 4194304 4196468 140721796478016 139671932754288 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30443] ppid=30377 vsize=11080032 memory=977556 CPUtime=4.97 cores=0,2,4,6
/proc/30380/task/30443/stat : 30443 (java) S 30377 30380 22977 0 -1 1077944384 22145 13356 0 0 486 4 5 2 20 0 15 0 107345450 11345952768 244389 33554432000 4194304 4196468 140721796478016 139671931701488 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30444] ppid=30377 vsize=11080032 memory=4588 CPUtime=2.24 cores=0,2,4,6
/proc/30380/task/30444/stat : 30444 (java) S 30377 30380 22977 0 -1 1077944384 16392 13356 0 0 214 3 5 2 20 0 15 0 107345450 11345952768 244389 33554432000 4194304 4196468 140721796478016 139671930648688 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30445] ppid=30377 vsize=11080032 memory=280798923130288 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30445/stat : 30445 (java) S 30377 30380 22977 0 -1 1077944384 3 13356 0 0 0 0 5 2 20 0 15 0 107345450 11345952768 244389 33554432000 4194304 4196468 140721796478016 139670390302944 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30446] ppid=30377 vsize=11080032 memory=140399613117089 CPUtime=0.18 cores=0,2,4,6
/proc/30380/task/30446/stat : 30446 (java) S 30377 30380 22977 0 -1 1077944384 572 13356 0 0 7 4 5 2 20 0 15 0 107345450 11345952768 244389 33554432000 4194304 4196468 140721796478016 139671929597104 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 977556 KiB

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

[startup+238.336 s]
# the end of solver process 30380 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.32 s, system=0.755733 s

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

[startup+238.301 s]
/proc/loadavg: 1.61 1.66 1.79 3/216 30967
/proc/meminfo: memFree=24726492/32770624 swapFree=67108792/67108860
[pid=30380] ppid=30377 vsize=11080032 memory=977556 CPUtime=252.02 cores=0,2,4,6
/proc/30380/stat : 30380 (java) S 30377 30380 22977 0 -1 1077944320 137252 13356 0 0 25125 70 5 2 20 0 15 0 107345435 11345952768 244389 33554432000 4194304 4196468 140721796478016 140721796460560 139672508530423 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
/proc/30380/statm: 2770008 244389 3535 1 0 2731661 0
[pid=30380/tid=30433] ppid=30377 vsize=11080032 memory=977556 CPUtime=237 cores=0,2,4,6
/proc/30380/task/30433/stat : 30433 (java) R 30377 30380 22977 0 -1 4202560 54736 13356 0 0 23669 24 5 2 20 0 15 0 107345444 11345952768 244389 33554432000 4194304 4196468 140721796478016 139672480365632 139672098987451 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30434] ppid=30377 vsize=11080032 memory=981660 CPUtime=0.66 cores=0,2,4,6
/proc/30380/task/30434/stat : 30434 (java) S 30377 30380 22977 0 -1 1077944384 1025 13356 0 0 52 7 5 2 20 0 15 0 107345445 11345952768 244389 33554432000 4194304 4196468 140721796478016 139672512772752 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30435] ppid=30377 vsize=11080032 memory=979092 CPUtime=0.66 cores=0,2,4,6
/proc/30380/task/30435/stat : 30435 (java) S 30377 30380 22977 0 -1 1077944384 3090 13356 0 0 53 6 5 2 20 0 15 0 107345445 11345952768 244389 33554432000 4194304 4196468 140721796478016 139672047770128 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30436] ppid=30377 vsize=11080032 memory=978580 CPUtime=0.66 cores=0,2,4,6
/proc/30380/task/30436/stat : 30436 (java) S 30377 30380 22977 0 -1 1077944384 2802 13356 0 0 53 6 5 2 20 0 15 0 107345445 11345952768 244389 33554432000 4194304 4196468 140721796478016 139672046717328 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30437] ppid=30377 vsize=11080032 memory=977556 CPUtime=0.66 cores=0,2,4,6
/proc/30380/task/30437/stat : 30437 (java) S 30377 30380 22977 0 -1 1077944384 4397 13356 0 0 53 6 5 2 20 0 15 0 107345445 11345952768 244389 33554432000 4194304 4196468 140721796478016 139672045664528 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30438] ppid=30377 vsize=11080032 memory=977556 CPUtime=0.5 cores=0,2,4,6
/proc/30380/task/30438/stat : 30438 (java) S 30377 30380 22977 0 -1 1077944384 6449 13356 0 0 38 5 5 2 20 0 15 0 107345446 11345952768 244389 33554432000 4194304 4196468 140721796478016 139671933807472 139672508541570 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30439] ppid=30377 vsize=11080032 memory=977556 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30439/stat : 30439 (java) S 30377 30380 22977 0 -1 1077944384 14 13356 0 0 0 0 5 2 20 0 15 0 107345447 11345952768 244389 33554432000 4194304 4196468 140721796478016 139671329826464 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30440] ppid=30377 vsize=11080032 memory=1792 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30440/stat : 30440 (java) S 30377 30380 22977 0 -1 1077944384 1 13356 0 0 0 0 5 2 20 0 15 0 107345447 11345952768 244389 33554432000 4194304 4196468 140721796478016 139671128499584 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30441] ppid=30377 vsize=11080032 memory=977556 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30441/stat : 30441 (java) S 30377 30380 22977 0 -1 1077944384 3 13356 0 0 0 0 5 2 20 0 15 0 107345449 11345952768 244389 33554432000 4194304 4196468 140721796478016 139670821099856 139672508549019 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30442] ppid=30377 vsize=11080032 memory=977556 CPUtime=5.01 cores=0,2,4,6
/proc/30380/task/30442/stat : 30442 (java) S 30377 30380 22977 0 -1 1077944384 23432 13356 0 0 490 4 5 2 20 0 15 0 107345450 11345952768 244389 33554432000 4194304 4196468 140721796478016 139671932754288 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30443] ppid=30377 vsize=11080032 memory=977556 CPUtime=4.97 cores=0,2,4,6
/proc/30380/task/30443/stat : 30443 (java) S 30377 30380 22977 0 -1 1077944384 22145 13356 0 0 486 4 5 2 20 0 15 0 107345450 11345952768 244389 33554432000 4194304 4196468 140721796478016 139671931701488 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30444] ppid=30377 vsize=11080032 memory=4588 CPUtime=2.24 cores=0,2,4,6
/proc/30380/task/30444/stat : 30444 (java) S 30377 30380 22977 0 -1 1077944384 16392 13356 0 0 214 3 5 2 20 0 15 0 107345450 11345952768 244389 33554432000 4194304 4196468 140721796478016 139671930648688 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30445] ppid=30377 vsize=11080032 memory=280798923130288 CPUtime=0.07 cores=0,2,4,6
/proc/30380/task/30445/stat : 30445 (java) S 30377 30380 22977 0 -1 1077944384 3 13356 0 0 0 0 5 2 20 0 15 0 107345450 11345952768 244389 33554432000 4194304 4196468 140721796478016 139670390302944 139672508540629 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
[pid=30380/tid=30446] ppid=30377 vsize=11080032 memory=140399613117089 CPUtime=0.18 cores=0,2,4,6
/proc/30380/task/30446/stat : 30446 (java) S 30377 30380 22977 0 -1 1077944384 572 13356 0 0 7 4 5 2 20 0 15 0 107345450 11345952768 244389 33554432000 4194304 4196468 140721796478016 139671929597104 139672508541570 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 38948864 140721796483688 140721796486497 140721796486497 140721796489167 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 977556 KiB

Child status: 143
Real time (s): 238.336
CPU time (s): 252.076
CPU user time (s): 251.32
CPU system time (s): 0.755733
CPU usage (%): 105.765
Max. virtual memory (cumulated for all children) (KiB): 11080032
Max. memory (cumulated for all children) (KiB): 1108800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.32
system time used= 0.755733
maximum resident set size= 1110852
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 152276
page faults= 0
swaps= 0
block input operations= 0
block output operations= 504
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21266
involuntary context switches= 1056


# summary of solver processes directly reported to runsolver:
#   pid: 30380
#   total CPU time (s): 252.076
#   total CPU user time (s): 251.32
#   total CPU system time (s): 0.755733

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.7417 second user time and 1.96955 second system time

The end

Launcher Data

Begin job on node150 at 2018-07-29 22:57:02
IDJOB=4302713
IDBENCH=141477
IDSOLVER=2777
FILE ID=node150/4302713-1532897822
RUNJOBID= node150-1532894180-24643
PBS_JOBID= 21022512
Free space on /tmp= 55320 MiB

SOLVER NAME= Concrete 3.9.2-SuperNG
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-03_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED -superng BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302713-1532897822/watcher-4302713-1532897822 -o /tmp/evaluation-result-4302713-1532897822/solver-4302713-1532897822 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node150-1532894180-24643 --watchdog 312  bin/xcsp-3-concrete -J-Xss64M -randomseed=1501362917 -superng HOME/instance-4302713-1532897822.xml

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

MD5SUM BENCH= 23ddd46bc08a13908205cdb197974328
RANDOM SEED=1501362917

node150.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.76
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.76
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.76
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.76
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:        27142032 kB
MemAvailable:   30981748 kB
Buffers:          227148 kB
Cached:          3855700 kB
SwapCached:           32 kB
Active:          2494792 kB
Inactive:        2600620 kB
Active(anon):     964640 kB
Inactive(anon):    76188 kB
Active(file):    1530152 kB
Inactive(file):  2524432 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108792 kB
Dirty:             26936 kB
Writeback:             0 kB
AnonPages:       1026256 kB
Mapped:            58068 kB
Shmem:             25156 kB
Slab:             230460 kB
SReclaimable:     201932 kB
SUnreclaim:        28528 kB
KernelStack:        3792 kB
PageTables:         7692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2188908 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    794624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 55296 MiB
End job on node150 at 2018-07-29 23:01:00