Trace number 4396219

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.12.2SAT (TO)98 2520.13 2486.14

General information on the benchmark

NameRcpsp/Rcpsp-m1-j120/
Rcpsp-j120-43-06.xml
MD5SUMb8ccca606c249b2a94d57c192d734d6e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark98
Best CPU time to get the best result obtained on this benchmark33.5552
Satisfiable
(Un)Satisfiability was proved
Number of variables122
Number of constraints261
Number of domains2
Minimum domain size1
Maximum domain size616
Distribution of domain sizes[{"size":1,"count":1},{"size":616,"count":121}]
Minimum variable degree3
Maximum variable degree7
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":7},{"degree":5,"count":82},{"degree":6,"count":22},{"degree":7,"count":8}]
Minimum constraint arity2
Maximum constraint arity34
Distribution of constraint arities[{"arity":2,"count":257},{"arity":24,"count":1},{"arity":30,"count":1},{"arity":32,"count":1},{"arity":34,"count":1}]
Number of extensional constraints0
Number of intensional constraints257
Distribution of constraint types[{"type":"intension","count":257},{"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.77/0.55	c Concrete v3.12.2.1568380929293 running
11.59/4.96	o 615
11.59/4.97	o 122
11.91/5.10	o 120
12.65/5.48	o 112
12.96/5.68	o 110
14.10/6.48	o 109
14.43/6.77	o 103
15.65/7.71	o 102
16.39/8.42	o 101
16.98/8.91	o 100
17.98/9.67	o 99
20.82/12.37	o 98
2520.09/2486.11	Exception in thread "main" java.util.concurrent.TimeoutException
2520.09/2486.11		at concrete.MAC.mac(MAC.scala:192)
2520.09/2486.11		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.09/2486.11		at scala.util.Try$.apply(Try.scala:212)
2520.09/2486.11		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.09/2486.11		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.09/2486.11		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.09/2486.11		at concrete.MAC.oneRun(MAC.scala:265)
2520.09/2486.11		at concrete.MAC.nextSolution(MAC.scala:284)
2520.09/2486.11		at concrete.MAC.nextSolution(MAC.scala:369)
2520.09/2486.11		at concrete.Solver.hasNext(Solver.scala:160)
2520.09/2486.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.09/2486.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.09/2486.11		at concrete.Solver.foreach(Solver.scala:67)
2520.09/2486.11		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.09/2486.11		at scala.util.Success.map(Try.scala:264)
2520.09/2486.11		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.09/2486.11		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.09/2486.11		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.09/2486.11		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.09/2486.11		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.09/2486.11		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.09/2486.11		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.09/2486.11		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.09/2486.11		at scala.App.$anonfun$main$1(App.scala:75)
2520.09/2486.11		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.09/2486.11		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.09/2486.11		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.09/2486.11		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.09/2486.11		at scala.App.main(App.scala:75)
2520.09/2486.11		at scala.App.main$(App.scala:73)
2520.09/2486.11		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.09/2486.11		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.09/2486.12	v <instantiation
2520.09/2486.12	v         cost = '98'>
2520.09/2486.12	v       <list>
2520.09/2486.12	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.09/2486.12	v       </list>
2520.09/2486.12	v       <values>
2520.09/2486.12	v         0 1 0 0 4 4 7 21 14 5 12 16 9 14 40 14 19 14 4 23 12 8 29 9 5 8 20 20 17 20 7 46 21 29 12 24 17 22 32 25 22 16 34 25 43 27 42 46 26 29 22 33 23 63 54 45 50 26 41 23 35 33 26 50 48 50 62 52 76 22 34 41 62 44 39 45 70 36 70 54 54 67 46 45 43 53 70 58 73 52 59 46 56 67 78 50 53 80 83 54 73 59 62 70 62 68 72 80 68 68 80 79 84 77 87 74 80 82 94 88 92 98
2520.09/2486.12	v       </values>
2520.09/2486.12	v     </instantiation>
2520.09/2486.12	s SATISFIABLE

Verifier Data

OK	98

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396219-1568403403/watcher-4396219-1568403403 -o /tmp/evaluation-result-4396219-1568403403/solver-4396219-1568403403 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568400895-17217 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1012146001 HOME/instance-4396219-1568403403.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=17691, runsolver pid=17688

[startup+0.11065 s]*
/proc/loadavg: 1.15 1.32 1.31 3/219 17749
/proc/meminfo: memFree=27810640/32770624 swapFree=66998528/67108860
[pid=17691] ppid=17688 vsize=10355560 memory=21896 CPUtime=0.09 cores=1,3,5,7
/proc/17691/stat : 17691 (java) S 17688 17691 17185 0 -1 1077944320 4725 13019 0 0 2 0 5 2 20 0 9 0 416609147 10604093440 5474 33554432000 4194304 4196468 140736013596448 140736013578992 140364864368375 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
/proc/17691/statm: 2588890 5474 2103 1 0 2551431 0
[pid=17691/tid=17744] ppid=17688 vsize=10355560 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/17691/task/17744/stat : 17744 (java) R 17688 17691 17185 0 -1 4202560 2486 13019 0 0 2 0 5 2 20 0 9 0 416609156 10604093440 5474 33554432000 4194304 4196468 140736013596448 140364836204400 140364864390301 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17745] ppid=17688 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17745/stat : 17745 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 9 0 416609156 10604093440 5474 33554432000 4194304 4196468 140736013596448 140364868610832 140364864378581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17746] ppid=17688 vsize=10355560 memory=288370441668519552 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17746/stat : 17746 (java) S 17688 17691 17185 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 9 0 416609156 10604093440 5474 33554432000 4194304 4196468 140736013596448 140364767501200 140364864378581 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17747] ppid=17688 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17747/stat : 17747 (java) S 17688 17691 17185 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 9 0 416609156 10604093440 5474 33554432000 4194304 4196468 140736013596448 140364436335632 140364864378581 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17748] ppid=17688 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17748/stat : 17748 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 9 0 416609156 10604093440 5474 33554432000 4194304 4196468 140736013596448 140364435283088 140364864378581 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17749] ppid=17688 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17749/stat : 17749 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 9 0 416609158 10604093440 5474 33554432000 4194304 4196468 140736013596448 140363867748336 140364864379522 0 0 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17750] ppid=17688 vsize=10355560 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17750/stat : 17750 (java) S 17688 17691 17185 0 -1 1077944384 33 13019 0 0 0 0 5 2 20 0 9 0 416609158 10604093440 5474 33554432000 4194304 4196468 140736013596448 140363866694560 140364864378581 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17751] ppid=17688 vsize=10355560 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17751/stat : 17751 (java) S 17688 17691 17185 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 9 0 416609158 10604093440 5474 33554432000 4194304 4196468 140736013596448 140363759084592 140364864378581 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10355560 KiB
Current children cumulated memory: 21896 KiB

