Trace number 4304599

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)110 2520.06 2471.84

General information on the benchmark

NameRcpsp/
Rcpsp-j120-01-02_c18.xml
MD5SUM9e298a48575be159e0b6ad4a2fcf836a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark109
Best CPU time to get the best result obtained on this benchmark166.12
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints187
Number of domains2
Minimum domain size1
Maximum domain size642
Distribution of domain sizes[{"size":1,"count":1},{"size":642,"count":121}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":45},{"degree":4,"count":34},{"degree":5,"count":42},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity40
Distribution of constraint arities[{"arity":2,"count":183},{"arity":22,"count":1},{"arity":27,"count":1},{"arity":31,"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.75	c Concrete v3.9.2.1532736233296 running
9.68/4.48	o 135
10.02/4.58	o 127
10.32/4.64	o 125
10.95/4.83	o 124
12.09/5.30	o 123
12.76/5.58	o 122
13.14/5.79	o 120
13.72/6.07	o 119
14.10/6.38	o 117
15.68/7.64	o 116
16.35/8.29	o 115
20.28/11.52	o 114
39.34/29.72	o 113
42.29/32.60	o 112
46.26/36.54	o 111
905.74/883.88	o 110
2520.02/2471.80	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.02/2471.80		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:24)
2520.02/2471.80		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:53)
2520.02/2471.80		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.02/2471.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.02/2471.80		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.02/2471.80		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.02/2471.80		at concrete.IntervalDomain.filter(IntervalDomain.scala:81)
2520.02/2471.80		at concrete.IntervalDomain.filter(IntervalDomain.scala:7)
2520.02/2471.80		at concrete.heuristic.value.BestCost.select(BestCost.scala:53)
2520.02/2471.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2471.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.02/2471.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2471.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2471.80		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:103)
2520.02/2471.80		at scala.Function2.$anonfun$tupled$1(Function2.scala:48)
2520.02/2471.80		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:103)
2520.02/2471.80		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:109)
2520.02/2471.80		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.02/2471.80		at scala.Option.map(Option.scala:146)
2520.02/2471.80		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.02/2471.80		at concrete.MAC.mac(MAC.scala:203)
2520.02/2471.80		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.02/2471.80		at scala.util.Try$.apply(Try.scala:209)
2520.02/2471.80		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.02/2471.80		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.02/2471.80		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.02/2471.80		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.02/2471.80		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.02/2471.80		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.02/2471.80		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.02/2471.80		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.02/2471.80		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.02/2471.80		at concrete.MAC.oneRun(MAC.scala:253)
2520.02/2471.80		at concrete.MAC.nextSolution(MAC.scala:272)
2520.02/2471.80		at concrete.MAC.nextSolution(MAC.scala:355)
2520.02/2471.80		at concrete.Solver.hasNext(Solver.scala:166)
2520.02/2471.80		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.02/2471.80		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.02/2471.80		at concrete.Solver.foreach(Solver.scala:68)
2520.02/2471.80		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.02/2471.80		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.02/2471.80		at scala.util.Success.map(Try.scala:209)
2520.02/2471.80		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.02/2471.80		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.02/2471.80		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.02/2471.81		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.02/2471.81		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.02/2471.81		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.02/2471.81		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.02/2471.81		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.02/2471.81		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.02/2471.81		at scala.collection.immutable.List.foreach(List.scala:389)
2520.02/2471.81		at scala.App.main(App.scala:76)
2520.02/2471.81		at scala.App.main$(App.scala:74)
2520.02/2471.81		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.02/2471.81		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.02/2471.81	v <instantiation cost="110">
2520.02/2471.81	v       <list>
2520.02/2471.81	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]
2520.02/2471.81	v       </list>
2520.02/2471.81	v       <values>
2520.02/2471.81	v         0 0 0 0 1 19 6 2 14 6 51 33 10 23 6 23 32 18 13 23 42 7 28 34 5 26 28 38 2 23 20 32 63 31 36 33 39 46 58 58 68 15 32 40 34 46 33 39 80 49 56 84 28 54 15 67 49 88 38 67 64 63 58 66 68 83 22 23 38 47 71 22 66 73 86 40 75 29 50 54 80 65 60 48 53 73 50 54 67 75 56 81 78 60 77 51 91 95 85 54 83 100 83 75 84 78 64 83 75 71 94 88 82 91 86 93 92 102 104 105 102 110
2520.02/2471.81	v       </values>
2520.02/2471.81	v     </instantiation>
2520.02/2471.81	s SATISFIABLE

Verifier Data

OK	110

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304599-1534118732/watcher-4304599-1534118732 -o /tmp/evaluation-result-4304599-1534118732/solver-4304599-1534118732 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15760 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=610129695 HOME/instance-4304599-1534118732.xml 

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

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
solver pid=20379, runsolver pid=20376
Current StackSize limit: 8192 KiB


