Trace number 4396208

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)142 2520.12 2485.53

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-03.xml
MD5SUM7e8aca8f1f1855a8a689daa123caec8a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark139
Best CPU time to get the best result obtained on this benchmark188.238
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size391
Distribution of domain sizes[{"size":1,"count":1},{"size":391,"count":61}]
Minimum variable degree3
Maximum variable degree9
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":2},{"degree":5,"count":13},{"degree":6,"count":23},{"degree":7,"count":16},{"degree":8,"count":5},{"degree":9,"count":2}]
Minimum constraint arity2
Maximum constraint arity34
Distribution of constraint arities[{"arity":2,"count":131},{"arity":28,"count":2},{"arity":31,"count":1},{"arity":34,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"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.79/0.56	c Concrete v3.12.2.1568380929293 running
10.20/4.32	o 181
10.20/4.39	o 180
10.54/4.45	o 178
10.85/4.56	o 170
11.40/4.76	o 168
12.29/5.15	o 167
13.29/5.73	o 165
13.63/6.05	o 163
15.45/7.47	o 162
15.90/7.83	o 161
16.31/8.04	o 158
16.58/8.24	o 157
16.68/8.32	o 156
28.78/19.93	o 155
28.89/20.08	o 154
29.01/20.12	o 153
29.01/20.14	o 151
87.58/77.72	o 150
98.11/88.16	o 149
98.11/88.19	o 148
98.21/88.23	o 147
99.41/89.49	o 146
306.77/294.22	o 145
374.07/360.86	o 143
374.38/361.14	o 142
2520.08/2485.50	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.08/2485.50		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.08/2485.50		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.08/2485.50		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.08/2485.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.08/2485.50		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.08/2485.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.08/2485.50		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.08/2485.50		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.08/2485.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2485.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2485.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2485.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2485.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2485.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2485.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2485.50		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.08/2485.50		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.08/2485.50		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.08/2485.50		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.08/2485.50		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.08/2485.50		at scala.Option.map(Option.scala:243)
2520.08/2485.50		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.08/2485.50		at concrete.MAC.mac(MAC.scala:216)
2520.08/2485.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2520.08/2485.50		at scala.util.Try$.apply(Try.scala:212)
2520.08/2485.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.08/2485.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.08/2485.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.08/2485.50		at concrete.MAC.oneRun(MAC.scala:265)
2520.08/2485.50		at concrete.MAC.nextSolution(MAC.scala:284)
2520.08/2485.50		at concrete.MAC.nextSolution(MAC.scala:369)
2520.08/2485.50		at concrete.Solver.hasNext(Solver.scala:160)
2520.08/2485.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2485.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2485.50		at concrete.Solver.foreach(Solver.scala:67)
2520.08/2485.50		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2520.08/2485.50		at scala.util.Success.map(Try.scala:264)
2520.08/2485.50		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2520.08/2485.50		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.08/2485.50		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.08/2485.50		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.08/2485.50		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.08/2485.51		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.08/2485.51		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.08/2485.51		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.08/2485.51		at scala.App.$anonfun$main$1(App.scala:75)
2520.08/2485.51		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.08/2485.51		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.08/2485.51		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.08/2485.51		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.08/2485.51		at scala.App.main(App.scala:75)
2520.08/2485.51		at scala.App.main$(App.scala:73)
2520.08/2485.51		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.08/2485.51		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.08/2485.51	v <instantiation
2520.08/2485.51	v         cost = '142'>
2520.08/2485.51	v       <list>
2520.08/2485.51	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]
2520.08/2485.51	v       </list>
2520.08/2485.51	v       <values>
2520.08/2485.51	v         0 0 0 0 13 23 3 6 30 14 4 43 24 21 43 30 52 33 31 32 72 68 50 53 53 42 62 33 43 68 96 53 24 59 113 81 91 63 72 81 125 86 119 86 68 105 114 106 76 116 86 118 106 96 115 127 118 124 132 132 130 142
2520.08/2485.51	v       </values>
2520.08/2485.51	v     </instantiation>
2520.08/2485.51	s SATISFIABLE

Verifier Data

OK	142

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396208-1568403222/watcher-4396208-1568403222 -o /tmp/evaluation-result-4396208-1568403222/solver-4396208-1568403222 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568388801-30330 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=979722850 HOME/instance-4396208-1568403222.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=430, runsolver pid=427

[startup+0.100126 s]*
/proc/loadavg: 1.38 1.41 1.48 3/220 491
/proc/meminfo: memFree=30400968/32770624 swapFree=66936604/67108860
[pid=430] ppid=427 vsize=9972712 memory=18060 CPUtime=0.09 cores=0,2,4,6
/proc/430/stat : 430 (java) S 427 430 28159 0 -1 1077944320 4239 13058 0 0 0 1 5 3 20 0 6 0 416580603 10212057088 4515 33554432000 4194304 4196468 140726406006736 140726405989280 140190099017463 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
/proc/430/statm: 2493178 4515 1897 1 0 2481616 0
[pid=430/tid=487] ppid=427 vsize=9972712 memory=7022364594140610616 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/487/stat : 487 (java) R 427 430 28159 0 -1 4202560 2258 13058 0 0 0 0 5 3 20 0 6 0 416580612 10212057088 5225 33554432000 4194304 4196468 140726406006736 140190070854224 140190083097950 0 4 0 16784584 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=488] ppid=427 vsize=9972712 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/488/stat : 488 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 6 0 416580613 10212057088 5225 33554432000 4194304 4196468 140726406006736 140190103259536 140190099027669 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=489] ppid=427 vsize=9972712 memory=3545660705481524896 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/489/stat : 489 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 6 0 416580613 10212057088 5225 33554432000 4194304 4196468 140726406006736 140190018078992 140190099027669 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=490] ppid=427 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/490/stat : 490 (java) S 427 430 28159 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 6 0 416580613 10212057088 5225 33554432000 4194304 4196468 140726406006736 140190017026704 140190099027669 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=491] ppid=427 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/491/stat : 491 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 6 0 416580613 10212057088 5225 33554432000 4194304 4196468 140726406006736 140190015973904 140190099027669 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18060 KiB