[startup+0.210164 s]*
/proc/loadavg: 1.15 1.32 1.31 3/227 17757
/proc/meminfo: memFree=27793952/32770624 swapFree=66998528/67108860
[pid=17691] ppid=17688 vsize=10819664 memory=42892 CPUtime=0.25 cores=1,3,5,7
/proc/17691/stat : 17691 (java) S 17688 17691 17185 0 -1 1077944320 7076 13019 0 0 17 1 5 2 20 0 15 0 416609147 11079335936 10211 33554432000 4194304 4196468 140736013596448 140736013578992 140364864368375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
/proc/17691/statm: 2704916 10723 3160 1 0 2667149 0
[pid=17691/tid=17744] ppid=17688 vsize=10819664 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/17691/task/17744/stat : 17744 (java) R 17688 17691 17185 0 -1 4202560 3548 13019 0 0 11 0 5 2 20 0 15 0 416609156 11079335936 10723 33554432000 4194304 4196468 140736013596448 140364836199608 140364848448862 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17745] ppid=17688 vsize=10819664 memory=364 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17745/stat : 17745 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 416609156 11079335936 10723 33554432000 4194304 4196468 140736013596448 140364868610832 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17746] ppid=17688 vsize=10819664 memory=140065516825281 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17746/stat : 17746 (java) S 17688 17691 17185 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 416609156 11079335936 10723 33554432000 4194304 4196468 140736013596448 140364767501200 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17747] ppid=17688 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17747/stat : 17747 (java) S 17688 17691 17185 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 416609156 11079335936 10723 33554432000 4194304 4196468 140736013596448 140364436335632 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17748] ppid=17688 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17748/stat : 17748 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 416609156 11079335936 10723 33554432000 4194304 4196468 140736013596448 140364435283088 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17749] ppid=17688 vsize=10819664 memory=140065516807808 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17749/stat : 17749 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 416609158 11079335936 10723 33554432000 4194304 4196468 140736013596448 140363867748336 140364864379522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17750] ppid=17688 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17750/stat : 17750 (java) S 17688 17691 17185 0 -1 1077944384 33 13019 0 0 0 0 5 2 20 0 15 0 416609158 11079335936 10723 33554432000 4194304 4196468 140736013596448 140363866694560 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17751] ppid=17688 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17751/stat : 17751 (java) S 17688 17691 17185 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 416609158 11079335936 10723 33554432000 4194304 4196468 140736013596448 140363759084528 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17752] ppid=17688 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17752/stat : 17752 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 416609161 11079335936 10787 33554432000 4194304 4196468 140736013596448 140363423541456 140364864386971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17753] ppid=17688 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17691/task/17753/stat : 17753 (java) S 17688 17691 17185 0 -1 1077944384 485 13019 0 0 1 0 5 2 20 0 15 0 416609161 11079335936 10787 33554432000 4194304 4196468 140736013596448 140363833137648 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17754] ppid=17688 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/17691/task/17754/stat : 17754 (java) S 17688 17691 17185 0 -1 1077944384 188 13019 0 0 1 0 5 2 20 0 15 0 416609161 11079335936 10787 33554432000 4194304 4196468 140736013596448 140363832085104 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17755] ppid=17688 vsize=10819664 memory=140065516807808 CPUtime=0.1 cores=1,3,5,7
/proc/17691/task/17755/stat : 17755 (java) R 17688 17691 17185 0 -1 4202560 622 13019 0 0 3 0 5 2 20 0 15 0 416609161 11079335936 10787 33554432000 4194304 4196468 140736013596448 140363831032560 140364843328519 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17756] ppid=17688 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17756/stat : 17756 (java) S 17688 17691 17185 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 416609161 11079335936 10787 33554432000 4194304 4196468 140736013596448 140363155106912 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17757] ppid=17688 vsize=10819664 memory=140065516807808 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17757/stat : 17757 (java) S 17688 17691 17185 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 416609162 11079335936 10787 33554432000 4194304 4196468 140736013596448 140363829979440 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 42892 KiB

