Trace number 4304407

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)59 2520.06 2487.04

General information on the benchmark

NameQuadraticAssignment/
QuadraticAssignment-esc128_c18.xml
MD5SUM76ce32fb4bedcb1ec6c5e9897c61dbaf
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark32
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables16512
Number of constraints63
Number of domains2
Minimum domain size7
Maximum domain size128
Distribution of domain sizes[{"size":7,"count":62},{"size":128,"count":128}]
Minimum variable degree0
Maximum variable degree10
Distribution of variable degrees[{"degree":0,"count":16322},{"degree":1,"count":97},{"degree":2,"count":68},{"degree":3,"count":5},{"degree":4,"count":5},{"degree":5,"count":2},{"degree":6,"count":4},{"degree":8,"count":8},{"degree":10,"count":1}]
Minimum constraint arity3
Maximum constraint arity128
Distribution of constraint arities[{"arity":3,"count":62},{"arity":128,"count":1}]
Number of extensional constraints62
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":62},{"type":"allDifferent","count":1}]
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.99/0.73	c Concrete v3.9.2.1532736233296 running
29.21/18.36	o 80
30.11/19.08	o 76
30.74/19.57	o 74
31.28/19.74	o 66
31.85/20.24	o 64
31.95/20.37	o 62
43.66/31.77	o 60
500.25/483.23	o 59
2520.01/2487.01	Exception in thread "main" java.util.concurrent.TimeoutException
2520.01/2487.02		at concrete.MAC.mac(MAC.scala:188)
2520.01/2487.02		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.01/2487.02		at scala.util.Try$.apply(Try.scala:209)
2520.01/2487.02		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.01/2487.02		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.01/2487.02		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.01/2487.02		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.01/2487.02		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.01/2487.02		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.01/2487.02		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.01/2487.02		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.01/2487.02		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.01/2487.02		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2487.02		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2487.02		at concrete.MAC.nextSolution(MAC.scala:355)
2520.01/2487.02		at concrete.Solver.hasNext(Solver.scala:166)
2520.01/2487.02		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.01/2487.02		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.01/2487.02		at concrete.Solver.foreach(Solver.scala:68)
2520.01/2487.02		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.01/2487.02		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.01/2487.02		at scala.util.Success.map(Try.scala:209)
2520.01/2487.02		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.01/2487.02		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.01/2487.02		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.01/2487.02		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2487.02		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.01/2487.02		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.01/2487.02		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.01/2487.02		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.01/2487.02		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.01/2487.02		at scala.collection.immutable.List.foreach(List.scala:389)
2520.01/2487.02		at scala.App.main(App.scala:76)
2520.01/2487.02		at scala.App.main$(App.scala:74)
2520.01/2487.02		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.01/2487.02		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2487.02	v <instantiation cost="59">
2520.01/2487.02	v       <list>
2520.01/2487.02	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] d[4][27] d[4][86] d[4][112] d[13][15] d[30][32] d[30][34] d[30][35] d[32][34] d[32][35] d[34][35] d[35][42] d[35][79] d[39][41] d[39][42] d[41][42] d[42][79] d[46][47] d[46][52] d[46][86] d[46][87] d[46][93] d[47][50] d[50][52] d[52][86] d[52][87] d[52][93] d[61][63] d[65][68] d[65][70] d[65][72] d[65][74] d[65][76] d[65][78] d[65][79] d[68][70] d[68][72] d[68][74] d[68][76] d[68][78] d[68][79] d[70][72] d[70][74] d[70][76] d[70][78] d[70][79] d[72][74] d[72][76] d[72][78] d[72][79] d[74][76] d[74][78] d[74][79] d[76][78] d[76][79] d[78][79] d[80][86] d[80][93] d[86][87] d[86][93] d[86][112] d[87][93] d[110][112]
2520.01/2487.02	v       </list>
2520.01/2487.02	v       <values>
2520.01/2487.02	v         44 109 49 19 6 90 108 113 5 32 28 17 86 118 22 54 95 103 94 117 72 53 85 40 69 115 87 38 116 39 10 84 8 111 11 9 78 29 107 81 96 97 65 101 102 51 34 36 50 60 4 106 0 77 12 104 45 48 79 105 61 122 21 114 56 123 47 23 125 7 127 46 121 100 124 20 126 110 120 1 18 57 67 16 76 55 2 3 88 93 35 98 42 66 13 27 119 15 43 58 71 64 24 99 59 75 14 63 26 25 68 30 70 92 33 83 112 74 89 62 80 82 52 41 91 37 31 73 0 0 0 0 0 0 1 1 0 0 1 0 1 0 0 0 1 1 0 1 1 0 0 0 1 1 0 1 0 0 2 1 1 4 0 0 0 1 1 4 1 1 0 2 5 1 2 0 3 0 0 5 1 6 4 0 1 0 0 1 1 0
2520.01/2487.02	v       </values>
2520.01/2487.02	v     </instantiation>
2520.01/2487.02	s SATISFIABLE

Verifier Data

OK	59

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304407-1534079776/watcher-4304407-1534079776 -o /tmp/evaluation-result-4304407-1534079776/solver-4304407-1534079776 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534062308-9592 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=182844765 HOME/instance-4304407-1534079776.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=12542, runsolver pid=12539

