Trace number 4396516

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)73 2400.07 2368.43

General information on the benchmark

NameRcpsp/Rcpsp-m1-j30/
Rcpsp-j30-29-07.xml
MD5SUM883cdd2c39820682d54c3bab8557ea17
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark73
Best CPU time to get the best result obtained on this benchmark185.851
Satisfiable
(Un)Satisfiability was proved
Number of variables32
Number of constraints62
Number of domains2
Minimum domain size1
Maximum domain size158
Distribution of domain sizes[{"size":1,"count":1},{"size":158,"count":31}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":1},{"degree":6,"count":3},{"degree":7,"count":8},{"degree":8,"count":16},{"degree":9,"count":2},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity30
Distribution of constraint arities[{"arity":2,"count":58},{"arity":30,"count":4}]
Number of extensional constraints0
Number of intensional constraints58
Distribution of constraint types[{"type":"intension","count":58},{"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
9.06/3.98	o 89
9.06/4.00	o 83
9.41/4.03	o 82
9.73/4.11	o 81
9.73/4.12	o 80
11.33/4.82	o 78
11.54/4.91	o 77
17.09/9.52	o 76
17.09/9.58	o 75
29.71/21.42	o 74
347.81/336.03	o 73
2400.03/2368.40	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2400.03/2368.40		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2400.03/2368.40		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2400.03/2368.40		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2400.03/2368.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2400.03/2368.40		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2400.03/2368.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2400.03/2368.40		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2400.03/2368.40		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2400.03/2368.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2368.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2368.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2368.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2368.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2368.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2368.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2368.40		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2400.03/2368.40		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2400.03/2368.40		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2400.03/2368.40		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2400.03/2368.40		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2400.03/2368.40		at scala.Option.map(Option.scala:243)
2400.03/2368.40		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2400.03/2368.40		at concrete.MAC.mac(MAC.scala:216)
2400.03/2368.40		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.03/2368.40		at scala.util.Try$.apply(Try.scala:212)
2400.03/2368.40		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.03/2368.40		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.03/2368.40		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.03/2368.40		at concrete.MAC.oneRun(MAC.scala:265)
2400.03/2368.40		at concrete.MAC.nextSolution(MAC.scala:284)
2400.03/2368.40		at concrete.MAC.nextSolution(MAC.scala:369)
2400.03/2368.40		at concrete.Solver.hasNext(Solver.scala:160)
2400.03/2368.40		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2368.40		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2368.40		at concrete.Solver.foreach(Solver.scala:67)
2400.03/2368.40		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.03/2368.41		at scala.util.Success.map(Try.scala:264)
2400.03/2368.41		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.03/2368.41		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.03/2368.41		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.03/2368.41		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.03/2368.41		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.03/2368.41		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.03/2368.41		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.03/2368.41		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.03/2368.41		at scala.App.$anonfun$main$1(App.scala:75)
2400.03/2368.41		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.03/2368.41		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.03/2368.41		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.03/2368.41		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.03/2368.41		at scala.App.main(App.scala:75)
2400.03/2368.41		at scala.App.main$(App.scala:73)
2400.03/2368.41		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.03/2368.41		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.03/2368.41	v <instantiation
2400.03/2368.41	v         cost = '73'>
2400.03/2368.41	v       <list>
2400.03/2368.41	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31]
2400.03/2368.41	v       </list>
2400.03/2368.41	v       <values>
2400.03/2368.41	v         0 4 0 0 9 12 20 12 4 9 12 45 50 15 38 4 30 11 41 32 55 58 22 48 46 34 69 59 61 71 69 73
2400.03/2368.41	v       </values>
2400.03/2368.41	v     </instantiation>
2400.03/2368.41	s SATISFIABLE

Verifier Data

OK	73

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396516-1568401941/watcher-4396516-1568401941 -o /tmp/evaluation-result-4396516-1568401941/solver-4396516-1568401941 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568401197-16670 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=637189245 HOME/instance-4396516-1568401941.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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=17244, runsolver pid=17241

[startup+0.100093 s]*
/proc/loadavg: 1.46 1.70 1.43 4/220 17301
/proc/meminfo: memFree=24958028/32770624 swapFree=66939840/67108860
[pid=17244] ppid=17241 vsize=9972712 memory=18956 CPUtime=0.09 cores=0,2,4,6
/proc/17244/stat : 17244 (java) S 17241 17244 16639 0 -1 1077944320 4452 13181 0 0 1 0 5 3 20 0 6 0 416109050 10212057088 4739 33554432000 4194304 4196468 140733613917152 140733613899696 140655021256439 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
/proc/17244/statm: 2493178 4739 1935 1 0 2481616 0
[pid=17244/tid=17297] ppid=17241 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17297/stat : 17297 (java) R 17241 17244 16639 0 -1 4202560 2243 13181 0 0 0 0 5 3 20 0 6 0 416109059 10212057088 4739 33554432000 4194304 4196468 140733613917152 140654993093200 140655006938965 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17298] ppid=17241 vsize=9972712 memory=-9181546050914066336 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17298/stat : 17298 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 6 0 416109059 10212057088 4739 33554432000 4194304 4196468 140733613917152 140655025498768 140655021266645 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17299] ppid=17241 vsize=9972712 memory=140180918695552 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17299/stat : 17299 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 6 0 416109059 10212057088 4739 33554432000 4194304 4196468 140733613917152 140654946458128 140655021266645 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17300] ppid=17241 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17300/stat : 17300 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 6 0 416109059 10212057088 4739 33554432000 4194304 4196468 140733613917152 140654592993680 140655021266645 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17301] ppid=17241 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17301/stat : 17301 (java) S 17241 17244 16639 0 -1 1077944384 2 13181 0 0 0 0 5 3 20 0 6 0 416109059 10212057088 4739 33554432000 4194304 4196468 140733613917152 140654591940880 140655021266645 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18956 KiB