[startup+0.310389 s]*
/proc/loadavg: 1.15 1.32 1.31 3/227 17757
/proc/meminfo: memFree=27780916/32770624 swapFree=66998528/67108860
[pid=17691] ppid=17688 vsize=10820148 memory=51984 CPUtime=0.4 cores=1,3,5,7
/proc/17691/stat : 17691 (java) S 17688 17691 17185 0 -1 1077944320 10785 13019 0 0 30 3 5 2 20 0 15 0 416609147 11079831552 12996 33554432000 4194304 4196468 140736013596448 140736013578992 140364864368375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
/proc/17691/statm: 2705037 12996 3292 1 0 2667149 0
[pid=17691/tid=17744] ppid=17688 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/17691/task/17744/stat : 17744 (java) R 17688 17691 17185 0 -1 4202560 7213 13019 0 0 19 2 5 2 20 0 15 0 416609156 11079831552 12996 33554432000 4194304 4196468 140736013596448 140364836168288 140364848448862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17745] ppid=17688 vsize=10820148 memory=-6957061461084680038 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17745/stat : 17745 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 416609156 11079831552 12996 33554432000 4194304 4196468 140736013596448 140364868610832 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17746] ppid=17688 vsize=10820148 memory=6935054825532540783 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17746/stat : 17746 (java) S 17688 17691 17185 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 416609156 11079831552 12996 33554432000 4194304 4196468 140736013596448 140364767501200 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17747] ppid=17688 vsize=10820148 memory=140065516814801 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17747/stat : 17747 (java) S 17688 17691 17185 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 416609156 11079831552 12996 33554432000 4194304 4196468 140736013596448 140364436335632 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17748] ppid=17688 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17748/stat : 17748 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 416609156 11079831552 12996 33554432000 4194304 4196468 140736013596448 140364435283088 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17749] ppid=17688 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17749/stat : 17749 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 416609158 11079831552 12996 33554432000 4194304 4196468 140736013596448 140363867748336 140364864379522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17750] ppid=17688 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17750/stat : 17750 (java) S 17688 17691 17185 0 -1 1077944384 33 13019 0 0 0 0 5 2 20 0 15 0 416609158 11079831552 12996 33554432000 4194304 4196468 140736013596448 140363866694560 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17751] ppid=17688 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17751/stat : 17751 (java) S 17688 17691 17185 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 416609158 11079831552 12996 33554432000 4194304 4196468 140736013596448 140363759084528 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17752] ppid=17688 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17752/stat : 17752 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 416609161 11079831552 12996 33554432000 4194304 4196468 140736013596448 140363423541456 140364864386971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17753] ppid=17688 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17691/task/17753/stat : 17753 (java) S 17688 17691 17185 0 -1 1077944384 486 13019 0 0 1 0 5 2 20 0 15 0 416609161 11079831552 13061 33554432000 4194304 4196468 140736013596448 140363833137648 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17754] ppid=17688 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/17691/task/17754/stat : 17754 (java) S 17688 17691 17185 0 -1 1077944384 194 13019 0 0 2 0 5 2 20 0 15 0 416609161 11079831552 13061 33554432000 4194304 4196468 140736013596448 140363832085104 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17755] ppid=17688 vsize=10820148 memory=140065516807808 CPUtime=0.12 cores=1,3,5,7
/proc/17691/task/17755/stat : 17755 (java) S 17688 17691 17185 0 -1 1077944384 644 13019 0 0 5 0 5 2 20 0 15 0 416609161 11079831552 13061 33554432000 4194304 4196468 140736013596448 140363831032560 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17756] ppid=17688 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17756/stat : 17756 (java) S 17688 17691 17185 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 416609161 11079831552 13061 33554432000 4194304 4196468 140736013596448 140363155106912 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17757] ppid=17688 vsize=10820148 memory=140065516807808 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17757/stat : 17757 (java) S 17688 17691 17185 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 416609162 11079831552 13061 33554432000 4194304 4196468 140736013596448 140363829979440 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 51984 KiB

[startup+0.707797 s]
/proc/loadavg: 1.15 1.32 1.31 3/227 17757
/proc/meminfo: memFree=27765364/32770624 swapFree=66998528/67108860
[pid=17691] ppid=17688 vsize=10824360 memory=85792 CPUtime=1.14 cores=1,3,5,7
/proc/17691/stat : 17691 (java) S 17688 17691 17185 0 -1 1077944320 15165 13019 0 0 102 5 5 2 20 0 15 0 416609147 11084144640 21448 33554432000 4194304 4196468 140736013596448 140736013578992 140364864368375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
/proc/17691/statm: 2706090 21448 3502 1 0 2668173 0
[pid=17691/tid=17744] ppid=17688 vsize=10824360 memory=140065393158752 CPUtime=0.66 cores=1,3,5,7
/proc/17691/task/17744/stat : 17744 (java) R 17688 17691 17185 0 -1 4202560 10483 13019 0 0 56 3 5 2 20 0 15 0 416609156 11084144640 21448 33554432000 4194304 4196468 140736013596448 140364836193584 140364864380310 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17745] ppid=17688 vsize=10824360 memory=140065393122032 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17745/stat : 17745 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 416609156 11084144640 21448 33554432000 4194304 4196468 140736013596448 140364868610832 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17746] ppid=17688 vsize=10824360 memory=140065393117360 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17746/stat : 17746 (java) S 17688 17691 17185 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 416609156 11084144640 21448 33554432000 4194304 4196468 140736013596448 140364767501200 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17747] ppid=17688 vsize=10824360 memory=2024 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17747/stat : 17747 (java) S 17688 17691 17185 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 416609156 11084144640 21448 33554432000 4194304 4196468 140736013596448 140364436335632 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17748] ppid=17688 vsize=10824360 memory=7740914130115584592 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17748/stat : 17748 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 416609156 11084144640 21448 33554432000 4194304 4196468 140736013596448 140364435283088 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17749] ppid=17688 vsize=10824360 memory=7013340932281231985 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17749/stat : 17749 (java) S 17688 17691 17185 0 -1 1077944384 6 13019 0 0 0 0 5 2 20 0 15 0 416609158 11084144640 21448 33554432000 4194304 4196468 140736013596448 140363867748336 140364864379522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17750] ppid=17688 vsize=10824360 memory=7810487918915055718 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17750/stat : 17750 (java) S 17688 17691 17185 0 -1 1077944384 33 13019 0 0 0 0 5 2 20 0 15 0 416609158 11084144640 21448 33554432000 4194304 4196468 140736013596448 140363866694560 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17751] ppid=17688 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17751/stat : 17751 (java) S 17688 17691 17185 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 416609158 11084144640 21448 33554432000 4194304 4196468 140736013596448 140363759084528 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17752] ppid=17688 vsize=10824360 memory=1316 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17752/stat : 17752 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 416609161 11084144640 21448 33554432000 4194304 4196468 140736013596448 140363423541456 140364864386971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17753] ppid=17688 vsize=10824360 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/17691/task/17753/stat : 17753 (java) R 17688 17691 17185 0 -1 4202560 937 13019 0 0 12 0 5 2 20 0 15 0 416609161 11084144640 21448 33554432000 4194304 4196468 140736013596448 140363833118608 140364847753254 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17754] ppid=17688 vsize=10824360 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/17691/task/17754/stat : 17754 (java) S 17688 17691 17185 0 -1 1077944384 634 13019 0 0 15 0 5 2 20 0 15 0 416609161 11084144640 21448 33554432000 4194304 4196468 140736013596448 140363832085104 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17755] ppid=17688 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/17691/task/17755/stat : 17755 (java) R 17688 17691 17185 0 -1 4202560 854 13019 0 0 17 0 5 2 20 0 15 0 416609161 11084144640 21448 33554432000 4194304 4196468 140736013596448 140363831032560 140364843238011 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17756] ppid=17688 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17756/stat : 17756 (java) S 17688 17691 17185 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 416609161 11084144640 21448 33554432000 4194304 4196468 140736013596448 140363155106912 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17757] ppid=17688 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17757/stat : 17757 (java) S 17688 17691 17185 0 -1 1077944384 1 13019 0 0 0 0 5 2 20 0 15 0 416609162 11084144640 21448 33554432000 4194304 4196468 140736013596448 140363829979440 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85792 KiB