[startup+0.21252 s]*
/proc/loadavg: 1.38 1.41 1.48 3/229 500
/proc/meminfo: memFree=30377664/32770624 swapFree=66936604/67108860
[pid=430] ppid=427 vsize=10819664 memory=44796 CPUtime=0.26 cores=0,2,4,6
/proc/430/stat : 430 (java) S 427 430 28159 0 -1 1077944320 6994 13058 0 0 17 1 5 3 20 0 15 0 416580603 11079335936 11199 33554432000 4194304 4196468 140726406006736 140726405989280 140190099017463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
/proc/430/statm: 2704916 11199 3162 1 0 2667149 0
[pid=430/tid=487] ppid=427 vsize=10819664 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/430/task/487/stat : 487 (java) R 427 430 28159 0 -1 4202560 3494 13058 0 0 11 1 5 3 20 0 15 0 416580612 11079335936 11199 33554432000 4194304 4196468 140726406006736 140190070823264 140190099029398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=488] ppid=427 vsize=10819664 memory=345 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/488/stat : 488 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580613 11079335936 11199 33554432000 4194304 4196468 140726406006736 140190103259536 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=489] ppid=427 vsize=10819664 memory=3545660705481524896 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/489/stat : 489 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580613 11079335936 11199 33554432000 4194304 4196468 140726406006736 140190018078992 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=490] ppid=427 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/490/stat : 490 (java) S 427 430 28159 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 416580613 11079335936 11199 33554432000 4194304 4196468 140726406006736 140190017026704 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=491] ppid=427 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/491/stat : 491 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580613 11079335936 11199 33554432000 4194304 4196468 140726406006736 140190015973904 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=492] ppid=427 vsize=10819664 memory=140089120622208 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/492/stat : 492 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580614 11079335936 11199 33554432000 4194304 4196468 140726406006736 140189625670256 140190099028610 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=493] ppid=427 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/493/stat : 493 (java) S 427 430 28159 0 -1 1077944384 13 13058 0 0 0 0 5 3 20 0 15 0 416580615 11079335936 11199 33554432000 4194304 4196468 140726406006736 140189544473888 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=494] ppid=427 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/494/stat : 494 (java) S 427 430 28159 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 416580615 11079335936 11199 33554432000 4194304 4196468 140726406006736 140189410256496 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=495] ppid=427 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/495/stat : 495 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580618 11079335936 11199 33554432000 4194304 4196468 140726406006736 140188806277712 140190099036059 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=496] ppid=427 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/496/stat : 496 (java) S 427 430 28159 0 -1 1077944384 84 13058 0 0 0 0 5 3 20 0 15 0 416580618 11079335936 11199 33554432000 4194304 4196468 140726406006736 140189624617072 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=497] ppid=427 vsize=10819664 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/430/task/497/stat : 497 (java) S 427 430 28159 0 -1 1077944384 575 13058 0 0 1 0 5 3 20 0 15 0 416580618 11079335936 11199 33554432000 4194304 4196468 140726406006736 140189623564272 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=498] ppid=427 vsize=10819664 memory=140089120622208 CPUtime=0.11 cores=0,2,4,6
/proc/430/task/498/stat : 498 (java) R 427 430 28159 0 -1 4202560 630 13058 0 0 3 0 5 3 20 0 15 0 416580618 11079335936 11199 33554432000 4194304 4196468 140726406006736 140189622511984 140190083185650 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=499] ppid=427 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/499/stat : 499 (java) S 427 430 28159 0 -1 1077944384 3 13058 0 0 0 0 5 3 20 0 15 0 416580618 11079335936 11199 33554432000 4194304 4196468 140726406006736 140188336515552 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=500] ppid=427 vsize=10819664 memory=140089120622208 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/500/stat : 500 (java) S 427 430 28159 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 416580618 11079335936 11199 33554432000 4194304 4196468 140726406006736 140189621459888 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 44796 KiB