[startup+0.210362 s]*
/proc/loadavg: 1.46 1.70 1.43 4/229 17310
/proc/meminfo: memFree=24936452/32770624 swapFree=66939840/67108860
[pid=17244] ppid=17241 vsize=10819664 memory=38904 CPUtime=0.26 cores=0,2,4,6
/proc/17244/stat : 17244 (java) S 17241 17244 16639 0 -1 1077944320 7051 13181 0 0 16 2 5 3 20 0 15 0 416109050 11079335936 9726 33554432000 4194304 4196468 140733613917152 140733613899696 140655021256439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
/proc/17244/statm: 2704916 9726 3172 1 0 2667149 0
[pid=17244/tid=17297] ppid=17241 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/17244/task/17297/stat : 17297 (java) R 17241 17244 16639 0 -1 4202560 3543 13181 0 0 10 1 5 3 20 0 15 0 416109059 11079335936 9726 33554432000 4194304 4196468 140733613917152 140654993055472 140655005336926 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17298] ppid=17241 vsize=10819664 memory=365 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17298/stat : 17298 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 416109059 11079335936 9726 33554432000 4194304 4196468 140733613917152 140655025498768 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17299] ppid=17241 vsize=10819664 memory=288370557070407296 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17299/stat : 17299 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 416109059 11079335936 9726 33554432000 4194304 4196468 140733613917152 140654946458128 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17300] ppid=17241 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17300/stat : 17300 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 416109059 11079335936 9726 33554432000 4194304 4196468 140733613917152 140654592993680 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17301] ppid=17241 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17301/stat : 17301 (java) S 17241 17244 16639 0 -1 1077944384 2 13181 0 0 0 0 5 3 20 0 15 0 416109059 11079335936 9726 33554432000 4194304 4196468 140733613917152 140654591940880 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17302] ppid=17241 vsize=10819664 memory=140180918695552 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17302/stat : 17302 (java) S 17241 17244 16639 0 -1 1077944384 2 13181 0 0 0 0 5 3 20 0 15 0 416109061 11079335936 9726 33554432000 4194304 4196468 140733613917152 140654547848048 140655021267586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17303] ppid=17241 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17303/stat : 17303 (java) S 17241 17244 16639 0 -1 1077944384 13 13181 0 0 0 0 5 3 20 0 15 0 416109061 11079335936 9726 33554432000 4194304 4196468 140733613917152 140653937813024 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17304] ppid=17241 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17304/stat : 17304 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 416109062 11079335936 9726 33554432000 4194304 4196468 140733613917152 140653803595120 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17305] ppid=17241 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17305/stat : 17305 (java) S 17241 17244 16639 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 416109064 11079335936 9726 33554432000 4194304 4196468 140733613917152 140653563304272 140655021275035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17306] ppid=17241 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17244/task/17306/stat : 17306 (java) S 17241 17244 16639 0 -1 1077944384 608 13181 0 0 1 0 5 3 20 0 15 0 416109064 11079335936 9726 33554432000 4194304 4196468 140733613917152 140654546794864 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17307] ppid=17241 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17307/stat : 17307 (java) S 17241 17244 16639 0 -1 1077944384 47 13181 0 0 0 0 5 3 20 0 15 0 416109064 11079335936 9726 33554432000 4194304 4196468 140733613917152 140654545742064 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17308] ppid=17241 vsize=10819664 memory=140180918695552 CPUtime=0.11 cores=0,2,4,6
/proc/17244/task/17308/stat : 17308 (java) R 17241 17244 16639 0 -1 4202560 618 13181 0 0 3 0 5 3 20 0 15 0 416109064 11079335936 9726 33554432000 4194304 4196468 140733613917152 140654544689264 140655000728695 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17309] ppid=17241 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17309/stat : 17309 (java) S 17241 17244 16639 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 416109065 11079335936 9726 33554432000 4194304 4196468 140733613917152 140653529745632 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17310] ppid=17241 vsize=10819664 memory=140180918695552 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17310/stat : 17310 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 416109065 11079335936 9726 33554432000 4194304 4196468 140733613917152 140654543637680 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 38904 KiB

