Trace number 4387244

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.10SAT (TO)103 2520.05 2480.63

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-21-07.xml
MD5SUM8aa67fa0ddb9b908e7b385aede1c36d3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark103
Best CPU time to get the best result obtained on this benchmark97.2195
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints116
Number of domains2
Minimum domain size1
Maximum domain size334
Distribution of domain sizes[{"size":1,"count":1},{"size":334,"count":61}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":4},{"degree":4,"count":11},{"degree":5,"count":14},{"degree":6,"count":16},{"degree":7,"count":12},{"degree":8,"count":5}]
Minimum constraint arity2
Maximum constraint arity38
Distribution of constraint arities[{"arity":2,"count":112},{"arity":21,"count":1},{"arity":27,"count":1},{"arity":35,"count":1},{"arity":38,"count":1}]
Number of extensional constraints0
Number of intensional constraints112
Distribution of constraint types[{"type":"intension","count":112},{"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.88/0.61	c Concrete v3.10.1560635388952 running
8.34/3.84	o 333
8.34/3.86	o 121
8.67/3.94	o 116
8.67/3.96	o 115
8.67/3.98	o 114
9.01/4.04	o 113
11.16/4.90	o 112
11.96/5.35	o 111
11.96/5.35	o 110
11.96/5.35	o 107
12.10/5.44	o 106
12.10/5.45	o 105
133.74/121.57	o 104
1055.10/1032.67	o 103
2520.01/2480.60	Exception in thread "main" java.util.concurrent.TimeoutException: Timeout while computing best cost
2520.01/2480.60		at concrete.heuristic.value.BestCost.checkValue$1(BestCost.scala:28)
2520.01/2480.60		at concrete.heuristic.value.BestCost.$anonfun$select$2(BestCost.scala:57)
2520.01/2480.60		at concrete.BitVectorDomain.$anonfun$filter$1(BitVectorDomain.scala:126)
2520.01/2480.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:142)
2520.01/2480.60		at bitvectors.SmallBitVector.filter(SmallBitVector.scala:5)
2520.01/2480.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:126)
2520.01/2480.60		at concrete.BitVectorDomain.filter(BitVectorDomain.scala:8)
2520.01/2480.60		at concrete.heuristic.value.BestCost.select(BestCost.scala:57)
2520.01/2480.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2480.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2480.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2480.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2480.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2480.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2480.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2480.60		at concrete.heuristic.value.ValueHeuristic.$anonfun$branch$1(ValueHeuristic.scala:89)
2520.01/2480.60		at scala.Function2.$anonfun$tupled$1(Function2.scala:53)
2520.01/2480.60		at concrete.heuristic.value.ValueHeuristic.selectOne$1(ValueHeuristic.scala:89)
2520.01/2480.60		at concrete.heuristic.value.ValueHeuristic.branch(ValueHeuristic.scala:95)
2520.01/2480.60		at concrete.heuristic.CrossHeuristic.$anonfun$branch$1(CrossHeuristic.scala:42)
2520.01/2480.61		at scala.Option.map(Option.scala:243)
2520.01/2480.61		at concrete.heuristic.CrossHeuristic.branch(CrossHeuristic.scala:40)
2520.01/2480.61		at concrete.MAC.mac(MAC.scala:204)
2520.01/2480.61		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:253)
2520.01/2480.61		at scala.util.Try$.apply(Try.scala:212)
2520.01/2480.61		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2520.01/2480.61		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2520.01/2480.61		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2520.01/2480.61		at concrete.MAC.oneRun(MAC.scala:253)
2520.01/2480.61		at concrete.MAC.nextSolution(MAC.scala:272)
2520.01/2480.61		at concrete.MAC.nextSolution(MAC.scala:355)
2520.01/2480.61		at concrete.Solver.hasNext(Solver.scala:160)
2520.01/2480.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2480.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2480.61		at concrete.Solver.foreach(Solver.scala:67)
2520.01/2480.61		at concrete.runner.ConcreteRunner.$anonfun$run$2(ConcreteRunner.scala:72)
2520.01/2480.61		at scala.util.Success.map(Try.scala:264)
2520.01/2480.61		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:67)
2520.01/2480.61		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2520.01/2480.61		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2520.01/2480.61		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2520.01/2480.61		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2520.01/2480.61		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2520.01/2480.61		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2520.01/2480.61		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2520.01/2480.61		at scala.App.$anonfun$main$1(App.scala:75)
2520.01/2480.61		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2520.01/2480.61		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2520.01/2480.61		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2520.01/2480.61		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2520.01/2480.61		at scala.App.main(App.scala:75)
2520.01/2480.61		at scala.App.main$(App.scala:73)
2520.01/2480.61		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2520.01/2480.61		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2520.01/2480.61	v <instantiation
2520.01/2480.61	v         cost = '103'>
2520.01/2480.61	v       <list>
2520.01/2480.61	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.01/2480.61	v       </list>
2520.01/2480.61	v       <values>
2520.01/2480.61	v         0 0 0 1 6 10 5 15 7 7 18 23 5 18 38 17 21 21 17 21 15 31 40 22 62 30 23 33 68 18 34 50 31 73 58 72 71 45 54 33 15 45 48 47 68 88 77 66 87 77 58 73 83 77 77 90 90 83 94 102 94 103
2520.01/2480.61	v       </values>
2520.01/2480.61	v     </instantiation>
2520.01/2480.62	s SATISFIABLE

Verifier Data

OK	103

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387244-1568296715/watcher-4387244-1568296715 -o /tmp/evaluation-result-4387244-1568296715/solver-4387244-1568296715 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568285921-31916 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=879863878 HOME/instance-4387244-1568296715.xml 

running on 4 cores: 0-3

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=2606, runsolver pid=2603


[startup+0.100135 s]*
/proc/loadavg: 1.31 1.43 1.59 2/215 2659
/proc/meminfo: memFree=21667960/32770688 swapFree=66960420/67108860
[pid=2606] ppid=2603 vsize=9972712 memory=14440 CPUtime=0.09 cores=0-3
/proc/2606/stat : 2606 (java) S 2603 2606 31157 0 -1 1077944320 3874 13046 0 0 1 0 6 2 20 0 6 0 405613195 10212057088 3610 33554432000 4194304 4196468 140727799890944 140727799873488 140573245308663 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
/proc/2606/statm: 2493178 3610 1552 1 0 2481616 0
[pid=2606/tid=2659] ppid=2603 vsize=9972712 memory=-8171376296011865461 CPUtime=0.08 cores=0-3
/proc/2606/task/2659/stat : 2659 (java) R 2603 2606 31157 0 -1 4202560 2044 13046 0 0 0 0 6 2 20 0 6 0 405613205 10212057088 4006 33554432000 4194304 4196468 140727799890944 140573217145424 140573229389150 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2660] ppid=2603 vsize=9972712 memory=5792869726567804975 CPUtime=0.08 cores=0-3
/proc/2606/task/2660/stat : 2660 (java) S 2603 2606 31157 0 -1 1077944384 1 13046 0 0 0 0 6 2 20 0 6 0 405613206 10212057088 4006 33554432000 4194304 4196468 140727799890944 140573249550736 140573245318869 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2661] ppid=2603 vsize=9972712 memory=140527471625856 CPUtime=0.08 cores=0-3
/proc/2606/task/2661/stat : 2661 (java) S 2603 2606 31157 0 -1 1077944384 1 13046 0 0 0 0 6 2 20 0 6 0 405613206 10212057088 4006 33554432000 4194304 4196468 140727799890944 140573148440848 140573245318869 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2662] ppid=2603 vsize=9972712 memory=0 CPUtime=0.08 cores=0-3
/proc/2606/task/2662/stat : 2662 (java) S 2603 2606 31157 0 -1 1077944384 2 13046 0 0 0 0 6 2 20 0 6 0 405613206 10212057088 4006 33554432000 4194304 4196468 140727799890944 140573147388560 140573245318869 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2663] ppid=2603 vsize=9972712 memory=-1 CPUtime=0.08 cores=0-3
/proc/2606/task/2663/stat : 2663 (java) S 2603 2606 31157 0 -1 1077944384 2 13046 0 0 0 0 6 2 20 0 6 0 405613206 10212057088 4006 33554432000 4194304 4196468 140727799890944 140573146335760 140573245318869 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 14440 KiB