[startup+0.100136 s]*
/proc/loadavg: 1.91 1.92 1.80 3/206 12599
/proc/meminfo: memFree=15369812/32770624 swapFree=67108504/67108860
[pid=12542] ppid=12539 vsize=10005480 memory=19112 CPUtime=0.09 cores=1,3,5,7
/proc/12542/stat : 12542 (java) S 12539 12542 9560 0 -1 1077944320 4386 13303 0 0 1 1 5 2 20 0 6 0 225540814 10245611520 4778 33554432000 4194304 4196468 140724721056192 140724721038736 140200022744823 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
/proc/12542/statm: 2501370 4778 1934 1 0 2489808 0
[pid=12542/tid=12595] ppid=12539 vsize=10005480 memory=4279135703946460816 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12595/stat : 12595 (java) R 12539 12542 9560 0 -1 4202560 2230 13303 0 0 0 0 5 2 20 0 6 0 225540823 10245611520 4778 33554432000 4194304 4196468 140724721056192 140199994581584 140200006825310 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12596] ppid=12539 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12596/stat : 12596 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 6 0 225540823 10245611520 4778 33554432000 4194304 4196468 140724721056192 140200026986896 140200022755029 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12597] ppid=12539 vsize=10005480 memory=140065374439040 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12597/stat : 12597 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 6 0 225540823 10245611520 4778 33554432000 4194304 4196468 140724721056192 140199881705744 140200022755029 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12598] ppid=12539 vsize=10005480 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12598/stat : 12598 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 6 0 225540823 10245611520 4778 33554432000 4194304 4196468 140724721056192 140199880653456 140200022755029 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12599] ppid=12539 vsize=10005480 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12599/stat : 12599 (java) S 12539 12542 9560 0 -1 1077944384 2 13303 0 0 0 0 5 2 20 0 6 0 225540823 10245611520 4778 33554432000 4194304 4196468 140724721056192 140199560473104 140200022755029 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 19112 KiB

[startup+0.209899 s]*
/proc/loadavg: 1.91 1.92 1.80 3/215 12608
/proc/meminfo: memFree=15347080/32770624 swapFree=67108504/67108860
[pid=12542] ppid=12539 vsize=10982696 memory=46264 CPUtime=0.25 cores=1,3,5,7
/proc/12542/stat : 12542 (java) S 12539 12542 9560 0 -1 1077944320 8450 13303 0 0 16 2 5 2 20 0 15 0 225540814 11246280704 11566 33554432000 4194304 4196468 140724721056192 140724721038736 140200022744823 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
/proc/12542/statm: 2745674 11566 2932 1 0 2708109 0
[pid=12542/tid=12595] ppid=12539 vsize=10982696 memory=-6517102902069810590 CPUtime=0.18 cores=1,3,5,7
/proc/12542/task/12595/stat : 12595 (java) R 12539 12542 9560 0 -1 4202560 4981 13303 0 0 10 1 5 2 20 0 15 0 225540823 11246280704 11566 33554432000 4194304 4196468 140724721056192 140199994542480 140200004308387 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12596] ppid=12539 vsize=10982696 memory=-9181546050914066336 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12596/stat : 12596 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540823 11246280704 11566 33554432000 4194304 4196468 140724721056192 140200026986896 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12597] ppid=12539 vsize=10982696 memory=140065374439040 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12597/stat : 12597 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540823 11246280704 11566 33554432000 4194304 4196468 140724721056192 140199881705744 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12598] ppid=12539 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12598/stat : 12598 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540823 11246280704 11566 33554432000 4194304 4196468 140724721056192 140199880653456 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12599] ppid=12539 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12599/stat : 12599 (java) S 12539 12542 9560 0 -1 1077944384 2 13303 0 0 0 0 5 2 20 0 15 0 225540823 11246280704 11566 33554432000 4194304 4196468 140724721056192 140199560473104 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12600] ppid=12539 vsize=10982696 memory=140065374439040 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12600/stat : 12600 (java) S 12539 12542 9560 0 -1 1077944384 2 13303 0 0 0 0 5 2 20 0 15 0 225540825 11246280704 11566 33554432000 4194304 4196468 140724721056192 140199075580528 140200022755970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12601] ppid=12539 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12601/stat : 12601 (java) S 12539 12542 9560 0 -1 1077944384 13 13303 0 0 0 0 5 2 20 0 15 0 225540825 11246280704 11566 33554432000 4194304 4196468 140724721056192 140198805497120 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12602] ppid=12539 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12602/stat : 12602 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540826 11246280704 11566 33554432000 4194304 4196468 140724721056192 140198604170864 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12603] ppid=12539 vsize=10982696 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12603/stat : 12603 (java) S 12539 12542 9560 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 225540828 11246280704 11566 33554432000 4194304 4196468 140724721056192 140198296771152 140200022763419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12604] ppid=12539 vsize=10982696 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12542/task/12604/stat : 12604 (java) S 12539 12542 9560 0 -1 1077944384 360 13303 0 0 1 0 5 2 20 0 15 0 225540828 11246280704 11566 33554432000 4194304 4196468 140724721056192 140199006824560 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12605] ppid=12539 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12605/stat : 12605 (java) S 12539 12542 9560 0 -1 1077944384 263 13303 0 0 0 0 5 2 20 0 15 0 225540828 11246280704 11566 33554432000 4194304 4196468 140724721056192 140199005771760 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12606] ppid=12539 vsize=10982696 memory=140065374439040 CPUtime=0.1 cores=1,3,5,7
/proc/12542/task/12606/stat : 12606 (java) S 12539 12542 9560 0 -1 1077944384 630 13303 0 0 3 0 5 2 20 0 15 0 225540828 11246280704 11566 33554432000 4194304 4196468 140724721056192 140199004719472 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12607] ppid=12539 vsize=10982696 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12607/stat : 12607 (java) S 12539 12542 9560 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 225540828 11246280704 11566 33554432000 4194304 4196468 140724721056192 140197865974240 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12608] ppid=12539 vsize=10982696 memory=140065374439040 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12608/stat : 12608 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540829 11246280704 11566 33554432000 4194304 4196468 140724721056192 140199003667376 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10982696 KiB
Current children cumulated memory: 46264 KiB