[startup+0.310723 s]*
/proc/loadavg: 1.38 1.41 1.48 4/229 500
/proc/meminfo: memFree=30364436/32770624 swapFree=66936604/67108860
[pid=430] ppid=427 vsize=10820148 memory=55916 CPUtime=0.4 cores=0,2,4,6
/proc/430/stat : 430 (java) S 427 430 28159 0 -1 1077944320 10686 13058 0 0 29 3 5 3 20 0 15 0 416580603 11079831552 13979 33554432000 4194304 4196468 140726406006736 140726405989280 140190099017463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
/proc/430/statm: 2705037 13979 3294 1 0 2667149 0
[pid=430/tid=487] ppid=427 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=0,2,4,6
/proc/430/task/487/stat : 487 (java) R 427 430 28159 0 -1 4202560 7163 13058 0 0 19 2 5 3 20 0 15 0 416580612 11079831552 13979 33554432000 4194304 4196468 140726406006736 140190070817376 140190083097950 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=488] ppid=427 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/488/stat : 488 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580613 11079831552 13979 33554432000 4194304 4196468 140726406006736 140190103259536 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=489] ppid=427 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/489/stat : 489 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580613 11079831552 13979 33554432000 4194304 4196468 140726406006736 140190018078992 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=490] ppid=427 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/490/stat : 490 (java) S 427 430 28159 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 416580613 11079831552 13979 33554432000 4194304 4196468 140726406006736 140190017026704 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=491] ppid=427 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/491/stat : 491 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580613 11079831552 13979 33554432000 4194304 4196468 140726406006736 140190015973904 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=492] ppid=427 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/492/stat : 492 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580614 11079831552 13979 33554432000 4194304 4196468 140726406006736 140189625670256 140190099028610 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=493] ppid=427 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/493/stat : 493 (java) S 427 430 28159 0 -1 1077944384 13 13058 0 0 0 0 5 3 20 0 15 0 416580615 11079831552 13979 33554432000 4194304 4196468 140726406006736 140189544473888 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=494] ppid=427 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/494/stat : 494 (java) S 427 430 28159 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 416580615 11079831552 13979 33554432000 4194304 4196468 140726406006736 140189410256496 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=495] ppid=427 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/495/stat : 495 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580618 11079831552 13979 33554432000 4194304 4196468 140726406006736 140188806277712 140190099036059 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=496] ppid=427 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/430/task/496/stat : 496 (java) S 427 430 28159 0 -1 1077944384 93 13058 0 0 1 0 5 3 20 0 15 0 416580618 11079831552 13979 33554432000 4194304 4196468 140726406006736 140189624617072 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=497] ppid=427 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/430/task/497/stat : 497 (java) S 427 430 28159 0 -1 1077944384 576 13058 0 0 2 0 5 3 20 0 15 0 416580618 11079831552 13979 33554432000 4194304 4196468 140726406006736 140189623564272 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=498] ppid=427 vsize=10820148 memory=140089120622208 CPUtime=0.13 cores=0,2,4,6
/proc/430/task/498/stat : 498 (java) S 427 430 28159 0 -1 1077944384 650 13058 0 0 5 0 5 3 20 0 15 0 416580618 11079831552 13979 33554432000 4194304 4196468 140726406006736 140189622511984 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=499] ppid=427 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/499/stat : 499 (java) S 427 430 28159 0 -1 1077944384 3 13058 0 0 0 0 5 3 20 0 15 0 416580618 11079831552 13979 33554432000 4194304 4196468 140726406006736 140188336515552 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=500] ppid=427 vsize=10820148 memory=140089120622208 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/500/stat : 500 (java) S 427 430 28159 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 416580618 11079831552 13979 33554432000 4194304 4196468 140726406006736 140189621459888 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 55916 KiB

[startup+0.700726 s]
/proc/loadavg: 1.38 1.41 1.48 3/229 500
/proc/meminfo: memFree=30350220/32770624 swapFree=66936604/67108860
[pid=430] ppid=427 vsize=10824360 memory=89480 CPUtime=1.15 cores=0,2,4,6
/proc/430/stat : 430 (java) S 427 430 28159 0 -1 1077944320 15014 13058 0 0 102 5 5 3 20 0 15 0 416580603 11084144640 22370 33554432000 4194304 4196468 140726406006736 140726405989280 140190099017463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
/proc/430/statm: 2706090 22370 3504 1 0 2668173 0
[pid=430/tid=487] ppid=427 vsize=10824360 memory=5936117487063095142 CPUtime=0.67 cores=0,2,4,6
/proc/430/task/487/stat : 487 (java) R 427 430 28159 0 -1 4202560 10295 13058 0 0 55 4 5 3 20 0 15 0 416580612 11084144640 22370 33554432000 4194304 4196468 140726406006736 140190070847008 140190099039389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=488] ppid=427 vsize=10824360 memory=7300722369424863274 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/488/stat : 488 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580613 11084144640 22370 33554432000 4194304 4196468 140726406006736 140190103259536 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=489] ppid=427 vsize=10824360 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/489/stat : 489 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580613 11084144640 22370 33554432000 4194304 4196468 140726406006736 140190018078992 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=490] ppid=427 vsize=10824360 memory=2016 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/490/stat : 490 (java) S 427 430 28159 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 416580613 11084144640 22370 33554432000 4194304 4196468 140726406006736 140190017026704 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=491] ppid=427 vsize=10824360 memory=7234259172036403792 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/491/stat : 491 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580613 11084144640 22370 33554432000 4194304 4196468 140726406006736 140190015973904 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=492] ppid=427 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/492/stat : 492 (java) S 427 430 28159 0 -1 1077944384 5 13058 0 0 0 0 5 3 20 0 15 0 416580614 11084144640 22370 33554432000 4194304 4196468 140726406006736 140189625670256 140190099028610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=493] ppid=427 vsize=10824360 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/493/stat : 493 (java) S 427 430 28159 0 -1 1077944384 13 13058 0 0 0 0 5 3 20 0 15 0 416580615 11084144640 22370 33554432000 4194304 4196468 140726406006736 140189544473888 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=494] ppid=427 vsize=10824360 memory=-7741296126441013152 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/494/stat : 494 (java) S 427 430 28159 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 416580615 11084144640 22370 33554432000 4194304 4196468 140726406006736 140189410256496 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=495] ppid=427 vsize=10824360 memory=6935649255759568960 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/495/stat : 495 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580618 11084144640 22370 33554432000 4194304 4196468 140726406006736 140188806277712 140190099036059 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=496] ppid=427 vsize=10824360 memory=4047135452300327258 CPUtime=0.2 cores=0,2,4,6
/proc/430/task/496/stat : 496 (java) S 427 430 28159 0 -1 1077944384 565 13058 0 0 12 0 5 3 20 0 15 0 416580618 11084144640 22370 33554432000 4194304 4196468 140726406006736 140189624617072 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=497] ppid=427 vsize=10824360 memory=6935649255759568960 CPUtime=0.23 cores=0,2,4,6
/proc/430/task/497/stat : 497 (java) S 427 430 28159 0 -1 1077944384 1065 13058 0 0 15 0 5 3 20 0 15 0 416580618 11084144640 22370 33554432000 4194304 4196468 140726406006736 140189623564272 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=498] ppid=427 vsize=10824360 memory=3053511329498284128 CPUtime=0.25 cores=0,2,4,6
/proc/430/task/498/stat : 498 (java) S 427 430 28159 0 -1 1077944384 852 13058 0 0 17 0 5 3 20 0 15 0 416580618 11084144640 22370 33554432000 4194304 4196468 140726406006736 140189622511984 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=499] ppid=427 vsize=10824360 memory=2319389199337275488 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/499/stat : 499 (java) S 427 430 28159 0 -1 1077944384 3 13058 0 0 0 0 5 3 20 0 15 0 416580618 11084144640 22370 33554432000 4194304 4196468 140726406006736 140188336515552 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=500] ppid=427 vsize=10824360 memory=3467824627879784490 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/500/stat : 500 (java) S 427 430 28159 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 416580618 11084144640 22370 33554432000 4194304 4196468 140726406006736 140189621459888 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 89480 KiB