[startup+1.50077 s]
/proc/loadavg: 1.15 1.32 1.31 3/227 17757
/proc/meminfo: memFree=27723612/32770624 swapFree=66998528/67108860
[pid=17691] ppid=17688 vsize=10834676 memory=175360 CPUtime=2.46 cores=1,3,5,7
/proc/17691/stat : 17691 (java) S 17688 17691 17185 0 -1 1077944320 23957 13019 0 0 229 10 5 2 20 0 15 0 416609147 11094708224 43840 33554432000 4194304 4196468 140736013596448 140736013578992 140364864368375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
/proc/17691/statm: 2708669 43840 3573 1 0 2670733 0
[pid=17691/tid=17744] ppid=17688 vsize=10834676 memory=100 CPUtime=1.42 cores=1,3,5,7
/proc/17691/task/17744/stat : 17744 (java) R 17688 17691 17185 0 -1 4202560 15950 13019 0 0 129 6 5 2 20 0 15 0 416609156 11094708224 43840 33554432000 4194304 4196468 140736013596448 140364836160304 140364849735058 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17745] ppid=17688 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17691/task/17745/stat : 17745 (java) S 17688 17691 17185 0 -1 1077944384 348 13019 0 0 1 0 5 2 20 0 15 0 416609156 11094708224 43840 33554432000 4194304 4196468 140736013596448 140364868610832 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17746] ppid=17688 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/17691/task/17746/stat : 17746 (java) S 17688 17691 17185 0 -1 1077944384 92 13019 0 0 1 0 5 2 20 0 15 0 416609156 11094708224 43840 33554432000 4194304 4196468 140736013596448 140364767501200 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17747] ppid=17688 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17747/stat : 17747 (java) S 17688 17691 17185 0 -1 1077944384 64 13019 0 0 0 0 5 2 20 0 15 0 416609156 11094708224 43840 33554432000 4194304 4196468 140736013596448 140364436335632 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17748] ppid=17688 vsize=10834676 memory=-7385037615208631145 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17748/stat : 17748 (java) S 17688 17691 17185 0 -1 1077944384 15 13019 0 0 0 0 5 2 20 0 15 0 416609156 11094708224 43840 33554432000 4194304 4196468 140736013596448 140364435283088 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17749] ppid=17688 vsize=10834676 memory=8401352418782109792 CPUtime=0.08 cores=1,3,5,7
/proc/17691/task/17749/stat : 17749 (java) S 17688 17691 17185 0 -1 1077944384 1631 13019 0 0 1 0 5 2 20 0 15 0 416609158 11094708224 43840 33554432000 4194304 4196468 140736013596448 140363867748336 140364864379522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17750] ppid=17688 vsize=10834676 memory=7228672579243565162 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17750/stat : 17750 (java) S 17688 17691 17185 0 -1 1077944384 33 13019 0 0 0 0 5 2 20 0 15 0 416609158 11094708224 43840 33554432000 4194304 4196468 140736013596448 140363866694624 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17751] ppid=17688 vsize=10834676 memory=7800344859672537426 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17751/stat : 17751 (java) S 17688 17691 17185 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 416609158 11094708224 43840 33554432000 4194304 4196468 140736013596448 140363759084544 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17752] ppid=17688 vsize=10834676 memory=1204 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17752/stat : 17752 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 416609161 11094708224 43840 33554432000 4194304 4196468 140736013596448 140363423541456 140364864386971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17753] ppid=17688 vsize=10834676 memory=1536 CPUtime=0.3 cores=1,3,5,7
/proc/17691/task/17753/stat : 17753 (java) S 17688 17691 17185 0 -1 1077944384 1115 13019 0 0 23 0 5 2 20 0 15 0 416609161 11094708224 43840 33554432000 4194304 4196468 140736013596448 140363833137648 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17754] ppid=17688 vsize=10834676 memory=9592 CPUtime=0.33 cores=1,3,5,7
/proc/17691/task/17754/stat : 17754 (java) S 17688 17691 17185 0 -1 1077944384 799 13019 0 0 26 0 5 2 20 0 15 0 416609161 11094708224 43840 33554432000 4194304 4196468 140736013596448 140363832085104 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17755] ppid=17688 vsize=10834676 memory=2828 CPUtime=0.49 cores=1,3,5,7
/proc/17691/task/17755/stat : 17755 (java) R 17688 17691 17185 0 -1 4202560 1697 13019 0 0 42 0 5 2 20 0 15 0 416609161 11094708224 43840 33554432000 4194304 4196468 140736013596448 140363831032560 140364864389722 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0

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