[startup+0.10006 s]*
/proc/loadavg: 1.84 1.78 1.78 3/206 20436
/proc/meminfo: memFree=11029788/32770624 swapFree=67108504/67108860
[pid=20379] ppid=20376 vsize=10005480 memory=14912 CPUtime=0.09 cores=0,2,4,6
/proc/20379/stat : 20379 (java) S 20376 20379 15729 0 -1 1077944320 4382 13143 0 0 1 0 5 3 20 0 6 0 229436377 10245611520 3728 33554432000 4194304 4196468 140721358044448 140721358026992 139691968126711 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
/proc/20379/statm: 2501370 3728 1934 1 0 2489808 0
[pid=20379/tid=20432] ppid=20376 vsize=10005480 memory=4279135703946462859 CPUtime=0.09 cores=0,2,4,6
/proc/20379/task/20432/stat : 20432 (java) R 20376 20379 15729 0 -1 4202560 2219 13143 0 0 1 0 5 3 20 0 6 0 229436386 10245611520 3728 33554432000 4194304 4196468 140721358044448 139691939963472 139691952207198 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20433] ppid=20376 vsize=10005480 memory=-7522837583129502606 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20433/stat : 20433 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 6 0 229436386 10245611520 3728 33554432000 4194304 4196468 140721358044448 139691972369168 139691968136917 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20434] ppid=20376 vsize=10005480 memory=140468638832256 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20434/stat : 20434 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 6 0 229436386 10245611520 3728 33554432000 4194304 4196468 140721358044448 139691866295184 139691968136917 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20435] ppid=20376 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20435/stat : 20435 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 6 0 229436386 10245611520 3728 33554432000 4194304 4196468 140721358044448 139691507166224 139691968136917 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20436] ppid=20376 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20436/stat : 20436 (java) S 20376 20379 15729 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 6 0 229436386 10245611520 3728 33554432000 4194304 4196468 140721358044448 139691506113680 139691968136917 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 14912 KiB

[startup+0.210397 s]*
/proc/loadavg: 1.84 1.78 1.78 3/215 20445
/proc/meminfo: memFree=11004980/32770624 swapFree=67108504/67108860
[pid=20379] ppid=20376 vsize=10982728 memory=44124 CPUtime=0.26 cores=0,2,4,6
/proc/20379/stat : 20379 (java) S 20376 20379 15729 0 -1 1077944320 8403 13143 0 0 16 2 5 3 20 0 15 0 229436377 11246313472 11031 33554432000 4194304 4196468 140721358044448 140721358026992 139691968126711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
/proc/20379/statm: 2745682 11031 2934 1 0 2708117 0
[pid=20379/tid=20432] ppid=20376 vsize=10982728 memory=-6517102902069810590 CPUtime=0.19 cores=0,2,4,6
/proc/20379/task/20432/stat : 20432 (java) R 20376 20379 15729 0 -1 4202560 4948 13143 0 0 10 1 5 3 20 0 15 0 229436386 11246313472 11031 33554432000 4194304 4196468 140721358044448 139691939924368 139691960806429 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20433] ppid=20376 vsize=10982728 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20433/stat : 20433 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436386 11246313472 11031 33554432000 4194304 4196468 140721358044448 139691972369168 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20434] ppid=20376 vsize=10982728 memory=140468638832256 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20434/stat : 20434 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436386 11246313472 11031 33554432000 4194304 4196468 140721358044448 139691866295184 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20435] ppid=20376 vsize=10982728 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20435/stat : 20435 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436386 11246313472 11031 33554432000 4194304 4196468 140721358044448 139691507166224 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20436] ppid=20376 vsize=10982728 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20436/stat : 20436 (java) S 20376 20379 15729 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 229436386 11246313472 11031 33554432000 4194304 4196468 140721358044448 139691506113680 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20437] ppid=20376 vsize=10982728 memory=140468638832256 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20437/stat : 20437 (java) S 20376 20379 15729 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 229436388 11246313472 11031 33554432000 4194304 4196468 140721358044448 139690937141232 139691968137858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20438] ppid=20376 vsize=10982728 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20438/stat : 20438 (java) S 20376 20379 15729 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 229436388 11246313472 11031 33554432000 4194304 4196468 140721358044448 139690858505120 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20439] ppid=20376 vsize=10982728 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20439/stat : 20439 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436389 11246313472 11031 33554432000 4194304 4196468 140721358044448 139690657178608 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20440] ppid=20376 vsize=10982728 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20440/stat : 20440 (java) S 20376 20379 15729 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229436391 11246313472 11031 33554432000 4194304 4196468 140721358044448 139690349779152 139691968145307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20441] ppid=20376 vsize=10982728 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20379/task/20441/stat : 20441 (java) S 20376 20379 15729 0 -1 1077944384 354 13143 0 0 1 0 5 3 20 0 15 0 229436391 11246313472 11031 33554432000 4194304 4196468 140721358044448 139690936089072 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20442] ppid=20376 vsize=10982728 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20442/stat : 20442 (java) S 20376 20379 15729 0 -1 1077944384 262 13143 0 0 0 0 5 3 20 0 15 0 229436391 11246313472 11031 33554432000 4194304 4196468 140721358044448 139690935036528 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20443] ppid=20376 vsize=10982696 memory=140468638832256 CPUtime=0.11 cores=0,2,4,6
/proc/20379/task/20443/stat : 20443 (java) S 20376 20379 15729 0 -1 1077944384 630 13143 0 0 3 0 5 3 20 0 15 0 229436391 11246280704 11031 33554432000 4194304 4196468 140721358044448 139690933983984 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20444] ppid=20376 vsize=10982696 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20444/stat : 20444 (java) S 20376 20379 15729 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229436392 11246280704 11031 33554432000 4194304 4196468 140721358044448 139689918983264 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20445] ppid=20376 vsize=10982696 memory=140468638832256 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20445/stat : 20445 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436392 11246280704 11031 33554432000 4194304 4196468 140721358044448 139690932930864 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982728 KiB
Current children cumulated memory: 44124 KiB