[startup+0.310313 s]*
/proc/loadavg: 1.91 1.92 1.80 3/215 12608
/proc/meminfo: memFree=15335212/32770624 swapFree=67108504/67108860
[pid=12542] ppid=12539 vsize=10983192 memory=57608 CPUtime=0.38 cores=1,3,5,7
/proc/12542/stat : 12542 (java) S 12539 12542 9560 0 -1 1077944320 10490 13303 0 0 28 3 5 2 20 0 15 0 225540814 11246788608 14402 33554432000 4194304 4196468 140724721056192 140724721038736 140200022744823 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
/proc/12542/statm: 2745798 14402 3064 1 0 2708109 0
[pid=12542/tid=12595] ppid=12539 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/12542/task/12595/stat : 12595 (java) R 12539 12542 9560 0 -1 4202560 7020 13303 0 0 19 2 5 2 20 0 15 0 225540823 11246788608 14402 33554432000 4194304 4196468 140724721056192 140199994556832 140200006825310 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12596] ppid=12539 vsize=10983192 memory=6153415048112918609 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12596/stat : 12596 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540823 11246788608 14402 33554432000 4194304 4196468 140724721056192 140200026986896 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12597] ppid=12539 vsize=10983192 memory=2076 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12597/stat : 12597 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540823 11246788608 14402 33554432000 4194304 4196468 140724721056192 140199881705744 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12598] ppid=12539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12598/stat : 12598 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540823 11246788608 14402 33554432000 4194304 4196468 140724721056192 140199880653456 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12599] ppid=12539 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12599/stat : 12599 (java) S 12539 12542 9560 0 -1 1077944384 2 13303 0 0 0 0 5 2 20 0 15 0 225540823 11246788608 14402 33554432000 4194304 4196468 140724721056192 140199560473104 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12600] ppid=12539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12600/stat : 12600 (java) S 12539 12542 9560 0 -1 1077944384 2 13303 0 0 0 0 5 2 20 0 15 0 225540825 11246788608 14402 33554432000 4194304 4196468 140724721056192 140199075580528 140200022755970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12601] ppid=12539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12601/stat : 12601 (java) S 12539 12542 9560 0 -1 1077944384 13 13303 0 0 0 0 5 2 20 0 15 0 225540825 11246788608 14402 33554432000 4194304 4196468 140724721056192 140198805497120 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12602] ppid=12539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12602/stat : 12602 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540826 11246788608 14402 33554432000 4194304 4196468 140724721056192 140198604170864 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12603] ppid=12539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12603/stat : 12603 (java) S 12539 12542 9560 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 225540828 11246788608 14402 33554432000 4194304 4196468 140724721056192 140198296771152 140200022763419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12604] ppid=12539 vsize=10983192 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/12542/task/12604/stat : 12604 (java) S 12539 12542 9560 0 -1 1077944384 361 13303 0 0 2 0 5 2 20 0 15 0 225540828 11246788608 14402 33554432000 4194304 4196468 140724721056192 140199006824560 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12605] ppid=12539 vsize=10983192 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/12542/task/12605/stat : 12605 (java) S 12539 12542 9560 0 -1 1077944384 263 13303 0 0 1 0 5 2 20 0 15 0 225540828 11246788608 14402 33554432000 4194304 4196468 140724721056192 140199005771760 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12606] ppid=12539 vsize=10983192 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/12542/task/12606/stat : 12606 (java) R 12539 12542 9560 0 -1 4202560 637 13303 0 0 5 0 5 2 20 0 15 0 225540828 11246788608 14402 33554432000 4194304 4196468 140724721056192 140199004719472 140200002716008 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12607] ppid=12539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12607/stat : 12607 (java) S 12539 12542 9560 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 225540828 11246788608 14402 33554432000 4194304 4196468 140724721056192 140197865974240 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12608] ppid=12539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12608/stat : 12608 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540829 11246788608 14402 33554432000 4194304 4196468 140724721056192 140199003667376 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 57608 KiB

[startup+0.700826 s]
/proc/loadavg: 1.91 1.92 1.80 3/215 12608
/proc/meminfo: memFree=15325288/32770624 swapFree=67108504/67108860
[pid=12542] ppid=12539 vsize=10983192 memory=90640 CPUtime=0.99 cores=1,3,5,7
/proc/12542/stat : 12542 (java) S 12539 12542 9560 0 -1 1077944320 16807 13303 0 0 87 5 5 2 20 0 15 0 225540814 11246788608 22660 33554432000 4194304 4196468 140724721056192 140724721038736 140200022744823 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
/proc/12542/statm: 2745798 22660 3237 1 0 2708109 0
[pid=12542/tid=12595] ppid=12539 vsize=10983192 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/12542/task/12595/stat : 12595 (java) R 12539 12542 9560 0 -1 4202560 12340 13303 0 0 56 3 5 2 20 0 15 0 225540823 11246788608 22660 33554432000 4194304 4196468 140724721056192 140199994565648 140200022758710 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12596] ppid=12539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12596/stat : 12596 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540823 11246788608 22660 33554432000 4194304 4196468 140724721056192 140200026986896 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12597] ppid=12539 vsize=10983192 memory=3816 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12597/stat : 12597 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540823 11246788608 22660 33554432000 4194304 4196468 140724721056192 140199881705744 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12598] ppid=12539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12598/stat : 12598 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540823 11246788608 22660 33554432000 4194304 4196468 140724721056192 140199880653456 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12599] ppid=12539 vsize=10983192 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12599/stat : 12599 (java) S 12539 12542 9560 0 -1 1077944384 2 13303 0 0 0 0 5 2 20 0 15 0 225540823 11246788608 22660 33554432000 4194304 4196468 140724721056192 140199560473104 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12600] ppid=12539 vsize=10983192 memory=4420 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12600/stat : 12600 (java) S 12539 12542 9560 0 -1 1077944384 5 13303 0 0 0 0 5 2 20 0 15 0 225540825 11246788608 22660 33554432000 4194304 4196468 140724721056192 140199075580528 140200022755970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12601] ppid=12539 vsize=10983192 memory=6628 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12601/stat : 12601 (java) S 12539 12542 9560 0 -1 1077944384 13 13303 0 0 0 0 5 2 20 0 15 0 225540825 11246788608 22660 33554432000 4194304 4196468 140724721056192 140198805497120 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12602] ppid=12539 vsize=10983192 memory=8836 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12602/stat : 12602 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540826 11246788608 22660 33554432000 4194304 4196468 140724721056192 140198604170864 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12603] ppid=12539 vsize=10983192 memory=11044 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12603/stat : 12603 (java) S 12539 12542 9560 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 225540828 11246788608 22660 33554432000 4194304 4196468 140724721056192 140198296771152 140200022763419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12604] ppid=12539 vsize=10983192 memory=13252 CPUtime=0.14 cores=1,3,5,7
/proc/12542/task/12604/stat : 12604 (java) S 12539 12542 9560 0 -1 1077944384 638 13303 0 0 7 0 5 2 20 0 15 0 225540828 11246788608 22660 33554432000 4194304 4196468 140724721056192 140199006824560 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12605] ppid=12539 vsize=10983192 memory=15460 CPUtime=0.16 cores=1,3,5,7
/proc/12542/task/12605/stat : 12605 (java) S 12539 12542 9560 0 -1 1077944384 902 13303 0 0 9 0 5 2 20 0 15 0 225540828 11246788608 22660 33554432000 4194304 4196468 140724721056192 140199005771760 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12606] ppid=12539 vsize=10983192 memory=17668 CPUtime=0.2 cores=1,3,5,7
/proc/12542/task/12606/stat : 12606 (java) S 12539 12542 9560 0 -1 1077944384 708 13303 0 0 13 0 5 2 20 0 15 0 225540828 11246788608 22660 33554432000 4194304 4196468 140724721056192 140199004719472 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12607] ppid=12539 vsize=10983192 memory=19876 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12607/stat : 12607 (java) S 12539 12542 9560 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 225540828 11246788608 22660 33554432000 4194304 4196468 140724721056192 140197865974240 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12608] ppid=12539 vsize=10983192 memory=22084 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12608/stat : 12608 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540829 11246788608 22660 33554432000 4194304 4196468 140724721056192 140199003667376 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 90640 KiB