[startup+1.5007 s]
/proc/loadavg: 1.38 1.41 1.48 3/229 500
/proc/meminfo: memFree=30307952/32770624 swapFree=66936604/67108860
[pid=430] ppid=427 vsize=10834676 memory=176860 CPUtime=2.47 cores=0,2,4,6
/proc/430/stat : 430 (java) S 427 430 28159 0 -1 1077944320 21543 13058 0 0 229 10 5 3 20 0 15 0 416580603 11094708224 44215 33554432000 4194304 4196468 140726406006736 140726405989280 140190099017463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
/proc/430/statm: 2708669 44215 3584 1 0 2670733 0
[pid=430/tid=487] ppid=427 vsize=10834676 memory=8 CPUtime=1.43 cores=0,2,4,6
/proc/430/task/487/stat : 487 (java) R 427 430 28159 0 -1 4202560 15156 13058 0 0 129 6 5 3 20 0 15 0 416580612 11094708224 44215 33554432000 4194304 4196468 140726406006736 140190070818800 140190080423738 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=488] ppid=427 vsize=10834676 memory=984 CPUtime=0.09 cores=0,2,4,6
/proc/430/task/488/stat : 488 (java) S 427 430 28159 0 -1 1077944384 343 13058 0 0 1 0 5 3 20 0 15 0 416580613 11094708224 44215 33554432000 4194304 4196468 140726406006736 140190103259536 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=489] ppid=427 vsize=10834676 memory=2016 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/489/stat : 489 (java) S 427 430 28159 0 -1 1077944384 84 13058 0 0 0 0 5 3 20 0 15 0 416580613 11094708224 44215 33554432000 4194304 4196468 140726406006736 140190018078992 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=490] ppid=427 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/430/task/490/stat : 490 (java) S 427 430 28159 0 -1 1077944384 20 13058 0 0 1 0 5 3 20 0 15 0 416580613 11094708224 44215 33554432000 4194304 4196468 140726406006736 140190017026704 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=491] ppid=427 vsize=10834676 memory=2428 CPUtime=0.09 cores=0,2,4,6
/proc/430/task/491/stat : 491 (java) S 427 430 28159 0 -1 1077944384 73 13058 0 0 1 0 5 3 20 0 15 0 416580613 11094708224 44215 33554432000 4194304 4196468 140726406006736 140190015973904 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=492] ppid=427 vsize=10834676 memory=116368 CPUtime=0.09 cores=0,2,4,6
/proc/430/task/492/stat : 492 (java) S 427 430 28159 0 -1 1077944384 159 13058 0 0 1 0 5 3 20 0 15 0 416580614 11094708224 44215 33554432000 4194304 4196468 140726406006736 140189625670256 140190099028610 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=493] ppid=427 vsize=10834676 memory=984 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/493/stat : 493 (java) S 427 430 28159 0 -1 1077944384 14 13058 0 0 0 0 5 3 20 0 15 0 416580615 11094708224 44215 33554432000 4194304 4196468 140726406006736 140189544473952 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=494] ppid=427 vsize=10834676 memory=2016 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/494/stat : 494 (java) S 427 430 28159 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 416580615 11094708224 44215 33554432000 4194304 4196468 140726406006736 140189410256512 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=495] ppid=427 vsize=10834676 memory=1412 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/495/stat : 495 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580618 11094708224 44215 33554432000 4194304 4196468 140726406006736 140188806277712 140190099036059 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=496] ppid=427 vsize=10834676 memory=1548 CPUtime=0.33 cores=0,2,4,6
/proc/430/task/496/stat : 496 (java) R 427 430 28159 0 -1 4202560 645 13058 0 0 25 0 5 3 20 0 15 0 416580618 11094708224 44215 33554432000 4194304 4196468 140726406006736 140189624617072 140190079540612 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=497] ppid=427 vsize=10834676 memory=7148 CPUtime=0.33 cores=0,2,4,6
/proc/430/task/497/stat : 497 (java) S 427 430 28159 0 -1 1077944384 1218 13058 0 0 25 0 5 3 20 0 15 0 416580618 11094708224 44215 33554432000 4194304 4196468 140726406006736 140189623564272 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=498] ppid=427 vsize=10834676 memory=4000 CPUtime=0.49 cores=0,2,4,6
/proc/430/task/498/stat : 498 (java) S 427 430 28159 0 -1 1077944384 1619 13058 0 0 41 0 5 3 20 0 15 0 416580618 11094708224 44215 33554432000 4194304 4196468 140726406006736 140189622511984 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=499] ppid=427 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/499/stat : 499 (java) S 427 430 28159 0 -1 1077944384 3 13058 0 0 0 0 5 3 20 0 15 0 416580618 11094708224 44215 33554432000 4194304 4196468 140726406006736 140188336515552 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=500] ppid=427 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/500/stat : 500 (java) S 427 430 28159 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 416580618 11094708224 44215 33554432000 4194304 4196468 140726406006736 140189621459888 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
Current children cumulated CPU time: 2.47 s
Current children cumulated vsize: 10834676 KiB

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