[startup+0.310315 s]*
/proc/loadavg: 1.84 1.78 1.78 3/215 20445
/proc/meminfo: memFree=10993320/32770624 swapFree=67108504/67108860
[pid=20379] ppid=20376 vsize=10983192 memory=52896 CPUtime=0.39 cores=0,2,4,6
/proc/20379/stat : 20379 (java) S 20376 20379 15729 0 -1 1077944320 9764 13143 0 0 28 3 5 3 20 0 15 0 229436377 11246788608 13224 33554432000 4194304 4196468 140721358044448 140721358026992 139691968126711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
/proc/20379/statm: 2745798 13224 3091 1 0 2708109 0
[pid=20379/tid=20432] ppid=20376 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/20379/task/20432/stat : 20432 (java) R 20376 20379 15729 0 -1 4202560 6288 13143 0 0 19 2 5 3 20 0 15 0 229436386 11246788608 13224 33554432000 4194304 4196468 140721358044448 139691939938720 139691949500183 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20433] ppid=20376 vsize=10983192 memory=7084813469699035216 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20433/stat : 20433 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436386 11246788608 13224 33554432000 4194304 4196468 140721358044448 139691972369168 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20434] ppid=20376 vsize=10983192 memory=2076 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20434/stat : 20434 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436386 11246788608 13224 33554432000 4194304 4196468 140721358044448 139691866295184 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20435] ppid=20376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20435/stat : 20435 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436386 11246788608 13224 33554432000 4194304 4196468 140721358044448 139691507166224 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20436] ppid=20376 vsize=10983192 memory=4872558044660077418 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20436/stat : 20436 (java) S 20376 20379 15729 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 229436386 11246788608 13224 33554432000 4194304 4196468 140721358044448 139691506113680 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20437] ppid=20376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20437/stat : 20437 (java) S 20376 20379 15729 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 229436388 11246788608 13224 33554432000 4194304 4196468 140721358044448 139690937141232 139691968137858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20438] ppid=20376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20438/stat : 20438 (java) S 20376 20379 15729 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 229436388 11246788608 13224 33554432000 4194304 4196468 140721358044448 139690858505120 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20439] ppid=20376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20439/stat : 20439 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436389 11246788608 13224 33554432000 4194304 4196468 140721358044448 139690657178608 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20440] ppid=20376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20440/stat : 20440 (java) S 20376 20379 15729 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229436391 11246788608 13224 33554432000 4194304 4196468 140721358044448 139690349779152 139691968145307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20441] ppid=20376 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20379/task/20441/stat : 20441 (java) S 20376 20379 15729 0 -1 1077944384 354 13143 0 0 1 0 5 3 20 0 15 0 229436391 11246788608 13224 33554432000 4194304 4196468 140721358044448 139690936089072 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20442] ppid=20376 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20379/task/20442/stat : 20442 (java) S 20376 20379 15729 0 -1 1077944384 265 13143 0 0 1 0 5 3 20 0 15 0 229436391 11246788608 13224 33554432000 4194304 4196468 140721358044448 139690935036528 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20443] ppid=20376 vsize=10983192 memory=0 CPUtime=0.13 cores=0,2,4,6
/proc/20379/task/20443/stat : 20443 (java) S 20376 20379 15729 0 -1 1077944384 640 13143 0 0 5 0 5 3 20 0 15 0 229436391 11246788608 13224 33554432000 4194304 4196468 140721358044448 139690933983984 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20444] ppid=20376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20444/stat : 20444 (java) S 20376 20379 15729 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229436392 11246788608 13224 33554432000 4194304 4196468 140721358044448 139689918983264 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20445] ppid=20376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20445/stat : 20445 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436392 11246788608 13224 33554432000 4194304 4196468 140721358044448 139690932930864 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 52896 KiB

[startup+0.70072 s]
/proc/loadavg: 1.84 1.78 1.78 3/215 20445
/proc/meminfo: memFree=10981784/32770624 swapFree=67108504/67108860
[pid=20379] ppid=20376 vsize=10983192 memory=88468 CPUtime=0.99 cores=0,2,4,6
/proc/20379/stat : 20379 (java) S 20376 20379 15729 0 -1 1077944320 16791 13143 0 0 86 5 5 3 20 0 15 0 229436377 11246788608 22117 33554432000 4194304 4196468 140721358044448 140721358026992 139691968126711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
/proc/20379/statm: 2745798 22117 3237 1 0 2708109 0
[pid=20379/tid=20432] ppid=20376 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/20379/task/20432/stat : 20432 (java) R 20376 20379 15729 0 -1 4202560 12398 13143 0 0 55 4 5 3 20 0 15 0 229436386 11246788608 22117 33554432000 4194304 4196468 140721358044448 139691939948880 139691949690240 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20433] ppid=20376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20433/stat : 20433 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436386 11246788608 22117 33554432000 4194304 4196468 140721358044448 139691972369168 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20434] ppid=20376 vsize=10983192 memory=3816 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20434/stat : 20434 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436386 11246788608 22117 33554432000 4194304 4196468 140721358044448 139691866295184 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20435] ppid=20376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20435/stat : 20435 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436386 11246788608 22117 33554432000 4194304 4196468 140721358044448 139691507166224 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20436] ppid=20376 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20436/stat : 20436 (java) S 20376 20379 15729 0 -1 1077944384 2 13143 0 0 0 0 5 3 20 0 15 0 229436386 11246788608 22117 33554432000 4194304 4196468 140721358044448 139691506113680 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20437] ppid=20376 vsize=10983192 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20437/stat : 20437 (java) S 20376 20379 15729 0 -1 1077944384 6 13143 0 0 0 0 5 3 20 0 15 0 229436388 11246788608 22117 33554432000 4194304 4196468 140721358044448 139690937141232 139691968137858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20438] ppid=20376 vsize=10983192 memory=6628 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20438/stat : 20438 (java) S 20376 20379 15729 0 -1 1077944384 13 13143 0 0 0 0 5 3 20 0 15 0 229436388 11246788608 22117 33554432000 4194304 4196468 140721358044448 139690858505120 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20439] ppid=20376 vsize=10983192 memory=8836 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20439/stat : 20439 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436389 11246788608 22117 33554432000 4194304 4196468 140721358044448 139690657178608 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20440] ppid=20376 vsize=10983192 memory=11044 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20440/stat : 20440 (java) S 20376 20379 15729 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229436391 11246788608 22117 33554432000 4194304 4196468 140721358044448 139690349779152 139691968145307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20441] ppid=20376 vsize=10983192 memory=13252 CPUtime=0.18 cores=0,2,4,6
/proc/20379/task/20441/stat : 20441 (java) S 20376 20379 15729 0 -1 1077944384 952 13143 0 0 10 0 5 3 20 0 15 0 229436391 11246788608 22117 33554432000 4194304 4196468 140721358044448 139690936089072 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20442] ppid=20376 vsize=10983192 memory=15460 CPUtime=0.15 cores=0,2,4,6
/proc/20379/task/20442/stat : 20442 (java) S 20376 20379 15729 0 -1 1077944384 504 13143 0 0 7 0 5 3 20 0 15 0 229436391 11246788608 22117 33554432000 4194304 4196468 140721358044448 139690935036528 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20443] ppid=20376 vsize=10983192 memory=17668 CPUtime=0.21 cores=0,2,4,6
/proc/20379/task/20443/stat : 20443 (java) S 20376 20379 15729 0 -1 1077944384 716 13143 0 0 13 0 5 3 20 0 15 0 229436391 11246788608 22117 33554432000 4194304 4196468 140721358044448 139690933983984 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20444] ppid=20376 vsize=10983192 memory=19876 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20444/stat : 20444 (java) S 20376 20379 15729 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229436392 11246788608 22117 33554432000 4194304 4196468 140721358044448 139689918983264 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20445] ppid=20376 vsize=10983192 memory=22084 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20445/stat : 20445 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436392 11246788608 22117 33554432000 4194304 4196468 140721358044448 139690932930864 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88468 KiB