[startup+0.211008 s]*
/proc/loadavg: 1.31 1.43 1.59 3/228 2672
/proc/meminfo: memFree=21649244/32770688 swapFree=66960420/67108860
[pid=2606] ppid=2603 vsize=10818900 memory=35048 CPUtime=0.25 cores=0-3
/proc/2606/stat : 2606 (java) S 2603 2606 31157 0 -1 1077944320 6871 13046 0 0 16 1 6 2 20 0 15 0 405613195 11078553600 8762 33554432000 4194304 4196468 140727799890944 140727799873488 140573245308663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
/proc/2606/statm: 2704725 8762 2950 1 0 2667149 0
[pid=2606/tid=2659] ppid=2603 vsize=10818900 memory=8389772277269004345 CPUtime=0.19 cores=0-3
/proc/2606/task/2659/stat : 2659 (java) R 2603 2606 31157 0 -1 4202560 3356 13046 0 0 10 1 6 2 20 0 15 0 405613205 11078553600 8762 33554432000 4194304 4196468 140727799890944 140573217141696 140573226872244 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2660] ppid=2603 vsize=10818900 memory=4294967661 CPUtime=0.08 cores=0-3
/proc/2606/task/2660/stat : 2660 (java) S 2603 2606 31157 0 -1 1077944384 1 13046 0 0 0 0 6 2 20 0 15 0 405613206 11078553600 8762 33554432000 4194304 4196468 140727799890944 140573249550736 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2661] ppid=2603 vsize=10818900 memory=3760706917937907360 CPUtime=0.08 cores=0-3
/proc/2606/task/2661/stat : 2661 (java) S 2603 2606 31157 0 -1 1077944384 1 13046 0 0 0 0 6 2 20 0 15 0 405613206 11078553600 8762 33554432000 4194304 4196468 140727799890944 140573148440848 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2662] ppid=2603 vsize=10818900 memory=0 CPUtime=0.08 cores=0-3
/proc/2606/task/2662/stat : 2662 (java) S 2603 2606 31157 0 -1 1077944384 2 13046 0 0 0 0 6 2 20 0 15 0 405613206 11078553600 8762 33554432000 4194304 4196468 140727799890944 140573147388560 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2663] ppid=2603 vsize=10818900 memory=-1 CPUtime=0.08 cores=0-3
/proc/2606/task/2663/stat : 2663 (java) S 2603 2606 31157 0 -1 1077944384 2 13046 0 0 0 0 6 2 20 0 15 0 405613206 11078553600 8762 33554432000 4194304 4196468 140727799890944 140573146335760 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2664] ppid=2603 vsize=10818900 memory=140527471625856 CPUtime=0.08 cores=0-3
/proc/2606/task/2664/stat : 2664 (java) S 2603 2606 31157 0 -1 1077944384 2 13046 0 0 0 0 6 2 20 0 15 0 405613207 11078553600 8762 33554432000 4194304 4196468 140727799890944 140572704406128 140573245319810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2665] ppid=2603 vsize=10818900 memory=-1 CPUtime=0.08 cores=0-3
/proc/2606/task/2665/stat : 2665 (java) S 2603 2606 31157 0 -1 1077944384 33 13046 0 0 0 0 6 2 20 0 15 0 405613208 11078553600 8762 33554432000 4194304 4196468 140727799890944 140572703352096 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2666] ppid=2603 vsize=10818900 memory=0 CPUtime=0.08 cores=0-3
/proc/2606/task/2666/stat : 2666 (java) S 2603 2606 31157 0 -1 1077944384 1 13046 0 0 0 0 6 2 20 0 15 0 405613208 11078553600 8762 33554432000 4194304 4196468 140727799890944 140572132107888 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2667] ppid=2603 vsize=10818900 memory=0 CPUtime=0.08 cores=0-3
/proc/2606/task/2667/stat : 2667 (java) S 2603 2606 31157 0 -1 1077944384 3 13046 0 0 0 0 6 2 20 0 15 0 405613211 11078553600 8762 33554432000 4194304 4196468 140727799890944 140571824708176 140573245327259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2668] ppid=2603 vsize=10818900 memory=0 CPUtime=0.09 cores=0-3
/proc/2606/task/2668/stat : 2668 (java) S 2603 2606 31157 0 -1 1077944384 572 13046 0 0 1 0 6 2 20 0 15 0 405613211 11078553600 8762 33554432000 4194304 4196468 140727799890944 140572212848752 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2669] ppid=2603 vsize=10818900 memory=-1 CPUtime=0.08 cores=0-3
/proc/2606/task/2669/stat : 2669 (java) S 2603 2606 31157 0 -1 1077944384 59 13046 0 0 0 0 6 2 20 0 15 0 405613211 11078553600 8762 33554432000 4194304 4196468 140727799890944 140572211795952 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2670] ppid=2603 vsize=10818900 memory=140527471625856 CPUtime=0.1 cores=0-3
/proc/2606/task/2670/stat : 2670 (java) S 2603 2606 31157 0 -1 1077944384 625 13046 0 0 2 0 6 2 20 0 15 0 405613211 11078553600 8762 33554432000 4194304 4196468 140727799890944 140572210743664 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2671] ppid=2603 vsize=10818900 memory=-1 CPUtime=0.08 cores=0-3
/proc/2606/task/2671/stat : 2671 (java) S 2603 2606 31157 0 -1 1077944384 3 13046 0 0 0 0 6 2 20 0 15 0 405613211 11078553600 8762 33554432000 4194304 4196468 140727799890944 140571791149536 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2672] ppid=2603 vsize=10818900 memory=140527471625856 CPUtime=0.08 cores=0-3
/proc/2606/task/2672/stat : 2672 (java) S 2603 2606 31157 0 -1 1077944384 1 13046 0 0 0 0 6 2 20 0 15 0 405613211 11078553600 8762 33554432000 4194304 4196468 140727799890944 140572209691568 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10818900 KiB
Current children cumulated memory: 35048 KiB