/proc/430/task/487/stat : 487 (java) S 427 430 28159 0 -1 1077944384 62131 13058 0 0 236132 33 5 3 20 0 15 0 416580612 11107311616 168923 33554432000 4194304 4196468 140726406006736 140190070852688 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=488] ppid=427 vsize=10846984 memory=675692 CPUtime=8.49 cores=0,2,4,6
/proc/430/task/488/stat : 488 (java) S 427 430 28159 0 -1 1077944384 15443 13058 0 0 801 40 5 3 20 0 15 0 416580613 11107311616 168923 33554432000 4194304 4196468 140726406006736 140190103259536 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=489] ppid=427 vsize=10846984 memory=984 CPUtime=8.46 cores=0,2,4,6
/proc/430/task/489/stat : 489 (java) R 427 430 28159 0 -1 1077944384 10924 13058 0 0 797 41 5 3 20 0 15 0 416580613 11107311616 168923 33554432000 4194304 4196468 140726406006736 140190018079008 140190099027669 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=490] ppid=427 vsize=10846984 memory=675640 CPUtime=8.53 cores=0,2,4,6
/proc/430/task/490/stat : 490 (java) S 427 430 28159 0 -1 1077944384 15333 13058 0 0 801 44 5 3 20 0 15 0 416580613 11107311616 168923 33554432000 4194304 4196468 140726406006736 140190017026704 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=491] ppid=427 vsize=10846984 memory=675692 CPUtime=8.48 cores=0,2,4,6
/proc/430/task/491/stat : 491 (java) S 427 430 28159 0 -1 1077944384 6953 13058 0 0 803 37 5 3 20 0 15 0 416580613 11107311616 168923 33554432000 4194304 4196468 140726406006736 140190015973904 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=492] ppid=427 vsize=10846984 memory=675692 CPUtime=8.83 cores=0,2,4,6
/proc/430/task/492/stat : 492 (java) S 427 430 28159 0 -1 1077944384 13927 13058 0 0 840 35 5 3 20 0 15 0 416580614 11107311616 168923 33554432000 4194304 4196468 140726406006736 140189625668768 140190099027669 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=493] ppid=427 vsize=10846984 memory=675692 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/493/stat : 493 (java) S 427 430 28159 0 -1 1077944384 15 13058 0 0 0 0 5 3 20 0 15 0 416580615 11107311616 168923 33554432000 4194304 4196468 140726406006736 140189544474016 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=494] ppid=427 vsize=10846984 memory=675692 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/494/stat : 494 (java) S 427 430 28159 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 416580615 11107311616 168923 33554432000 4194304 4196468 140726406006736 140189410256512 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=495] ppid=427 vsize=10846984 memory=675692 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/495/stat : 495 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580618 11107311616 168923 33554432000 4194304 4196468 140726406006736 140188806277712 140190099036059 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=496] ppid=427 vsize=10846984 memory=136 CPUtime=4.42 cores=0,2,4,6
/proc/430/task/496/stat : 496 (java) S 427 430 28159 0 -1 1077944384 25812 13058 0 0 431 3 5 3 20 0 15 0 416580618 11107311616 168923 33554432000 4194304 4196468 140726406006736 140189624617072 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=497] ppid=427 vsize=10846984 memory=0 CPUtime=4.09 cores=0,2,4,6
/proc/430/task/497/stat : 497 (java) S 427 430 28159 0 -1 1077944384 22601 13058 0 0 397 4 5 3 20 0 15 0 416580618 11107311616 168923 33554432000 4194304 4196468 140726406006736 140189623564272 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=498] ppid=427 vsize=10846984 memory=673592 CPUtime=1.98 cores=0,2,4,6
/proc/430/task/498/stat : 498 (java) S 427 430 28159 0 -1 1077944384 27373 13058 0 0 185 5 5 3 20 0 15 0 416580618 11107311616 168923 33554432000 4194304 4196468 140726406006736 140189622511984 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=499] ppid=427 vsize=10846984 memory=675640 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/499/stat : 499 (java) S 427 430 28159 0 -1 1077944384 3 13058 0 0 0 0 5 3 20 0 15 0 416580618 11107311616 168923 33554432000 4194304 4196468 140726406006736 140188336515552 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=500] ppid=427 vsize=10846984 memory=0 CPUtime=1.46 cores=0,2,4,6
/proc/430/task/500/stat : 500 (java) S 427 430 28159 0 -1 1077944384 1231 13058 0 0 72 66 5 3 20 0 15 0 416580618 11107311616 168923 33554432000 4194304 4196468 140726406006736 140189621459888 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
Current children cumulated CPU time: 2415.87 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 675692 KiB

