Trace number 4304601

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)112 2520.06 2473.43

General information on the benchmark

NameRcpsp/
Rcpsp-j120-01-01_c18.xml
MD5SUM0be9a53bf20a889479382bc05b2f6618
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark105
Best CPU time to get the best result obtained on this benchmark2520.09
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints187
Number of domains2
Minimum domain size1
Maximum domain size667
Distribution of domain sizes[{"size":1,"count":1},{"size":667,"count":121}]
Minimum variable degree3
Maximum variable degree6
Distribution of variable degrees[{"degree":3,"count":46},{"degree":4,"count":33},{"degree":5,"count":41},{"degree":6,"count":2}]
Minimum constraint arity2
Maximum constraint arity43
Distribution of constraint arities[{"arity":2,"count":183},{"arity":24,"count":2},{"arity":29,"count":1},{"arity":43,"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

1.00/0.74	c Concrete v3.9.2.1532736233296 running
10.17/4.51	o 666
10.17/4.56	o 659
10.17/4.57	o 144
10.17/4.58	o 141
10.83/4.74	o 138
11.44/4.93	o 125
12.10/5.14	o 122
12.10/5.18	o 119
14.86/6.72	o 118
16.11/7.89	o 117
16.37/8.01	o 116
26.74/17.38	o 115
26.84/17.41	o 114
32.26/22.77	o 113
117.24/106.69	o 112
2520.03/2473.40	Exception in thread "main" java.util.concurrent.TimeoutException
2520.03/2473.40		at concrete.MAC.mac(MAC.scala:188)
2520.03/2473.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:252)
2520.03/2473.40		at scala.util.Try$.apply(Try.scala:209)
2520.03/2473.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:194)
2520.03/2473.40		at cspom.StatisticsManager$.$anonfun$measureTry$1(StatisticsManager.scala:182)
2520.03/2473.40		at scala.runtime.java8.JFunction0$mcZ$sp.apply(JFunction0$mcZ$sp.java:12)
2520.03/2473.40		at org.scalameter.MeasureBuilder.$anonfun$measure$1(MeasureBuilder.scala:61)
2520.03/2473.40		at org.scalameter.Measurer$Default.measure(Measurer.scala:133)
2520.03/2473.40		at org.scalameter.MeasureBuilder.measureWith(MeasureBuilder.scala:51)
2520.03/2473.40		at org.scalameter.MeasureBuilder.measure(MeasureBuilder.scala:61)
2520.03/2473.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:181)
2520.03/2473.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:194)
2520.03/2473.40		at concrete.MAC.oneRun(MAC.scala:253)
2520.03/2473.40		at concrete.MAC.nextSolution(MAC.scala:272)
2520.03/2473.40		at concrete.MAC.nextSolution(MAC.scala:355)
2520.03/2473.40		at concrete.Solver.hasNext(Solver.scala:166)
2520.03/2473.40		at scala.collection.Iterator.foreach(Iterator.scala:944)
2520.03/2473.40		at scala.collection.Iterator.foreach$(Iterator.scala:944)
2520.03/2473.40		at concrete.Solver.foreach(Solver.scala:68)
2520.03/2473.40		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:73)
2520.03/2473.40		at scala.util.Success.$anonfun$map$1(Try.scala:251)
2520.03/2473.40		at scala.util.Success.map(Try.scala:209)
2520.03/2473.40		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.03/2473.40		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:33)
2520.03/2473.40		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:18)
2520.03/2473.40		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.03/2473.40		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:18)
2520.03/2473.40		at scala.Function0.apply$mcV$sp(Function0.scala:34)
2520.03/2473.40		at scala.Function0.apply$mcV$sp$(Function0.scala:34)
2520.03/2473.40		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:12)
2520.03/2473.40		at scala.App.$anonfun$main$1$adapted(App.scala:76)
2520.03/2473.40		at scala.collection.immutable.List.foreach(List.scala:389)
2520.03/2473.40		at scala.App.main(App.scala:76)
2520.03/2473.40		at scala.App.main$(App.scala:74)
2520.03/2473.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:18)
2520.03/2473.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.03/2473.41	v <instantiation cost="112">
2520.03/2473.41	v       <list>
2520.03/2473.41	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.03/2473.41	v       </list>
2520.03/2473.41	v       <values>
2520.03/2473.41	v         0 0 0 0 4 4 7 9 2 17 17 6 2 10 14 9 10 23 61 29 8 24 21 32 35 33 45 23 24 24 31 14 32 34 55 42 84 18 27 33 41 49 51 16 41 55 32 64 53 60 15 60 24 39 44 32 93 34 45 11 35 55 64 84 6 94 61 39 18 57 48 54 42 81 87 66 57 67 72 54 51 83 71 71 44 61 82 61 81 75 82 98 42 66 63 41 51 82 42 99 100 92 52 71 84 99 97 101 107 65 106 94 78 94 94 99 102 79 109 104 103 112
2520.03/2473.41	v       </values>
2520.03/2473.41	v     </instantiation>
2520.03/2473.41	s SATISFIABLE

Verifier Data

OK	112

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4304601-1534118841/watcher-4304601-1534118841 -o /tmp/evaluation-result-4304601-1534118841/solver-4304601-1534118841 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25287 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=1082249799 HOME/instance-4304601-1534118841.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
Current StackSize limit: 8192 KiB

solver pid=31301, runsolver pid=31298