[startup+0.32042 s]*
/proc/loadavg: 1.31 1.43 1.59 4/228 2672
/proc/meminfo: memFree=21636300/32770688 swapFree=66960420/67108860
[pid=2606] ppid=2603 vsize=10819084 memory=45728 CPUtime=0.41 cores=0-3
/proc/2606/stat : 2606 (java) S 2603 2606 31157 0 -1 1077944320 10471 13046 0 0 30 3 6 2 20 0 15 0 405613195 11078742016 11432 33554432000 4194304 4196468 140727799890944 140727799873488 140573245308663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
/proc/2606/statm: 2704771 11432 3007 1 0 2667149 0
[pid=2606/tid=2659] ppid=2603 vsize=10819084 memory=6935054825532540783 CPUtime=0.29 cores=0-3
/proc/2606/task/2659/stat : 2659 (java) R 2603 2606 31157 0 -1 4202560 6941 13046 0 0 19 2 6 2 20 0 15 0 405613205 11078742016 11432 33554432000 4194304 4196468 140727799890944 140573217136336 140573223660976 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2660] ppid=2603 vsize=10819084 memory=4872558044660077418 CPUtime=0.08 cores=0-3
/proc/2606/task/2660/stat : 2660 (java) S 2603 2606 31157 0 -1 1077944384 1 13046 0 0 0 0 6 2 20 0 15 0 405613206 11078742016 11432 33554432000 4194304 4196468 140727799890944 140573249550736 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2661] ppid=2603 vsize=10819084 memory=-2843876222435968158 CPUtime=0.08 cores=0-3
/proc/2606/task/2661/stat : 2661 (java) S 2603 2606 31157 0 -1 1077944384 1 13046 0 0 0 0 6 2 20 0 15 0 405613206 11078742016 11432 33554432000 4194304 4196468 140727799890944 140573148440848 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2662] ppid=2603 vsize=10819084 memory=-8412656567334364540 CPUtime=0.08 cores=0-3
/proc/2606/task/2662/stat : 2662 (java) S 2603 2606 31157 0 -1 1077944384 2 13046 0 0 0 0 6 2 20 0 15 0 405613206 11078742016 11432 33554432000 4194304 4196468 140727799890944 140573147388560 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2663] ppid=2603 vsize=10819084 memory=-1 CPUtime=0.08 cores=0-3
/proc/2606/task/2663/stat : 2663 (java) S 2603 2606 31157 0 -1 1077944384 2 13046 0 0 0 0 6 2 20 0 15 0 405613206 11078742016 11432 33554432000 4194304 4196468 140727799890944 140573146335760 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2664] ppid=2603 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/2606/task/2664/stat : 2664 (java) S 2603 2606 31157 0 -1 1077944384 2 13046 0 0 0 0 6 2 20 0 15 0 405613207 11078742016 11432 33554432000 4194304 4196468 140727799890944 140572704406128 140573245319810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2665] ppid=2603 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/2606/task/2665/stat : 2665 (java) S 2603 2606 31157 0 -1 1077944384 33 13046 0 0 0 0 6 2 20 0 15 0 405613208 11078742016 11432 33554432000 4194304 4196468 140727799890944 140572703352096 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2666] ppid=2603 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/2606/task/2666/stat : 2666 (java) S 2603 2606 31157 0 -1 1077944384 1 13046 0 0 0 0 6 2 20 0 15 0 405613208 11078742016 11432 33554432000 4194304 4196468 140727799890944 140572132107888 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2667] ppid=2603 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/2606/task/2667/stat : 2667 (java) S 2603 2606 31157 0 -1 1077944384 3 13046 0 0 0 0 6 2 20 0 15 0 405613211 11078742016 11432 33554432000 4194304 4196468 140727799890944 140571824708176 140573245327259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2668] ppid=2603 vsize=10819084 memory=0 CPUtime=0.1 cores=0-3
/proc/2606/task/2668/stat : 2668 (java) R 2603 2606 31157 0 -1 1077944384 573 13046 0 0 2 0 6 2 20 0 15 0 405613211 11078742016 11432 33554432000 4194304 4196468 140727799890944 140572212848752 140573245319810 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2669] ppid=2603 vsize=10819084 memory=0 CPUtime=0.09 cores=0-3
/proc/2606/task/2669/stat : 2669 (java) R 2603 2606 31157 0 -1 4202560 60 13046 0 0 1 0 6 2 20 0 15 0 405613211 11078742016 11432 33554432000 4194304 4196468 140727799890944 140572211795952 140573225889272 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2670] ppid=2603 vsize=10819084 memory=0 CPUtime=0.14 cores=0-3
/proc/2606/task/2670/stat : 2670 (java) S 2603 2606 31157 0 -1 1077944384 647 13046 0 0 6 0 6 2 20 0 15 0 405613211 11078742016 11432 33554432000 4194304 4196468 140727799890944 140572210743664 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2671] ppid=2603 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/2606/task/2671/stat : 2671 (java) S 2603 2606 31157 0 -1 1077944384 3 13046 0 0 0 0 6 2 20 0 15 0 405613211 11078742016 11432 33554432000 4194304 4196468 140727799890944 140571791149536 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2672] ppid=2603 vsize=10819084 memory=0 CPUtime=0.08 cores=0-3
/proc/2606/task/2672/stat : 2672 (java) S 2603 2606 31157 0 -1 1077944384 1 13046 0 0 0 0 6 2 20 0 15 0 405613211 11078742016 11432 33554432000 4194304 4196468 140727799890944 140572209691568 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
Current children cumulated CPU time: 0.41 s
Current children cumulated vsize: 10819084 KiB
Current children cumulated memory: 45728 KiB