[startup+2442.3 s]
/proc/loadavg: 1.38 1.35 1.38 3/228 913
/proc/meminfo: memFree=30386260/32770624 swapFree=66936656/67108860
[pid=430] ppid=427 vsize=10846984 memory=675708 CPUtime=2476.46 cores=0,2,4,6
/proc/430/stat : 430 (java) S 427 430 28159 0 -1 1077944320 205021 13058 0 0 247370 268 5 3 20 0 15 0 416580603 11107311616 168927 33554432000 4194304 4196468 140726406006736 140726405989280 140190099017463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
/proc/430/statm: 2711746 168927 3632 1 0 2673805 0
[pid=430/tid=487] ppid=427 vsize=10846984 memory=675708 CPUtime=2421.25 cores=0,2,4,6
/proc/430/task/487/stat : 487 (java) R 427 430 28159 0 -1 4202560 62580 13058 0 0 242083 34 5 3 20 0 15 0 416580612 11107311616 168927 33554432000 4194304 4196468 140726406006736 140190070853184 140189713311075 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=488] ppid=427 vsize=10846984 memory=675708 CPUtime=8.7 cores=0,2,4,6
/proc/430/task/488/stat : 488 (java) S 427 430 28159 0 -1 1077944384 15476 13058 0 0 820 42 5 3 20 0 15 0 416580613 11107311616 168927 33554432000 4194304 4196468 140726406006736 140190103259536 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=489] ppid=427 vsize=10846984 memory=675708 CPUtime=8.66 cores=0,2,4,6
/proc/430/task/489/stat : 489 (java) S 427 430 28159 0 -1 1077944384 10938 13058 0 0 816 42 5 3 20 0 15 0 416580613 11107311616 168927 33554432000 4194304 4196468 140726406006736 140190018078992 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=490] ppid=427 vsize=10846984 memory=675708 CPUtime=8.74 cores=0,2,4,6
/proc/430/task/490/stat : 490 (java) S 427 430 28159 0 -1 1077944384 15607 13058 0 0 821 45 5 3 20 0 15 0 416580613 11107311616 168927 33554432000 4194304 4196468 140726406006736 140190017026704 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=491] ppid=427 vsize=10846984 memory=675708 CPUtime=8.68 cores=0,2,4,6
/proc/430/task/491/stat : 491 (java) S 427 430 28159 0 -1 1077944384 7019 13058 0 0 822 38 5 3 20 0 15 0 416580613 11107311616 168927 33554432000 4194304 4196468 140726406006736 140190015973904 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=492] ppid=427 vsize=10846984 memory=675708 CPUtime=9.04 cores=0,2,4,6
/proc/430/task/492/stat : 492 (java) S 427 430 28159 0 -1 1077944384 14134 13058 0 0 860 36 5 3 20 0 15 0 416580614 11107311616 168927 33554432000 4194304 4196468 140726406006736 140189625670256 140190099028610 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=493] ppid=427 vsize=10846984 memory=675708 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/493/stat : 493 (java) S 427 430 28159 0 -1 1077944384 15 13058 0 0 0 0 5 3 20 0 15 0 416580615 11107311616 168927 33554432000 4194304 4196468 140726406006736 140189544474016 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=494] ppid=427 vsize=10846984 memory=675708 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/494/stat : 494 (java) S 427 430 28159 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 416580615 11107311616 168927 33554432000 4194304 4196468 140726406006736 140189410256512 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=495] ppid=427 vsize=10846984 memory=3624 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/495/stat : 495 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580618 11107311616 168927 33554432000 4194304 4196468 140726406006736 140188806277712 140190099036059 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=496] ppid=427 vsize=10846984 memory=675708 CPUtime=4.42 cores=0,2,4,6
/proc/430/task/496/stat : 496 (java) S 427 430 28159 0 -1 1077944384 25814 13058 0 0 431 3 5 3 20 0 15 0 416580618 11107311616 168927 33554432000 4194304 4196468 140726406006736 140189624617072 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=497] ppid=427 vsize=10846984 memory=675708 CPUtime=4.09 cores=0,2,4,6
/proc/430/task/497/stat : 497 (java) S 427 430 28159 0 -1 1077944384 22603 13058 0 0 397 4 5 3 20 0 15 0 416580618 11107311616 168927 33554432000 4194304 4196468 140726406006736 140189623564272 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=498] ppid=427 vsize=10846984 memory=675708 CPUtime=1.99 cores=0,2,4,6
/proc/430/task/498/stat : 498 (java) S 427 430 28159 0 -1 1077944384 27375 13058 0 0 186 5 5 3 20 0 15 0 416580618 11107311616 168927 33554432000 4194304 4196468 140726406006736 140189622511984 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=499] ppid=427 vsize=10846984 memory=675708 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/499/stat : 499 (java) S 427 430 28159 0 -1 1077944384 3 13058 0 0 0 0 5 3 20 0 15 0 416580618 11107311616 168927 33554432000 4194304 4196468 140726406006736 140188336515552 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=500] ppid=427 vsize=10846984 memory=675708 CPUtime=1.5 cores=0,2,4,6
/proc/430/task/500/stat : 500 (java) S 427 430 28159 0 -1 1077944384 1249 13058 0 0 74 68 5 3 20 0 15 0 416580618 11107311616 168927 33554432000 4194304 4196468 140726406006736 140189621459888 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
Current children cumulated CPU time: 2476.46 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 675708 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2485.5 s]
/proc/loadavg: 1.23 1.32 1.37 3/228 916
/proc/meminfo: memFree=30402676/32770624 swapFree=66936656/67108860
[pid=430] ppid=427 vsize=10846984 memory=675800 CPUtime=2520.08 cores=0,2,4,6
/proc/430/stat : 430 (java) S 427 430 28159 0 -1 1077944320 206382 13058 0 0 251729 271 5 3 20 0 15 0 416580603 11107311616 168950 33554432000 4194304 4196468 140726406006736 140726405989280 140190099017463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
/proc/430/statm: 2711746 168950 3632 1 0 2673805 0
[pid=430/tid=487] ppid=427 vsize=10846984 memory=675800 CPUtime=2464.11 cores=0,2,4,6
/proc/430/task/487/stat : 487 (java) R 427 430 28159 0 -1 4202560 63094 13058 0 0 246369 34 5 3 20 0 15 0 416580612 11107311616 168950 33554432000 4194304 4196468 140726406006736 140190070852848 140189712101022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=488] ppid=427 vsize=10846984 memory=675800 CPUtime=8.84 cores=0,2,4,6
/proc/430/task/488/stat : 488 (java) S 427 430 28159 0 -1 1077944384 15501 13058 0 0 834 42 5 3 20 0 15 0 416580613 11107311616 168950 33554432000 4194304 4196468 140726406006736 140190103259536 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=489] ppid=427 vsize=10846984 memory=675768 CPUtime=8.81 cores=0,2,4,6
/proc/430/task/489/stat : 489 (java) S 427 430 28159 0 -1 1077944384 11111 13058 0 0 830 43 5 3 20 0 15 0 416580613 11107311616 168950 33554432000 4194304 4196468 140726406006736 140190018078992 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=490] ppid=427 vsize=10846984 memory=0 CPUtime=8.88 cores=0,2,4,6
/proc/430/task/490/stat : 490 (java) S 427 430 28159 0 -1 1077944384 15891 13058 0 0 835 45 5 3 20 0 15 0 416580613 11107311616 168950 33554432000 4194304 4196468 140726406006736 140190017026704 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=491] ppid=427 vsize=10846984 memory=675800 CPUtime=8.83 cores=0,2,4,6
/proc/430/task/491/stat : 491 (java) S 427 430 28159 0 -1 1077944384 7144 13058 0 0 836 39 5 3 20 0 15 0 416580613 11107311616 168950 33554432000 4194304 4196468 140726406006736 140190015973904 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=492] ppid=427 vsize=10846984 memory=280178032364848 CPUtime=9.18 cores=0,2,4,6
/proc/430/task/492/stat : 492 (java) S 427 430 28159 0 -1 1077944384 14362 13058 0 0 874 36 5 3 20 0 15 0 416580614 11107311616 168950 33554432000 4194304 4196468 140726406006736 140189625670256 140190099028610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=493] ppid=427 vsize=10846984 memory=675800 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/493/stat : 493 (java) S 427 430 28159 0 -1 1077944384 15 13058 0 0 0 0 5 3 20 0 15 0 416580615 11107311616 168950 33554432000 4194304 4196468 140726406006736 140189544474016 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=494] ppid=427 vsize=10846984 memory=675800 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/494/stat : 494 (java) S 427 430 28159 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 416580615 11107311616 168950 33554432000 4194304 4196468 140726406006736 140189410256512 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=495] ppid=427 vsize=10846984 memory=675800 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/495/stat : 495 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580618 11107311616 168950 33554432000 4194304 4196468 140726406006736 140188806277712 140190099036059 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=496] ppid=427 vsize=10846984 memory=675800 CPUtime=4.42 cores=0,2,4,6
/proc/430/task/496/stat : 496 (java) S 427 430 28159 0 -1 1077944384 25817 13058 0 0 431 3 5 3 20 0 15 0 416580618 11107311616 168950 33554432000 4194304 4196468 140726406006736 140189624617072 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=497] ppid=427 vsize=10846984 memory=675768 CPUtime=4.09 cores=0,2,4,6
/proc/430/task/497/stat : 497 (java) S 427 430 28159 0 -1 1077944384 22605 13058 0 0 397 4 5 3 20 0 15 0 416580618 11107311616 168950 33554432000 4194304 4196468 140726406006736 140189623564272 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=498] ppid=427 vsize=10846984 memory=675800 CPUtime=1.99 cores=0,2,4,6
/proc/430/task/498/stat : 498 (java) S 427 430 28159 0 -1 1077944384 27377 13058 0 0 186 5 5 3 20 0 15 0 416580618 11107311616 168950 33554432000 4194304 4196468 140726406006736 140189622511984 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=499] ppid=427 vsize=10846984 memory=675800 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/499/stat : 499 (java) S 427 430 28159 0 -1 1077944384 3 13058 0 0 0 0 5 3 20 0 15 0 416580618 11107311616 168950 33554432000 4194304 4196468 140726406006736 140188336515552 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=500] ppid=427 vsize=10846984 memory=6947385649911455296 CPUtime=1.52 cores=0,2,4,6
/proc/430/task/500/stat : 500 (java) S 427 430 28159 0 -1 1077944384 1254 13058 0 0 76 68 5 3 20 0 15 0 416580618 11107311616 168950 33554432000 4194304 4196468 140726406006736 140189621459888 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 675800 KiB

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