[startup+1.5012 s]
/proc/loadavg: 1.91 1.92 1.80 2/215 12608
/proc/meminfo: memFree=15282680/32770624 swapFree=67108504/67108860
[pid=12542] ppid=12539 vsize=10991948 memory=182972 CPUtime=2.22 cores=1,3,5,7
/proc/12542/stat : 12542 (java) S 12539 12542 9560 0 -1 1077944320 22156 13303 0 0 207 8 5 2 20 0 15 0 225540814 11255754752 45743 33554432000 4194304 4196468 140724721056192 140724721038736 140200022744823 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
/proc/12542/statm: 2747987 45743 3449 1 0 2709645 0
[pid=12542/tid=12595] ppid=12539 vsize=10991948 memory=0 CPUtime=1.19 cores=1,3,5,7
/proc/12542/task/12595/stat : 12595 (java) R 12539 12542 9560 0 -1 4202560 15056 13303 0 0 107 5 5 2 20 0 15 0 225540823 11255754752 45743 33554432000 4194304 4196468 140724721056192 140199994575488 140199561529056 0 4 0 16800975 0 0 0 -1 3 0 0 26 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12596] ppid=12539 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12596/stat : 12596 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540823 11255754752 45743 33554432000 4194304 4196468 140724721056192 140200026986896 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12597] ppid=12539 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12597/stat : 12597 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540823 11255754752 45743 33554432000 4194304 4196468 140724721056192 140199881705744 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12598] ppid=12539 vsize=10991948 memory=3539892194917298225 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12598/stat : 12598 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540823 11255754752 45743 33554432000 4194304 4196468 140724721056192 140199880653456 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12599] ppid=12539 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12599/stat : 12599 (java) S 12539 12542 9560 0 -1 1077944384 2 13303 0 0 0 0 5 2 20 0 15 0 225540823 11255754752 45743 33554432000 4194304 4196468 140724721056192 140199560473104 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12600] ppid=12539 vsize=10991948 memory=-7965959130280075168 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12600/stat : 12600 (java) S 12539 12542 9560 0 -1 1077944384 5 13303 0 0 0 0 5 2 20 0 15 0 225540825 11255754752 45743 33554432000 4194304 4196468 140724721056192 140199075580528 140200022755970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12601] ppid=12539 vsize=10991948 memory=280130517805312 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12601/stat : 12601 (java) S 12539 12542 9560 0 -1 1077944384 13 13303 0 0 0 0 5 2 20 0 15 0 225540825 11255754752 45743 33554432000 4194304 4196468 140724721056192 140198805497120 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12602] ppid=12539 vsize=10991948 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12602/stat : 12602 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540826 11255754752 45743 33554432000 4194304 4196468 140724721056192 140198604170864 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12603] ppid=12539 vsize=10991948 memory=4552 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12603/stat : 12603 (java) S 12539 12542 9560 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 225540828 11255754752 45743 33554432000 4194304 4196468 140724721056192 140198296771152 140200022763419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12604] ppid=12539 vsize=10991948 memory=3732 CPUtime=0.37 cores=1,3,5,7
/proc/12542/task/12604/stat : 12604 (java) R 12539 12542 9560 0 -1 4202560 1662 13303 0 0 30 0 5 2 20 0 15 0 225540828 11255754752 45743 33554432000 4194304 4196468 140724721056192 140199006810584 140200001991160 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12605] ppid=12539 vsize=10991948 memory=1228 CPUtime=0.41 cores=1,3,5,7
/proc/12542/task/12605/stat : 12605 (java) R 12539 12542 9560 0 -1 4202560 1939 13303 0 0 34 0 5 2 20 0 15 0 225540828 11255754752 45743 33554432000 4194304 4196468 140724721056192 140199005758304 140200002001294 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12606] ppid=12539 vsize=10991948 memory=10624 CPUtime=0.41 cores=1,3,5,7
/proc/12542/task/12606/stat : 12606 (java) S 12539 12542 9560 0 -1 1077944384 1280 13303 0 0 34 0 5 2 20 0 15 0 225540828 11255754752 45743 33554432000 4194304 4196468 140724721056192 140199004719472 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12607] ppid=12539 vsize=10991948 memory=1624 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12607/stat : 12607 (java) S 12539 12542 9560 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 225540828 11255754752 45743 33554432000 4194304 4196468 140724721056192 140197865974240 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12608] ppid=12539 vsize=10991948 memory=6768 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12608/stat : 12608 (java) S 12539 12542 9560 0 -1 1077944384 1 13303 0 0 0 0 5 2 20 0 15 0 225540829 11255754752 45743 33554432000 4194304 4196468 140724721056192 140199003667376 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
Current children cumulated CPU time: 2.22 s
Current children cumulated vsize: 10991948 KiB

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