[startup+0.700762 s]
/proc/loadavg: 1.31 1.43 1.59 4/228 2672
/proc/meminfo: memFree=21626004/32770688 swapFree=66960420/67108860
[pid=2606] ppid=2603 vsize=10822292 memory=74896 CPUtime=1.09 cores=0-3
/proc/2606/stat : 2606 (java) S 2603 2606 31157 0 -1 1077944320 14163 13046 0 0 97 4 6 2 20 0 15 0 405613195 11082027008 18724 33554432000 4194304 4196468 140727799890944 140727799873488 140573245308663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
/proc/2606/statm: 2705573 18724 3487 1 0 2667661 0
[pid=2606/tid=2659] ppid=2603 vsize=10822292 memory=0 CPUtime=0.66 cores=0-3
/proc/2606/task/2659/stat : 2659 (java) R 2603 2606 31157 0 -1 4202560 9870 13046 0 0 55 3 6 2 20 0 15 0 405613205 11082027008 18724 33554432000 4194304 4196468 140727799890944 140573217125024 140573229389150 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2660] ppid=2603 vsize=10822292 memory=0 CPUtime=0.08 cores=0-3
/proc/2606/task/2660/stat : 2660 (java) S 2603 2606 31157 0 -1 1077944384 1 13046 0 0 0 0 6 2 20 0 15 0 405613206 11082027008 18724 33554432000 4194304 4196468 140727799890944 140573249550736 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2661] ppid=2603 vsize=10822292 memory=0 CPUtime=0.08 cores=0-3
/proc/2606/task/2661/stat : 2661 (java) S 2603 2606 31157 0 -1 1077944384 1 13046 0 0 0 0 6 2 20 0 15 0 405613206 11082027008 18724 33554432000 4194304 4196468 140727799890944 140573148440848 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2662] ppid=2603 vsize=10822292 memory=281054741008144 CPUtime=0.08 cores=0-3
/proc/2606/task/2662/stat : 2662 (java) S 2603 2606 31157 0 -1 1077944384 2 13046 0 0 0 0 6 2 20 0 15 0 405613206 11082027008 18724 33554432000 4194304 4196468 140727799890944 140573147388560 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2663] ppid=2603 vsize=10822292 memory=2465646774017 CPUtime=0.08 cores=0-3
/proc/2606/task/2663/stat : 2663 (java) S 2603 2606 31157 0 -1 1077944384 2 13046 0 0 0 0 6 2 20 0 15 0 405613206 11082027008 18724 33554432000 4194304 4196468 140727799890944 140573146335760 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2664] ppid=2603 vsize=10822292 memory=2469941741313 CPUtime=0.08 cores=0-3
/proc/2606/task/2664/stat : 2664 (java) S 2603 2606 31157 0 -1 1077944384 5 13046 0 0 0 0 6 2 20 0 15 0 405613207 11082027008 18724 33554432000 4194304 4196468 140727799890944 140572704406128 140573245319810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2665] ppid=2603 vsize=10822292 memory=2474236708609 CPUtime=0.08 cores=0-3
/proc/2606/task/2665/stat : 2665 (java) S 2603 2606 31157 0 -1 1077944384 33 13046 0 0 0 0 6 2 20 0 15 0 405613208 11082027008 18724 33554432000 4194304 4196468 140727799890944 140572703352096 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2666] ppid=2603 vsize=10822292 memory=448689960 CPUtime=0.08 cores=0-3
/proc/2606/task/2666/stat : 2666 (java) S 2603 2606 31157 0 -1 1077944384 1 13046 0 0 0 0 6 2 20 0 15 0 405613208 11082027008 18724 33554432000 4194304 4196468 140727799890944 140572132107888 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2667] ppid=2603 vsize=10822292 memory=4641337133689313955 CPUtime=0.08 cores=0-3
/proc/2606/task/2667/stat : 2667 (java) S 2603 2606 31157 0 -1 1077944384 3 13046 0 0 0 0 6 2 20 0 15 0 405613211 11082027008 18724 33554432000 4194304 4196468 140727799890944 140571824708176 140573245327259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2668] ppid=2603 vsize=10822292 memory=5864902102088180568 CPUtime=0.2 cores=0-3
/proc/2606/task/2668/stat : 2668 (java) R 2603 2606 31157 0 -1 4202560 899 13046 0 0 12 0 6 2 20 0 15 0 405613211 11082027008 18724 33554432000 4194304 4196468 140727799890944 140572212838544 140573245330010 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2669] ppid=2603 vsize=10822292 memory=7881696724453321575 CPUtime=0.19 cores=0-3
/proc/2606/task/2669/stat : 2669 (java) R 2603 2606 31157 0 -1 4202560 313 13046 0 0 11 0 6 2 20 0 15 0 405613211 11082027008 18724 33554432000 4194304 4196468 140727799890944 140572211784544 140573245330010 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2670] ppid=2603 vsize=10822292 memory=8740 CPUtime=0.25 cores=0-3
/proc/2606/task/2670/stat : 2670 (java) S 2603 2606 31157 0 -1 1077944384 820 13046 0 0 17 0 6 2 20 0 15 0 405613211 11082027008 18724 33554432000 4194304 4196468 140727799890944 140572210743664 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2671] ppid=2603 vsize=10822292 memory=281054741571136 CPUtime=0.08 cores=0-3
/proc/2606/task/2671/stat : 2671 (java) S 2603 2606 31157 0 -1 1077944384 3 13046 0 0 0 0 6 2 20 0 15 0 405613211 11082027008 18724 33554432000 4194304 4196468 140727799890944 140571791149536 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2672] ppid=2603 vsize=10822292 memory=140531329925721 CPUtime=0.08 cores=0-3
/proc/2606/task/2672/stat : 2672 (java) S 2603 2606 31157 0 -1 1077944384 1 13046 0 0 0 0 6 2 20 0 15 0 405613211 11082027008 18724 33554432000 4194304 4196468 140727799890944 140572209691568 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
Current children cumulated CPU time: 1.09 s
Current children cumulated vsize: 10822292 KiB
Current children cumulated memory: 74896 KiB