[startup+2485.53 s]
# the end of solver process 430 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2517.36 s, system=2.75452 s

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

[startup+2485.5 s]
/proc/loadavg: 1.23 1.32 1.37 3/228 916
/proc/meminfo: memFree=30402676/32770624 swapFree=66936656/67108860
[pid=430] ppid=427 vsize=10846984 memory=675800 CPUtime=2520.08 cores=0,2,4,6
/proc/430/stat : 430 (java) S 427 430 28159 0 -1 1077944320 206382 13058 0 0 251729 271 5 3 20 0 15 0 416580603 11107311616 168950 33554432000 4194304 4196468 140726406006736 140726405989280 140190099017463 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
/proc/430/statm: 2711746 168950 3632 1 0 2673805 0
[pid=430/tid=487] ppid=427 vsize=10846984 memory=675800 CPUtime=2464.11 cores=0,2,4,6
/proc/430/task/487/stat : 487 (java) R 427 430 28159 0 -1 4202560 63094 13058 0 0 246369 34 5 3 20 0 15 0 416580612 11107311616 168950 33554432000 4194304 4196468 140726406006736 140190070852848 140189712101022 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=488] ppid=427 vsize=10846984 memory=675800 CPUtime=8.84 cores=0,2,4,6
/proc/430/task/488/stat : 488 (java) S 427 430 28159 0 -1 1077944384 15501 13058 0 0 834 42 5 3 20 0 15 0 416580613 11107311616 168950 33554432000 4194304 4196468 140726406006736 140190103259536 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=489] ppid=427 vsize=10846984 memory=675768 CPUtime=8.81 cores=0,2,4,6
/proc/430/task/489/stat : 489 (java) S 427 430 28159 0 -1 1077944384 11111 13058 0 0 830 43 5 3 20 0 15 0 416580613 11107311616 168950 33554432000 4194304 4196468 140726406006736 140190018078992 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=490] ppid=427 vsize=10846984 memory=0 CPUtime=8.88 cores=0,2,4,6
/proc/430/task/490/stat : 490 (java) S 427 430 28159 0 -1 1077944384 15891 13058 0 0 835 45 5 3 20 0 15 0 416580613 11107311616 168950 33554432000 4194304 4196468 140726406006736 140190017026704 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=491] ppid=427 vsize=10846984 memory=675800 CPUtime=8.83 cores=0,2,4,6
/proc/430/task/491/stat : 491 (java) S 427 430 28159 0 -1 1077944384 7144 13058 0 0 836 39 5 3 20 0 15 0 416580613 11107311616 168950 33554432000 4194304 4196468 140726406006736 140190015973904 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=492] ppid=427 vsize=10846984 memory=280178032364848 CPUtime=9.18 cores=0,2,4,6
/proc/430/task/492/stat : 492 (java) S 427 430 28159 0 -1 1077944384 14362 13058 0 0 874 36 5 3 20 0 15 0 416580614 11107311616 168950 33554432000 4194304 4196468 140726406006736 140189625670256 140190099028610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=493] ppid=427 vsize=10846984 memory=675800 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/493/stat : 493 (java) S 427 430 28159 0 -1 1077944384 15 13058 0 0 0 0 5 3 20 0 15 0 416580615 11107311616 168950 33554432000 4194304 4196468 140726406006736 140189544474016 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=494] ppid=427 vsize=10846984 memory=675800 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/494/stat : 494 (java) S 427 430 28159 0 -1 1077944384 1 13058 0 0 0 0 5 3 20 0 15 0 416580615 11107311616 168950 33554432000 4194304 4196468 140726406006736 140189410256512 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=495] ppid=427 vsize=10846984 memory=675800 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/495/stat : 495 (java) S 427 430 28159 0 -1 1077944384 2 13058 0 0 0 0 5 3 20 0 15 0 416580618 11107311616 168950 33554432000 4194304 4196468 140726406006736 140188806277712 140190099036059 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=496] ppid=427 vsize=10846984 memory=675800 CPUtime=4.42 cores=0,2,4,6
/proc/430/task/496/stat : 496 (java) S 427 430 28159 0 -1 1077944384 25817 13058 0 0 431 3 5 3 20 0 15 0 416580618 11107311616 168950 33554432000 4194304 4196468 140726406006736 140189624617072 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=497] ppid=427 vsize=10846984 memory=675768 CPUtime=4.09 cores=0,2,4,6
/proc/430/task/497/stat : 497 (java) S 427 430 28159 0 -1 1077944384 22605 13058 0 0 397 4 5 3 20 0 15 0 416580618 11107311616 168950 33554432000 4194304 4196468 140726406006736 140189623564272 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=498] ppid=427 vsize=10846984 memory=675800 CPUtime=1.99 cores=0,2,4,6
/proc/430/task/498/stat : 498 (java) S 427 430 28159 0 -1 1077944384 27377 13058 0 0 186 5 5 3 20 0 15 0 416580618 11107311616 168950 33554432000 4194304 4196468 140726406006736 140189622511984 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=499] ppid=427 vsize=10846984 memory=675800 CPUtime=0.08 cores=0,2,4,6
/proc/430/task/499/stat : 499 (java) S 427 430 28159 0 -1 1077944384 3 13058 0 0 0 0 5 3 20 0 15 0 416580618 11107311616 168950 33554432000 4194304 4196468 140726406006736 140188336515552 140190099027669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
[pid=430/tid=500] ppid=427 vsize=10846984 memory=6947385649911455296 CPUtime=1.52 cores=0,2,4,6
/proc/430/task/500/stat : 500 (java) S 427 430 28159 0 -1 1077944384 1254 13058 0 0 76 68 5 3 20 0 15 0 416580618 11107311616 168950 33554432000 4194304 4196468 140726406006736 140189621459888 140190099028610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30130176 140726406011632 140726406014149 140726406014149 140726406016975 0
Current children cumulated CPU time: 2520.08 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 675800 KiB