[startup+0.100103 s]*
/proc/loadavg: 1.60 1.66 1.73 3/206 31358
/proc/meminfo: memFree=23354412/32770624 swapFree=67030660/67108860
[pid=31301] ppid=31298 vsize=10005480 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/31301/stat : 31301 (java) S 31298 31301 25256 0 -1 1077944320 4236 13153 0 0 1 0 5 3 20 0 6 0 229447295 10245611520 4582 33554432000 4194304 4196468 140725510433152 140725510415696 139642081480439 0 0 0 16784584 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
/proc/31301/statm: 2501370 4582 1930 1 0 2489808 0
[pid=31301/tid=31354] ppid=31298 vsize=10005480 memory=4279135704047190159 CPUtime=0.09 cores=0,2,4,6
/proc/31301/task/31354/stat : 31354 (java) R 31298 31301 25256 0 -1 4202560 2039 13153 0 0 1 0 5 3 20 0 6 0 229447304 10245611520 4582 33554432000 4194304 4196468 140725510433152 139642053317200 139642081502365 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31355] ppid=31298 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31355/stat : 31355 (java) S 31298 31301 25256 0 -1 1077944384 2 13153 0 0 0 0 5 3 20 0 6 0 229447304 10245611520 4582 33554432000 4194304 4196468 140725510433152 139642085722640 139642081490645 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31356] ppid=31298 vsize=10005480 memory=139753720841856 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31356/stat : 31356 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 6 0 229447305 10245611520 4582 33554432000 4194304 4196468 140725510433152 139641940441744 139642081490645 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31357] ppid=31298 vsize=10005480 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31357/stat : 31357 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 6 0 229447305 10245611520 4582 33554432000 4194304 4196468 140725510433152 139641939388688 139642081490645 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31358] ppid=31298 vsize=10005480 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31358/stat : 31358 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 6 0 229447305 10245611520 4582 33554432000 4194304 4196468 140725510433152 139641938336144 139642081490645 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.21006 s]*
/proc/loadavg: 1.60 1.66 1.73 3/215 31367
/proc/meminfo: memFree=23328932/32770624 swapFree=67030660/67108860
[pid=31301] ppid=31298 vsize=10982744 memory=45476 CPUtime=0.26 cores=0,2,4,6
/proc/31301/stat : 31301 (java) S 31298 31301 25256 0 -1 1077944320 7594 13153 0 0 17 1 5 3 20 0 15 0 229447295 11246329856 11369 33554432000 4194304 4196468 140725510433152 140725510415696 139642081480439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
/proc/31301/statm: 2745686 11369 2943 1 0 2708109 0
[pid=31301/tid=31354] ppid=31298 vsize=10982744 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/31301/task/31354/stat : 31354 (java) R 31298 31301 25256 0 -1 4202560 4163 13153 0 0 11 0 5 3 20 0 15 0 229447304 11246329856 11369 33554432000 4194304 4196468 140725510433152 139642053304176 139642073717566 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31355] ppid=31298 vsize=10982744 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31355/stat : 31355 (java) S 31298 31301 25256 0 -1 1077944384 2 13153 0 0 0 0 5 3 20 0 15 0 229447304 11246329856 11435 33554432000 4194304 4196468 140725510433152 139642085722640 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31356] ppid=31298 vsize=10982744 memory=139753720869583 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31356/stat : 31356 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 15 0 229447305 11246329856 11435 33554432000 4194304 4196468 140725510433152 139641940441744 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31357] ppid=31298 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31357/stat : 31357 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 15 0 229447305 11246329856 11435 33554432000 4194304 4196468 140725510433152 139641939388688 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31358] ppid=31298 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31358/stat : 31358 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 15 0 229447305 11246329856 11435 33554432000 4194304 4196468 140725510433152 139641938336144 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31359] ppid=31298 vsize=10982744 memory=139753720841856 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31359/stat : 31359 (java) S 31298 31301 25256 0 -1 1077944384 2 13153 0 0 0 0 5 3 20 0 15 0 229447306 11246329856 11435 33554432000 4194304 4196468 140725510433152 139641373158128 139642081491586 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31360] ppid=31298 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31360/stat : 31360 (java) S 31298 31301 25256 0 -1 1077944384 13 13153 0 0 0 0 5 3 20 0 15 0 229447306 11246329856 11435 33554432000 4194304 4196468 140725510433152 139640929511072 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31361] ppid=31298 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31361/stat : 31361 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 15 0 229447307 11246329856 11435 33554432000 4194304 4196468 140725510433152 139640728184048 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31362] ppid=31298 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31362/stat : 31362 (java) S 31298 31301 25256 0 -1 1077944384 3 13153 0 0 0 0 5 3 20 0 15 0 229447309 11246329856 11435 33554432000 4194304 4196468 140725510433152 139640420784592 139642081499035 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31363] ppid=31298 vsize=10982744 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31301/task/31363/stat : 31363 (java) S 31298 31301 25256 0 -1 1077944384 431 13153 0 0 1 0 5 3 20 0 15 0 229447309 11246329856 11435 33554432000 4194304 4196468 140725510433152 139641372104944 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31364] ppid=31298 vsize=10982744 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/31301/task/31364/stat : 31364 (java) S 31298 31301 25256 0 -1 1077944384 193 13153 0 0 1 0 5 3 20 0 15 0 229447309 11246329856 11435 33554432000 4194304 4196468 140725510433152 139641371052400 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31365] ppid=31298 vsize=10982744 memory=139753720841856 CPUtime=0.11 cores=0,2,4,6
/proc/31301/task/31365/stat : 31365 (java) S 31298 31301 25256 0 -1 1077944384 610 13153 0 0 3 0 5 3 20 0 15 0 229447309 11246329856 11435 33554432000 4194304 4196468 140725510433152 139641369999344 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31366] ppid=31298 vsize=10982744 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31366/stat : 31366 (java) S 31298 31301 25256 0 -1 1077944384 3 13153 0 0 0 0 5 3 20 0 15 0 229447309 11246329856 11501 33554432000 4194304 4196468 140725510433152 139639989987680 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31367] ppid=31298 vsize=10982744 memory=139753720841856 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31367/stat : 31367 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 15 0 229447310 11246329856 11501 33554432000 4194304 4196468 140725510433152 139641368947760 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 45476 KiB