/proc/12542/task/12595/stat : 12595 (java) R 12539 12542 9560 0 -1 4202560 102112 13303 0 0 230848 44 5 2 20 0 15 0 225540823 11345952768 357773 33554432000 4194304 4196468 140724721056192 140199994569728 140199569935920 0 4 0 16800975 0 0 0 -1 3 0 0 26 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12596] ppid=12539 vsize=11080032 memory=1431092 CPUtime=5.85 cores=1,3,5,7
/proc/12542/task/12596/stat : 12596 (java) S 12539 12542 9560 0 -1 1077944384 19911 13303 0 0 541 37 5 2 20 0 15 0 225540823 11345952768 357773 33554432000 4194304 4196468 140724721056192 140200026986896 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12597] ppid=12539 vsize=11080032 memory=1431092 CPUtime=5.84 cores=1,3,5,7
/proc/12542/task/12597/stat : 12597 (java) S 12539 12542 9560 0 -1 1077944384 25248 13303 0 0 542 35 5 2 20 0 15 0 225540823 11345952768 357773 33554432000 4194304 4196468 140724721056192 140199881705744 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12598] ppid=12539 vsize=11080032 memory=1431080 CPUtime=5.84 cores=1,3,5,7
/proc/12542/task/12598/stat : 12598 (java) S 12539 12542 9560 0 -1 1077944384 16780 13303 0 0 540 37 5 2 20 0 15 0 225540823 11345952768 357773 33554432000 4194304 4196468 140724721056192 140199880653456 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12599] ppid=12539 vsize=11080032 memory=1431080 CPUtime=5.86 cores=1,3,5,7
/proc/12542/task/12599/stat : 12599 (java) S 12539 12542 9560 0 -1 1077944384 20739 13303 0 0 541 38 5 2 20 0 15 0 225540823 11345952768 357773 33554432000 4194304 4196468 140724721056192 140199560473104 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12600] ppid=12539 vsize=11080032 memory=280130518032608 CPUtime=5.76 cores=1,3,5,7
/proc/12542/task/12600/stat : 12600 (java) S 12539 12542 9560 0 -1 1077944384 20149 13303 0 0 540 29 5 2 20 0 15 0 225540825 11345952768 357773 33554432000 4194304 4196468 140724721056192 140199075580528 140200022755970 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12601] ppid=12539 vsize=11080032 memory=1431080 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12601/stat : 12601 (java) S 12539 12542 9560 0 -1 1077944384 20 13303 0 0 0 0 5 2 20 0 15 0 225540825 11345952768 357773 33554432000 4194304 4196468 140724721056192 140198805497248 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12602] ppid=12539 vsize=11080032 memory=1431080 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12602/stat : 12602 (java) S 12539 12542 9560 0 -1 1077944384 10 13303 0 0 0 0 5 2 20 0 15 0 225540826 11345952768 357773 33554432000 4194304 4196468 140724721056192 140198604170880 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12603] ppid=12539 vsize=11080032 memory=1431092 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12603/stat : 12603 (java) S 12539 12542 9560 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 225540828 11345952768 357773 33554432000 4194304 4196468 140724721056192 140198296771152 140200022763419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12604] ppid=12539 vsize=11080032 memory=1431080 CPUtime=6.09 cores=1,3,5,7
/proc/12542/task/12604/stat : 12604 (java) S 12539 12542 9560 0 -1 1077944384 73632 13303 0 0 596 6 5 2 20 0 15 0 225540828 11345952768 357773 33554432000 4194304 4196468 140724721056192 140199006824560 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12605] ppid=12539 vsize=11080032 memory=1431080 CPUtime=6.8 cores=1,3,5,7
/proc/12542/task/12605/stat : 12605 (java) S 12539 12542 9560 0 -1 1077944384 86021 13303 0 0 664 9 5 2 20 0 15 0 225540828 11345952768 357773 33554432000 4194304 4196468 140724721056192 140199005771760 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12606] ppid=12539 vsize=11080032 memory=1431092 CPUtime=2.25 cores=1,3,5,7
/proc/12542/task/12606/stat : 12606 (java) S 12539 12542 9560 0 -1 1077944384 52574 13303 0 0 212 6 5 2 20 0 15 0 225540828 11345952768 357773 33554432000 4194304 4196468 140724721056192 140199004719472 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12607] ppid=12539 vsize=11080032 memory=1431092 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12607/stat : 12607 (java) S 12539 12542 9560 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 225540828 11345952768 357773 33554432000 4194304 4196468 140724721056192 140197865974240 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12608] ppid=12539 vsize=11080032 memory=1431092 CPUtime=1.23 cores=1,3,5,7
/proc/12542/task/12608/stat : 12608 (java) S 12539 12542 9560 0 -1 1077944384 2294 13303 0 0 53 63 5 2 20 0 15 0 225540829 11345952768 357773 33554432000 4194304 4196468 140724721056192 140199003667376 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
Current children cumulated CPU time: 2354 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1431092 KiB