[startup+1.50524 s]
/proc/loadavg: 1.31 1.43 1.59 5/228 2672
/proc/meminfo: memFree=21592792/32770688 swapFree=66960420/67108860
[pid=2606] ppid=2603 vsize=10834656 memory=162780 CPUtime=2.41 cores=0-3
/proc/2606/stat : 2606 (java) S 2603 2606 31157 0 -1 1077944320 21451 13046 0 0 225 8 6 2 20 0 15 0 405613195 11094687744 40695 33554432000 4194304 4196468 140727799890944 140727799873488 140573245308663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
/proc/2606/statm: 2708664 40695 3574 1 0 2670733 0
[pid=2606/tid=2659] ppid=2603 vsize=10834656 memory=-7966001967407402336 CPUtime=1.43 cores=0-3
/proc/2606/task/2659/stat : 2659 (java) R 2603 2606 31157 0 -1 4202560 15413 13046 0 0 130 5 6 2 20 0 15 0 405613205 11094687744 40695 33554432000 4194304 4196468 140727799890944 140573217132432 140573237545790 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2660] ppid=2603 vsize=10834656 memory=0 CPUtime=0.09 cores=0-3
/proc/2606/task/2660/stat : 2660 (java) S 2603 2606 31157 0 -1 1077944384 20 13046 0 0 1 0 6 2 20 0 15 0 405613206 11094687744 40695 33554432000 4194304 4196468 140727799890944 140573249550736 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2661] ppid=2603 vsize=10834656 memory=6944652177228980320 CPUtime=0.09 cores=0-3
/proc/2606/task/2661/stat : 2661 (java) S 2603 2606 31157 0 -1 1077944384 35 13046 0 0 1 0 6 2 20 0 15 0 405613206 11094687744 40695 33554432000 4194304 4196468 140727799890944 140573148440848 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2662] ppid=2603 vsize=10834656 memory=0 CPUtime=0.09 cores=0-3
/proc/2606/task/2662/stat : 2662 (java) S 2603 2606 31157 0 -1 1077944384 324 13046 0 0 1 0 6 2 20 0 15 0 405613206 11094687744 40695 33554432000 4194304 4196468 140727799890944 140573147388560 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2663] ppid=2603 vsize=10834656 memory=0 CPUtime=0.09 cores=0-3
/proc/2606/task/2663/stat : 2663 (java) S 2603 2606 31157 0 -1 1077944384 77 13046 0 0 1 0 6 2 20 0 15 0 405613206 11094687744 40695 33554432000 4194304 4196468 140727799890944 140573146335760 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2664] ppid=2603 vsize=10834656 memory=281054741076400 CPUtime=0.09 cores=0-3
/proc/2606/task/2664/stat : 2664 (java) S 2603 2606 31157 0 -1 1077944384 435 13046 0 0 1 0 6 2 20 0 15 0 405613207 11094687744 40695 33554432000 4194304 4196468 140727799890944 140572704406128 140573245319810 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2665] ppid=2603 vsize=10834656 memory=140527370629664 CPUtime=0.08 cores=0-3
/proc/2606/task/2665/stat : 2665 (java) S 2603 2606 31157 0 -1 1077944384 33 13046 0 0 0 0 6 2 20 0 15 0 405613208 11094687744 40695 33554432000 4194304 4196468 140727799890944 140572703352160 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2666] ppid=2603 vsize=10834656 memory=0 CPUtime=0.08 cores=0-3
/proc/2606/task/2666/stat : 2666 (java) S 2603 2606 31157 0 -1 1077944384 2 13046 0 0 0 0 6 2 20 0 15 0 405613208 11094687744 40695 33554432000 4194304 4196468 140727799890944 140572132107904 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2667] ppid=2603 vsize=10834656 memory=3467824627880452160 CPUtime=0.08 cores=0-3
/proc/2606/task/2667/stat : 2667 (java) S 2603 2606 31157 0 -1 1077944384 3 13046 0 0 0 0 6 2 20 0 15 0 405613211 11094687744 40695 33554432000 4194304 4196468 140727799890944 140571824708176 140573245327259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2668] ppid=2603 vsize=10834656 memory=281054741259776 CPUtime=0.32 cores=0-3
/proc/2606/task/2668/stat : 2668 (java) S 2603 2606 31157 0 -1 1077944384 1061 13046 0 0 24 0 6 2 20 0 15 0 405613211 11094687744 40695 33554432000 4194304 4196468 140727799890944 140572212848752 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2669] ppid=2603 vsize=10834656 memory=-7026283297063673248 CPUtime=0.34 cores=0-3
/proc/2606/task/2669/stat : 2669 (java) R 2603 2606 31157 0 -1 4202560 492 13046 0 0 26 0 6 2 20 0 15 0 405613211 11094687744 40695 33554432000 4194304 4196468 140727799890944 140572211782736 140573229702910 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2670] ppid=2603 vsize=10834656 memory=8292095139715588497 CPUtime=0.45 cores=0-3
/proc/2606/task/2670/stat : 2670 (java) S 2603 2606 31157 0 -1 1077944384 1343 13046 0 0 37 0 6 2 20 0 15 0 405613211 11094687744 40695 33554432000 4194304 4196468 140727799890944 140572210743664 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2671] ppid=2603 vsize=10834656 memory=1399943076115485043 CPUtime=0.08 cores=0-3
/proc/2606/task/2671/stat : 2671 (java) S 2603 2606 31157 0 -1 1077944384 3 13046 0 0 0 0 6 2 20 0 15 0 405613211 11094687744 40695 33554432000 4194304 4196468 140727799890944 140571791149536 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2672] ppid=2603 vsize=10834656 memory=142868127721667 CPUtime=0.08 cores=0-3
/proc/2606/task/2672/stat : 2672 (java) S 2603 2606 31157 0 -1 1077944384 1 13046 0 0 0 0 6 2 20 0 15 0 405613211 11094687744 40695 33554432000 4194304 4196468 140727799890944 140572209691568 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 10834656 KiB

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

/proc/2606/task/2659/stat : 2659 (java) R 2603 2606 31157 0 -1 4202560 57459 13046 0 0 229802 41 6 2 20 0 15 0 405613205 11107291136 163859 33554432000 4194304 4196468 140727799890944 140573217143680 140572833470803 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2660] ppid=2603 vsize=10846964 memory=1014 CPUtime=9.55 cores=0-3
/proc/2606/task/2660/stat : 2660 (java) S 2603 2606 31157 0 -1 1077944384 12714 13046 0 0 900 47 6 2 20 0 15 0 405613206 11107291136 163859 33554432000 4194304 4196468 140727799890944 140573249550736 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2661] ppid=2603 vsize=10846964 memory=655436 CPUtime=9.53 cores=0-3
/proc/2606/task/2661/stat : 2661 (java) S 2603 2606 31157 0 -1 1077944384 12213 13046 0 0 899 46 6 2 20 0 15 0 405613206 11107291136 163859 33554432000 4194304 4196468 140727799890944 140573148440848 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2662] ppid=2603 vsize=10846964 memory=655436 CPUtime=9.54 cores=0-3
/proc/2606/task/2662/stat : 2662 (java) S 2603 2606 31157 0 -1 1077944384 15537 13046 0 0 895 51 6 2 20 0 15 0 405613206 11107291136 163859 33554432000 4194304 4196468 140727799890944 140573147388560 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2663] ppid=2603 vsize=10846964 memory=655436 CPUtime=9.53 cores=0-3
/proc/2606/task/2663/stat : 2663 (java) S 2603 2606 31157 0 -1 1077944384 7962 13046 0 0 895 50 6 2 20 0 15 0 405613206 11107291136 163859 33554432000 4194304 4196468 140727799890944 140573146335760 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2664] ppid=2603 vsize=10846964 memory=655436 CPUtime=10.39 cores=0-3
/proc/2606/task/2664/stat : 2664 (java) S 2603 2606 31157 0 -1 1077944384 14190 13046 0 0 982 49 6 2 20 0 15 0 405613207 11107291136 163859 33554432000 4194304 4196468 140727799890944 140572704406128 140573245319810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2665] ppid=2603 vsize=10846964 memory=655436 CPUtime=0.08 cores=0-3
/proc/2606/task/2665/stat : 2665 (java) S 2603 2606 31157 0 -1 1077944384 38 13046 0 0 0 0 6 2 20 0 15 0 405613208 11107291136 163859 33554432000 4194304 4196468 140727799890944 140572703352224 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2666] ppid=2603 vsize=10846964 memory=2044 CPUtime=0.08 cores=0-3
/proc/2606/task/2666/stat : 2666 (java) S 2603 2606 31157 0 -1 1077944384 2 13046 0 0 0 0 6 2 20 0 15 0 405613208 11107291136 163859 33554432000 4194304 4196468 140727799890944 140572132107904 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2667] ppid=2603 vsize=10846964 memory=2044 CPUtime=0.08 cores=0-3
/proc/2606/task/2667/stat : 2667 (java) S 2603 2606 31157 0 -1 1077944384 3 13046 0 0 0 0 6 2 20 0 15 0 405613211 11107291136 163859 33554432000 4194304 4196468 140727799890944 140571824708176 140573245327259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2668] ppid=2603 vsize=10846964 memory=1380 CPUtime=4.33 cores=0-3
/proc/2606/task/2668/stat : 2668 (java) S 2603 2606 31157 0 -1 1077944384 23283 13046 0 0 421 4 6 2 20 0 15 0 405613211 11107291136 163859 33554432000 4194304 4196468 140727799890944 140572212848752 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2669] ppid=2603 vsize=10846964 memory=8112282956445269571 CPUtime=4.09 cores=0-3
/proc/2606/task/2669/stat : 2669 (java) S 2603 2606 31157 0 -1 1077944384 19978 13046 0 0 395 6 6 2 20 0 15 0 405613211 11107291136 163859 33554432000 4194304 4196468 140727799890944 140572211795952 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2670] ppid=2603 vsize=10846964 memory=1408 CPUtime=3.58 cores=0-3
/proc/2606/task/2670/stat : 2670 (java) S 2603 2606 31157 0 -1 1077944384 25039 13046 0 0 343 7 6 2 20 0 15 0 405613211 11107291136 163859 33554432000 4194304 4196468 140727799890944 140572210743664 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2671] ppid=2603 vsize=10846964 memory=655436 CPUtime=0.08 cores=0-3
/proc/2606/task/2671/stat : 2671 (java) S 2603 2606 31157 0 -1 1077944384 3 13046 0 0 0 0 6 2 20 0 15 0 405613211 11107291136 163859 33554432000 4194304 4196468 140727799890944 140571791149536 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2672] ppid=2603 vsize=10846964 memory=655436 CPUtime=1.34 cores=0-3
/proc/2606/task/2672/stat : 2672 (java) S 2603 2606 31157 0 -1 1077944384 738 13046 0 0 61 65 6 2 20 0 15 0 405613211 11107291136 163859 33554432000 4194304 4196468 140727799890944 140572209691568 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
Current children cumulated CPU time: 2359.77 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 655436 KiB