[startup+0.310131 s]*
/proc/loadavg: 1.60 1.66 1.73 3/215 31367
/proc/meminfo: memFree=23317256/32770624 swapFree=67030660/67108860
[pid=31301] ppid=31298 vsize=10983192 memory=56912 CPUtime=0.39 cores=0,2,4,6
/proc/31301/stat : 31301 (java) S 31298 31301 25256 0 -1 1077944320 10287 13153 0 0 29 2 5 3 20 0 15 0 229447295 11246788608 14228 33554432000 4194304 4196468 140725510433152 140725510415696 139642081480439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
/proc/31301/statm: 2745798 14228 3062 1 0 2708109 0
[pid=31301/tid=31354] ppid=31298 vsize=10983192 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/31301/task/31354/stat : 31354 (java) R 31298 31301 25256 0 -1 4202560 6820 13153 0 0 20 1 5 3 20 0 15 0 229447304 11246788608 14228 33554432000 4194304 4196468 140725510433152 139642053292448 139642081502365 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31355] ppid=31298 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31355/stat : 31355 (java) S 31298 31301 25256 0 -1 1077944384 2 13153 0 0 0 0 5 3 20 0 15 0 229447304 11246788608 14228 33554432000 4194304 4196468 140725510433152 139642085722640 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31356] ppid=31298 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31356/stat : 31356 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 15 0 229447305 11246788608 14228 33554432000 4194304 4196468 140725510433152 139641940441744 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31357] ppid=31298 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31357/stat : 31357 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 15 0 229447305 11246788608 14228 33554432000 4194304 4196468 140725510433152 139641939388688 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31358] ppid=31298 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31358/stat : 31358 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 15 0 229447305 11246788608 14228 33554432000 4194304 4196468 140725510433152 139641938336144 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31359] ppid=31298 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31359/stat : 31359 (java) S 31298 31301 25256 0 -1 1077944384 2 13153 0 0 0 0 5 3 20 0 15 0 229447306 11246788608 14228 33554432000 4194304 4196468 140725510433152 139641373158128 139642081491586 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31360] ppid=31298 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31360/stat : 31360 (java) S 31298 31301 25256 0 -1 1077944384 13 13153 0 0 0 0 5 3 20 0 15 0 229447306 11246788608 14228 33554432000 4194304 4196468 140725510433152 139640929511072 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31361] ppid=31298 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31361/stat : 31361 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 15 0 229447307 11246788608 14228 33554432000 4194304 4196468 140725510433152 139640728184048 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31362] ppid=31298 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31362/stat : 31362 (java) S 31298 31301 25256 0 -1 1077944384 3 13153 0 0 0 0 5 3 20 0 15 0 229447309 11246788608 14228 33554432000 4194304 4196468 140725510433152 139640420784592 139642081499035 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31363] ppid=31298 vsize=10983192 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31301/task/31363/stat : 31363 (java) S 31298 31301 25256 0 -1 1077944384 437 13153 0 0 1 0 5 3 20 0 15 0 229447309 11246788608 14228 33554432000 4194304 4196468 140725510433152 139641372104944 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31364] ppid=31298 vsize=10983192 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/31301/task/31364/stat : 31364 (java) S 31298 31301 25256 0 -1 1077944384 193 13153 0 0 1 0 5 3 20 0 15 0 229447309 11246788608 14228 33554432000 4194304 4196468 140725510433152 139641371052400 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31365] ppid=31298 vsize=10983192 memory=139753720841856 CPUtime=0.12 cores=0,2,4,6
/proc/31301/task/31365/stat : 31365 (java) S 31298 31301 25256 0 -1 1077944384 616 13153 0 0 4 0 5 3 20 0 15 0 229447309 11246788608 14228 33554432000 4194304 4196468 140725510433152 139641369999344 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31366] ppid=31298 vsize=10983192 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31366/stat : 31366 (java) S 31298 31301 25256 0 -1 1077944384 3 13153 0 0 0 0 5 3 20 0 15 0 229447309 11246788608 14228 33554432000 4194304 4196468 140725510433152 139639989987680 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31367] ppid=31298 vsize=10983192 memory=139753720841856 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31367/stat : 31367 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 15 0 229447310 11246788608 14228 33554432000 4194304 4196468 140725510433152 139641368947760 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56912 KiB

[startup+0.70081 s]
/proc/loadavg: 1.60 1.66 1.73 4/215 31367
/proc/meminfo: memFree=23306588/32770624 swapFree=67030660/67108860
[pid=31301] ppid=31298 vsize=10983192 memory=89512 CPUtime=1 cores=0,2,4,6
/proc/31301/stat : 31301 (java) S 31298 31301 25256 0 -1 1077944320 16401 13153 0 0 89 3 5 3 20 0 15 0 229447295 11246788608 22378 33554432000 4194304 4196468 140725510433152 140725510415696 139642081480439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
/proc/31301/statm: 2745798 22378 3245 1 0 2708109 0
[pid=31301/tid=31354] ppid=31298 vsize=10983192 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/31301/task/31354/stat : 31354 (java) R 31298 31301 25256 0 -1 4202560 11831 13153 0 0 57 2 5 3 20 0 15 0 229447304 11246788608 22378 33554432000 4194304 4196468 140725510433152 139642053301264 139642063043977 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31355] ppid=31298 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31355/stat : 31355 (java) S 31298 31301 25256 0 -1 1077944384 2 13153 0 0 0 0 5 3 20 0 15 0 229447304 11246788608 22378 33554432000 4194304 4196468 140725510433152 139642085722640 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31356] ppid=31298 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31356/stat : 31356 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 15 0 229447305 11246788608 22378 33554432000 4194304 4196468 140725510433152 139641940441744 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31357] ppid=31298 vsize=10983192 memory=139753605444368 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31357/stat : 31357 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 15 0 229447305 11246788608 22378 33554432000 4194304 4196468 140725510433152 139641939388688 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31358] ppid=31298 vsize=10983192 memory=139753940845129 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31358/stat : 31358 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 15 0 229447305 11246788608 22378 33554432000 4194304 4196468 140725510433152 139641938336144 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31359] ppid=31298 vsize=10983192 memory=752 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31359/stat : 31359 (java) S 31298 31301 25256 0 -1 1077944384 5 13153 0 0 0 0 5 3 20 0 15 0 229447306 11246788608 22378 33554432000 4194304 4196468 140725510433152 139641373158128 139642081491586 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31360] ppid=31298 vsize=10983192 memory=7014751519650764113 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31360/stat : 31360 (java) S 31298 31301 25256 0 -1 1077944384 13 13153 0 0 0 0 5 3 20 0 15 0 229447306 11246788608 22378 33554432000 4194304 4196468 140725510433152 139640929511072 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31361] ppid=31298 vsize=10983192 memory=6082220498109819240 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31361/stat : 31361 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 15 0 229447307 11246788608 22378 33554432000 4194304 4196468 140725510433152 139640728184048 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31362] ppid=31298 vsize=10983192 memory=2228 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31362/stat : 31362 (java) S 31298 31301 25256 0 -1 1077944384 3 13153 0 0 0 0 5 3 20 0 15 0 229447309 11246788608 22378 33554432000 4194304 4196468 140725510433152 139640420784592 139642081499035 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31363] ppid=31298 vsize=10983192 memory=30868 CPUtime=0.15 cores=0,2,4,6
/proc/31301/task/31363/stat : 31363 (java) S 31298 31301 25256 0 -1 1077944384 801 13153 0 0 7 0 5 3 20 0 15 0 229447309 11246788608 22378 33554432000 4194304 4196468 140725510433152 139641372104944 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31364] ppid=31298 vsize=10983192 memory=11904 CPUtime=0.18 cores=0,2,4,6
/proc/31301/task/31364/stat : 31364 (java) S 31298 31301 25256 0 -1 1077944384 875 13153 0 0 10 0 5 3 20 0 15 0 229447309 11246788608 22378 33554432000 4194304 4196468 140725510433152 139641371052400 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31365] ppid=31298 vsize=10983192 memory=492 CPUtime=0.21 cores=0,2,4,6
/proc/31301/task/31365/stat : 31365 (java) S 31298 31301 25256 0 -1 1077944384 670 13153 0 0 13 0 5 3 20 0 15 0 229447309 11246788608 22378 33554432000 4194304 4196468 140725510433152 139641369999344 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31366] ppid=31298 vsize=10983192 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31366/stat : 31366 (java) S 31298 31301 25256 0 -1 1077944384 3 13153 0 0 0 0 5 3 20 0 15 0 229447309 11246788608 22378 33554432000 4194304 4196468 140725510433152 139639989987680 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31367] ppid=31298 vsize=10983192 memory=932 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31367/stat : 31367 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 15 0 229447310 11246788608 22378 33554432000 4194304 4196468 140725510433152 139641368947760 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 89512 KiB