[startup+2382.3 s]
/proc/loadavg: 1.39 1.45 1.49 3/215 12812
/proc/meminfo: memFree=14385952/32770624 swapFree=67108504/67108860
[pid=12542] ppid=12539 vsize=11080032 memory=1432204 CPUtime=2414.51 cores=1,3,5,7
/proc/12542/stat : 12542 (java) S 12539 12542 9560 0 -1 1077944320 424753 13303 0 0 241182 262 5 2 20 0 15 0 225540814 11345952768 358051 33554432000 4194304 4196468 140724721056192 140724721038736 140200022744823 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
/proc/12542/statm: 2770008 358051 3530 1 0 2731661 0
[pid=12542/tid=12595] ppid=12539 vsize=11080032 memory=1430108 CPUtime=2368.76 cores=1,3,5,7
/proc/12542/task/12595/stat : 12595 (java) R 12539 12542 9560 0 -1 4202560 102820 13303 0 0 236825 44 5 2 20 0 15 0 225540823 11345952768 358051 33554432000 4194304 4196468 140724721056192 140199994556080 140199563858956 0 4 0 16800975 0 0 0 -1 5 0 0 26 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12596] ppid=12539 vsize=11080032 memory=1431120 CPUtime=5.95 cores=1,3,5,7
/proc/12542/task/12596/stat : 12596 (java) S 12539 12542 9560 0 -1 1077944384 20034 13303 0 0 551 37 5 2 20 0 15 0 225540823 11345952768 358051 33554432000 4194304 4196468 140724721056192 140200026986896 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12597] ppid=12539 vsize=11080032 memory=1431120 CPUtime=5.95 cores=1,3,5,7
/proc/12542/task/12597/stat : 12597 (java) S 12539 12542 9560 0 -1 1077944384 25726 13303 0 0 552 36 5 2 20 0 15 0 225540823 11345952768 358051 33554432000 4194304 4196468 140724721056192 140199881705744 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12598] ppid=12539 vsize=11080032 memory=1431120 CPUtime=5.94 cores=1,3,5,7
/proc/12542/task/12598/stat : 12598 (java) S 12539 12542 9560 0 -1 1077944384 16875 13303 0 0 550 37 5 2 20 0 15 0 225540823 11345952768 358051 33554432000 4194304 4196468 140724721056192 140199880653456 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12599] ppid=12539 vsize=11080032 memory=1431080 CPUtime=5.96 cores=1,3,5,7
/proc/12542/task/12599/stat : 12599 (java) S 12539 12542 9560 0 -1 1077944384 20911 13303 0 0 551 38 5 2 20 0 15 0 225540823 11345952768 358051 33554432000 4194304 4196468 140724721056192 140199560473104 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12600] ppid=12539 vsize=11080032 memory=1431120 CPUtime=5.87 cores=1,3,5,7
/proc/12542/task/12600/stat : 12600 (java) S 12539 12542 9560 0 -1 1077944384 20349 13303 0 0 550 30 5 2 20 0 15 0 225540825 11345952768 358051 33554432000 4194304 4196468 140724721056192 140199075580528 140200022755970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12601] ppid=12539 vsize=11080032 memory=1432204 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12601/stat : 12601 (java) S 12539 12542 9560 0 -1 1077944384 20 13303 0 0 0 0 5 2 20 0 15 0 225540825 11345952768 358051 33554432000 4194304 4196468 140724721056192 140198805497248 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12602] ppid=12539 vsize=11080032 memory=1432204 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12602/stat : 12602 (java) S 12539 12542 9560 0 -1 1077944384 10 13303 0 0 0 0 5 2 20 0 15 0 225540826 11345952768 358051 33554432000 4194304 4196468 140724721056192 140198604170880 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12603] ppid=12539 vsize=11080032 memory=1432204 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12603/stat : 12603 (java) S 12539 12542 9560 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 225540828 11345952768 358051 33554432000 4194304 4196468 140724721056192 140198296771152 140200022763419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12604] ppid=12539 vsize=11080032 memory=3816 CPUtime=6.1 cores=1,3,5,7
/proc/12542/task/12604/stat : 12604 (java) S 12539 12542 9560 0 -1 1077944384 74109 13303 0 0 597 6 5 2 20 0 15 0 225540828 11345952768 358051 33554432000 4194304 4196468 140724721056192 140199006824560 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12605] ppid=12539 vsize=11080032 memory=1432204 CPUtime=6.99 cores=1,3,5,7
/proc/12542/task/12605/stat : 12605 (java) S 12539 12542 9560 0 -1 1077944384 86540 13303 0 0 682 10 5 2 20 0 15 0 225540828 11345952768 358051 33554432000 4194304 4196468 140724721056192 140199005771760 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12606] ppid=12539 vsize=11080032 memory=3816 CPUtime=2.26 cores=1,3,5,7
/proc/12542/task/12606/stat : 12606 (java) S 12539 12542 9560 0 -1 1077944384 52852 13303 0 0 213 6 5 2 20 0 15 0 225540828 11345952768 358051 33554432000 4194304 4196468 140724721056192 140199004719472 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12607] ppid=12539 vsize=11080032 memory=1432204 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12607/stat : 12607 (java) S 12539 12542 9560 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 225540828 11345952768 358051 33554432000 4194304 4196468 140724721056192 140197865974240 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12608] ppid=12539 vsize=11080032 memory=1432204 CPUtime=1.26 cores=1,3,5,7
/proc/12542/task/12608/stat : 12608 (java) S 12539 12542 9560 0 -1 1077944384 2313 13303 0 0 54 65 5 2 20 0 15 0 225540829 11345952768 358051 33554432000 4194304 4196468 140724721056192 140199003667376 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
Current children cumulated CPU time: 2414.51 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1432204 KiB