[startup+1.50075 s]
/proc/loadavg: 1.84 1.78 1.78 5/215 20445
/proc/meminfo: memFree=10938212/32770624 swapFree=67108504/67108860
[pid=20379] ppid=20376 vsize=10998092 memory=180664 CPUtime=2.3 cores=0,2,4,6
/proc/20379/stat : 20379 (java) S 20376 20379 15729 0 -1 1077944320 24188 13143 0 0 212 10 5 3 20 0 15 0 229436377 11262046208 45166 33554432000 4194304 4196468 140721358044448 140721358026992 139691968126711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
/proc/20379/statm: 2749523 45166 3468 1 0 2711181 0
[pid=20379/tid=20432] ppid=20376 vsize=10998092 memory=0 CPUtime=1.43 cores=0,2,4,6
/proc/20379/task/20432/stat : 20432 (java) R 20376 20379 15729 0 -1 4202560 18226 13143 0 0 129 6 5 3 20 0 15 0 229436386 11262046208 45166 33554432000 4194304 4196468 140721358044448 139691939956512 139691952207198 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20433] ppid=20376 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20379/task/20433/stat : 20433 (java) S 20376 20379 15729 0 -1 1077944384 180 13143 0 0 1 0 5 3 20 0 15 0 229436386 11262046208 45166 33554432000 4194304 4196468 140721358044448 139691972369168 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20434] ppid=20376 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20379/task/20434/stat : 20434 (java) S 20376 20379 15729 0 -1 1077944384 23 13143 0 0 1 0 5 3 20 0 15 0 229436386 11262046208 45166 33554432000 4194304 4196468 140721358044448 139691866295184 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20435] ppid=20376 vsize=10998092 memory=3539892194917298225 CPUtime=0.09 cores=0,2,4,6
/proc/20379/task/20435/stat : 20435 (java) S 20376 20379 15729 0 -1 1077944384 21 13143 0 0 1 0 5 3 20 0 15 0 229436386 11262046208 45166 33554432000 4194304 4196468 140721358044448 139691507166224 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20436] ppid=20376 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/20379/task/20436/stat : 20436 (java) S 20376 20379 15729 0 -1 1077944384 54 13143 0 0 1 0 5 3 20 0 15 0 229436386 11262046208 45166 33554432000 4194304 4196468 140721358044448 139691506113680 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20437] ppid=20376 vsize=10998092 memory=-7965959130280075168 CPUtime=0.09 cores=0,2,4,6
/proc/20379/task/20437/stat : 20437 (java) S 20376 20379 15729 0 -1 1077944384 100 13143 0 0 1 0 5 3 20 0 15 0 229436388 11262046208 45166 33554432000 4194304 4196468 140721358044448 139690937141232 139691968137858 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20438] ppid=20376 vsize=10998092 memory=280937032132864 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20438/stat : 20438 (java) S 20376 20379 15729 0 -1 1077944384 14 13143 0 0 0 0 5 3 20 0 15 0 229436388 11262046208 45166 33554432000 4194304 4196468 140721358044448 139690858505184 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20439] ppid=20376 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20439/stat : 20439 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436389 11262046208 45166 33554432000 4194304 4196468 140721358044448 139690657178624 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20440] ppid=20376 vsize=10998092 memory=4552 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20440/stat : 20440 (java) S 20376 20379 15729 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229436391 11262046208 45166 33554432000 4194304 4196468 140721358044448 139690349779152 139691968145307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20441] ppid=20376 vsize=10998092 memory=3732 CPUtime=0.33 cores=0,2,4,6
/proc/20379/task/20441/stat : 20441 (java) S 20376 20379 15729 0 -1 1077944384 1425 13143 0 0 25 0 5 3 20 0 15 0 229436391 11262046208 45166 33554432000 4194304 4196468 140721358044448 139690936089072 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20442] ppid=20376 vsize=10998092 memory=1228 CPUtime=0.24 cores=0,2,4,6
/proc/20379/task/20442/stat : 20442 (java) S 20376 20379 15729 0 -1 1077944384 609 13143 0 0 16 0 5 3 20 0 15 0 229436391 11262046208 45166 33554432000 4194304 4196468 140721358044448 139690935036528 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20443] ppid=20376 vsize=10998092 memory=10624 CPUtime=0.42 cores=0,2,4,6
/proc/20379/task/20443/stat : 20443 (java) S 20376 20379 15729 0 -1 1077944384 1340 13143 0 0 34 0 5 3 20 0 15 0 229436391 11262046208 45166 33554432000 4194304 4196468 140721358044448 139690933983984 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20444] ppid=20376 vsize=10998092 memory=1624 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20444/stat : 20444 (java) S 20376 20379 15729 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229436392 11262046208 45166 33554432000 4194304 4196468 140721358044448 139689918983264 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20445] ppid=20376 vsize=10998092 memory=6776 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20445/stat : 20445 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436392 11262046208 45166 33554432000 4194304 4196468 140721358044448 139690932930864 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10998092 KiB

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