[startup+1.50076 s]
/proc/loadavg: 1.56 1.65 1.73 4/215 31367
/proc/meminfo: memFree=23261280/32770624 swapFree=67030660/67108860
[pid=31301] ppid=31298 vsize=10998092 memory=179156 CPUtime=2.3 cores=0,2,4,6
/proc/31301/stat : 31301 (java) S 31298 31301 25256 0 -1 1077944320 23359 13153 0 0 214 8 5 3 20 0 15 0 229447295 11262046208 44789 33554432000 4194304 4196468 140725510433152 140725510415696 139642081480439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
/proc/31301/statm: 2749523 44789 3473 1 0 2711181 0
[pid=31301/tid=31354] ppid=31298 vsize=10998092 memory=65964 CPUtime=1.43 cores=0,2,4,6
/proc/31301/task/31354/stat : 31354 (java) R 31298 31301 25256 0 -1 4202560 17193 13153 0 0 131 4 5 3 20 0 15 0 229447304 11262046208 44789 33554432000 4194304 4196468 140725510433152 139642053307072 139642065560926 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31355] ppid=31298 vsize=10998092 memory=6791534058613427641 CPUtime=0.09 cores=0,2,4,6
/proc/31301/task/31355/stat : 31355 (java) S 31298 31301 25256 0 -1 1077944384 71 13153 0 0 1 0 5 3 20 0 15 0 229447304 11262046208 44789 33554432000 4194304 4196468 140725510433152 139642085722640 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31356] ppid=31298 vsize=10998092 memory=279507210920096 CPUtime=0.09 cores=0,2,4,6
/proc/31301/task/31356/stat : 31356 (java) S 31298 31301 25256 0 -1 1077944384 206 13153 0 0 1 0 5 3 20 0 15 0 229447305 11262046208 44789 33554432000 4194304 4196468 140725510433152 139641940441744 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31357] ppid=31298 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31301/task/31357/stat : 31357 (java) S 31298 31301 25256 0 -1 1077944384 15 13153 0 0 1 0 5 3 20 0 15 0 229447305 11262046208 44789 33554432000 4194304 4196468 140725510433152 139641939388688 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31358] ppid=31298 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31301/task/31358/stat : 31358 (java) S 31298 31301 25256 0 -1 1077944384 35 13153 0 0 1 0 5 3 20 0 15 0 229447305 11262046208 44789 33554432000 4194304 4196468 140725510433152 139641938336144 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31359] ppid=31298 vsize=10998092 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/31301/task/31359/stat : 31359 (java) S 31298 31301 25256 0 -1 1077944384 51 13153 0 0 1 0 5 3 20 0 15 0 229447306 11262046208 44789 33554432000 4194304 4196468 140725510433152 139641373158128 139642081491586 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31360] ppid=31298 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31360/stat : 31360 (java) S 31298 31301 25256 0 -1 1077944384 13 13153 0 0 0 0 5 3 20 0 15 0 229447306 11262046208 44789 33554432000 4194304 4196468 140725510433152 139640929511136 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31361] ppid=31298 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31361/stat : 31361 (java) S 31298 31301 25256 0 -1 1077944384 2 13153 0 0 0 0 5 3 20 0 15 0 229447307 11262046208 44789 33554432000 4194304 4196468 140725510433152 139640728184048 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31362] ppid=31298 vsize=10998092 memory=-2746958450906831424 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31362/stat : 31362 (java) S 31298 31301 25256 0 -1 1077944384 3 13153 0 0 0 0 5 3 20 0 15 0 229447309 11262046208 44789 33554432000 4194304 4196468 140725510433152 139640420784592 139642081499035 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31363] ppid=31298 vsize=10998092 memory=0 CPUtime=0.24 cores=0,2,4,6
/proc/31301/task/31363/stat : 31363 (java) S 31298 31301 25256 0 -1 1077944384 946 13153 0 0 16 0 5 3 20 0 15 0 229447309 11262046208 44789 33554432000 4194304 4196468 140725510433152 139641372104944 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31364] ppid=31298 vsize=10998092 memory=10 CPUtime=0.32 cores=0,2,4,6
/proc/31301/task/31364/stat : 31364 (java) S 31298 31301 25256 0 -1 1077944384 1360 13153 0 0 24 0 5 3 20 0 15 0 229447309 11262046208 44789 33554432000 4194304 4196468 140725510433152 139641371052400 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31365] ppid=31298 vsize=10998092 memory=6791534058613427641 CPUtime=0.42 cores=0,2,4,6
/proc/31301/task/31365/stat : 31365 (java) S 31298 31301 25256 0 -1 1077944384 1269 13153 0 0 34 0 5 3 20 0 15 0 229447309 11262046208 44789 33554432000 4194304 4196468 140725510433152 139641369999344 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31366] ppid=31298 vsize=10998092 memory=4638778398332698720 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31366/stat : 31366 (java) S 31298 31301 25256 0 -1 1077944384 3 13153 0 0 0 0 5 3 20 0 15 0 229447309 11262046208 44789 33554432000 4194304 4196468 140725510433152 139639989987680 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31367] ppid=31298 vsize=10998092 memory=279507211164608 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31367/stat : 31367 (java) S 31298 31301 25256 0 -1 1077944384 1 13153 0 0 0 0 5 3 20 0 15 0 229447310 11262046208 44789 33554432000 4194304 4196468 140725510433152 139641368947760 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
Current children cumulated CPU time: 2.3 s
Current children cumulated vsize: 10998092 KiB

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