[startup+2382.3 s]
/proc/loadavg: 1.63 1.48 1.39 3/228 3322
/proc/meminfo: memFree=22367820/32770688 swapFree=66960428/67108860
[pid=2606] ppid=2603 vsize=10846964 memory=657748 CPUtime=2420.51 cores=0-3
/proc/2606/stat : 2606 (java) S 2603 2606 31157 0 -1 1077944320 193188 13046 0 0 241731 312 6 2 20 0 15 0 405613195 11107291136 164437 33554432000 4194304 4196468 140727799890944 140727799873488 140573245308663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
/proc/2606/statm: 2711741 164437 3626 1 0 2673805 0
[pid=2606/tid=2659] ppid=2603 vsize=10846964 memory=657740 CPUtime=2357.9 cores=0-3
/proc/2606/task/2659/stat : 2659 (java) R 2603 2606 31157 0 -1 4202560 58203 13046 0 0 235741 41 6 2 20 0 15 0 405613205 11107291136 164437 33554432000 4194304 4196468 140727799890944 140573217143824 140572832432000 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2660] ppid=2603 vsize=10846964 memory=657704 CPUtime=9.81 cores=0-3
/proc/2606/task/2660/stat : 2660 (java) S 2603 2606 31157 0 -1 1077944384 12770 13046 0 0 925 48 6 2 20 0 15 0 405613206 11107291136 164437 33554432000 4194304 4196468 140727799890944 140573249550736 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2661] ppid=2603 vsize=10846964 memory=657748 CPUtime=9.78 cores=0-3
/proc/2606/task/2661/stat : 2661 (java) S 2603 2606 31157 0 -1 1077944384 12343 13046 0 0 923 47 6 2 20 0 15 0 405613206 11107291136 164437 33554432000 4194304 4196468 140727799890944 140573148440848 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2662] ppid=2603 vsize=10846964 memory=3612 CPUtime=9.79 cores=0-3
/proc/2606/task/2662/stat : 2662 (java) S 2603 2606 31157 0 -1 1077944384 15567 13046 0 0 920 51 6 2 20 0 15 0 405613206 11107291136 164437 33554432000 4194304 4196468 140727799890944 140573147388560 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2663] ppid=2603 vsize=10846964 memory=35960 CPUtime=9.79 cores=0-3
/proc/2606/task/2663/stat : 2663 (java) S 2603 2606 31157 0 -1 1077944384 8481 13046 0 0 920 51 6 2 20 0 15 0 405613206 11107291136 164437 33554432000 4194304 4196468 140727799890944 140573146335760 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2664] ppid=2603 vsize=10846964 memory=657740 CPUtime=10.67 cores=0-3
/proc/2606/task/2664/stat : 2664 (java) S 2603 2606 31157 0 -1 1077944384 14502 13046 0 0 1008 51 6 2 20 0 15 0 405613207 11107291136 164437 33554432000 4194304 4196468 140727799890944 140572704406128 140573245319810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2665] ppid=2603 vsize=10846964 memory=657740 CPUtime=0.08 cores=0-3
/proc/2606/task/2665/stat : 2665 (java) S 2603 2606 31157 0 -1 1077944384 38 13046 0 0 0 0 6 2 20 0 15 0 405613208 11107291136 164437 33554432000 4194304 4196468 140727799890944 140572703352224 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2666] ppid=2603 vsize=10846964 memory=8112282956445269571 CPUtime=0.08 cores=0-3
/proc/2606/task/2666/stat : 2666 (java) S 2603 2606 31157 0 -1 1077944384 2 13046 0 0 0 0 6 2 20 0 15 0 405613208 11107291136 164437 33554432000 4194304 4196468 140727799890944 140572132107904 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2667] ppid=2603 vsize=10846964 memory=657704 CPUtime=0.08 cores=0-3
/proc/2606/task/2667/stat : 2667 (java) S 2603 2606 31157 0 -1 1077944384 3 13046 0 0 0 0 6 2 20 0 15 0 405613211 11107291136 164437 33554432000 4194304 4196468 140727799890944 140571824708176 140573245327259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2668] ppid=2603 vsize=10846964 memory=657748 CPUtime=4.35 cores=0-3
/proc/2606/task/2668/stat : 2668 (java) S 2603 2606 31157 0 -1 1077944384 23286 13046 0 0 422 5 6 2 20 0 15 0 405613211 11107291136 164437 33554432000 4194304 4196468 140727799890944 140572212848752 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2669] ppid=2603 vsize=10846964 memory=657748 CPUtime=4.09 cores=0-3
/proc/2606/task/2669/stat : 2669 (java) S 2603 2606 31157 0 -1 1077944384 19980 13046 0 0 395 6 6 2 20 0 15 0 405613211 11107291136 164437 33554432000 4194304 4196468 140727799890944 140572211795952 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2670] ppid=2603 vsize=10846964 memory=3612 CPUtime=3.58 cores=0-3
/proc/2606/task/2670/stat : 2670 (java) S 2603 2606 31157 0 -1 1077944384 25041 13046 0 0 343 7 6 2 20 0 15 0 405613211 11107291136 164437 33554432000 4194304 4196468 140727799890944 140572210743664 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2671] ppid=2603 vsize=10846964 memory=35960 CPUtime=0.08 cores=0-3
/proc/2606/task/2671/stat : 2671 (java) S 2603 2606 31157 0 -1 1077944384 3 13046 0 0 0 0 6 2 20 0 15 0 405613211 11107291136 164437 33554432000 4194304 4196468 140727799890944 140571791149536 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2672] ppid=2603 vsize=10846964 memory=984 CPUtime=1.38 cores=0-3
/proc/2606/task/2672/stat : 2672 (java) S 2603 2606 31157 0 -1 1077944384 759 13046 0 0 63 67 6 2 20 0 15 0 405613211 11107291136 164437 33554432000 4194304 4196468 140727799890944 140572209691568 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
Current children cumulated CPU time: 2420.51 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 657748 KiB