/proc/20379/task/20432/stat : 20432 (java) R 20376 20379 15729 0 -1 4202560 90243 13143 0 0 229593 53 5 3 20 0 15 0 229436386 11343855616 267097 33554432000 4194304 4196468 140721358044448 139691939960928 139691554643622 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20433] ppid=20376 vsize=11077984 memory=68 CPUtime=12.21 cores=0,2,4,6
/proc/20379/task/20433/stat : 20433 (java) S 20376 20379 15729 0 -1 1077944384 15100 13143 0 0 1157 56 5 3 20 0 15 0 229436386 11343855616 267097 33554432000 4194304 4196468 140721358044448 139691972369168 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20434] ppid=20376 vsize=11077984 memory=1068388 CPUtime=12.27 cores=0,2,4,6
/proc/20379/task/20434/stat : 20434 (java) S 20376 20379 15729 0 -1 1077944384 14339 13143 0 0 1160 59 5 3 20 0 15 0 229436386 11343855616 267097 33554432000 4194304 4196468 140721358044448 139691866295184 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20435] ppid=20376 vsize=11077984 memory=1068388 CPUtime=12.26 cores=0,2,4,6
/proc/20379/task/20435/stat : 20435 (java) S 20376 20379 15729 0 -1 1077944384 14554 13143 0 0 1158 60 5 3 20 0 15 0 229436386 11343855616 267097 33554432000 4194304 4196468 140721358044448 139691507166224 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20436] ppid=20376 vsize=11077984 memory=1068388 CPUtime=12.28 cores=0,2,4,6
/proc/20379/task/20436/stat : 20436 (java) S 20376 20379 15729 0 -1 1077944384 14829 13143 0 0 1158 62 5 3 20 0 15 0 229436386 11343855616 267097 33554432000 4194304 4196468 140721358044448 139691506113680 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20437] ppid=20376 vsize=11077984 memory=1068388 CPUtime=11.06 cores=0,2,4,6
/proc/20379/task/20437/stat : 20437 (java) S 20376 20379 15729 0 -1 1077944384 15708 13143 0 0 1044 54 5 3 20 0 15 0 229436388 11343855616 267097 33554432000 4194304 4196468 140721358044448 139690937141232 139691968137858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20438] ppid=20376 vsize=11077984 memory=1068388 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20438/stat : 20438 (java) S 20376 20379 15729 0 -1 1077944384 14 13143 0 0 0 0 5 3 20 0 15 0 229436388 11343855616 267097 33554432000 4194304 4196468 140721358044448 139690858505248 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20439] ppid=20376 vsize=11077984 memory=1068388 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20439/stat : 20439 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436389 11343855616 267097 33554432000 4194304 4196468 140721358044448 139690657178624 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20440] ppid=20376 vsize=11077984 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20440/stat : 20440 (java) S 20376 20379 15729 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229436391 11343855616 267097 33554432000 4194304 4196468 140721358044448 139690349779152 139691968145307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20441] ppid=20376 vsize=11077984 memory=1068388 CPUtime=4.47 cores=0,2,4,6
/proc/20379/task/20441/stat : 20441 (java) S 20376 20379 15729 0 -1 1077944384 25470 13143 0 0 435 4 5 3 20 0 15 0 229436391 11343855616 267097 33554432000 4194304 4196468 140721358044448 139690936089072 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20442] ppid=20376 vsize=11077984 memory=3816 CPUtime=3.85 cores=0,2,4,6
/proc/20379/task/20442/stat : 20442 (java) S 20376 20379 15729 0 -1 1077944384 27781 13143 0 0 372 5 5 3 20 0 15 0 229436391 11343855616 267097 33554432000 4194304 4196468 140721358044448 139690935036528 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20443] ppid=20376 vsize=11077984 memory=1068388 CPUtime=2.13 cores=0,2,4,6
/proc/20379/task/20443/stat : 20443 (java) S 20376 20379 15729 0 -1 1077944384 24878 13143 0 0 201 4 5 3 20 0 15 0 229436391 11343855616 267097 33554432000 4194304 4196468 140721358044448 139690933983984 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20444] ppid=20376 vsize=11077984 memory=1068388 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20444/stat : 20444 (java) S 20376 20379 15729 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229436392 11343855616 267097 33554432000 4194304 4196468 140721358044448 139689918983264 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20445] ppid=20376 vsize=11077984 memory=35344 CPUtime=1.5 cores=0,2,4,6
/proc/20379/task/20445/stat : 20445 (java) S 20376 20379 15729 0 -1 1077944384 1122 13143 0 0 66 76 5 3 20 0 15 0 229436392 11343855616 267097 33554432000 4194304 4196468 140721358044448 139690932930864 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
Current children cumulated CPU time: 2367.97 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1068388 KiB