/proc/31301/task/31354/stat : 31354 (java) R 31298 31301 25256 0 -1 4202560 88458 13153 0 0 229548 47 5 3 20 0 15 0 229447304 11343855616 254668 33554432000 4194304 4196468 140725510433152 139642053315776 139641636000785 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31355] ppid=31298 vsize=11077984 memory=1018672 CPUtime=11.96 cores=0,2,4,6
/proc/31301/task/31355/stat : 31355 (java) S 31298 31301 25256 0 -1 1077944384 23067 13153 0 0 1128 60 5 3 20 0 15 0 229447304 11343855616 254668 33554432000 4194304 4196468 140725510433152 139642085722640 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31356] ppid=31298 vsize=11077984 memory=1018672 CPUtime=11.96 cores=0,2,4,6
/proc/31301/task/31356/stat : 31356 (java) S 31298 31301 25256 0 -1 1077944384 11697 13153 0 0 1134 54 5 3 20 0 15 0 229447305 11343855616 254668 33554432000 4194304 4196468 140725510433152 139641940441744 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31357] ppid=31298 vsize=11077984 memory=1018672 CPUtime=11.94 cores=0,2,4,6
/proc/31301/task/31357/stat : 31357 (java) S 31298 31301 25256 0 -1 1077944384 15472 13153 0 0 1128 58 5 3 20 0 15 0 229447305 11343855616 254668 33554432000 4194304 4196468 140725510433152 139641939388688 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31358] ppid=31298 vsize=11077984 memory=1018672 CPUtime=12 cores=0,2,4,6
/proc/31301/task/31358/stat : 31358 (java) S 31298 31301 25256 0 -1 1077944384 13830 13153 0 0 1135 57 5 3 20 0 15 0 229447305 11343855616 254668 33554432000 4194304 4196468 140725510433152 139641938336144 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31359] ppid=31298 vsize=11077984 memory=1018672 CPUtime=11.18 cores=0,2,4,6
/proc/31301/task/31359/stat : 31359 (java) S 31298 31301 25256 0 -1 1077944384 18366 13153 0 0 1055 55 5 3 20 0 15 0 229447306 11343855616 254668 33554432000 4194304 4196468 140725510433152 139641373158128 139642081491586 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31360] ppid=31298 vsize=11077984 memory=1018672 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31360/stat : 31360 (java) S 31298 31301 25256 0 -1 1077944384 13 13153 0 0 0 0 5 3 20 0 15 0 229447306 11343855616 254668 33554432000 4194304 4196468 140725510433152 139640929511200 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31361] ppid=31298 vsize=11077984 memory=1018672 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31361/stat : 31361 (java) S 31298 31301 25256 0 -1 1077944384 2 13153 0 0 0 0 5 3 20 0 15 0 229447307 11343855616 254668 33554432000 4194304 4196468 140725510433152 139640728184064 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31362] ppid=31298 vsize=11077984 memory=1018672 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31362/stat : 31362 (java) S 31298 31301 25256 0 -1 1077944384 3 13153 0 0 0 0 5 3 20 0 15 0 229447309 11343855616 254668 33554432000 4194304 4196468 140725510433152 139640420784592 139642081499035 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31363] ppid=31298 vsize=11077984 memory=1018672 CPUtime=4.21 cores=0,2,4,6
/proc/31301/task/31363/stat : 31363 (java) S 31298 31301 25256 0 -1 1077944384 27622 13153 0 0 410 3 5 3 20 0 15 0 229447309 11343855616 254668 33554432000 4194304 4196468 140725510433152 139641372104944 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31364] ppid=31298 vsize=11077984 memory=8 CPUtime=4.02 cores=0,2,4,6
/proc/31301/task/31364/stat : 31364 (java) S 31298 31301 25256 0 -1 1077944384 27214 13153 0 0 391 3 5 3 20 0 15 0 229447309 11343855616 254668 33554432000 4194304 4196468 140725510433152 139641371052400 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31365] ppid=31298 vsize=11077984 memory=1018672 CPUtime=2.14 cores=0,2,4,6
/proc/31301/task/31365/stat : 31365 (java) S 31298 31301 25256 0 -1 1077944384 24824 13153 0 0 202 4 5 3 20 0 15 0 229447309 11343855616 254668 33554432000 4194304 4196468 140725510433152 139641369999344 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31366] ppid=31298 vsize=11077984 memory=1018672 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31366/stat : 31366 (java) S 31298 31301 25256 0 -1 1077944384 3 13153 0 0 0 0 5 3 20 0 15 0 229447309 11343855616 254668 33554432000 4194304 4196468 140725510433152 139639989987680 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31367] ppid=31298 vsize=11077984 memory=832 CPUtime=1.56 cores=0,2,4,6
/proc/31301/task/31367/stat : 31367 (java) S 31298 31301 25256 0 -1 1077944384 1233 13153 0 0 76 72 5 3 20 0 15 0 229447310 11343855616 254668 33554432000 4194304 4196468 140725510433152 139641368947760 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
Current children cumulated CPU time: 2366.38 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1018672 KiB