/proc/17691/task/17744/stat : 17744 (java) R 17688 17691 17185 0 -1 4202560 51120 13019 0 0 236410 32 5 2 20 0 15 0 416609156 11107311616 167631 33554432000 4194304 4196468 140736013596448 140364836204048 140364464434585 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17745] ppid=17688 vsize=10846984 memory=670492 CPUtime=8.05 cores=1,3,5,7
/proc/17691/task/17745/stat : 17745 (java) S 17688 17691 17185 0 -1 1077944384 5307 13019 0 0 761 37 5 2 20 0 15 0 416609156 11107311616 167631 33554432000 4194304 4196468 140736013596448 140364868610832 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17746] ppid=17688 vsize=10846984 memory=3624 CPUtime=8.06 cores=1,3,5,7
/proc/17691/task/17746/stat : 17746 (java) S 17688 17691 17185 0 -1 1077944384 8749 13019 0 0 760 39 5 2 20 0 15 0 416609156 11107311616 167631 33554432000 4194304 4196468 140736013596448 140364767501200 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17747] ppid=17688 vsize=10846984 memory=670524 CPUtime=8.04 cores=1,3,5,7
/proc/17691/task/17747/stat : 17747 (java) S 17688 17691 17185 0 -1 1077944384 7212 13019 0 0 756 41 5 2 20 0 15 0 416609156 11107311616 167631 33554432000 4194304 4196468 140736013596448 140364436335632 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17748] ppid=17688 vsize=10846984 memory=670524 CPUtime=8.01 cores=1,3,5,7
/proc/17691/task/17748/stat : 17748 (java) S 17688 17691 17185 0 -1 1077944384 4359 13019 0 0 756 38 5 2 20 0 15 0 416609156 11107311616 167631 33554432000 4194304 4196468 140736013596448 140364435283088 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17749] ppid=17688 vsize=10846984 memory=670524 CPUtime=7.49 cores=1,3,5,7
/proc/17691/task/17749/stat : 17749 (java) S 17688 17691 17185 0 -1 1077944384 10989 13019 0 0 703 39 5 2 20 0 15 0 416609158 11107311616 167631 33554432000 4194304 4196468 140736013596448 140363867748336 140364864379522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17750] ppid=17688 vsize=10846984 memory=670524 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17750/stat : 17750 (java) S 17688 17691 17185 0 -1 1077944384 38 13019 0 0 0 0 5 2 20 0 15 0 416609158 11107311616 167631 33554432000 4194304 4196468 140736013596448 140363866694688 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17751] ppid=17688 vsize=10846984 memory=670524 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17751/stat : 17751 (java) S 17688 17691 17185 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 416609158 11107311616 167631 33554432000 4194304 4196468 140736013596448 140363759084544 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17752] ppid=17688 vsize=10846984 memory=670524 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17752/stat : 17752 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 416609161 11107311616 167631 33554432000 4194304 4196468 140736013596448 140363423541456 140364864386971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17753] ppid=17688 vsize=10846984 memory=14012 CPUtime=4.14 cores=1,3,5,7
/proc/17691/task/17753/stat : 17753 (java) S 17688 17691 17185 0 -1 1077944384 29671 13019 0 0 404 3 5 2 20 0 15 0 416609161 11107311616 167631 33554432000 4194304 4196468 140736013596448 140363833137648 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17754] ppid=17688 vsize=10846984 memory=670524 CPUtime=4.16 cores=1,3,5,7
/proc/17691/task/17754/stat : 17754 (java) S 17688 17691 17185 0 -1 1077944384 26894 13019 0 0 406 3 5 2 20 0 15 0 416609161 11107311616 167631 33554432000 4194304 4196468 140736013596448 140363832085104 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17755] ppid=17688 vsize=10846984 memory=670524 CPUtime=2.07 cores=1,3,5,7
/proc/17691/task/17755/stat : 17755 (java) S 17688 17691 17185 0 -1 1077944384 16864 13019 0 0 196 4 5 2 20 0 15 0 416609161 11107311616 167631 33554432000 4194304 4196468 140736013596448 140363831032560 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17756] ppid=17688 vsize=10846984 memory=3624 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17756/stat : 17756 (java) S 17688 17691 17185 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 416609161 11107311616 167631 33554432000 4194304 4196468 140736013596448 140363155106912 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17757] ppid=17688 vsize=10846984 memory=40436 CPUtime=1.21 cores=1,3,5,7
/proc/17691/task/17757/stat : 17757 (java) S 17688 17691 17185 0 -1 1077944384 1540 13019 0 0 57 57 5 2 20 0 15 0 416609162 11107311616 167631 33554432000 4194304 4196468 140736013596448 140363829979440 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
Current children cumulated CPU time: 2415.2 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 670524 KiB