[startup+0.310668 s]*
/proc/loadavg: 1.46 1.70 1.43 3/229 17310
/proc/meminfo: memFree=24924296/32770624 swapFree=66939840/67108860
[pid=17244] ppid=17241 vsize=10820148 memory=50024 CPUtime=0.4 cores=0,2,4,6
/proc/17244/stat : 17244 (java) S 17241 17244 16639 0 -1 1077944320 10747 13181 0 0 28 4 5 3 20 0 15 0 416109050 11079831552 12506 33554432000 4194304 4196468 140733613917152 140733613899696 140655021256439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
/proc/17244/statm: 2705037 12506 3304 1 0 2667149 0
[pid=17244/tid=17297] ppid=17241 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/17244/task/17297/stat : 17297 (java) R 17241 17244 16639 0 -1 4202560 7210 13181 0 0 18 3 5 3 20 0 15 0 416109059 11079831552 12506 33554432000 4194304 4196468 140733613917152 140654993066048 140655005336926 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17298] ppid=17241 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17298/stat : 17298 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 416109059 11079831552 12506 33554432000 4194304 4196468 140733613917152 140655025498768 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17299] ppid=17241 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17299/stat : 17299 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 416109059 11079831552 12506 33554432000 4194304 4196468 140733613917152 140654946458128 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17300] ppid=17241 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17300/stat : 17300 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 416109059 11079831552 12506 33554432000 4194304 4196468 140733613917152 140654592993680 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17301] ppid=17241 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17301/stat : 17301 (java) S 17241 17244 16639 0 -1 1077944384 2 13181 0 0 0 0 5 3 20 0 15 0 416109059 11079831552 12506 33554432000 4194304 4196468 140733613917152 140654591940880 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17302] ppid=17241 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17302/stat : 17302 (java) S 17241 17244 16639 0 -1 1077944384 2 13181 0 0 0 0 5 3 20 0 15 0 416109061 11079831552 12506 33554432000 4194304 4196468 140733613917152 140654547848048 140655021267586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17303] ppid=17241 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17303/stat : 17303 (java) S 17241 17244 16639 0 -1 1077944384 13 13181 0 0 0 0 5 3 20 0 15 0 416109061 11079831552 12506 33554432000 4194304 4196468 140733613917152 140653937813024 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17304] ppid=17241 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17304/stat : 17304 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 416109062 11079831552 12506 33554432000 4194304 4196468 140733613917152 140653803595120 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17305] ppid=17241 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17305/stat : 17305 (java) S 17241 17244 16639 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 416109064 11079831552 12506 33554432000 4194304 4196468 140733613917152 140653563304272 140655021275035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17306] ppid=17241 vsize=10820148 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17244/task/17306/stat : 17306 (java) S 17241 17244 16639 0 -1 1077944384 608 13181 0 0 1 0 5 3 20 0 15 0 416109064 11079831552 12506 33554432000 4194304 4196468 140733613917152 140654546794864 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17307] ppid=17241 vsize=10820148 memory=-1 CPUtime=0.1 cores=0,2,4,6
/proc/17244/task/17307/stat : 17307 (java) S 17241 17244 16639 0 -1 1077944384 57 13181 0 0 2 0 5 3 20 0 15 0 416109064 11079831552 12506 33554432000 4194304 4196468 140733613917152 140654545742064 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17308] ppid=17241 vsize=10820148 memory=140180918695552 CPUtime=0.13 cores=0,2,4,6
/proc/17244/task/17308/stat : 17308 (java) S 17241 17244 16639 0 -1 1077944384 640 13181 0 0 5 0 5 3 20 0 15 0 416109064 11079831552 12506 33554432000 4194304 4196468 140733613917152 140654544689264 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17309] ppid=17241 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17309/stat : 17309 (java) S 17241 17244 16639 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 416109065 11079831552 12506 33554432000 4194304 4196468 140733613917152 140653529745632 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17310] ppid=17241 vsize=10820148 memory=140180918695552 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17310/stat : 17310 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 416109065 11079831552 12506 33554432000 4194304 4196468 140733613917152 140654543637680 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50024 KiB

[startup+0.700765 s]
/proc/loadavg: 1.46 1.70 1.43 3/229 17310
/proc/meminfo: memFree=24911312/32770624 swapFree=66939840/67108860
[pid=17244] ppid=17241 vsize=10824360 memory=83300 CPUtime=1.15 cores=0,2,4,6
/proc/17244/stat : 17244 (java) S 17241 17244 16639 0 -1 1077944320 15015 13181 0 0 101 6 5 3 20 0 15 0 416109050 11084144640 20825 33554432000 4194304 4196468 140733613917152 140733613899696 140655021256439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
/proc/17244/statm: 2706090 20825 3501 1 0 2668173 0
[pid=17244/tid=17297] ppid=17241 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/17244/task/17297/stat : 17297 (java) R 17241 17244 16639 0 -1 4202560 10354 13181 0 0 55 4 5 3 20 0 15 0 416109059 11084144640 20825 33554432000 4194304 4196468 140733613917152 140654993076064 140655021278365 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17298] ppid=17241 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17298/stat : 17298 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 416109059 11084144640 20825 33554432000 4194304 4196468 140733613917152 140655025498768 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17299] ppid=17241 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17299/stat : 17299 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 416109059 11084144640 20825 33554432000 4194304 4196468 140733613917152 140654946458128 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17300] ppid=17241 vsize=10824360 memory=140180820472016 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17300/stat : 17300 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 416109059 11084144640 20825 33554432000 4194304 4196468 140733613917152 140654592993680 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17301] ppid=17241 vsize=10824360 memory=140183437574763 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17301/stat : 17301 (java) S 17241 17244 16639 0 -1 1077944384 2 13181 0 0 0 0 5 3 20 0 15 0 416109059 11084144640 20825 33554432000 4194304 4196468 140733613917152 140654591940880 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17302] ppid=17241 vsize=10824360 memory=1076 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17302/stat : 17302 (java) S 17241 17244 16639 0 -1 1077944384 5 13181 0 0 0 0 5 3 20 0 15 0 416109061 11084144640 20825 33554432000 4194304 4196468 140733613917152 140654547848048 140655021267586 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17303] ppid=17241 vsize=10824360 memory=7014751519650698577 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17303/stat : 17303 (java) S 17241 17244 16639 0 -1 1077944384 13 13181 0 0 0 0 5 3 20 0 15 0 416109061 11084144640 20825 33554432000 4194304 4196468 140733613917152 140653937813024 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17304] ppid=17241 vsize=10824360 memory=8027782147104397672 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17304/stat : 17304 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 416109062 11084144640 20825 33554432000 4194304 4196468 140733613917152 140653803595120 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17305] ppid=17241 vsize=10824360 memory=14056 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17305/stat : 17305 (java) S 17241 17244 16639 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 416109064 11084144640 20825 33554432000 4194304 4196468 140733613917152 140653563304272 140655021275035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17306] ppid=17241 vsize=10824360 memory=2116 CPUtime=0.22 cores=0,2,4,6
/proc/17244/task/17306/stat : 17306 (java) S 17241 17244 16639 0 -1 1077944384 1094 13181 0 0 14 0 5 3 20 0 15 0 416109064 11084144640 20825 33554432000 4194304 4196468 140733613917152 140654546794864 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17307] ppid=17241 vsize=10824360 memory=520 CPUtime=0.21 cores=0,2,4,6
/proc/17244/task/17307/stat : 17307 (java) S 17241 17244 16639 0 -1 1077944384 460 13181 0 0 13 0 5 3 20 0 15 0 416109064 11084144640 20825 33554432000 4194304 4196468 140733613917152 140654545742064 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17308] ppid=17241 vsize=10824360 memory=1560 CPUtime=0.25 cores=0,2,4,6
/proc/17244/task/17308/stat : 17308 (java) S 17241 17244 16639 0 -1 1077944384 868 13181 0 0 17 0 5 3 20 0 15 0 416109064 11084144640 20825 33554432000 4194304 4196468 140733613917152 140654544689264 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17309] ppid=17241 vsize=10824360 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17309/stat : 17309 (java) S 17241 17244 16639 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 416109065 11084144640 20825 33554432000 4194304 4196468 140733613917152 140653529745632 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17310] ppid=17241 vsize=10824360 memory=3688 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17310/stat : 17310 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 416109065 11084144640 20825 33554432000 4194304 4196468 140733613917152 140654543637680 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83300 KiB