[startup+2382.3 s]
/proc/loadavg: 1.68 2.10 1.91 3/215 31691
/proc/meminfo: memFree=24747300/32770624 swapFree=67030660/67108860
[pid=31301] ppid=31298 vsize=11077984 memory=1018672 CPUtime=2427.37 cores=0,2,4,6
/proc/31301/stat : 31301 (java) S 31298 31301 25256 0 -1 1077944320 255589 13153 0 0 242374 355 5 3 20 0 15 0 229447295 11343855616 254668 33554432000 4194304 4196468 140725510433152 140725510415696 139642081480439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
/proc/31301/statm: 2769496 254668 3532 1 0 2731149 0
[pid=31301/tid=31354] ppid=31298 vsize=11077984 memory=1018672 CPUtime=2355.36 cores=0,2,4,6
/proc/31301/task/31354/stat : 31354 (java) R 31298 31301 25256 0 -1 4202560 89265 13153 0 0 235480 48 5 3 20 0 15 0 229447304 11343855616 254668 33554432000 4194304 4196468 140725510433152 139642053314800 139641636453366 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31355] ppid=31298 vsize=11077984 memory=1018672 CPUtime=12.29 cores=0,2,4,6
/proc/31301/task/31355/stat : 31355 (java) S 31298 31301 25256 0 -1 1077944384 23480 13153 0 0 1160 61 5 3 20 0 15 0 229447304 11343855616 254668 33554432000 4194304 4196468 140725510433152 139642085722640 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31356] ppid=31298 vsize=11077984 memory=1018672 CPUtime=12.3 cores=0,2,4,6
/proc/31301/task/31356/stat : 31356 (java) S 31298 31301 25256 0 -1 1077944384 11798 13153 0 0 1166 56 5 3 20 0 15 0 229447305 11343855616 254668 33554432000 4194304 4196468 140725510433152 139641940441744 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31357] ppid=31298 vsize=11077984 memory=1018672 CPUtime=12.27 cores=0,2,4,6
/proc/31301/task/31357/stat : 31357 (java) S 31298 31301 25256 0 -1 1077944384 15497 13153 0 0 1159 60 5 3 20 0 15 0 229447305 11343855616 254668 33554432000 4194304 4196468 140725510433152 139641939388688 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31358] ppid=31298 vsize=11077984 memory=8 CPUtime=12.32 cores=0,2,4,6
/proc/31301/task/31358/stat : 31358 (java) S 31298 31301 25256 0 -1 1077944384 13851 13153 0 0 1166 58 5 3 20 0 15 0 229447305 11343855616 254668 33554432000 4194304 4196468 140725510433152 139641938336144 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31359] ppid=31298 vsize=11077984 memory=30888 CPUtime=11.47 cores=0,2,4,6
/proc/31301/task/31359/stat : 31359 (java) S 31298 31301 25256 0 -1 1077944384 18568 13153 0 0 1083 56 5 3 20 0 15 0 229447306 11343855616 254668 33554432000 4194304 4196468 140725510433152 139641373158128 139642081491586 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31360] ppid=31298 vsize=11077984 memory=1018672 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31360/stat : 31360 (java) S 31298 31301 25256 0 -1 1077944384 13 13153 0 0 0 0 5 3 20 0 15 0 229447306 11343855616 254668 33554432000 4194304 4196468 140725510433152 139640929511200 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31361] ppid=31298 vsize=11077984 memory=1018672 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31361/stat : 31361 (java) S 31298 31301 25256 0 -1 1077944384 2 13153 0 0 0 0 5 3 20 0 15 0 229447307 11343855616 254668 33554432000 4194304 4196468 140725510433152 139640728184064 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31362] ppid=31298 vsize=11077984 memory=1018672 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31362/stat : 31362 (java) S 31298 31301 25256 0 -1 1077944384 3 13153 0 0 0 0 5 3 20 0 15 0 229447309 11343855616 254668 33554432000 4194304 4196468 140725510433152 139640420784592 139642081499035 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31363] ppid=31298 vsize=11077984 memory=1018672 CPUtime=4.21 cores=0,2,4,6
/proc/31301/task/31363/stat : 31363 (java) S 31298 31301 25256 0 -1 1077944384 27624 13153 0 0 410 3 5 3 20 0 15 0 229447309 11343855616 254668 33554432000 4194304 4196468 140725510433152 139641372104944 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31364] ppid=31298 vsize=11077984 memory=1018672 CPUtime=4.02 cores=0,2,4,6
/proc/31301/task/31364/stat : 31364 (java) S 31298 31301 25256 0 -1 1077944384 27216 13153 0 0 391 3 5 3 20 0 15 0 229447309 11343855616 254668 33554432000 4194304 4196468 140725510433152 139641371052400 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31365] ppid=31298 vsize=11077984 memory=2684 CPUtime=2.14 cores=0,2,4,6
/proc/31301/task/31365/stat : 31365 (java) S 31298 31301 25256 0 -1 1077944384 24826 13153 0 0 202 4 5 3 20 0 15 0 229447309 11343855616 254668 33554432000 4194304 4196468 140725510433152 139641369999344 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31366] ppid=31298 vsize=11077984 memory=4108 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31366/stat : 31366 (java) S 31298 31301 25256 0 -1 1077944384 3 13153 0 0 0 0 5 3 20 0 15 0 229447309 11343855616 254668 33554432000 4194304 4196468 140725510433152 139639989987680 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31367] ppid=31298 vsize=11077984 memory=972 CPUtime=1.59 cores=0,2,4,6
/proc/31301/task/31367/stat : 31367 (java) S 31298 31301 25256 0 -1 1077944384 1250 13153 0 0 78 73 5 3 20 0 15 0 229447310 11343855616 254668 33554432000 4194304 4196468 140725510433152 139641368947760 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
Current children cumulated CPU time: 2427.37 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1018672 KiB