[startup+2442.3 s]
/proc/loadavg: 1.39 1.43 1.48 3/214 12813
/proc/meminfo: memFree=14387208/32770624 swapFree=67108504/67108860
[pid=12542] ppid=12539 vsize=11080032 memory=1432268 CPUtime=2475 cores=1,3,5,7
/proc/12542/stat : 12542 (java) S 12539 12542 9560 0 -1 1077944320 427935 13303 0 0 247228 265 5 2 20 0 15 0 225540814 11345952768 358067 33554432000 4194304 4196468 140724721056192 140724721038736 140200022744823 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
/proc/12542/statm: 2770008 358067 3530 1 0 2731661 0
[pid=12542/tid=12595] ppid=12539 vsize=11080032 memory=1432252 CPUtime=2428.45 cores=1,3,5,7
/proc/12542/task/12595/stat : 12595 (java) R 12539 12542 9560 0 -1 4202560 103566 13303 0 0 242794 44 5 2 20 0 15 0 225540823 11345952768 358067 33554432000 4194304 4196468 140724721056192 140199994558368 140199563858944 0 4 0 16800975 0 0 0 -1 1 0 0 26 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12596] ppid=12539 vsize=11080032 memory=1431120 CPUtime=6.1 cores=1,3,5,7
/proc/12542/task/12596/stat : 12596 (java) S 12539 12542 9560 0 -1 1077944384 20149 13303 0 0 565 38 5 2 20 0 15 0 225540823 11345952768 358067 33554432000 4194304 4196468 140724721056192 140200026986896 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12597] ppid=12539 vsize=11080032 memory=1432228 CPUtime=6.09 cores=1,3,5,7
/proc/12542/task/12597/stat : 12597 (java) S 12539 12542 9560 0 -1 1077944384 25782 13303 0 0 566 36 5 2 20 0 15 0 225540823 11345952768 358067 33554432000 4194304 4196468 140724721056192 140199881705744 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12598] ppid=12539 vsize=11080032 memory=1432228 CPUtime=6.09 cores=1,3,5,7
/proc/12542/task/12598/stat : 12598 (java) S 12539 12542 9560 0 -1 1077944384 17207 13303 0 0 564 38 5 2 20 0 15 0 225540823 11345952768 358067 33554432000 4194304 4196468 140724721056192 140199880653456 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12599] ppid=12539 vsize=11080032 memory=1432252 CPUtime=6.11 cores=1,3,5,7
/proc/12542/task/12599/stat : 12599 (java) S 12539 12542 9560 0 -1 1077944384 21010 13303 0 0 565 39 5 2 20 0 15 0 225540823 11345952768 358067 33554432000 4194304 4196468 140724721056192 140199560473104 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12600] ppid=12539 vsize=11080032 memory=1432252 CPUtime=6.01 cores=1,3,5,7
/proc/12542/task/12600/stat : 12600 (java) S 12539 12542 9560 0 -1 1077944384 20543 13303 0 0 563 31 5 2 20 0 15 0 225540825 11345952768 358067 33554432000 4194304 4196468 140724721056192 140199075580528 140200022755970 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12601] ppid=12539 vsize=11080032 memory=1432268 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12601/stat : 12601 (java) S 12539 12542 9560 0 -1 1077944384 20 13303 0 0 0 0 5 2 20 0 15 0 225540825 11345952768 358067 33554432000 4194304 4196468 140724721056192 140198805497248 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12602] ppid=12539 vsize=11080032 memory=1432268 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12602/stat : 12602 (java) S 12539 12542 9560 0 -1 1077944384 10 13303 0 0 0 0 5 2 20 0 15 0 225540826 11345952768 358067 33554432000 4194304 4196468 140724721056192 140198604170880 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12603] ppid=12539 vsize=11080032 memory=1432268 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12603/stat : 12603 (java) S 12539 12542 9560 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 225540828 11345952768 358067 33554432000 4194304 4196468 140724721056192 140198296771152 140200022763419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12604] ppid=12539 vsize=11080032 memory=1432268 CPUtime=6.12 cores=1,3,5,7
/proc/12542/task/12604/stat : 12604 (java) S 12539 12542 9560 0 -1 1077944384 74566 13303 0 0 599 6 5 2 20 0 15 0 225540828 11345952768 358067 33554432000 4194304 4196468 140724721056192 140199006824560 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12605] ppid=12539 vsize=11080032 memory=7 CPUtime=7.01 cores=1,3,5,7
/proc/12542/task/12605/stat : 12605 (java) S 12539 12542 9560 0 -1 1077944384 86787 13303 0 0 684 10 5 2 20 0 15 0 225540828 11345952768 358067 33554432000 4194304 4196468 140724721056192 140199005771760 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12606] ppid=12539 vsize=11080032 memory=1432228 CPUtime=2.27 cores=1,3,5,7
/proc/12542/task/12606/stat : 12606 (java) S 12539 12542 9560 0 -1 1077944384 53747 13303 0 0 214 6 5 2 20 0 15 0 225540828 11345952768 358067 33554432000 4194304 4196468 140724721056192 140199004719472 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12607] ppid=12539 vsize=11080032 memory=1432268 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12607/stat : 12607 (java) S 12539 12542 9560 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 225540828 11345952768 358067 33554432000 4194304 4196468 140724721056192 140197865974240 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12608] ppid=12539 vsize=11080032 memory=1432268 CPUtime=1.28 cores=1,3,5,7
/proc/12542/task/12608/stat : 12608 (java) S 12539 12542 9560 0 -1 1077944384 2354 13303 0 0 55 66 5 2 20 0 15 0 225540829 11345952768 358067 33554432000 4194304 4196468 140724721056192 140199003667376 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
Current children cumulated CPU time: 2475 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1432268 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2487 s]*
/proc/loadavg: 1.21 1.38 1.46 3/215 12815
/proc/meminfo: memFree=14386356/32770624 swapFree=67108504/67108860
[pid=12542] ppid=12539 vsize=11080032 memory=1432316 CPUtime=2520.01 cores=1,3,5,7
/proc/12542/stat : 12542 (java) S 12539 12542 9560 0 -1 1077944320 430386 13303 0 0 251726 268 5 2 20 0 15 0 225540814 11345952768 358079 33554432000 4194304 4196468 140724721056192 140724721038736 140200022744823 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
/proc/12542/statm: 2770008 358079 3530 1 0 2731661 0
[pid=12542/tid=12595] ppid=12539 vsize=11080032 memory=280130517729520 CPUtime=2473.02 cores=1,3,5,7
/proc/12542/task/12595/stat : 12595 (java) R 12539 12542 9560 0 -1 4202560 103899 13303 0 0 247251 44 5 2 20 0 15 0 225540823 11345952768 358079 33554432000 4194304 4196468 140724721056192 140199994562832 140199569936094 0 4 0 16800975 0 0 0 -1 3 0 0 26 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12596] ppid=12539 vsize=11080032 memory=193917773439541 CPUtime=6.17 cores=1,3,5,7
/proc/12542/task/12596/stat : 12596 (java) S 12539 12542 9560 0 -1 1077944384 20493 13303 0 0 572 38 5 2 20 0 15 0 225540823 11345952768 358079 33554432000 4194304 4196468 140724721056192 140200026986896 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12597] ppid=12539 vsize=11080032 memory=4872558044660077418 CPUtime=6.16 cores=1,3,5,7
/proc/12542/task/12597/stat : 12597 (java) S 12539 12542 9560 0 -1 1077944384 25869 13303 0 0 572 37 5 2 20 0 15 0 225540823 11345952768 358079 33554432000 4194304 4196468 140724721056192 140199881705744 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12598] ppid=12539 vsize=11080032 memory=7532 CPUtime=6.16 cores=1,3,5,7
/proc/12542/task/12598/stat : 12598 (java) S 12539 12542 9560 0 -1 1077944384 17245 13303 0 0 571 38 5 2 20 0 15 0 225540823 11345952768 358079 33554432000 4194304 4196468 140724721056192 140199880653456 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12599] ppid=12539 vsize=11080032 memory=808 CPUtime=6.18 cores=1,3,5,7
/proc/12542/task/12599/stat : 12599 (java) S 12539 12542 9560 0 -1 1077944384 21086 13303 0 0 572 39 5 2 20 0 15 0 225540823 11345952768 358079 33554432000 4194304 4196468 140724721056192 140199560473104 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12600] ppid=12539 vsize=11080032 memory=1796 CPUtime=6.07 cores=1,3,5,7
/proc/12542/task/12600/stat : 12600 (java) S 12539 12542 9560 0 -1 1077944384 20704 13303 0 0 569 31 5 2 20 0 15 0 225540825 11345952768 358079 33554432000 4194304 4196468 140724721056192 140199075580528 140200022755970 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12601] ppid=12539 vsize=11080032 memory=916 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12601/stat : 12601 (java) S 12539 12542 9560 0 -1 1077944384 20 13303 0 0 0 0 5 2 20 0 15 0 225540825 11345952768 358079 33554432000 4194304 4196468 140724721056192 140198805497248 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12602] ppid=12539 vsize=11080032 memory=3848 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12602/stat : 12602 (java) S 12539 12542 9560 0 -1 1077944384 10 13303 0 0 0 0 5 2 20 0 15 0 225540826 11345952768 358079 33554432000 4194304 4196468 140724721056192 140198604170880 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12603] ppid=12539 vsize=11080032 memory=2704 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12603/stat : 12603 (java) S 12539 12542 9560 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 225540828 11345952768 358079 33554432000 4194304 4196468 140724721056192 140198296771152 140200022763419 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12604] ppid=12539 vsize=11080032 memory=2804 CPUtime=6.14 cores=1,3,5,7
/proc/12542/task/12604/stat : 12604 (java) S 12539 12542 9560 0 -1 1077944384 74974 13303 0 0 601 6 5 2 20 0 15 0 225540828 11345952768 358079 33554432000 4194304 4196468 140724721056192 140199006824560 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12605] ppid=12539 vsize=11080032 memory=1408 CPUtime=7.06 cores=1,3,5,7
/proc/12542/task/12605/stat : 12605 (java) S 12539 12542 9560 0 -1 1077944384 87319 13303 0 0 689 10 5 2 20 0 15 0 225540828 11345952768 358079 33554432000 4194304 4196468 140724721056192 140199005771760 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12606] ppid=12539 vsize=11080032 memory=3300 CPUtime=2.27 cores=1,3,5,7
/proc/12542/task/12606/stat : 12606 (java) S 12539 12542 9560 0 -1 1077944384 54212 13303 0 0 214 6 5 2 20 0 15 0 225540828 11345952768 358079 33554432000 4194304 4196468 140724721056192 140199004719472 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12607] ppid=12539 vsize=11080032 memory=1432316 CPUtime=0.07 cores=1,3,5,7
/proc/12542/task/12607/stat : 12607 (java) S 12539 12542 9560 0 -1 1077944384 3 13303 0 0 0 0 5 2 20 0 15 0 225540828 11345952768 358079 33554432000 4194304 4196468 140724721056192 140197865974240 140200022755029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
[pid=12542/tid=12608] ppid=12539 vsize=11080032 memory=1404 CPUtime=1.3 cores=1,3,5,7
/proc/12542/task/12608/stat : 12608 (java) S 12539 12542 9560 0 -1 1077944384 2361 13303 0 0 56 67 5 2 20 0 15 0 225540829 11345952768 358079 33554432000 4194304 4196468 140724721056192 140199003667376 140200022755970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 18206720 140724721064557 140724721067356 140724721067356 140724721070031 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 11080032 KiB
Current children cumulated memory: 1432316 KiB

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