[startup+1.50237 s]
/proc/loadavg: 1.46 1.70 1.43 4/229 17310
/proc/meminfo: memFree=24867468/32770624 swapFree=66939840/67108860
[pid=17244] ppid=17241 vsize=10834676 memory=170748 CPUtime=2.44 cores=0,2,4,6
/proc/17244/stat : 17244 (java) S 17241 17244 16639 0 -1 1077944320 21563 13181 0 0 225 11 5 3 20 0 15 0 416109050 11094708224 42687 33554432000 4194304 4196468 140733613917152 140733613899696 140655021256439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
/proc/17244/statm: 2708669 42687 3576 1 0 2670733 0
[pid=17244/tid=17297] ppid=17241 vsize=10834676 memory=167232 CPUtime=1.44 cores=0,2,4,6
/proc/17244/task/17297/stat : 17297 (java) R 17241 17244 16639 0 -1 4202560 15260 13181 0 0 129 7 5 3 20 0 15 0 416109059 11094708224 42687 33554432000 4194304 4196468 140733613917152 140654993054688 140655021268374 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17298] ppid=17241 vsize=10834676 memory=6944656592455359580 CPUtime=0.09 cores=0,2,4,6
/proc/17244/task/17298/stat : 17298 (java) S 17241 17244 16639 0 -1 1077944384 59 13181 0 0 1 0 5 3 20 0 15 0 416109059 11094708224 42687 33554432000 4194304 4196468 140733613917152 140655025498768 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17299] ppid=17241 vsize=10834676 memory=7976406965554101975 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17299/stat : 17299 (java) S 17241 17244 16639 0 -1 1077944384 24 13181 0 0 0 0 5 3 20 0 15 0 416109059 11094708224 42687 33554432000 4194304 4196468 140733613917152 140654946458128 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17300] ppid=17241 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17244/task/17300/stat : 17300 (java) S 17241 17244 16639 0 -1 1077944384 351 13181 0 0 1 0 5 3 20 0 15 0 416109059 11094708224 42687 33554432000 4194304 4196468 140733613917152 140654592993680 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17301] ppid=17241 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17244/task/17301/stat : 17301 (java) S 17241 17244 16639 0 -1 1077944384 87 13181 0 0 1 0 5 3 20 0 15 0 416109059 11094708224 42687 33554432000 4194304 4196468 140733613917152 140654591940880 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17302] ppid=17241 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/17244/task/17302/stat : 17302 (java) S 17241 17244 16639 0 -1 1077944384 127 13181 0 0 1 0 5 3 20 0 15 0 416109061 11094708224 42687 33554432000 4194304 4196468 140733613917152 140654547848048 140655021267586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17303] ppid=17241 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17303/stat : 17303 (java) S 17241 17244 16639 0 -1 1077944384 14 13181 0 0 0 0 5 3 20 0 15 0 416109061 11094708224 42687 33554432000 4194304 4196468 140733613917152 140653937813088 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17304] ppid=17241 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17304/stat : 17304 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 416109062 11094708224 42687 33554432000 4194304 4196468 140733613917152 140653803595136 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17305] ppid=17241 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17305/stat : 17305 (java) S 17241 17244 16639 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 416109064 11094708224 42687 33554432000 4194304 4196468 140733613917152 140653563304272 140655021275035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17306] ppid=17241 vsize=10834676 memory=0 CPUtime=0.36 cores=0,2,4,6
/proc/17244/task/17306/stat : 17306 (java) R 17241 17244 16639 0 -1 4202560 1353 13181 0 0 28 0 5 3 20 0 15 0 416109064 11094708224 42687 33554432000 4194304 4196468 140733613917152 140654546786816 140655000944514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17307] ppid=17241 vsize=10834676 memory=4580 CPUtime=0.28 cores=0,2,4,6
/proc/17244/task/17307/stat : 17307 (java) S 17241 17244 16639 0 -1 1077944384 523 13181 0 0 20 0 5 3 20 0 15 0 416109064 11094708224 42687 33554432000 4194304 4196468 140733613917152 140654545742064 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17308] ppid=17241 vsize=10834676 memory=8099274707962717272 CPUtime=0.47 cores=0,2,4,6
/proc/17244/task/17308/stat : 17308 (java) R 17241 17244 16639 0 -1 1077944384 1549 13181 0 0 39 0 5 3 20 0 15 0 416109064 11094708224 42687 33554432000 4194304 4196468 140733613917152 140654544689264 140655021267586 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17309] ppid=17241 vsize=10834676 memory=7597132098393106257 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17309/stat : 17309 (java) S 17241 17244 16639 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 416109065 11094708224 42687 33554432000 4194304 4196468 140733613917152 140653529745632 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17310] ppid=17241 vsize=10834676 memory=8245074356491937617 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17310/stat : 17310 (java) S 17241 17244 16639 0 -1 1077944384 1 13181 0 0 0 0 5 3 20 0 15 0 416109065 11094708224 42687 33554432000 4194304 4196468 140733613917152 140654543637680 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834676 KiB

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