[startup+2442.3 s]
/proc/loadavg: 1.49 1.96 1.87 3/215 31692
/proc/meminfo: memFree=24728812/32770624 swapFree=67030660/67108860
[pid=31301] ppid=31298 vsize=11077984 memory=1020720 CPUtime=2488.39 cores=0,2,4,6
/proc/31301/stat : 31301 (java) S 31298 31301 25256 0 -1 1077944320 257574 13153 0 0 248466 365 5 3 20 0 15 0 229447295 11343855616 255180 33554432000 4194304 4196468 140725510433152 140725510415696 139642081480439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
/proc/31301/statm: 2769496 255180 3532 1 0 2731149 0
[pid=31301/tid=31354] ppid=31298 vsize=11077984 memory=1020720 CPUtime=2414.68 cores=0,2,4,6
/proc/31301/task/31354/stat : 31354 (java) R 31298 31301 25256 0 -1 4202560 90240 13153 0 0 241411 49 5 3 20 0 15 0 229447304 11343855616 255180 33554432000 4194304 4196468 140725510433152 139642053314912 139641635999537 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31355] ppid=31298 vsize=11077984 memory=1020720 CPUtime=12.63 cores=0,2,4,6
/proc/31301/task/31355/stat : 31355 (java) S 31298 31301 25256 0 -1 1077944384 23559 13153 0 0 1193 62 5 3 20 0 15 0 229447304 11343855616 255180 33554432000 4194304 4196468 140725510433152 139642085722640 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31356] ppid=31298 vsize=11077984 memory=1020720 CPUtime=12.65 cores=0,2,4,6
/proc/31301/task/31356/stat : 31356 (java) S 31298 31301 25256 0 -1 1077944384 11949 13153 0 0 1199 58 5 3 20 0 15 0 229447305 11343855616 255180 33554432000 4194304 4196468 140725510433152 139641940441744 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31357] ppid=31298 vsize=11077984 memory=1020720 CPUtime=12.62 cores=0,2,4,6
/proc/31301/task/31357/stat : 31357 (java) S 31298 31301 25256 0 -1 1077944384 15824 13153 0 0 1191 63 5 3 20 0 15 0 229447305 11343855616 255180 33554432000 4194304 4196468 140725510433152 139641939388688 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31358] ppid=31298 vsize=11077984 memory=1020720 CPUtime=12.67 cores=0,2,4,6
/proc/31301/task/31358/stat : 31358 (java) S 31298 31301 25256 0 -1 1077944384 13904 13153 0 0 1199 60 5 3 20 0 15 0 229447305 11343855616 255180 33554432000 4194304 4196468 140725510433152 139641938336144 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31359] ppid=31298 vsize=11077984 memory=1020720 CPUtime=11.77 cores=0,2,4,6
/proc/31301/task/31359/stat : 31359 (java) S 31298 31301 25256 0 -1 1077944384 18773 13153 0 0 1112 57 5 3 20 0 15 0 229447306 11343855616 255180 33554432000 4194304 4196468 140725510433152 139641373158128 139642081491586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31360] ppid=31298 vsize=11077984 memory=5268 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31360/stat : 31360 (java) S 31298 31301 25256 0 -1 1077944384 13 13153 0 0 0 0 5 3 20 0 15 0 229447306 11343855616 255180 33554432000 4194304 4196468 140725510433152 139640929511200 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31361] ppid=31298 vsize=11077984 memory=1020720 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31361/stat : 31361 (java) S 31298 31301 25256 0 -1 1077944384 2 13153 0 0 0 0 5 3 20 0 15 0 229447307 11343855616 255180 33554432000 4194304 4196468 140725510433152 139640728184064 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31362] ppid=31298 vsize=11077984 memory=8 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31362/stat : 31362 (java) S 31298 31301 25256 0 -1 1077944384 3 13153 0 0 0 0 5 3 20 0 15 0 229447309 11343855616 255180 33554432000 4194304 4196468 140725510433152 139640420784592 139642081499035 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31363] ppid=31298 vsize=11077984 memory=1020720 CPUtime=4.21 cores=0,2,4,6
/proc/31301/task/31363/stat : 31363 (java) S 31298 31301 25256 0 -1 1077944384 27626 13153 0 0 410 3 5 3 20 0 15 0 229447309 11343855616 255180 33554432000 4194304 4196468 140725510433152 139641372104944 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31364] ppid=31298 vsize=11077984 memory=1020720 CPUtime=4.03 cores=0,2,4,6
/proc/31301/task/31364/stat : 31364 (java) S 31298 31301 25256 0 -1 1077944384 27218 13153 0 0 392 3 5 3 20 0 15 0 229447309 11343855616 255180 33554432000 4194304 4196468 140725510433152 139641371052400 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31365] ppid=31298 vsize=11077984 memory=1020720 CPUtime=2.14 cores=0,2,4,6
/proc/31301/task/31365/stat : 31365 (java) S 31298 31301 25256 0 -1 1077944384 25000 13153 0 0 202 4 5 3 20 0 15 0 229447309 11343855616 255180 33554432000 4194304 4196468 140725510433152 139641369999344 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31366] ppid=31298 vsize=11077984 memory=1020720 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31366/stat : 31366 (java) S 31298 31301 25256 0 -1 1077944384 3 13153 0 0 0 0 5 3 20 0 15 0 229447309 11343855616 255180 33554432000 4194304 4196468 140725510433152 139639989987680 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31367] ppid=31298 vsize=11077984 memory=1020720 CPUtime=1.63 cores=0,2,4,6
/proc/31301/task/31367/stat : 31367 (java) S 31298 31301 25256 0 -1 1077944384 1267 13153 0 0 80 75 5 3 20 0 15 0 229447310 11343855616 255180 33554432000 4194304 4196468 140725510433152 139641368947760 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
Current children cumulated CPU time: 2488.39 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1020720 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2473.4 s]
/proc/loadavg: 1.52 1.92 1.86 3/215 31693
/proc/meminfo: memFree=24726688/32770624 swapFree=67030660/67108860
[pid=31301] ppid=31298 vsize=11077984 memory=1020720 CPUtime=2520.03 cores=0,2,4,6
/proc/31301/stat : 31301 (java) S 31298 31301 25256 0 -1 1077944320 258850 13153 0 0 251625 370 5 3 20 0 15 0 229447295 11343855616 255180 33554432000 4194304 4196468 140725510433152 140725510415696 139642081480439 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
/proc/31301/statm: 2769496 255180 3532 1 0 2731149 0
[pid=31301/tid=31354] ppid=31298 vsize=11077984 memory=1560 CPUtime=2445.43 cores=0,2,4,6
/proc/31301/task/31354/stat : 31354 (java) R 31298 31301 25256 0 -1 4202560 90792 13153 0 0 244486 49 5 3 20 0 15 0 229447304 11343855616 255180 33554432000 4194304 4196468 140725510433152 139642053314912 139641635160444 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31355] ppid=31298 vsize=11077984 memory=1020720 CPUtime=12.8 cores=0,2,4,6
/proc/31301/task/31355/stat : 31355 (java) S 31298 31301 25256 0 -1 1077944384 23572 13153 0 0 1210 62 5 3 20 0 15 0 229447304 11343855616 255180 33554432000 4194304 4196468 140725510433152 139642085722640 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31356] ppid=31298 vsize=11077984 memory=1020720 CPUtime=12.82 cores=0,2,4,6
/proc/31301/task/31356/stat : 31356 (java) S 31298 31301 25256 0 -1 1077944384 11963 13153 0 0 1216 58 5 3 20 0 15 0 229447305 11343855616 255180 33554432000 4194304 4196468 140725510433152 139641940441744 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31357] ppid=31298 vsize=11077984 memory=0 CPUtime=12.79 cores=0,2,4,6
/proc/31301/task/31357/stat : 31357 (java) S 31298 31301 25256 0 -1 1077944384 15950 13153 0 0 1208 63 5 3 20 0 15 0 229447305 11343855616 255180 33554432000 4194304 4196468 140725510433152 139641939388688 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31358] ppid=31298 vsize=11077984 memory=-8253362762722141311 CPUtime=12.85 cores=0,2,4,6
/proc/31301/task/31358/stat : 31358 (java) S 31298 31301 25256 0 -1 1077944384 14266 13153 0 0 1216 61 5 3 20 0 15 0 229447305 11343855616 255180 33554432000 4194304 4196468 140725510433152 139641938336144 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31359] ppid=31298 vsize=11077984 memory=7100839861465685612 CPUtime=11.93 cores=0,2,4,6
/proc/31301/task/31359/stat : 31359 (java) S 31298 31301 25256 0 -1 1077944384 18966 13153 0 0 1126 59 5 3 20 0 15 0 229447306 11343855616 255180 33554432000 4194304 4196468 140725510433152 139641373158128 139642081491586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31360] ppid=31298 vsize=11077984 memory=-7175204567652784766 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31360/stat : 31360 (java) S 31298 31301 25256 0 -1 1077944384 13 13153 0 0 0 0 5 3 20 0 15 0 229447306 11343855616 255180 33554432000 4194304 4196468 140725510433152 139640929511200 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31361] ppid=31298 vsize=11077984 memory=7521382365934284387 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31361/stat : 31361 (java) S 31298 31301 25256 0 -1 1077944384 2 13153 0 0 0 0 5 3 20 0 15 0 229447307 11343855616 255180 33554432000 4194304 4196468 140725510433152 139640728184064 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31362] ppid=31298 vsize=11077984 memory=7012502013383435112 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31362/stat : 31362 (java) S 31298 31301 25256 0 -1 1077944384 3 13153 0 0 0 0 5 3 20 0 15 0 229447309 11343855616 255180 33554432000 4194304 4196468 140725510433152 139640420784592 139642081499035 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31363] ppid=31298 vsize=11077984 memory=-3117775541953849955 CPUtime=4.21 cores=0,2,4,6
/proc/31301/task/31363/stat : 31363 (java) S 31298 31301 25256 0 -1 1077944384 27626 13153 0 0 410 3 5 3 20 0 15 0 229447309 11343855616 255180 33554432000 4194304 4196468 140725510433152 139641372104944 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31364] ppid=31298 vsize=11077984 memory=288230574492221466 CPUtime=4.03 cores=0,2,4,6
/proc/31301/task/31364/stat : 31364 (java) S 31298 31301 25256 0 -1 1077944384 27218 13153 0 0 392 3 5 3 20 0 15 0 229447309 11343855616 255180 33554432000 4194304 4196468 140725510433152 139641371052400 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31365] ppid=31298 vsize=11077984 memory=288230583166042426 CPUtime=2.14 cores=0,2,4,6
/proc/31301/task/31365/stat : 31365 (java) S 31298 31301 25256 0 -1 1077944384 25000 13153 0 0 202 4 5 3 20 0 15 0 229447309 11343855616 255180 33554432000 4194304 4196468 140725510433152 139641369999344 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31366] ppid=31298 vsize=11077984 memory=14408220252834352 CPUtime=0.08 cores=0,2,4,6
/proc/31301/task/31366/stat : 31366 (java) S 31298 31301 25256 0 -1 1077944384 3 13153 0 0 0 0 5 3 20 0 15 0 229447309 11343855616 255180 33554432000 4194304 4196468 140725510433152 139639989987680 139642081490645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
[pid=31301/tid=31367] ppid=31298 vsize=11077984 memory=1269 CPUtime=1.65 cores=0,2,4,6
/proc/31301/task/31367/stat : 31367 (java) S 31298 31301 25256 0 -1 1077944384 1283 13153 0 0 80 77 5 3 20 0 15 0 229447310 11343855616 255180 33554432000 4194304 4196468 140725510433152 139641368947760 139642081491586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37019648 140725510437484 140725510440284 140725510440284 140725510442959 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 1020720 KiB

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