[startup+2382.3 s]
/proc/loadavg: 1.29 1.37 1.44 3/215 20772
/proc/meminfo: memFree=13366900/32770624 swapFree=67108504/67108860
[pid=20379] ppid=20376 vsize=11077984 memory=1070436 CPUtime=2428.96 cores=0,2,4,6
/proc/20379/stat : 20379 (java) S 20376 20379 15729 0 -1 1077944320 247852 13143 0 0 242512 376 5 3 20 0 15 0 229436377 11343855616 267609 33554432000 4194304 4196468 140721358044448 140721358026992 139691968126711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
/proc/20379/statm: 2769496 267609 3533 1 0 2731149 0
[pid=20379/tid=20432] ppid=20376 vsize=11077984 memory=1070436 CPUtime=2355.83 cores=0,2,4,6
/proc/20379/task/20432/stat : 20432 (java) R 20376 20379 15729 0 -1 4202560 91018 13143 0 0 235521 54 5 3 20 0 15 0 229436386 11343855616 267609 33554432000 4194304 4196468 140721358044448 139691939961664 139691550304550 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20433] ppid=20376 vsize=11077984 memory=1070436 CPUtime=12.55 cores=0,2,4,6
/proc/20379/task/20433/stat : 20433 (java) S 20376 20379 15729 0 -1 1077944384 15377 13143 0 0 1190 57 5 3 20 0 15 0 229436386 11343855616 267609 33554432000 4194304 4196468 140721358044448 139691972369168 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20434] ppid=20376 vsize=11077984 memory=1070436 CPUtime=12.62 cores=0,2,4,6
/proc/20379/task/20434/stat : 20434 (java) S 20376 20379 15729 0 -1 1077944384 14459 13143 0 0 1192 62 5 3 20 0 15 0 229436386 11343855616 267609 33554432000 4194304 4196468 140721358044448 139691866295184 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20435] ppid=20376 vsize=11077984 memory=1070436 CPUtime=12.6 cores=0,2,4,6
/proc/20379/task/20435/stat : 20435 (java) S 20376 20379 15729 0 -1 1077944384 14678 13143 0 0 1190 62 5 3 20 0 15 0 229436386 11343855616 267609 33554432000 4194304 4196468 140721358044448 139691507166224 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20436] ppid=20376 vsize=11077984 memory=1070436 CPUtime=12.62 cores=0,2,4,6
/proc/20379/task/20436/stat : 20436 (java) S 20376 20379 15729 0 -1 1077944384 14914 13143 0 0 1191 63 5 3 20 0 15 0 229436386 11343855616 267609 33554432000 4194304 4196468 140721358044448 139691506113680 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20437] ppid=20376 vsize=11077984 memory=1070436 CPUtime=11.35 cores=0,2,4,6
/proc/20379/task/20437/stat : 20437 (java) S 20376 20379 15729 0 -1 1077944384 15912 13143 0 0 1071 56 5 3 20 0 15 0 229436388 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690937141232 139691968137858 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20438] ppid=20376 vsize=11077984 memory=1068388 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20438/stat : 20438 (java) S 20376 20379 15729 0 -1 1077944384 14 13143 0 0 0 0 5 3 20 0 15 0 229436388 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690858505248 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20439] ppid=20376 vsize=11077984 memory=1068388 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20439/stat : 20439 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436389 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690657178624 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20440] ppid=20376 vsize=11077984 memory=1070436 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20440/stat : 20440 (java) S 20376 20379 15729 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229436391 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690349779152 139691968145307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20441] ppid=20376 vsize=11077984 memory=1070436 CPUtime=4.47 cores=0,2,4,6
/proc/20379/task/20441/stat : 20441 (java) S 20376 20379 15729 0 -1 1077944384 25472 13143 0 0 435 4 5 3 20 0 15 0 229436391 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690936089072 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20442] ppid=20376 vsize=11077984 memory=1796 CPUtime=3.85 cores=0,2,4,6
/proc/20379/task/20442/stat : 20442 (java) S 20376 20379 15729 0 -1 1077944384 27783 13143 0 0 372 5 5 3 20 0 15 0 229436391 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690935036528 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20443] ppid=20376 vsize=11077984 memory=916 CPUtime=2.13 cores=0,2,4,6
/proc/20379/task/20443/stat : 20443 (java) S 20376 20379 15729 0 -1 1077944384 24880 13143 0 0 201 4 5 3 20 0 15 0 229436391 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690933983984 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20444] ppid=20376 vsize=11077984 memory=1068388 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20444/stat : 20444 (java) S 20376 20379 15729 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229436392 11343855616 267609 33554432000 4194304 4196468 140721358044448 139689918983264 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20445] ppid=20376 vsize=11077984 memory=924 CPUtime=1.54 cores=0,2,4,6
/proc/20379/task/20445/stat : 20445 (java) S 20376 20379 15729 0 -1 1077944384 1149 13143 0 0 68 78 5 3 20 0 15 0 229436392 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690932930864 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
Current children cumulated CPU time: 2428.96 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1070436 KiB