/proc/17244/task/17297/stat : 17297 (java) R 17241 17244 16639 0 -1 4202560 54379 13181 0 0 218339 37 5 3 20 0 15 0 416109059 11107311616 159563 33554432000 4194304 4196468 140733613917152 140654993091536 140654637318189 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17298] ppid=17241 vsize=10846984 memory=638244 CPUtime=7.76 cores=0,2,4,6
/proc/17244/task/17298/stat : 17298 (java) S 17241 17244 16639 0 -1 1077944384 9323 13181 0 0 727 41 5 3 20 0 15 0 416109059 11107311616 159563 33554432000 4194304 4196468 140733613917152 140655025498768 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17299] ppid=17241 vsize=10846984 memory=638252 CPUtime=7.72 cores=0,2,4,6
/proc/17244/task/17299/stat : 17299 (java) S 17241 17244 16639 0 -1 1077944384 12411 13181 0 0 719 45 5 3 20 0 15 0 416109059 11107311616 159563 33554432000 4194304 4196468 140733613917152 140654946458128 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17300] ppid=17241 vsize=10846984 memory=638252 CPUtime=7.78 cores=0,2,4,6
/proc/17244/task/17300/stat : 17300 (java) S 17241 17244 16639 0 -1 1077944384 9850 13181 0 0 731 39 5 3 20 0 15 0 416109059 11107311616 159563 33554432000 4194304 4196468 140733613917152 140654592993680 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17301] ppid=17241 vsize=10846984 memory=638252 CPUtime=7.77 cores=0,2,4,6
/proc/17244/task/17301/stat : 17301 (java) S 17241 17244 16639 0 -1 1077944384 9507 13181 0 0 729 40 5 3 20 0 15 0 416109059 11107311616 159563 33554432000 4194304 4196468 140733613917152 140654591940880 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17302] ppid=17241 vsize=10846984 memory=180 CPUtime=7.52 cores=0,2,4,6
/proc/17244/task/17302/stat : 17302 (java) S 17241 17244 16639 0 -1 1077944384 12436 13181 0 0 708 36 5 3 20 0 15 0 416109061 11107311616 159563 33554432000 4194304 4196468 140733613917152 140654547848048 140655021267586 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17303] ppid=17241 vsize=10846984 memory=638252 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17303/stat : 17303 (java) S 17241 17244 16639 0 -1 1077944384 18 13181 0 0 0 0 5 3 20 0 15 0 416109061 11107311616 159563 33554432000 4194304 4196468 140733613917152 140653937813088 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17304] ppid=17241 vsize=10846984 memory=7090706938310715250 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17304/stat : 17304 (java) S 17241 17244 16639 0 -1 1077944384 5 13181 0 0 0 0 5 3 20 0 15 0 416109062 11107311616 159563 33554432000 4194304 4196468 140733613917152 140653803595136 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17305] ppid=17241 vsize=10846984 memory=303430223234596890 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17305/stat : 17305 (java) S 17241 17244 16639 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 416109064 11107311616 159563 33554432000 4194304 4196468 140733613917152 140653563304272 140655021275035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17306] ppid=17241 vsize=10846984 memory=303430244793319739 CPUtime=3.84 cores=0,2,4,6
/proc/17244/task/17306/stat : 17306 (java) S 17241 17244 16639 0 -1 1077944384 22778 13181 0 0 372 4 5 3 20 0 15 0 416109064 11107311616 159563 33554432000 4194304 4196468 140733613917152 140654546794864 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17307] ppid=17241 vsize=10846984 memory=9580 CPUtime=3.69 cores=0,2,4,6
/proc/17244/task/17307/stat : 17307 (java) S 17241 17244 16639 0 -1 1077944384 28588 13181 0 0 356 5 5 3 20 0 15 0 416109064 11107311616 159563 33554432000 4194304 4196468 140733613917152 140654545742064 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17308] ppid=17241 vsize=10846984 memory=1052 CPUtime=1.71 cores=0,2,4,6
/proc/17244/task/17308/stat : 17308 (java) S 17241 17244 16639 0 -1 1077944384 15659 13181 0 0 157 6 5 3 20 0 15 0 416109064 11107311616 159563 33554432000 4194304 4196468 140733613917152 140654544689264 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17309] ppid=17241 vsize=10846984 memory=2116 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17309/stat : 17309 (java) S 17241 17244 16639 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 416109065 11107311616 159563 33554432000 4194304 4196468 140733613917152 140653529745632 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17310] ppid=17241 vsize=10846984 memory=638252 CPUtime=1.4 cores=0,2,4,6
/proc/17244/task/17310/stat : 17310 (java) S 17241 17244 16639 0 -1 1077944384 987 13181 0 0 65 67 5 3 20 0 15 0 416109065 11107311616 159563 33554432000 4194304 4196468 140733613917152 140654543637680 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
Current children cumulated CPU time: 2232.4 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 638252 KiB