[startup+2473.43 s]
# the end of solver process 31301 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.32 s, system=3.74738 s

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

Child status: 143
Real time (s): 2473.43
CPU time (s): 2520.06
CPU user time (s): 2516.32
CPU system time (s): 3.74738
CPU usage (%): 101.886
Max. virtual memory (cumulated for all children) (KiB): 11077984
Max. memory (cumulated for all children) (KiB): 1020720

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.32
system time used= 3.74737
maximum resident set size= 1023092
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 273030
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 303776
involuntary context switches= 9761


# summary of solver processes directly reported to runsolver:
#   pid: 31301
#   total CPU time (s): 2520.06
#   total CPU user time (s): 2516.32
#   total CPU system time (s): 3.74738

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3652 second user time and 23.1243 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-13 02:07:21
IDJOB=4304601
IDBENCH=141472
IDSOLVER=2780
FILE ID=node102/4304601-1534118841
RUNJOBID= node102-1534095354-25287
PBS_JOBID= 21036992
Free space on /tmp= 38448 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Rcpsp/Rcpsp-j120-01-01_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4304601-1534118841/watcher-4304601-1534118841 -o /tmp/evaluation-result-4304601-1534118841/solver-4304601-1534118841 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534095354-25287 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=1082249799 HOME/instance-4304601-1534118841.xml

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

MD5SUM BENCH= 0be9a53bf20a889479382bc05b2f6618
RANDOM SEED=1082249799

node102.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.51
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.51
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.51
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.51
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:        23360160 kB
MemAvailable:   26345568 kB
Buffers:          154952 kB
Cached:          3078700 kB
SwapCached:        51244 kB
Active:          7178364 kB
Inactive:        1659000 kB
Active(anon):    5528780 kB
Inactive(anon):   126908 kB
Active(file):    1649584 kB
Inactive(file):  1532092 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67030660 kB
Dirty:             26652 kB
Writeback:             0 kB
AnonPages:       5599872 kB
Mapped:            63480 kB
Shmem:             48984 kB
Slab:             260792 kB
SReclaimable:     232192 kB
SUnreclaim:        28600 kB
KernelStack:        3824 kB
PageTables:        16040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6392040 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   5349376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 38420 MiB
End job on node102 at 2018-08-13 02:48:35