[startup+2442.3 s]
/proc/loadavg: 1.21 1.39 1.41 3/227 18260
/proc/meminfo: memFree=27750476/32770624 swapFree=66998528/67108860
[pid=17691] ppid=17688 vsize=10846984 memory=670552 CPUtime=2475.85 cores=1,3,5,7
/proc/17691/stat : 17691 (java) S 17688 17691 17185 0 -1 1077944320 165738 13019 0 0 247326 252 5 2 20 0 15 0 416609147 11107311616 167638 33554432000 4194304 4196468 140736013596448 140736013578992 140364864368375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
/proc/17691/statm: 2711746 167638 3632 1 0 2673805 0
[pid=17691/tid=17744] ppid=17688 vsize=10846984 memory=670552 CPUtime=2424.04 cores=1,3,5,7
/proc/17691/task/17744/stat : 17744 (java) R 17688 17691 17185 0 -1 4202560 51572 13019 0 0 242365 32 5 2 20 0 15 0 416609156 11107311616 167638 33554432000 4194304 4196468 140736013596448 140364836203360 140364448076231 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17745] ppid=17688 vsize=10846984 memory=670552 CPUtime=8.27 cores=1,3,5,7
/proc/17691/task/17745/stat : 17745 (java) S 17688 17691 17185 0 -1 1077944384 5314 13019 0 0 782 38 5 2 20 0 15 0 416609156 11107311616 167638 33554432000 4194304 4196468 140736013596448 140364868610832 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17746] ppid=17688 vsize=10846984 memory=670552 CPUtime=8.27 cores=1,3,5,7
/proc/17691/task/17746/stat : 17746 (java) S 17688 17691 17185 0 -1 1077944384 8822 13019 0 0 781 39 5 2 20 0 15 0 416609156 11107311616 167638 33554432000 4194304 4196468 140736013596448 140364767501200 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17747] ppid=17688 vsize=10846984 memory=670552 CPUtime=8.26 cores=1,3,5,7
/proc/17691/task/17747/stat : 17747 (java) S 17688 17691 17185 0 -1 1077944384 7238 13019 0 0 777 42 5 2 20 0 15 0 416609156 11107311616 167638 33554432000 4194304 4196468 140736013596448 140364436335632 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17748] ppid=17688 vsize=10846984 memory=670552 CPUtime=8.22 cores=1,3,5,7
/proc/17691/task/17748/stat : 17748 (java) S 17688 17691 17185 0 -1 1077944384 4390 13019 0 0 777 38 5 2 20 0 15 0 416609156 11107311616 167638 33554432000 4194304 4196468 140736013596448 140364435283088 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17749] ppid=17688 vsize=10846984 memory=670552 CPUtime=7.69 cores=1,3,5,7
/proc/17691/task/17749/stat : 17749 (java) S 17688 17691 17185 0 -1 1077944384 11166 13019 0 0 722 40 5 2 20 0 15 0 416609158 11107311616 167638 33554432000 4194304 4196468 140736013596448 140363867748336 140364864379522 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17750] ppid=17688 vsize=10846984 memory=670552 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17750/stat : 17750 (java) S 17688 17691 17185 0 -1 1077944384 38 13019 0 0 0 0 5 2 20 0 15 0 416609158 11107311616 167638 33554432000 4194304 4196468 140736013596448 140363866694688 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17751] ppid=17688 vsize=10846984 memory=670552 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17751/stat : 17751 (java) S 17688 17691 17185 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 416609158 11107311616 167638 33554432000 4194304 4196468 140736013596448 140363759084544 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17752] ppid=17688 vsize=10846984 memory=670552 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17752/stat : 17752 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 416609161 11107311616 167638 33554432000 4194304 4196468 140736013596448 140363423541456 140364864386971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17753] ppid=17688 vsize=10846984 memory=670552 CPUtime=4.14 cores=1,3,5,7
/proc/17691/task/17753/stat : 17753 (java) S 17688 17691 17185 0 -1 1077944384 29671 13019 0 0 404 3 5 2 20 0 15 0 416609161 11107311616 167638 33554432000 4194304 4196468 140736013596448 140363833137648 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17754] ppid=17688 vsize=10846984 memory=670552 CPUtime=4.16 cores=1,3,5,7
/proc/17691/task/17754/stat : 17754 (java) S 17688 17691 17185 0 -1 1077944384 26894 13019 0 0 406 3 5 2 20 0 15 0 416609161 11107311616 167638 33554432000 4194304 4196468 140736013596448 140363832085104 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17755] ppid=17688 vsize=10846984 memory=670552 CPUtime=2.07 cores=1,3,5,7
/proc/17691/task/17755/stat : 17755 (java) S 17688 17691 17185 0 -1 1077944384 16865 13019 0 0 196 4 5 2 20 0 15 0 416609161 11107311616 167638 33554432000 4194304 4196468 140736013596448 140363831032560 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17756] ppid=17688 vsize=10846984 memory=670552 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17756/stat : 17756 (java) S 17688 17691 17185 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 416609161 11107311616 167638 33554432000 4194304 4196468 140736013596448 140363155106912 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17757] ppid=17688 vsize=10846984 memory=670552 CPUtime=1.25 cores=1,3,5,7
/proc/17691/task/17757/stat : 17757 (java) S 17688 17691 17185 0 -1 1077944384 1555 13019 0 0 59 59 5 2 20 0 15 0 416609162 11107311616 167638 33554432000 4194304 4196468 140736013596448 140363829979440 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
Current children cumulated CPU time: 2475.85 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 670552 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2486.11 s]
/proc/loadavg: 1.33 1.40 1.41 3/227 18262
/proc/meminfo: memFree=27748872/32770624 swapFree=66998528/67108860
[pid=17691] ppid=17688 vsize=10846984 memory=672664 CPUtime=2520.09 cores=1,3,5,7
/proc/17691/stat : 17691 (java) S 17688 17691 17185 0 -1 1077944320 166778 13019 0 0 251745 257 5 2 20 0 15 0 416609147 11107311616 168166 33554432000 4194304 4196468 140736013596448 140736013578992 140364864368375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
/proc/17691/statm: 2711746 168166 3632 1 0 2673805 0
[pid=17691/tid=17744] ppid=17688 vsize=10846984 memory=672652 CPUtime=2467.53 cores=1,3,5,7
/proc/17691/task/17744/stat : 17744 (java) R 17688 17691 17185 0 -1 4202560 52030 13019 0 0 246714 32 5 2 20 0 15 0 416609156 11107311616 168166 33554432000 4194304 4196468 140736013596448 140364836203232 140364465558192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17745] ppid=17688 vsize=10846984 memory=672652 CPUtime=8.42 cores=1,3,5,7
/proc/17691/task/17745/stat : 17745 (java) S 17688 17691 17185 0 -1 1077944384 5334 13019 0 0 797 38 5 2 20 0 15 0 416609156 11107311616 168166 33554432000 4194304 4196468 140736013596448 140364868610832 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17746] ppid=17688 vsize=10846984 memory=672652 CPUtime=8.42 cores=1,3,5,7
/proc/17691/task/17746/stat : 17746 (java) S 17688 17691 17185 0 -1 1077944384 8925 13019 0 0 795 40 5 2 20 0 15 0 416609156 11107311616 168166 33554432000 4194304 4196468 140736013596448 140364767501200 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17747] ppid=17688 vsize=10846984 memory=670604 CPUtime=8.41 cores=1,3,5,7
/proc/17691/task/17747/stat : 17747 (java) S 17688 17691 17185 0 -1 1077944384 7299 13019 0 0 791 43 5 2 20 0 15 0 416609156 11107311616 168166 33554432000 4194304 4196468 140736013596448 140364436335632 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17748] ppid=17688 vsize=10846984 memory=668408 CPUtime=8.36 cores=1,3,5,7
/proc/17691/task/17748/stat : 17748 (java) S 17688 17691 17185 0 -1 1077944384 4572 13019 0 0 790 39 5 2 20 0 15 0 416609156 11107311616 168166 33554432000 4194304 4196468 140736013596448 140364435283088 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17749] ppid=17688 vsize=10846984 memory=670552 CPUtime=7.81 cores=1,3,5,7
/proc/17691/task/17749/stat : 17749 (java) S 17688 17691 17185 0 -1 1077944384 11360 13019 0 0 734 40 5 2 20 0 15 0 416609158 11107311616 168166 33554432000 4194304 4196468 140736013596448 140363867748336 140364864379522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17750] ppid=17688 vsize=10846984 memory=672664 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17750/stat : 17750 (java) S 17688 17691 17185 0 -1 1077944384 38 13019 0 0 0 0 5 2 20 0 15 0 416609158 11107311616 168166 33554432000 4194304 4196468 140736013596448 140363866694688 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17751] ppid=17688 vsize=10846984 memory=40436 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17751/stat : 17751 (java) S 17688 17691 17185 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 416609158 11107311616 168166 33554432000 4194304 4196468 140736013596448 140363759084544 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17752] ppid=17688 vsize=10846984 memory=672652 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17752/stat : 17752 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 416609161 11107311616 168166 33554432000 4194304 4196468 140736013596448 140363423541456 140364864386971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17753] ppid=17688 vsize=10846984 memory=672664 CPUtime=4.14 cores=1,3,5,7
/proc/17691/task/17753/stat : 17753 (java) S 17688 17691 17185 0 -1 1077944384 29673 13019 0 0 404 3 5 2 20 0 15 0 416609161 11107311616 168166 33554432000 4194304 4196468 140736013596448 140363833137648 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17754] ppid=17688 vsize=10846984 memory=1536 CPUtime=4.16 cores=1,3,5,7
/proc/17691/task/17754/stat : 17754 (java) S 17688 17691 17185 0 -1 1077944384 26896 13019 0 0 406 3 5 2 20 0 15 0 416609161 11107311616 168166 33554432000 4194304 4196468 140736013596448 140363832085104 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17755] ppid=17688 vsize=10846984 memory=3624 CPUtime=2.07 cores=1,3,5,7
/proc/17691/task/17755/stat : 17755 (java) S 17688 17691 17185 0 -1 1077944384 16867 13019 0 0 196 4 5 2 20 0 15 0 416609161 11107311616 168166 33554432000 4194304 4196468 140736013596448 140363831032560 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17756] ppid=17688 vsize=10846984 memory=40436 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17756/stat : 17756 (java) S 17688 17691 17185 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 416609161 11107311616 168166 33554432000 4194304 4196468 140736013596448 140363155106912 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17757] ppid=17688 vsize=10846984 memory=988 CPUtime=1.26 cores=1,3,5,7
/proc/17691/task/17757/stat : 17757 (java) S 17688 17691 17185 0 -1 1077944384 1571 13019 0 0 59 60 5 2 20 0 15 0 416609162 11107311616 168166 33554432000 4194304 4196468 140736013596448 140363829979440 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 672664 KiB

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