[startup+2262.3 s]
/proc/loadavg: 1.33 1.35 1.39 3/228 17769
/proc/meminfo: memFree=25437440/32770624 swapFree=66939840/67108860
[pid=17244] ppid=17241 vsize=10846984 memory=638264 CPUtime=2292.92 cores=0,2,4,6
/proc/17244/stat : 17244 (java) S 17241 17244 16639 0 -1 1077944320 179464 13181 0 0 229013 271 5 3 20 0 15 0 416109050 11107311616 159566 33554432000 4194304 4196468 140733613917152 140733613899696 140655021256439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
/proc/17244/statm: 2711746 159566 3629 1 0 2673805 0
[pid=17244/tid=17297] ppid=17241 vsize=10846984 memory=1620 CPUtime=2243.31 cores=0,2,4,6
/proc/17244/task/17297/stat : 17297 (java) R 17241 17244 16639 0 -1 4202560 54941 13181 0 0 224285 38 5 3 20 0 15 0 416109059 11107311616 159566 33554432000 4194304 4196468 140733613917152 140654993091216 140654635194752 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17298] ppid=17241 vsize=10846984 memory=638264 CPUtime=7.97 cores=0,2,4,6
/proc/17244/task/17298/stat : 17298 (java) S 17241 17244 16639 0 -1 1077944384 9506 13181 0 0 747 42 5 3 20 0 15 0 416109059 11107311616 159566 33554432000 4194304 4196468 140733613917152 140655025498768 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17299] ppid=17241 vsize=10846984 memory=638264 CPUtime=7.93 cores=0,2,4,6
/proc/17244/task/17299/stat : 17299 (java) S 17241 17244 16639 0 -1 1077944384 12666 13181 0 0 739 46 5 3 20 0 15 0 416109059 11107311616 159566 33554432000 4194304 4196468 140733613917152 140654946458128 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17300] ppid=17241 vsize=10846984 memory=638264 CPUtime=7.98 cores=0,2,4,6
/proc/17244/task/17300/stat : 17300 (java) S 17241 17244 16639 0 -1 1077944384 9888 13181 0 0 749 41 5 3 20 0 15 0 416109059 11107311616 159566 33554432000 4194304 4196468 140733613917152 140654592993680 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17301] ppid=17241 vsize=10846984 memory=2008 CPUtime=7.98 cores=0,2,4,6
/proc/17244/task/17301/stat : 17301 (java) S 17241 17244 16639 0 -1 1077944384 9533 13181 0 0 749 41 5 3 20 0 15 0 416109059 11107311616 159566 33554432000 4194304 4196468 140733613917152 140654591940880 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17302] ppid=17241 vsize=10846984 memory=1436 CPUtime=7.72 cores=0,2,4,6
/proc/17244/task/17302/stat : 17302 (java) S 17241 17244 16639 0 -1 1077944384 12657 13181 0 0 726 38 5 3 20 0 15 0 416109061 11107311616 159566 33554432000 4194304 4196468 140733613917152 140654547848048 140655021267586 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17303] ppid=17241 vsize=10846984 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17303/stat : 17303 (java) S 17241 17244 16639 0 -1 1077944384 18 13181 0 0 0 0 5 3 20 0 15 0 416109061 11107311616 159566 33554432000 4194304 4196468 140733613917152 140653937813088 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17304] ppid=17241 vsize=10846984 memory=2560 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17304/stat : 17304 (java) S 17241 17244 16639 0 -1 1077944384 5 13181 0 0 0 0 5 3 20 0 15 0 416109062 11107311616 159566 33554432000 4194304 4196468 140733613917152 140653803595136 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17305] ppid=17241 vsize=10846984 memory=788 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17305/stat : 17305 (java) S 17241 17244 16639 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 416109064 11107311616 159566 33554432000 4194304 4196468 140733613917152 140653563304272 140655021275035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17306] ppid=17241 vsize=10846984 memory=762 CPUtime=3.84 cores=0,2,4,6
/proc/17244/task/17306/stat : 17306 (java) S 17241 17244 16639 0 -1 1077944384 22780 13181 0 0 372 4 5 3 20 0 15 0 416109064 11107311616 159566 33554432000 4194304 4196468 140733613917152 140654546794864 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17307] ppid=17241 vsize=10846984 memory=638264 CPUtime=3.69 cores=0,2,4,6
/proc/17244/task/17307/stat : 17307 (java) S 17241 17244 16639 0 -1 1077944384 28590 13181 0 0 356 5 5 3 20 0 15 0 416109064 11107311616 159566 33554432000 4194304 4196468 140733613917152 140654545742064 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17308] ppid=17241 vsize=10846984 memory=520 CPUtime=1.71 cores=0,2,4,6
/proc/17244/task/17308/stat : 17308 (java) S 17241 17244 16639 0 -1 1077944384 15661 13181 0 0 157 6 5 3 20 0 15 0 416109064 11107311616 159566 33554432000 4194304 4196468 140733613917152 140654544689264 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17309] ppid=17241 vsize=10846984 memory=638264 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17309/stat : 17309 (java) S 17241 17244 16639 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 416109065 11107311616 159566 33554432000 4194304 4196468 140733613917152 140653529745632 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17310] ppid=17241 vsize=10846984 memory=638264 CPUtime=1.43 cores=0,2,4,6
/proc/17244/task/17310/stat : 17310 (java) S 17241 17244 16639 0 -1 1077944384 1005 13181 0 0 67 68 5 3 20 0 15 0 416109065 11107311616 159566 33554432000 4194304 4196468 140733613917152 140654543637680 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
Current children cumulated CPU time: 2292.92 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 638264 KiB