Child status: 143
Real time (s): 2485.53
CPU time (s): 2520.12
CPU user time (s): 2517.36
CPU system time (s): 2.75452
CPU usage (%): 101.392
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 675800

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2517.36
system time used= 2.75452
maximum resident set size= 679940
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 220654
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 232920
involuntary context switches= 12390


# summary of solver processes directly reported to runsolver:
#   pid: 430
#   total CPU time (s): 2520.12
#   total CPU user time (s): 2517.36
#   total CPU system time (s): 2.75452

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3279 second user time and 23.7178 second system time

The end

Launcher Data

Begin job on node105 at 2019-09-13 20:32:07
IDJOB=4396208
IDBENCH=128242
IDSOLVER=2846
FILE ID=node105/4396208-1568403222
RUNJOBID= node105-1568388801-30330
PBS_JOBID= 21701857
Free space on /tmp= 60828 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-03.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396208-1568403222/watcher-4396208-1568403222 -o /tmp/evaluation-result-4396208-1568403222/solver-4396208-1568403222 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node105-1568388801-30330 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=979722850 HOME/instance-4396208-1568403222.xml

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

MD5SUM BENCH= 7e8aca8f1f1855a8a689daa123caec8a
RANDOM SEED=979722850

node105.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.00
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.00
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.00
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.00
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:        30408740 kB
MemAvailable:   30784580 kB
Buffers:          166000 kB
Cached:           503624 kB
SwapCached:        68236 kB
Active:          1438812 kB
Inactive:         379068 kB
Active(anon):    1086936 kB
Inactive(anon):    93836 kB
Active(file):     351876 kB
Inactive(file):   285232 kB
Unevictable:      107276 kB
Mlocked:          107276 kB
SwapTotal:      67108860 kB
SwapFree:       66936604 kB
Dirty:             35396 kB
Writeback:            16 kB
AnonPages:       1188504 kB
Mapped:            50316 kB
Shmem:             24256 kB
Slab:             137720 kB
SReclaimable:     109136 kB
SUnreclaim:        28584 kB
KernelStack:        3760 kB
PageTables:         8280 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2265996 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1032192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 60792 MiB
End job on node105 at 2019-09-13 21:13:33