[startup+2442.3 s]
/proc/loadavg: 1.34 1.36 1.43 3/215 20773
/proc/meminfo: memFree=13427492/32770624 swapFree=67108504/67108860
[pid=20379] ppid=20376 vsize=11077984 memory=1070436 CPUtime=2490.01 cores=0,2,4,6
/proc/20379/stat : 20379 (java) S 20376 20379 15729 0 -1 1077944320 249425 13143 0 0 248608 385 5 3 20 0 15 0 229436377 11343855616 267609 33554432000 4194304 4196468 140721358044448 140721358026992 139691968126711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
/proc/20379/statm: 2769496 267609 3533 1 0 2731149 0
[pid=20379/tid=20432] ppid=20376 vsize=11077984 memory=1070436 CPUtime=2415.16 cores=0,2,4,6
/proc/20379/task/20432/stat : 20432 (java) R 20376 20379 15729 0 -1 4202560 91770 13143 0 0 241453 55 5 3 20 0 15 0 229436386 11343855616 267609 33554432000 4194304 4196468 140721358044448 139691939961440 139691554558609 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20433] ppid=20376 vsize=11077984 memory=1070436 CPUtime=12.9 cores=0,2,4,6
/proc/20379/task/20433/stat : 20433 (java) S 20376 20379 15729 0 -1 1077944384 15411 13143 0 0 1223 59 5 3 20 0 15 0 229436386 11343855616 267609 33554432000 4194304 4196468 140721358044448 139691972369168 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20434] ppid=20376 vsize=11077984 memory=1070436 CPUtime=12.98 cores=0,2,4,6
/proc/20379/task/20434/stat : 20434 (java) S 20376 20379 15729 0 -1 1077944384 14506 13143 0 0 1226 64 5 3 20 0 15 0 229436386 11343855616 267609 33554432000 4194304 4196468 140721358044448 139691866295184 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20435] ppid=20376 vsize=11077984 memory=1070436 CPUtime=12.95 cores=0,2,4,6
/proc/20379/task/20435/stat : 20435 (java) S 20376 20379 15729 0 -1 1077944384 14791 13143 0 0 1224 63 5 3 20 0 15 0 229436386 11343855616 267609 33554432000 4194304 4196468 140721358044448 139691507166224 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20436] ppid=20376 vsize=11077984 memory=1070436 CPUtime=12.97 cores=0,2,4,6
/proc/20379/task/20436/stat : 20436 (java) S 20376 20379 15729 0 -1 1077944384 15312 13143 0 0 1224 65 5 3 20 0 15 0 229436386 11343855616 267609 33554432000 4194304 4196468 140721358044448 139691506113680 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20437] ppid=20376 vsize=11077984 memory=1070436 CPUtime=11.64 cores=0,2,4,6
/proc/20379/task/20437/stat : 20437 (java) S 20376 20379 15729 0 -1 1077944384 16116 13143 0 0 1099 57 5 3 20 0 15 0 229436388 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690937141232 139691968137858 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20438] ppid=20376 vsize=11077984 memory=1070436 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20438/stat : 20438 (java) S 20376 20379 15729 0 -1 1077944384 14 13143 0 0 0 0 5 3 20 0 15 0 229436388 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690858505248 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20439] ppid=20376 vsize=11077984 memory=1070436 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20439/stat : 20439 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436389 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690657178624 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20440] ppid=20376 vsize=11077984 memory=1070436 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20440/stat : 20440 (java) S 20376 20379 15729 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229436391 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690349779152 139691968145307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20441] ppid=20376 vsize=11077984 memory=1070436 CPUtime=4.47 cores=0,2,4,6
/proc/20379/task/20441/stat : 20441 (java) S 20376 20379 15729 0 -1 1077944384 25474 13143 0 0 435 4 5 3 20 0 15 0 229436391 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690936089072 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20442] ppid=20376 vsize=11077984 memory=1070436 CPUtime=3.85 cores=0,2,4,6
/proc/20379/task/20442/stat : 20442 (java) S 20376 20379 15729 0 -1 1077944384 27786 13143 0 0 372 5 5 3 20 0 15 0 229436391 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690935036528 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20443] ppid=20376 vsize=11077984 memory=1070436 CPUtime=2.13 cores=0,2,4,6
/proc/20379/task/20443/stat : 20443 (java) S 20376 20379 15729 0 -1 1077944384 24882 13143 0 0 201 4 5 3 20 0 15 0 229436391 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690933983984 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20444] ppid=20376 vsize=11077984 memory=1070436 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20444/stat : 20444 (java) S 20376 20379 15729 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229436392 11343855616 267609 33554432000 4194304 4196468 140721358044448 139689918983264 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20445] ppid=20376 vsize=11077984 memory=1070436 CPUtime=1.58 cores=0,2,4,6
/proc/20379/task/20445/stat : 20445 (java) S 20376 20379 15729 0 -1 1077944384 1167 13143 0 0 70 80 5 3 20 0 15 0 229436392 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690932930864 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
Current children cumulated CPU time: 2490.01 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1070436 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2471.8 s]
/proc/loadavg: 1.35 1.36 1.43 3/215 20773
/proc/meminfo: memFree=13457560/32770624 swapFree=67108504/67108860
[pid=20379] ppid=20376 vsize=11077984 memory=1070436 CPUtime=2520.02 cores=0,2,4,6
/proc/20379/stat : 20379 (java) S 20376 20379 15729 0 -1 1077944320 249732 13143 0 0 251605 389 5 3 20 0 15 0 229436377 11343855616 267609 33554432000 4194304 4196468 140721358044448 140721358026992 139691968126711 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
/proc/20379/statm: 2769496 267609 3533 1 0 2731149 0
[pid=20379/tid=20432] ppid=20376 vsize=11077984 memory=1228 CPUtime=2444.33 cores=0,2,4,6
/proc/20379/task/20432/stat : 20432 (java) R 20376 20379 15729 0 -1 4202560 92013 13143 0 0 244369 56 5 3 20 0 15 0 229436386 11343855616 267609 33554432000 4194304 4196468 140721358044448 139691939961232 139691546317127 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20433] ppid=20376 vsize=11077984 memory=10624 CPUtime=13.07 cores=0,2,4,6
/proc/20379/task/20433/stat : 20433 (java) S 20376 20379 15729 0 -1 1077944384 15415 13143 0 0 1240 59 5 3 20 0 15 0 229436386 11343855616 267609 33554432000 4194304 4196468 140721358044448 139691972369168 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20434] ppid=20376 vsize=11077984 memory=1624 CPUtime=13.15 cores=0,2,4,6
/proc/20379/task/20434/stat : 20434 (java) S 20376 20379 15729 0 -1 1077944384 14528 13143 0 0 1242 65 5 3 20 0 15 0 229436386 11343855616 267609 33554432000 4194304 4196468 140721358044448 139691866295184 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20435] ppid=20376 vsize=11077984 memory=6776 CPUtime=13.12 cores=0,2,4,6
/proc/20379/task/20435/stat : 20435 (java) S 20376 20379 15729 0 -1 1077944384 14817 13143 0 0 1241 63 5 3 20 0 15 0 229436386 11343855616 267609 33554432000 4194304 4196468 140721358044448 139691507166224 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20436] ppid=20376 vsize=11077984 memory=876 CPUtime=13.15 cores=0,2,4,6
/proc/20379/task/20436/stat : 20436 (java) S 20376 20379 15729 0 -1 1077944384 15312 13143 0 0 1240 67 5 3 20 0 15 0 229436386 11343855616 267609 33554432000 4194304 4196468 140721358044448 139691506113680 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20437] ppid=20376 vsize=11077984 memory=1296 CPUtime=11.78 cores=0,2,4,6
/proc/20379/task/20437/stat : 20437 (java) S 20376 20379 15729 0 -1 1077944384 16126 13143 0 0 1112 58 5 3 20 0 15 0 229436388 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690937141232 139691968137858 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20438] ppid=20376 vsize=11077984 memory=1068 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20438/stat : 20438 (java) S 20376 20379 15729 0 -1 1077944384 14 13143 0 0 0 0 5 3 20 0 15 0 229436388 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690858505248 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20439] ppid=20376 vsize=11077984 memory=15084 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20439/stat : 20439 (java) S 20376 20379 15729 0 -1 1077944384 1 13143 0 0 0 0 5 3 20 0 15 0 229436389 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690657178624 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20440] ppid=20376 vsize=11077984 memory=35344 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20440/stat : 20440 (java) S 20376 20379 15729 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229436391 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690349779152 139691968145307 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20441] ppid=20376 vsize=11077984 memory=13776 CPUtime=4.47 cores=0,2,4,6
/proc/20379/task/20441/stat : 20441 (java) S 20376 20379 15729 0 -1 1077944384 25474 13143 0 0 435 4 5 3 20 0 15 0 229436391 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690936089072 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20442] ppid=20376 vsize=11077984 memory=3356 CPUtime=3.85 cores=0,2,4,6
/proc/20379/task/20442/stat : 20442 (java) S 20376 20379 15729 0 -1 1077944384 27786 13143 0 0 372 5 5 3 20 0 15 0 229436391 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690935036528 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20443] ppid=20376 vsize=11077984 memory=492 CPUtime=2.13 cores=0,2,4,6
/proc/20379/task/20443/stat : 20443 (java) S 20376 20379 15729 0 -1 1077944384 24882 13143 0 0 201 4 5 3 20 0 15 0 229436391 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690933983984 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20444] ppid=20376 vsize=11077984 memory=1616 CPUtime=0.08 cores=0,2,4,6
/proc/20379/task/20444/stat : 20444 (java) S 20376 20379 15729 0 -1 1077944384 3 13143 0 0 0 0 5 3 20 0 15 0 229436392 11343855616 267609 33554432000 4194304 4196468 140721358044448 139689918983264 139691968136917 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
[pid=20379/tid=20445] ppid=20376 vsize=11077984 memory=932 CPUtime=1.59 cores=0,2,4,6
/proc/20379/task/20445/stat : 20445 (java) S 20376 20379 15729 0 -1 1077944384 1169 13143 0 0 71 80 5 3 20 0 15 0 229436392 11343855616 267609 33554432000 4194304 4196468 140721358044448 139690932930864 139691968137858 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37511168 140721358047853 140721358050652 140721358050652 140721358053327 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1070436 KiB

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