[startup+2487.04 s]
# the end of solver process 12542 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.34 s, system=2.71867 s

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

Child status: 143
Real time (s): 2487.04
CPU time (s): 2520.06
CPU user time (s): 2517.34
CPU system time (s): 2.71867
CPU usage (%): 101.328
Max. virtual memory (cumulated for all children) (KiB): 11080692
Max. memory (cumulated for all children) (KiB): 1513668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.34
system time used= 2.71868
maximum resident set size= 1515720
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 444161
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3456
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 174884
involuntary context switches= 4200


# summary of solver processes directly reported to runsolver:
#   pid: 12542
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2517.34
#   total CPU system time (s): 2.71867

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.445 second user time and 22.7254 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-12 15:16:16
IDJOB=4304407
IDBENCH=141252
IDSOLVER=2780
FILE ID=node104/4304407-1534079776
RUNJOBID= node104-1534062308-9592
PBS_JOBID= 21036981
Free space on /tmp= 37528 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/QuadraticAssignment/QuadraticAssignment-esc128_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304407-1534079776/watcher-4304407-1534079776 -o /tmp/evaluation-result-4304407-1534079776/solver-4304407-1534079776 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534062308-9592 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=182844765 HOME/instance-4304407-1534079776.xml

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

MD5SUM BENCH= 76ce32fb4bedcb1ec6c5e9897c61dbaf
RANDOM SEED=182844765

node104.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.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        15380196 kB
MemAvailable:   30806972 kB
Buffers:          182576 kB
Cached:         15281980 kB
SwapCached:            8 kB
Active:          8747004 kB
Inactive:        7867876 kB
Active(anon):    1101440 kB
Inactive(anon):   100964 kB
Active(file):    7645564 kB
Inactive(file):  7766912 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             26516 kB
Writeback:             0 kB
AnonPages:       1157576 kB
Mapped:            64992 kB
Shmem:             49636 kB
Slab:             471592 kB
SReclaimable:     442760 kB
SUnreclaim:        28832 kB
KernelStack:        3536 kB
PageTables:         7360 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2201108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    919552 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37500 MiB
End job on node104 at 2018-08-12 15:57:44