[startup+2486.14 s]
# the end of solver process 17691 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.52 s, system=2.60798 s

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

[startup+2486.11 s]
/proc/loadavg: 1.33 1.40 1.41 3/227 18262
/proc/meminfo: memFree=27748872/32770624 swapFree=66998528/67108860
[pid=17691] ppid=17688 vsize=10846984 memory=672664 CPUtime=2520.09 cores=1,3,5,7
/proc/17691/stat : 17691 (java) S 17688 17691 17185 0 -1 1077944320 166778 13019 0 0 251745 257 5 2 20 0 15 0 416609147 11107311616 168166 33554432000 4194304 4196468 140736013596448 140736013578992 140364864368375 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
/proc/17691/statm: 2711746 168166 3632 1 0 2673805 0
[pid=17691/tid=17744] ppid=17688 vsize=10846984 memory=672652 CPUtime=2467.53 cores=1,3,5,7
/proc/17691/task/17744/stat : 17744 (java) R 17688 17691 17185 0 -1 4202560 52030 13019 0 0 246714 32 5 2 20 0 15 0 416609156 11107311616 168166 33554432000 4194304 4196468 140736013596448 140364836203232 140364465558192 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17745] ppid=17688 vsize=10846984 memory=672652 CPUtime=8.42 cores=1,3,5,7
/proc/17691/task/17745/stat : 17745 (java) S 17688 17691 17185 0 -1 1077944384 5334 13019 0 0 797 38 5 2 20 0 15 0 416609156 11107311616 168166 33554432000 4194304 4196468 140736013596448 140364868610832 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17746] ppid=17688 vsize=10846984 memory=672652 CPUtime=8.42 cores=1,3,5,7
/proc/17691/task/17746/stat : 17746 (java) S 17688 17691 17185 0 -1 1077944384 8925 13019 0 0 795 40 5 2 20 0 15 0 416609156 11107311616 168166 33554432000 4194304 4196468 140736013596448 140364767501200 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17747] ppid=17688 vsize=10846984 memory=670604 CPUtime=8.41 cores=1,3,5,7
/proc/17691/task/17747/stat : 17747 (java) S 17688 17691 17185 0 -1 1077944384 7299 13019 0 0 791 43 5 2 20 0 15 0 416609156 11107311616 168166 33554432000 4194304 4196468 140736013596448 140364436335632 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17748] ppid=17688 vsize=10846984 memory=668408 CPUtime=8.36 cores=1,3,5,7
/proc/17691/task/17748/stat : 17748 (java) S 17688 17691 17185 0 -1 1077944384 4572 13019 0 0 790 39 5 2 20 0 15 0 416609156 11107311616 168166 33554432000 4194304 4196468 140736013596448 140364435283088 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17749] ppid=17688 vsize=10846984 memory=670552 CPUtime=7.81 cores=1,3,5,7
/proc/17691/task/17749/stat : 17749 (java) S 17688 17691 17185 0 -1 1077944384 11360 13019 0 0 734 40 5 2 20 0 15 0 416609158 11107311616 168166 33554432000 4194304 4196468 140736013596448 140363867748336 140364864379522 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17750] ppid=17688 vsize=10846984 memory=672664 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17750/stat : 17750 (java) S 17688 17691 17185 0 -1 1077944384 38 13019 0 0 0 0 5 2 20 0 15 0 416609158 11107311616 168166 33554432000 4194304 4196468 140736013596448 140363866694688 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17751] ppid=17688 vsize=10846984 memory=40436 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17751/stat : 17751 (java) S 17688 17691 17185 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 416609158 11107311616 168166 33554432000 4194304 4196468 140736013596448 140363759084544 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17752] ppid=17688 vsize=10846984 memory=672652 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17752/stat : 17752 (java) S 17688 17691 17185 0 -1 1077944384 2 13019 0 0 0 0 5 2 20 0 15 0 416609161 11107311616 168166 33554432000 4194304 4196468 140736013596448 140363423541456 140364864386971 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17753] ppid=17688 vsize=10846984 memory=672664 CPUtime=4.14 cores=1,3,5,7
/proc/17691/task/17753/stat : 17753 (java) S 17688 17691 17185 0 -1 1077944384 29673 13019 0 0 404 3 5 2 20 0 15 0 416609161 11107311616 168166 33554432000 4194304 4196468 140736013596448 140363833137648 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17754] ppid=17688 vsize=10846984 memory=1536 CPUtime=4.16 cores=1,3,5,7
/proc/17691/task/17754/stat : 17754 (java) S 17688 17691 17185 0 -1 1077944384 26896 13019 0 0 406 3 5 2 20 0 15 0 416609161 11107311616 168166 33554432000 4194304 4196468 140736013596448 140363832085104 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17755] ppid=17688 vsize=10846984 memory=3624 CPUtime=2.07 cores=1,3,5,7
/proc/17691/task/17755/stat : 17755 (java) S 17688 17691 17185 0 -1 1077944384 16867 13019 0 0 196 4 5 2 20 0 15 0 416609161 11107311616 168166 33554432000 4194304 4196468 140736013596448 140363831032560 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17756] ppid=17688 vsize=10846984 memory=40436 CPUtime=0.07 cores=1,3,5,7
/proc/17691/task/17756/stat : 17756 (java) S 17688 17691 17185 0 -1 1077944384 3 13019 0 0 0 0 5 2 20 0 15 0 416609161 11107311616 168166 33554432000 4194304 4196468 140736013596448 140363155106912 140364864378581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
[pid=17691/tid=17757] ppid=17688 vsize=10846984 memory=988 CPUtime=1.26 cores=1,3,5,7
/proc/17691/task/17757/stat : 17757 (java) S 17688 17691 17185 0 -1 1077944384 1571 13019 0 0 59 60 5 2 20 0 15 0 416609162 11107311616 168166 33554432000 4194304 4196468 140736013596448 140363829979440 140364864379522 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 21508096 140736013601519 140736013604037 140736013604037 140736013606863 0
Current children cumulated CPU time: 2520.09 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 672664 KiB