[startup+2442.3 s]
/proc/loadavg: 1.29 1.41 1.37 3/228 3326
/proc/meminfo: memFree=22378932/32770688 swapFree=66960428/67108860
[pid=2606] ppid=2603 vsize=10846964 memory=657796 CPUtime=2481.23 cores=0-3
/proc/2606/stat : 2606 (java) S 2603 2606 31157 0 -1 1077944320 193924 13046 0 0 247796 319 6 2 20 0 15 0 405613195 11107291136 164449 33554432000 4194304 4196468 140727799890944 140727799873488 140573245308663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
/proc/2606/statm: 2711741 164449 3626 1 0 2673805 0
[pid=2606/tid=2659] ppid=2603 vsize=10846964 memory=657796 CPUtime=2417.26 cores=0-3
/proc/2606/task/2659/stat : 2659 (java) R 2603 2606 31157 0 -1 4202560 58697 13046 0 0 241676 42 6 2 20 0 15 0 405613205 11107291136 164449 33554432000 4194304 4196468 140727799890944 140573217143424 140572832358240 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2660] ppid=2603 vsize=10846964 memory=657796 CPUtime=10.07 cores=0-3
/proc/2606/task/2660/stat : 2660 (java) S 2603 2606 31157 0 -1 1077944384 12778 13046 0 0 950 49 6 2 20 0 15 0 405613206 11107291136 164449 33554432000 4194304 4196468 140727799890944 140573249550736 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2661] ppid=2603 vsize=10846964 memory=657796 CPUtime=10.03 cores=0-3
/proc/2606/task/2661/stat : 2661 (java) S 2603 2606 31157 0 -1 1077944384 12368 13046 0 0 948 47 6 2 20 0 15 0 405613206 11107291136 164449 33554432000 4194304 4196468 140727799890944 140573148440848 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2662] ppid=2603 vsize=10846964 memory=657796 CPUtime=10.06 cores=0-3
/proc/2606/task/2662/stat : 2662 (java) S 2603 2606 31157 0 -1 1077944384 15591 13046 0 0 945 53 6 2 20 0 15 0 405613206 11107291136 164449 33554432000 4194304 4196468 140727799890944 140573147388560 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2663] ppid=2603 vsize=10846964 memory=2596 CPUtime=10.05 cores=0-3
/proc/2606/task/2663/stat : 2663 (java) S 2603 2606 31157 0 -1 1077944384 8629 13046 0 0 945 52 6 2 20 0 15 0 405613206 11107291136 164449 33554432000 4194304 4196468 140727799890944 140573146335760 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2664] ppid=2603 vsize=10846964 memory=657796 CPUtime=10.94 cores=0-3
/proc/2606/task/2664/stat : 2664 (java) S 2603 2606 31157 0 -1 1077944384 14527 13046 0 0 1034 52 6 2 20 0 15 0 405613207 11107291136 164449 33554432000 4194304 4196468 140727799890944 140572704406128 140573245319810 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2665] ppid=2603 vsize=10846964 memory=657796 CPUtime=0.08 cores=0-3
/proc/2606/task/2665/stat : 2665 (java) S 2603 2606 31157 0 -1 1077944384 38 13046 0 0 0 0 6 2 20 0 15 0 405613208 11107291136 164449 33554432000 4194304 4196468 140727799890944 140572703352224 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2666] ppid=2603 vsize=10846964 memory=657796 CPUtime=0.08 cores=0-3
/proc/2606/task/2666/stat : 2666 (java) S 2603 2606 31157 0 -1 1077944384 2 13046 0 0 0 0 6 2 20 0 15 0 405613208 11107291136 164449 33554432000 4194304 4196468 140727799890944 140572132107904 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2667] ppid=2603 vsize=10846964 memory=1760 CPUtime=0.08 cores=0-3
/proc/2606/task/2667/stat : 2667 (java) S 2603 2606 31157 0 -1 1077944384 3 13046 0 0 0 0 6 2 20 0 15 0 405613211 11107291136 164449 33554432000 4194304 4196468 140727799890944 140571824708176 140573245327259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2668] ppid=2603 vsize=10846964 memory=657796 CPUtime=4.35 cores=0-3
/proc/2606/task/2668/stat : 2668 (java) S 2603 2606 31157 0 -1 1077944384 23288 13046 0 0 422 5 6 2 20 0 15 0 405613211 11107291136 164449 33554432000 4194304 4196468 140727799890944 140572212848752 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2669] ppid=2603 vsize=10846964 memory=657796 CPUtime=4.09 cores=0-3
/proc/2606/task/2669/stat : 2669 (java) S 2603 2606 31157 0 -1 1077944384 19982 13046 0 0 395 6 6 2 20 0 15 0 405613211 11107291136 164449 33554432000 4194304 4196468 140727799890944 140572211795952 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2670] ppid=2603 vsize=10846964 memory=657796 CPUtime=3.58 cores=0-3
/proc/2606/task/2670/stat : 2670 (java) S 2603 2606 31157 0 -1 1077944384 25043 13046 0 0 343 7 6 2 20 0 15 0 405613211 11107291136 164449 33554432000 4194304 4196468 140727799890944 140572210743664 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2671] ppid=2603 vsize=10846964 memory=657796 CPUtime=0.08 cores=0-3
/proc/2606/task/2671/stat : 2671 (java) S 2603 2606 31157 0 -1 1077944384 3 13046 0 0 0 0 6 2 20 0 15 0 405613211 11107291136 164449 33554432000 4194304 4196468 140727799890944 140571791149536 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2672] ppid=2603 vsize=10846964 memory=657796 CPUtime=1.41 cores=0-3
/proc/2606/task/2672/stat : 2672 (java) S 2603 2606 31157 0 -1 1077944384 765 13046 0 0 65 68 6 2 20 0 15 0 405613211 11107291136 164449 33554432000 4194304 4196468 140727799890944 140572209691568 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
Current children cumulated CPU time: 2481.23 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 657796 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2480.6 s]
/proc/loadavg: 1.43 1.43 1.38 3/228 3329
/proc/meminfo: memFree=22382348/32770688 swapFree=66960428/67108860
[pid=2606] ppid=2603 vsize=10846964 memory=657860 CPUtime=2520.01 cores=0-3
/proc/2606/stat : 2606 (java) S 2603 2606 31157 0 -1 1077944320 195550 13046 0 0 251669 324 6 2 20 0 15 0 405613195 11107291136 164465 33554432000 4194304 4196468 140727799890944 140727799873488 140573245308663 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
/proc/2606/statm: 2711741 164465 3626 1 0 2673805 0
[pid=2606/tid=2659] ppid=2603 vsize=10846964 memory=6944656575208382560 CPUtime=2455.18 cores=0-3
/proc/2606/task/2659/stat : 2659 (java) R 2603 2606 31157 0 -1 4202560 59309 13046 0 0 245467 43 6 2 20 0 15 0 405613205 11107291136 164465 33554432000 4194304 4196468 140727799890944 140573217144416 140573226957742 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2660] ppid=2603 vsize=10846964 memory=6656426216303648864 CPUtime=10.24 cores=0-3
/proc/2606/task/2660/stat : 2660 (java) S 2603 2606 31157 0 -1 1077944384 13289 13046 0 0 966 50 6 2 20 0 15 0 405613206 11107291136 164465 33554432000 4194304 4196468 140727799890944 140573249550736 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2661] ppid=2603 vsize=10846964 memory=8112282956445269571 CPUtime=10.2 cores=0-3
/proc/2606/task/2661/stat : 2661 (java) S 2603 2606 31157 0 -1 1077944384 12479 13046 0 0 964 48 6 2 20 0 15 0 405613206 11107291136 164465 33554432000 4194304 4196468 140727799890944 140573148440848 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2662] ppid=2603 vsize=10846964 memory=657860 CPUtime=10.22 cores=0-3
/proc/2606/task/2662/stat : 2662 (java) S 2603 2606 31157 0 -1 1077944384 15604 13046 0 0 960 54 6 2 20 0 15 0 405613206 11107291136 164465 33554432000 4194304 4196468 140727799890944 140573147388560 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2663] ppid=2603 vsize=10846964 memory=1408 CPUtime=10.22 cores=0-3
/proc/2606/task/2663/stat : 2663 (java) S 2603 2606 31157 0 -1 1077944384 8695 13046 0 0 961 53 6 2 20 0 15 0 405613206 11107291136 164465 33554432000 4194304 4196468 140727799890944 140573146335760 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2664] ppid=2603 vsize=10846964 memory=3140 CPUtime=11.12 cores=0-3
/proc/2606/task/2664/stat : 2664 (java) S 2603 2606 31157 0 -1 1077944384 14820 13046 0 0 1051 53 6 2 20 0 15 0 405613207 11107291136 164465 33554432000 4194304 4196468 140727799890944 140572704406128 140573245319810 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2665] ppid=2603 vsize=10846964 memory=1256896 CPUtime=0.08 cores=0-3
/proc/2606/task/2665/stat : 2665 (java) S 2603 2606 31157 0 -1 1077944384 38 13046 0 0 0 0 6 2 20 0 15 0 405613208 11107291136 164465 33554432000 4194304 4196468 140727799890944 140572703352224 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2666] ppid=2603 vsize=10846964 memory=1596 CPUtime=0.08 cores=0-3
/proc/2606/task/2666/stat : 2666 (java) S 2603 2606 31157 0 -1 1077944384 2 13046 0 0 0 0 6 2 20 0 15 0 405613208 11107291136 164465 33554432000 4194304 4196468 140727799890944 140572132107904 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2667] ppid=2603 vsize=10846964 memory=1804 CPUtime=0.08 cores=0-3
/proc/2606/task/2667/stat : 2667 (java) S 2603 2606 31157 0 -1 1077944384 3 13046 0 0 0 0 6 2 20 0 15 0 405613211 11107291136 164465 33554432000 4194304 4196468 140727799890944 140571824708176 140573245327259 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2668] ppid=2603 vsize=10846964 memory=916 CPUtime=4.35 cores=0-3
/proc/2606/task/2668/stat : 2668 (java) S 2603 2606 31157 0 -1 1077944384 23291 13046 0 0 422 5 6 2 20 0 15 0 405613211 11107291136 164465 33554432000 4194304 4196468 140727799890944 140572212848752 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2669] ppid=2603 vsize=10846964 memory=3848 CPUtime=4.09 cores=0-3
/proc/2606/task/2669/stat : 2669 (java) S 2603 2606 31157 0 -1 1077944384 19982 13046 0 0 395 6 6 2 20 0 15 0 405613211 11107291136 164465 33554432000 4194304 4196468 140727799890944 140572211795952 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2670] ppid=2603 vsize=10846964 memory=2596 CPUtime=3.58 cores=0-3
/proc/2606/task/2670/stat : 2670 (java) S 2603 2606 31157 0 -1 1077944384 25043 13046 0 0 343 7 6 2 20 0 15 0 405613211 11107291136 164465 33554432000 4194304 4196468 140727799890944 140572210743664 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2671] ppid=2603 vsize=10846964 memory=2600 CPUtime=0.08 cores=0-3
/proc/2606/task/2671/stat : 2671 (java) S 2603 2606 31157 0 -1 1077944384 3 13046 0 0 0 0 6 2 20 0 15 0 405613211 11107291136 164465 33554432000 4194304 4196468 140727799890944 140571791149536 140573245318869 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
[pid=2606/tid=2672] ppid=2603 vsize=10846964 memory=3612 CPUtime=1.43 cores=0-3
/proc/2606/task/2672/stat : 2672 (java) S 2603 2606 31157 0 -1 1077944384 782 13046 0 0 65 70 6 2 20 0 15 0 405613211 11107291136 164465 33554432000 4194304 4196468 140727799890944 140572209691568 140573245319810 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20680704 140727799896822 140727799899333 140727799899333 140727799902159 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 657860 KiB

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