[startup+2322.3 s]
/proc/loadavg: 1.76 1.48 1.43 3/227 17780
/proc/meminfo: memFree=25324048/32770624 swapFree=66939840/67108860
[pid=17244] ppid=17241 vsize=10846984 memory=640416 CPUtime=2353.49 cores=0,2,4,6
/proc/17244/stat : 17244 (java) S 17241 17244 16639 0 -1 1077944320 180797 13181 0 0 235064 277 5 3 20 0 15 0 416109050 11107311616 160104 33554432000 4194304 4196468 140733613917152 140733613899696 140655021256439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
/proc/17244/statm: 2711746 160104 3629 1 0 2673805 0
[pid=17244/tid=17297] ppid=17241 vsize=10846984 memory=640416 CPUtime=2302.83 cores=0,2,4,6
/proc/17244/task/17297/stat : 17297 (java) R 17241 17244 16639 0 -1 4202560 55527 13181 0 0 230237 38 5 3 20 0 15 0 416109059 11107311616 160104 33554432000 4194304 4196468 140733613917152 140654993092160 140654637266244 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17298] ppid=17241 vsize=10846984 memory=640372 CPUtime=8.17 cores=0,2,4,6
/proc/17244/task/17298/stat : 17298 (java) S 17241 17244 16639 0 -1 1077944384 9518 13181 0 0 766 43 5 3 20 0 15 0 416109059 11107311616 160104 33554432000 4194304 4196468 140733613917152 140655025498768 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17299] ppid=17241 vsize=10846984 memory=640416 CPUtime=8.13 cores=0,2,4,6
/proc/17244/task/17299/stat : 17299 (java) S 17241 17244 16639 0 -1 1077944384 12700 13181 0 0 759 46 5 3 20 0 15 0 416109059 11107311616 160104 33554432000 4194304 4196468 140733613917152 140654946458128 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17300] ppid=17241 vsize=10846984 memory=640416 CPUtime=8.18 cores=0,2,4,6
/proc/17244/task/17300/stat : 17300 (java) S 17241 17244 16639 0 -1 1077944384 10291 13181 0 0 768 42 5 3 20 0 15 0 416109059 11107311616 160104 33554432000 4194304 4196468 140733613917152 140654592993680 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17301] ppid=17241 vsize=10846984 memory=640416 CPUtime=8.18 cores=0,2,4,6
/proc/17244/task/17301/stat : 17301 (java) S 17241 17244 16639 0 -1 1077944384 9586 13181 0 0 768 42 5 3 20 0 15 0 416109059 11107311616 160104 33554432000 4194304 4196468 140733613917152 140654591940880 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17302] ppid=17241 vsize=10846984 memory=640416 CPUtime=7.91 cores=0,2,4,6
/proc/17244/task/17302/stat : 17302 (java) S 17241 17244 16639 0 -1 1077944384 12889 13181 0 0 744 39 5 3 20 0 15 0 416109061 11107311616 160104 33554432000 4194304 4196468 140733613917152 140654547848048 140655021267586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17303] ppid=17241 vsize=10846984 memory=640372 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17303/stat : 17303 (java) S 17241 17244 16639 0 -1 1077944384 18 13181 0 0 0 0 5 3 20 0 15 0 416109061 11107311616 160104 33554432000 4194304 4196468 140733613917152 140653937813088 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17304] ppid=17241 vsize=10846984 memory=640372 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17304/stat : 17304 (java) S 17241 17244 16639 0 -1 1077944384 5 13181 0 0 0 0 5 3 20 0 15 0 416109062 11107311616 160104 33554432000 4194304 4196468 140733613917152 140653803595136 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17305] ppid=17241 vsize=10846984 memory=640372 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17305/stat : 17305 (java) S 17241 17244 16639 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 416109064 11107311616 160104 33554432000 4194304 4196468 140733613917152 140653563304272 140655021275035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17306] ppid=17241 vsize=10846984 memory=640372 CPUtime=3.84 cores=0,2,4,6
/proc/17244/task/17306/stat : 17306 (java) S 17241 17244 16639 0 -1 1077944384 22782 13181 0 0 372 4 5 3 20 0 15 0 416109064 11107311616 160104 33554432000 4194304 4196468 140733613917152 140654546794864 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17307] ppid=17241 vsize=10846984 memory=640416 CPUtime=3.69 cores=0,2,4,6
/proc/17244/task/17307/stat : 17307 (java) S 17241 17244 16639 0 -1 1077944384 28592 13181 0 0 356 5 5 3 20 0 15 0 416109064 11107311616 160104 33554432000 4194304 4196468 140733613917152 140654545742064 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17308] ppid=17241 vsize=10846984 memory=640416 CPUtime=1.71 cores=0,2,4,6
/proc/17244/task/17308/stat : 17308 (java) S 17241 17244 16639 0 -1 1077944384 15663 13181 0 0 157 6 5 3 20 0 15 0 416109064 11107311616 160104 33554432000 4194304 4196468 140733613917152 140654544689264 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17309] ppid=17241 vsize=10846984 memory=3504 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17309/stat : 17309 (java) S 17241 17244 16639 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 416109065 11107311616 160104 33554432000 4194304 4196468 140733613917152 140653529745632 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17310] ppid=17241 vsize=10846984 memory=40120 CPUtime=1.46 cores=0,2,4,6
/proc/17244/task/17310/stat : 17310 (java) S 17241 17244 16639 0 -1 1077944384 1012 13181 0 0 68 70 5 3 20 0 15 0 416109065 11107311616 160104 33554432000 4194304 4196468 140733613917152 140654543637680 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
Current children cumulated CPU time: 2353.49 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 640416 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2368.4 s]
/proc/loadavg: 1.88 1.57 1.47 3/227 17783
/proc/meminfo: memFree=25322396/32770624 swapFree=66939840/67108860
[pid=17244] ppid=17241 vsize=10846984 memory=640424 CPUtime=2400.03 cores=0,2,4,6
/proc/17244/stat : 17244 (java) S 17241 17244 16639 0 -1 1077944320 181099 13181 0 0 239714 281 5 3 20 0 15 0 416109050 11107311616 160106 33554432000 4194304 4196468 140733613917152 140733613899696 140655021256439 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
/proc/17244/statm: 2711746 160106 3629 1 0 2673805 0
[pid=17244/tid=17297] ppid=17241 vsize=10846984 memory=111636 CPUtime=2348.55 cores=0,2,4,6
/proc/17244/task/17297/stat : 17297 (java) R 17241 17244 16639 0 -1 4202560 55786 13181 0 0 234808 39 5 3 20 0 15 0 416109059 11107311616 160106 33554432000 4194304 4196468 140733613917152 140654993092352 140654637205188 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17298] ppid=17241 vsize=10846984 memory=808 CPUtime=8.34 cores=0,2,4,6
/proc/17244/task/17298/stat : 17298 (java) S 17241 17244 16639 0 -1 1077944384 9535 13181 0 0 782 44 5 3 20 0 15 0 416109059 11107311616 160106 33554432000 4194304 4196468 140733613917152 140655025498768 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17299] ppid=17241 vsize=10846984 memory=1804 CPUtime=8.29 cores=0,2,4,6
/proc/17244/task/17299/stat : 17299 (java) S 17241 17244 16639 0 -1 1077944384 12703 13181 0 0 774 47 5 3 20 0 15 0 416109059 11107311616 160106 33554432000 4194304 4196468 140733613917152 140654946458128 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17300] ppid=17241 vsize=10846984 memory=14056 CPUtime=8.34 cores=0,2,4,6
/proc/17244/task/17300/stat : 17300 (java) S 17241 17244 16639 0 -1 1077944384 10297 13181 0 0 783 43 5 3 20 0 15 0 416109059 11107311616 160106 33554432000 4194304 4196468 140733613917152 140654592993680 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17301] ppid=17241 vsize=10846984 memory=2116 CPUtime=8.35 cores=0,2,4,6
/proc/17244/task/17301/stat : 17301 (java) S 17241 17244 16639 0 -1 1077944384 9588 13181 0 0 784 43 5 3 20 0 15 0 416109059 11107311616 160106 33554432000 4194304 4196468 140733613917152 140654591940880 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17302] ppid=17241 vsize=10846984 memory=520 CPUtime=8.06 cores=0,2,4,6
/proc/17244/task/17302/stat : 17302 (java) S 17241 17244 16639 0 -1 1077944384 12900 13181 0 0 759 39 5 3 20 0 15 0 416109061 11107311616 160106 33554432000 4194304 4196468 140733613917152 140654547848048 140655021267586 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17303] ppid=17241 vsize=10846984 memory=1560 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17303/stat : 17303 (java) S 17241 17244 16639 0 -1 1077944384 18 13181 0 0 0 0 5 3 20 0 15 0 416109061 11107311616 160106 33554432000 4194304 4196468 140733613917152 140653937813088 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17304] ppid=17241 vsize=10846984 memory=924 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17304/stat : 17304 (java) S 17241 17244 16639 0 -1 1077944384 5 13181 0 0 0 0 5 3 20 0 15 0 416109062 11107311616 160106 33554432000 4194304 4196468 140733613917152 140653803595136 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17305] ppid=17241 vsize=10846984 memory=3688 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17305/stat : 17305 (java) S 17241 17244 16639 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 416109064 11107311616 160106 33554432000 4194304 4196468 140733613917152 140653563304272 140655021275035 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17306] ppid=17241 vsize=10846984 memory=640424 CPUtime=3.84 cores=0,2,4,6
/proc/17244/task/17306/stat : 17306 (java) S 17241 17244 16639 0 -1 1077944384 22782 13181 0 0 372 4 5 3 20 0 15 0 416109064 11107311616 160106 33554432000 4194304 4196468 140733613917152 140654546794864 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17307] ppid=17241 vsize=10846984 memory=2608 CPUtime=3.69 cores=0,2,4,6
/proc/17244/task/17307/stat : 17307 (java) S 17241 17244 16639 0 -1 1077944384 28592 13181 0 0 356 5 5 3 20 0 15 0 416109064 11107311616 160106 33554432000 4194304 4196468 140733613917152 140654545742064 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17308] ppid=17241 vsize=10846984 memory=2904 CPUtime=1.71 cores=0,2,4,6
/proc/17244/task/17308/stat : 17308 (java) S 17241 17244 16639 0 -1 1077944384 15663 13181 0 0 157 6 5 3 20 0 15 0 416109064 11107311616 160106 33554432000 4194304 4196468 140733613917152 140654544689264 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17309] ppid=17241 vsize=10846984 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/17244/task/17309/stat : 17309 (java) S 17241 17244 16639 0 -1 1077944384 3 13181 0 0 0 0 5 3 20 0 15 0 416109065 11107311616 160106 33554432000 4194304 4196468 140733613917152 140653529745632 140655021266645 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
[pid=17244/tid=17310] ppid=17241 vsize=10846984 memory=3260 CPUtime=1.49 cores=0,2,4,6
/proc/17244/task/17310/stat : 17310 (java) S 17241 17244 16639 0 -1 1077944384 1016 13181 0 0 70 71 5 3 20 0 15 0 416109065 11107311616 160106 33554432000 4194304 4196468 140733613917152 140654543637680 140655021267586 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10477568 140733613923056 140733613925573 140733613925573 140733613928399 0
Current children cumulated CPU time: 2400.03 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 640424 KiB

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