Child status: 143
Real time (s): 2486.14
CPU time (s): 2520.13
CPU user time (s): 2517.52
CPU system time (s): 2.60798
CPU usage (%): 101.367
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 672664

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.52
system time used= 2.60798
maximum resident set size= 676792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 180663
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 221124
involuntary context switches= 9195


# summary of solver processes directly reported to runsolver:
#   pid: 17691
#   total CPU time (s): 2520.13
#   total CPU user time (s): 2517.52
#   total CPU system time (s): 2.60798

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 11.7802 second user time and 26.0451 second system time

The end

Launcher Data

Begin job on node127 at 2019-09-13 21:36:03
IDJOB=4396219
IDBENCH=129121
IDSOLVER=2846
FILE ID=node127/4396219-1568403403
RUNJOBID= node127-1568400895-17217
PBS_JOBID= 21701878
Free space on /tmp= 61272 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j120/Rcpsp-j120-43-06.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396219-1568403403/watcher-4396219-1568403403 -o /tmp/evaluation-result-4396219-1568403403/solver-4396219-1568403403 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1568400895-17217 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1012146001 HOME/instance-4396219-1568403403.xml

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

MD5SUM BENCH= b8ccca606c249b2a94d57c192d734d6e
RANDOM SEED=1012146001

node127.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.55
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.55
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.55
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.55
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:        27821512 kB
MemAvailable:   30758144 kB
Buffers:          169692 kB
Cached:          3031916 kB
SwapCached:         6772 kB
Active:          2992396 kB
Inactive:        1333964 kB
Active(anon):    1117896 kB
Inactive(anon):    48320 kB
Active(file):    1874500 kB
Inactive(file):  1285644 kB
Unevictable:      109300 kB
Mlocked:          109300 kB
SwapTotal:      67108860 kB
SwapFree:       66998528 kB
Dirty:             35440 kB
Writeback:             0 kB
AnonPages:       1232960 kB
Mapped:            57996 kB
Shmem:             32700 kB
Slab:             214616 kB
SReclaimable:     184648 kB
SUnreclaim:        29968 kB
KernelStack:        3888 kB
PageTables:         7900 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2339336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1148928 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 61240 MiB
End job on node127 at 2019-09-13 22:17:29