[startup+2471.84 s]
# the end of solver process 20379 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.12 s, system=3.9366 s

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

Child status: 143
Real time (s): 2471.84
CPU time (s): 2520.06
CPU user time (s): 2516.12
CPU system time (s): 3.9366
CPU usage (%): 101.951
Max. virtual memory (cumulated for all children) (KiB): 11077984
Max. memory (cumulated for all children) (KiB): 1070436

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.12
system time used= 3.9366
maximum resident set size= 1072732
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 264037
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 300931
involuntary context switches= 8312


# summary of solver processes directly reported to runsolver:
#   pid: 20379
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.12
#   total CPU system time (s): 3.9366

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.9702 second user time and 22.6211 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-13 02:05:32
IDJOB=4304599
IDBENCH=141471
IDSOLVER=2780
FILE ID=node104/4304599-1534118732
RUNJOBID= node104-1534097917-15760
PBS_JOBID= 21037002
Free space on /tmp= 37528 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304599-1534118732/watcher-4304599-1534118732 -o /tmp/evaluation-result-4304599-1534118732/solver-4304599-1534118732 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15760 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=610129695 HOME/instance-4304599-1534118732.xml

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

MD5SUM BENCH= 9e298a48575be159e0b6ad4a2fcf836a
RANDOM SEED=610129695

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:        11033900 kB
MemAvailable:   26522516 kB
Buffers:          202876 kB
Cached:         15323540 kB
SwapCached:            8 kB
Active:         13039376 kB
Inactive:        7914444 kB
Active(anon):    5378672 kB
Inactive(anon):   100964 kB
Active(file):    7660704 kB
Inactive(file):  7813480 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             26872 kB
Writeback:             4 kB
AnonPages:       5569556 kB
Mapped:            65864 kB
Shmem:             49636 kB
Slab:             471764 kB
SReclaimable:     442892 kB
SUnreclaim:        28872 kB
KernelStack:        3728 kB
PageTables:        15848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6133840 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5302272 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-13 02:46:44