[startup+2368.43 s]
# the end of solver process 17244 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.21 s, system=2.85677 s

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

Child status: 143
Real time (s): 2368.43
CPU time (s): 2400.07
CPU user time (s): 2397.21
CPU system time (s): 2.85677
CPU usage (%): 101.336
Max. virtual memory (cumulated for all children) (KiB): 10849588
Max. memory (cumulated for all children) (KiB): 640424

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.21
system time used= 2.85677
maximum resident set size= 644636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195418
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3192
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 225474
involuntary context switches= 8656


# summary of solver processes directly reported to runsolver:
#   pid: 17244
#   total CPU time (s): 2400.07
#   total CPU user time (s): 2397.21
#   total CPU system time (s): 2.85677

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.9417 second user time and 22.6059 second system time

The end

Launcher Data

Begin job on node119 at 2019-09-13 21:11:42
IDJOB=4396516
IDBENCH=129976
IDSOLVER=2847
FILE ID=node119/4396516-1568401941
RUNJOBID= node119-1568401197-16670
PBS_JOBID= 21701879
Free space on /tmp= 61468 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j30/Rcpsp-j30-29-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396516-1568401941/watcher-4396516-1568401941 -o /tmp/evaluation-result-4396516-1568401941/solver-4396516-1568401941 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node119-1568401197-16670 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=637189245 HOME/instance-4396516-1568401941.xml

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

MD5SUM BENCH= 883cdd2c39820682d54c3bab8557ea17
RANDOM SEED=637189245

node119.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.47
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.47
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.47
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.47
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:        24962620 kB
MemAvailable:   30059884 kB
Buffers:          194684 kB
Cached:          5169496 kB
SwapCached:        61108 kB
Active:          3671688 kB
Inactive:        3518368 kB
Active(anon):    1764972 kB
Inactive(anon):   102440 kB
Active(file):    1906716 kB
Inactive(file):  3415928 kB
Unevictable:      107728 kB
Mlocked:          107728 kB
SwapTotal:      67108860 kB
SwapFree:       66939840 kB
Dirty:             35312 kB
Writeback:             0 kB
AnonPages:       1876600 kB
Mapped:            58060 kB
Shmem:             32816 kB
Slab:             211000 kB
SReclaimable:     180908 kB
SUnreclaim:        30092 kB
KernelStack:        3920 kB
PageTables:         9220 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2901364 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1722368 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61432 MiB
End job on node119 at 2019-09-13 21:51:10