[startup+2480.63 s]
# the end of solver process 2606 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2516.77 s, system=3.28104 s

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

Child status: 143
Real time (s): 2480.63
CPU time (s): 2520.05
CPU user time (s): 2516.77
CPU system time (s): 3.28104
CPU usage (%): 101.589
Max. virtual memory (cumulated for all children) (KiB): 10846964
Max. memory (cumulated for all children) (KiB): 657860

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2516.77
system time used= 3.28104
maximum resident set size= 662080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 211417
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 270302
involuntary context switches= 8283


# summary of solver processes directly reported to runsolver:
#   pid: 2606
#   total CPU time (s): 2520.05
#   total CPU user time (s): 2516.77
#   total CPU system time (s): 3.28104

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.9649 second user time and 25.2111 second system time

The end

Launcher Data

Begin job on node116 at 2019-09-12 15:57:54
IDJOB=4387244
IDBENCH=128622
IDSOLVER=2823
FILE ID=node116/4387244-1568296715
RUNJOBID= node116-1568285921-31916
PBS_JOBID= 21701086
Free space on /tmp= 54296 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-21-07.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387244-1568296715/watcher-4387244-1568296715 -o /tmp/evaluation-result-4387244-1568296715/solver-4387244-1568296715 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node116-1568285921-31916 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=879863878 HOME/instance-4387244-1568296715.xml

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

MD5SUM BENCH= 8aa67fa0ddb9b908e7b385aede1c36d3
RANDOM SEED=879863878

node116.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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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.12
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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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	: 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		: 2667.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:       32770688 kB
MemFree:        21672704 kB
MemAvailable:   29209312 kB
Buffers:          102480 kB
Cached:          7646792 kB
SwapCached:        46364 kB
Active:          4034636 kB
Inactive:        6366672 kB
Active(anon):    2616028 kB
Inactive(anon):    76696 kB
Active(file):    1418608 kB
Inactive(file):  6289976 kB
Unevictable:      110104 kB
Mlocked:          110104 kB
SwapTotal:      67108860 kB
SwapFree:       66960420 kB
Dirty:             35196 kB
Writeback:             0 kB
AnonPages:       2716976 kB
Mapped:            55096 kB
Shmem:             31804 kB
Slab:             285340 kB
SReclaimable:     256484 kB
SUnreclaim:        28856 kB
KernelStack:        3696 kB
PageTables:        10980 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:    3666552 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2510848 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116160 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 54260 MiB
End job on node116 at 2019-09-12 16:39:15