Trace number 4396509

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)97 2400.11 2368.53

General information on the benchmark

NameRcpsp/Rcpsp-m1-j60/
Rcpsp-j60-37-01.xml
MD5SUMcc0e4d4fb1187992b98efb1fb4f076c6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark97
Best CPU time to get the best result obtained on this benchmark201.766
Satisfiable
(Un)Satisfiability was proved
Number of variables62
Number of constraints135
Number of domains2
Minimum domain size1
Maximum domain size300
Distribution of domain sizes[{"size":1,"count":1},{"size":300,"count":61}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":4},{"degree":5,"count":10},{"degree":6,"count":23},{"degree":7,"count":17},{"degree":8,"count":6},{"degree":10,"count":1}]
Minimum constraint arity2
Maximum constraint arity36
Distribution of constraint arities[{"arity":2,"count":131},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":32,"count":1},{"arity":36,"count":1}]
Number of extensional constraints0
Number of intensional constraints131
Distribution of constraint types[{"type":"intension","count":131},{"type":"cumulative","count":4}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.77/0.55	c Concrete v3.12.2.1568380929293 running
9.13/3.97	o 299
9.13/3.99	o 129
9.46/4.02	o 128
9.46/4.03	o 127
10.06/4.33	o 126
10.06/4.34	o 123
10.88/4.93	o 122
11.34/5.18	o 119
11.81/5.51	o 118
11.92/5.61	o 117
12.81/6.26	o 116
12.95/6.30	o 113
12.95/6.38	o 110
13.06/6.43	o 105
13.19/6.54	o 103
15.64/8.52	o 102
26.45/18.90	o 101
26.45/18.91	o 99
28.29/20.69	o 98
991.89/973.82	o 97
2400.06/2368.50	Exception in thread "main" java.util.concurrent.TimeoutException
2400.06/2368.50		at concrete.MAC.mac(MAC.scala:192)
2400.06/2368.50		at concrete.MAC.$anonfun$oneRun$1(MAC.scala:265)
2400.06/2368.50		at scala.util.Try$.apply(Try.scala:212)
2400.06/2368.50		at cspom.StatisticsManager$.$anonfun$measure$1(StatisticsManager.scala:179)
2400.06/2368.50		at cspom.StatisticsManager$.measureTry(StatisticsManager.scala:183)
2400.06/2368.50		at cspom.StatisticsManager$.measure(StatisticsManager.scala:179)
2400.06/2368.50		at concrete.MAC.oneRun(MAC.scala:265)
2400.06/2368.50		at concrete.MAC.nextSolution(MAC.scala:284)
2400.06/2368.50		at concrete.MAC.nextSolution(MAC.scala:369)
2400.06/2368.50		at concrete.Solver.hasNext(Solver.scala:160)
2400.06/2368.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2368.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2368.50		at concrete.Solver.foreach(Solver.scala:67)
2400.06/2368.50		at concrete.runner.ConcreteRunner.$anonfun$run$3(ConcreteRunner.scala:73)
2400.06/2368.50		at scala.util.Success.map(Try.scala:264)
2400.06/2368.50		at concrete.runner.ConcreteRunner.run(ConcreteRunner.scala:68)
2400.06/2368.50		at concrete.runner.ConcreteRunner.run$(ConcreteRunner.scala:32)
2400.06/2368.50		at concrete.runner.XCSP3Concrete$.run(XCSP3Concrete.scala:17)
2400.06/2368.50		at concrete.runner.XCSP3Concrete$.delayedEndpoint$concrete$runner$XCSP3Concrete$1(XCSP3Concrete.scala:121)
2400.06/2368.50		at concrete.runner.XCSP3Concrete$delayedInit$body.apply(XCSP3Concrete.scala:17)
2400.06/2368.50		at scala.Function0.apply$mcV$sp(Function0.scala:39)
2400.06/2368.50		at scala.Function0.apply$mcV$sp$(Function0.scala:39)
2400.06/2368.50		at scala.runtime.AbstractFunction0.apply$mcV$sp(AbstractFunction0.scala:17)
2400.06/2368.50		at scala.App.$anonfun$main$1(App.scala:75)
2400.06/2368.50		at scala.App.$anonfun$main$1$adapted(App.scala:75)
2400.06/2368.50		at scala.collection.IterableOnceOps.foreach(IterableOnce.scala:576)
2400.06/2368.50		at scala.collection.IterableOnceOps.foreach$(IterableOnce.scala:574)
2400.06/2368.50		at scala.collection.AbstractIterable.foreach(Iterable.scala:904)
2400.06/2368.50		at scala.App.main(App.scala:75)
2400.06/2368.50		at scala.App.main$(App.scala:73)
2400.06/2368.50		at concrete.runner.XCSP3Concrete$.main(XCSP3Concrete.scala:17)
2400.06/2368.50		at concrete.runner.XCSP3Concrete.main(XCSP3Concrete.scala)
2400.06/2368.51	v <instantiation
2400.06/2368.51	v         cost = '97'>
2400.06/2368.51	v       <list>
2400.06/2368.51	v         s[0] s[1] s[2] s[3] s[4] s[5] s[6] s[7] s[8] s[9] s[10] s[11] s[12] s[13] s[14] s[15] s[16] s[17] s[18] s[19] s[20] s[21] s[22] s[23] s[24] s[25] s[26] s[27] s[28] s[29] s[30] s[31] s[32] s[33] s[34] s[35] s[36] s[37] s[38] s[39] s[40] s[41] s[42] s[43] s[44] s[45] s[46] s[47] s[48] s[49] s[50] s[51] s[52] s[53] s[54] s[55] s[56] s[57] s[58] s[59] s[60] s[61]
2400.06/2368.51	v       </list>
2400.06/2368.51	v       <values>
2400.06/2368.51	v         0 0 0 0 15 5 13 8 8 22 15 31 59 35 14 22 45 25 51 31 18 35 51 52 38 31 37 28 42 47 39 45 57 62 78 54 45 74 41 52 57 71 67 64 50 53 63 55 68 75 62 63 83 76 66 86 65 78 90 83 91 97
2400.06/2368.51	v       </values>
2400.06/2368.51	v     </instantiation>
2400.06/2368.51	s SATISFIABLE

Verifier Data

OK	97

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396509-1568401521/watcher-4396509-1568401521 -o /tmp/evaluation-result-4396509-1568401521/solver-4396509-1568401521 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568393561-471 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1396021419 HOME/instance-4396509-1568401521.xml 

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

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
solver pid=2750, runsolver pid=2747
Current StackSize limit: 8192 KiB


[startup+0.100125 s]*
/proc/loadavg: 1.64 1.48 1.41 3/220 2808
/proc/meminfo: memFree=31133104/32770624 swapFree=66995200/67108860
[pid=2750] ppid=2747 vsize=9972712 memory=17084 CPUtime=0.09 cores=1,3,5,7
/proc/2750/stat : 2750 (java) S 2747 2750 436 0 -1 1077944320 4545 13026 0 0 1 1 5 2 20 0 6 0 416403532 10212057088 4271 33554432000 4194304 4196468 140728841206960 140728841189504 140688805035767 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
/proc/2750/statm: 2493178 4271 1935 1 0 2481616 0
[pid=2750/tid=2804] ppid=2747 vsize=10055356 memory=7022364594140610616 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2804/stat : 2804 (java) R 2747 2750 436 0 -1 4202560 2414 13026 0 0 0 0 5 2 20 0 7 0 416403540 10296684544 4403 33554432000 4194304 4196468 140728841206960 140688776878864 140688789116254 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2805] ppid=2747 vsize=10055356 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2805/stat : 2805 (java) S 2747 2750 436 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 7 0 416403541 10296684544 4403 33554432000 4194304 4196468 140728841206960 140688809277840 140688805045973 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2806] ppid=2747 vsize=10055356 memory=288371023691658880 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2806/stat : 2806 (java) S 2747 2750 436 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 7 0 416403541 10296684544 4403 33554432000 4194304 4196468 140728841206960 140688708167952 140688805045973 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2807] ppid=2747 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2807/stat : 2807 (java) S 2747 2750 436 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 7 0 416403541 10296684544 4403 33554432000 4194304 4196468 140728841206960 140688707115664 140688805045973 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2808] ppid=2747 vsize=10055356 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2808/stat : 2808 (java) S 2747 2750 436 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 7 0 416403541 10296684544 4403 33554432000 4194304 4196468 140728841206960 140688706062864 140688805045973 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2809] ppid=2747 vsize=10055356 memory=140647539947136 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2809/stat : 2809 (java) S 2747 2750 436 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 7 0 416403543 10296684544 4403 33554432000 4194304 4196468 140728841206960 140688263764592 140688805046914 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17084 KiB

[startup+0.210155 s]*
/proc/loadavg: 1.64 1.48 1.41 3/229 2817
/proc/meminfo: memFree=31114536/32770624 swapFree=66995200/67108860
[pid=2750] ppid=2747 vsize=10820148 memory=42320 CPUtime=0.26 cores=1,3,5,7
/proc/2750/stat : 2750 (java) S 2747 2750 436 0 -1 1077944320 7393 13026 0 0 17 2 5 2 20 0 15 0 416403532 11079831552 10580 33554432000 4194304 4196468 140728841206960 140728841189504 140688805035767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
/proc/2750/statm: 2705037 10580 3280 1 0 2667149 0
[pid=2750/tid=2804] ppid=2747 vsize=10820148 memory=7022364594140610616 CPUtime=0.18 cores=1,3,5,7
/proc/2750/task/2804/stat : 2804 (java) R 2747 2750 436 0 -1 4202560 3897 13026 0 0 10 1 5 2 20 0 15 0 416403540 11079831552 10580 33554432000 4194304 4196468 140728841206960 140688776859488 140688797272894 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2805] ppid=2747 vsize=10820148 memory=343 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2805/stat : 2805 (java) S 2747 2750 436 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 416403541 11079831552 10580 33554432000 4194304 4196468 140728841206960 140688809277840 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2806] ppid=2747 vsize=10820148 memory=288371023691658880 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2806/stat : 2806 (java) S 2747 2750 436 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 416403541 11079831552 10580 33554432000 4194304 4196468 140728841206960 140688708167952 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2807] ppid=2747 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2807/stat : 2807 (java) S 2747 2750 436 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 416403541 11079831552 10580 33554432000 4194304 4196468 140728841206960 140688707115664 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2808] ppid=2747 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2808/stat : 2808 (java) S 2747 2750 436 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 416403541 11079831552 10580 33554432000 4194304 4196468 140728841206960 140688706062864 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2809] ppid=2747 vsize=10820148 memory=140647539947136 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2809/stat : 2809 (java) S 2747 2750 436 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 416403543 11079831552 10580 33554432000 4194304 4196468 140728841206960 140688263764592 140688805046914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2810] ppid=2747 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2810/stat : 2810 (java) S 2747 2750 436 0 -1 1077944384 13 13026 0 0 0 0 5 2 20 0 15 0 416403543 11079831552 10580 33554432000 4194304 4196468 140728841206960 140687693571360 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2811] ppid=2747 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2811/stat : 2811 (java) S 2747 2750 436 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 416403543 11079831552 10580 33554432000 4194304 4196468 140728841206960 140687559353968 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2812] ppid=2747 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2812/stat : 2812 (java) S 2747 2750 436 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 416403546 11079831552 10580 33554432000 4194304 4196468 140728841206960 140687319063120 140688805054363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2813] ppid=2747 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2750/task/2813/stat : 2813 (java) S 2747 2750 436 0 -1 1077944384 472 13026 0 0 1 0 5 2 20 0 15 0 416403546 11079831552 10580 33554432000 4194304 4196468 140728841206960 140688262711408 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2814] ppid=2747 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/2750/task/2814/stat : 2814 (java) S 2747 2750 436 0 -1 1077944384 190 13026 0 0 1 0 5 2 20 0 15 0 416403546 11079831552 10580 33554432000 4194304 4196468 140728841206960 140688261658608 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2815] ppid=2747 vsize=10820148 memory=140647539947136 CPUtime=0.1 cores=1,3,5,7
/proc/2750/task/2815/stat : 2815 (java) R 2747 2750 436 0 -1 4202560 612 13026 0 0 3 0 5 2 20 0 15 0 416403546 11079831552 10580 33554432000 4194304 4196468 140728841206960 140688260605504 140688783527822 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2816] ppid=2747 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2816/stat : 2816 (java) S 2747 2750 436 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 416403546 11079831552 10580 33554432000 4194304 4196468 140728841206960 140687285504480 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2817] ppid=2747 vsize=10820148 memory=140647539947136 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2817/stat : 2817 (java) S 2747 2750 436 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 416403546 11079831552 10580 33554432000 4194304 4196468 140728841206960 140688259554224 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 42320 KiB

[startup+0.311522 s]*
/proc/loadavg: 1.64 1.48 1.41 3/229 2817
/proc/meminfo: memFree=31101956/32770624 swapFree=66995200/67108860
[pid=2750] ppid=2747 vsize=10820148 memory=50616 CPUtime=0.39 cores=1,3,5,7
/proc/2750/stat : 2750 (java) S 2747 2750 436 0 -1 1077944320 10896 13026 0 0 29 3 5 2 20 0 15 0 416403532 11079831552 12654 33554432000 4194304 4196468 140728841206960 140728841189504 140688805035767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
/proc/2750/statm: 2705037 12654 3296 1 0 2667149 0
[pid=2750/tid=2804] ppid=2747 vsize=10820148 memory=8317482817917895235 CPUtime=0.28 cores=1,3,5,7
/proc/2750/task/2804/stat : 2804 (java) R 2747 2750 436 0 -1 4202560 7375 13026 0 0 18 3 5 2 20 0 15 0 416403540 11079831552 12654 33554432000 4194304 4196468 140728841206960 140688776841872 140688789116254 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2805] ppid=2747 vsize=10820148 memory=4126316290023845779 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2805/stat : 2805 (java) S 2747 2750 436 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 416403541 11079831552 12654 33554432000 4194304 4196468 140728841206960 140688809277840 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2806] ppid=2747 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2806/stat : 2806 (java) S 2747 2750 436 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 416403541 11079831552 12654 33554432000 4194304 4196468 140728841206960 140688708167952 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2807] ppid=2747 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2807/stat : 2807 (java) S 2747 2750 436 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 416403541 11079831552 12654 33554432000 4194304 4196468 140728841206960 140688707115664 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2808] ppid=2747 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2808/stat : 2808 (java) S 2747 2750 436 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 416403541 11079831552 12654 33554432000 4194304 4196468 140728841206960 140688706062864 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2809] ppid=2747 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2809/stat : 2809 (java) S 2747 2750 436 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 416403543 11079831552 12654 33554432000 4194304 4196468 140728841206960 140688263764592 140688805046914 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2810] ppid=2747 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2810/stat : 2810 (java) S 2747 2750 436 0 -1 1077944384 13 13026 0 0 0 0 5 2 20 0 15 0 416403543 11079831552 12654 33554432000 4194304 4196468 140728841206960 140687693571360 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2811] ppid=2747 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2811/stat : 2811 (java) S 2747 2750 436 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 416403543 11079831552 12654 33554432000 4194304 4196468 140728841206960 140687559353968 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2812] ppid=2747 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2812/stat : 2812 (java) S 2747 2750 436 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 416403546 11079831552 12654 33554432000 4194304 4196468 140728841206960 140687319063120 140688805054363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2813] ppid=2747 vsize=10820148 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/2750/task/2813/stat : 2813 (java) R 2747 2750 436 0 -1 1077944384 473 13026 0 0 2 0 5 2 20 0 15 0 416403546 11079831552 12654 33554432000 4194304 4196468 140728841206960 140688262711408 140688805046914 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2814] ppid=2747 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2750/task/2814/stat : 2814 (java) S 2747 2750 436 0 -1 1077944384 190 13026 0 0 1 0 5 2 20 0 15 0 416403546 11079831552 12654 33554432000 4194304 4196468 140728841206960 140688261658608 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2815] ppid=2747 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/2750/task/2815/stat : 2815 (java) R 2747 2750 436 0 -1 1077944384 621 13026 0 0 5 0 5 2 20 0 15 0 416403546 11079831552 12654 33554432000 4194304 4196468 140728841206960 140688260606320 140688805046914 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2816] ppid=2747 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2816/stat : 2816 (java) S 2747 2750 436 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 416403546 11079831552 12654 33554432000 4194304 4196468 140728841206960 140687285504480 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2817] ppid=2747 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2817/stat : 2817 (java) S 2747 2750 436 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 416403546 11079831552 12654 33554432000 4194304 4196468 140728841206960 140688259554224 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50616 KiB

[startup+0.701519 s]
/proc/loadavg: 1.64 1.48 1.41 5/229 2817
/proc/meminfo: memFree=31088116/32770624 swapFree=66995200/67108860
[pid=2750] ppid=2747 vsize=10824360 memory=83620 CPUtime=1.14 cores=1,3,5,7
/proc/2750/stat : 2750 (java) S 2747 2750 436 0 -1 1077944320 15135 13026 0 0 101 6 5 2 20 0 15 0 416403532 11084144640 20905 33554432000 4194304 4196468 140728841206960 140728841189504 140688805035767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
/proc/2750/statm: 2706090 20905 3496 1 0 2668173 0
[pid=2750/tid=2804] ppid=2747 vsize=10824360 memory=6009316314409559652 CPUtime=0.66 cores=1,3,5,7
/proc/2750/task/2804/stat : 2804 (java) R 2747 2750 436 0 -1 4202560 10381 13026 0 0 54 5 5 2 20 0 15 0 416403540 11084144640 20905 33554432000 4194304 4196468 140728841206960 140688776856592 140688798135998 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2805] ppid=2747 vsize=10824360 memory=7955703662245210472 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2805/stat : 2805 (java) S 2747 2750 436 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 416403541 11084144640 20905 33554432000 4194304 4196468 140728841206960 140688809277840 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2806] ppid=2747 vsize=10824360 memory=6226905323352122727 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2806/stat : 2806 (java) S 2747 2750 436 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 416403541 11084144640 20905 33554432000 4194304 4196468 140728841206960 140688708167952 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2807] ppid=2747 vsize=10824360 memory=6371561406723085672 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2807/stat : 2807 (java) S 2747 2750 436 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 416403541 11084144640 20905 33554432000 4194304 4196468 140728841206960 140688707115664 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2808] ppid=2747 vsize=10824360 memory=6935650355287975249 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2808/stat : 2808 (java) S 2747 2750 436 0 -1 1077944384 2 13026 0 0 0 0 5 2 20 0 15 0 416403541 11084144640 20905 33554432000 4194304 4196468 140728841206960 140688706062864 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2809] ppid=2747 vsize=10824360 memory=140647539945969 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2809/stat : 2809 (java) S 2747 2750 436 0 -1 1077944384 5 13026 0 0 0 0 5 2 20 0 15 0 416403543 11084144640 20905 33554432000 4194304 4196468 140728841206960 140688263764592 140688805046914 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2810] ppid=2747 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2810/stat : 2810 (java) S 2747 2750 436 0 -1 1077944384 13 13026 0 0 0 0 5 2 20 0 15 0 416403543 11084144640 20905 33554432000 4194304 4196468 140728841206960 140687693571360 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2811] ppid=2747 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2811/stat : 2811 (java) S 2747 2750 436 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 416403543 11084144640 20905 33554432000 4194304 4196468 140728841206960 140687559353968 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2812] ppid=2747 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2812/stat : 2812 (java) S 2747 2750 436 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 416403546 11084144640 20905 33554432000 4194304 4196468 140728841206960 140687319063120 140688805054363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2813] ppid=2747 vsize=10824360 memory=0 CPUtime=0.18 cores=1,3,5,7
/proc/2750/task/2813/stat : 2813 (java) R 2747 2750 436 0 -1 4202560 965 13026 0 0 11 0 5 2 20 0 15 0 416403546 11084144640 20905 33554432000 4194304 4196468 140728841206960 140688262711408 140688782785498 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2814] ppid=2747 vsize=10824360 memory=0 CPUtime=0.23 cores=1,3,5,7
/proc/2750/task/2814/stat : 2814 (java) S 2747 2750 436 0 -1 1077944384 703 13026 0 0 16 0 5 2 20 0 15 0 416403546 11084144640 20905 33554432000 4194304 4196468 140728841206960 140688261658608 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2815] ppid=2747 vsize=10824360 memory=0 CPUtime=0.24 cores=1,3,5,7
/proc/2750/task/2815/stat : 2815 (java) S 2747 2750 436 0 -1 1077944384 844 13026 0 0 17 0 5 2 20 0 15 0 416403546 11084144640 20905 33554432000 4194304 4196468 140728841206960 140688260606320 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2816] ppid=2747 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2816/stat : 2816 (java) S 2747 2750 436 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 416403546 11084144640 20905 33554432000 4194304 4196468 140728841206960 140687285504480 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2817] ppid=2747 vsize=10824360 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2817/stat : 2817 (java) S 2747 2750 436 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 416403546 11084144640 20905 33554432000 4194304 4196468 140728841206960 140688259554224 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
Current children cumulated CPU time: 1.14 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83620 KiB

[startup+1.50072 s]
/proc/loadavg: 1.64 1.48 1.41 3/229 2817
/proc/meminfo: memFree=31043076/32770624 swapFree=66995200/67108860
[pid=2750] ppid=2747 vsize=10834676 memory=171284 CPUtime=2.48 cores=1,3,5,7
/proc/2750/stat : 2750 (java) S 2747 2750 436 0 -1 1077944320 21785 13026 0 0 230 11 5 2 20 0 15 0 416403532 11094708224 42821 33554432000 4194304 4196468 140728841206960 140728841189504 140688805035767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
/proc/2750/statm: 2708669 42821 3586 1 0 2670733 0
[pid=2750/tid=2804] ppid=2747 vsize=10834676 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/2750/task/2804/stat : 2804 (java) R 2747 2750 436 0 -1 4202560 15231 13026 0 0 128 8 5 2 20 0 15 0 416403540 11094708224 42821 33554432000 4194304 4196468 140728841206960 140688776835664 140688789116254 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2805] ppid=2747 vsize=10834676 memory=-7533511066075829596 CPUtime=0.08 cores=1,3,5,7
/proc/2750/task/2805/stat : 2805 (java) S 2747 2750 436 0 -1 1077944384 75 13026 0 0 1 0 5 2 20 0 15 0 416403541 11094708224 42821 33554432000 4194304 4196468 140728841206960 140688809277840 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2806] ppid=2747 vsize=10834676 memory=6944656592455360604 CPUtime=0.08 cores=1,3,5,7
/proc/2750/task/2806/stat : 2806 (java) S 2747 2750 436 0 -1 1077944384 22 13026 0 0 1 0 5 2 20 0 15 0 416403541 11094708224 42821 33554432000 4194304 4196468 140728841206960 140688708167952 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2807] ppid=2747 vsize=10834676 memory=6944656592455350634 CPUtime=0.08 cores=1,3,5,7
/proc/2750/task/2807/stat : 2807 (java) S 2747 2750 436 0 -1 1077944384 353 13026 0 0 1 0 5 2 20 0 15 0 416403541 11094708224 42821 33554432000 4194304 4196468 140728841206960 140688707115664 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2808] ppid=2747 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/2750/task/2808/stat : 2808 (java) S 2747 2750 436 0 -1 1077944384 76 13026 0 0 1 0 5 2 20 0 15 0 416403541 11094708224 42821 33554432000 4194304 4196468 140728841206960 140688706062864 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2809] ppid=2747 vsize=10834676 memory=281294856528704 CPUtime=0.08 cores=1,3,5,7
/proc/2750/task/2809/stat : 2809 (java) S 2747 2750 436 0 -1 1077944384 152 13026 0 0 1 0 5 2 20 0 15 0 416403543 11094708224 42821 33554432000 4194304 4196468 140728841206960 140688263764592 140688805046914 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2810] ppid=2747 vsize=10834676 memory=140647428276928 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2810/stat : 2810 (java) S 2747 2750 436 0 -1 1077944384 14 13026 0 0 0 0 5 2 20 0 15 0 416403543 11094708224 42821 33554432000 4194304 4196468 140728841206960 140687693571360 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2811] ppid=2747 vsize=10834676 memory=1384 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2811/stat : 2811 (java) S 2747 2750 436 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 416403543 11094708224 42821 33554432000 4194304 4196468 140728841206960 140687559353968 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2812] ppid=2747 vsize=10834676 memory=776 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2812/stat : 2812 (java) S 2747 2750 436 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 416403546 11094708224 42821 33554432000 4194304 4196468 140728841206960 140687319063120 140688805054363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2813] ppid=2747 vsize=10834676 memory=281294856606176 CPUtime=0.32 cores=1,3,5,7
/proc/2750/task/2813/stat : 2813 (java) S 2747 2750 436 0 -1 1077944384 1113 13026 0 0 25 0 5 2 20 0 15 0 416403546 11094708224 42821 33554432000 4194304 4196468 140728841206960 140688262711408 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2814] ppid=2747 vsize=10834676 memory=419660 CPUtime=0.32 cores=1,3,5,7
/proc/2750/task/2814/stat : 2814 (java) S 2747 2750 436 0 -1 1077944384 891 13026 0 0 25 0 5 2 20 0 15 0 416403546 11094708224 42821 33554432000 4194304 4196468 140728841206960 140688261658608 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2815] ppid=2747 vsize=10834676 memory=1764 CPUtime=0.49 cores=1,3,5,7
/proc/2750/task/2815/stat : 2815 (java) R 2747 2750 436 0 -1 4202560 1641 13026 0 0 42 0 5 2 20 0 15 0 416403546 11094708224 42821 33554432000 4194304 4196468 140728841206960 140688260606320 140688798132603 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2816] ppid=2747 vsize=10834676 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2816/stat : 2816 (java) S 2747 2750 436 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 416403546 11094708224 42821 33554432000 4194304 4196468 140728841206960 140687285504480 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2817] ppid=2747 vsize=10834676 memory=6788 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2817/stat : 2817 (java) S 2747 2750 436 0 -1 1077944384 1 13026 0 0 0 0 5 2 20 0 15 0 416403546 11094708224 42821 33554432000 4194304 4196468 140728841206960 140688259554224 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0

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

/proc/2750/task/2804/stat : 2804 (java) R 2747 2750 436 0 -1 4202560 55465 13026 0 0 224364 41 5 2 20 0 15 0 416403540 11107311616 161415 33554432000 4194304 4196468 140728841206960 140688776871696 140688395825662 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2805] ppid=2747 vsize=10846984 memory=164 CPUtime=7.7 cores=1,3,5,7
/proc/2750/task/2805/stat : 2805 (java) S 2747 2750 436 0 -1 1077944384 8439 13026 0 0 723 40 5 2 20 0 15 0 416403541 11107311616 161415 33554432000 4194304 4196468 140728841206960 140688809277840 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2806] ppid=2747 vsize=10846984 memory=645660 CPUtime=7.7 cores=1,3,5,7
/proc/2750/task/2806/stat : 2806 (java) S 2747 2750 436 0 -1 1077944384 9899 13026 0 0 722 41 5 2 20 0 15 0 416403541 11107311616 161415 33554432000 4194304 4196468 140728841206960 140688708167952 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2807] ppid=2747 vsize=10846984 memory=645660 CPUtime=7.69 cores=1,3,5,7
/proc/2750/task/2807/stat : 2807 (java) S 2747 2750 436 0 -1 1077944384 8245 13026 0 0 722 40 5 2 20 0 15 0 416403541 11107311616 161415 33554432000 4194304 4196468 140728841206960 140688707115664 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2808] ppid=2747 vsize=10846984 memory=645660 CPUtime=7.68 cores=1,3,5,7
/proc/2750/task/2808/stat : 2808 (java) S 2747 2750 436 0 -1 1077944384 7374 13026 0 0 719 42 5 2 20 0 15 0 416403541 11107311616 161415 33554432000 4194304 4196468 140728841206960 140688706062864 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2809] ppid=2747 vsize=10846984 memory=645660 CPUtime=8.04 cores=1,3,5,7
/proc/2750/task/2809/stat : 2809 (java) S 2747 2750 436 0 -1 1077944384 10240 13026 0 0 761 36 5 2 20 0 15 0 416403543 11107311616 161415 33554432000 4194304 4196468 140728841206960 140688263764592 140688805046914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2810] ppid=2747 vsize=10846984 memory=281294857586496 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2810/stat : 2810 (java) S 2747 2750 436 0 -1 1077944384 16 13026 0 0 0 0 5 2 20 0 15 0 416403543 11107311616 161415 33554432000 4194304 4196468 140728841206960 140687693571488 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2811] ppid=2747 vsize=10846984 memory=645660 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2811/stat : 2811 (java) S 2747 2750 436 0 -1 1077944384 9 13026 0 0 0 0 5 2 20 0 15 0 416403543 11107311616 161415 33554432000 4194304 4196468 140728841206960 140687559353984 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2812] ppid=2747 vsize=10846984 memory=645660 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2812/stat : 2812 (java) S 2747 2750 436 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 416403546 11107311616 161415 33554432000 4194304 4196468 140728841206960 140687319063120 140688805054363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2813] ppid=2747 vsize=10846984 memory=645660 CPUtime=3.79 cores=1,3,5,7
/proc/2750/task/2813/stat : 2813 (java) S 2747 2750 436 0 -1 1077944384 24761 13026 0 0 369 3 5 2 20 0 15 0 416403546 11107311616 161415 33554432000 4194304 4196468 140728841206960 140688262711408 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2814] ppid=2747 vsize=10846984 memory=645660 CPUtime=3.43 cores=1,3,5,7
/proc/2750/task/2814/stat : 2814 (java) S 2747 2750 436 0 -1 1077944384 24395 13026 0 0 333 3 5 2 20 0 15 0 416403546 11107311616 161415 33554432000 4194304 4196468 140728841206960 140688261658608 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2815] ppid=2747 vsize=10846984 memory=1804 CPUtime=1.91 cores=1,3,5,7
/proc/2750/task/2815/stat : 2815 (java) S 2747 2750 436 0 -1 1077944384 28407 13026 0 0 180 4 5 2 20 0 15 0 416403546 11107311616 161415 33554432000 4194304 4196468 140728841206960 140688260606320 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2816] ppid=2747 vsize=10846984 memory=988 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2816/stat : 2816 (java) S 2747 2750 436 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 416403546 11107311616 161415 33554432000 4194304 4196468 140728841206960 140687285504480 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2817] ppid=2747 vsize=10846984 memory=645660 CPUtime=1.27 cores=1,3,5,7
/proc/2750/task/2817/stat : 2817 (java) S 2747 2750 436 0 -1 1077944384 1424 13026 0 0 63 57 5 2 20 0 15 0 416403546 11107311616 161415 33554432000 4194304 4196468 140728841206960 140688259554224 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
Current children cumulated CPU time: 2292.8 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 645660 KiB

[startup+2322.3 s]
/proc/loadavg: 1.36 1.30 1.33 3/227 3160
/proc/meminfo: memFree=30326056/32770624 swapFree=66995208/67108860
[pid=2750] ppid=2747 vsize=10846984 memory=645764 CPUtime=2353.41 cores=1,3,5,7
/proc/2750/stat : 2750 (java) S 2747 2750 436 0 -1 1077944320 182145 13026 0 0 235065 269 5 2 20 0 15 0 416403532 11107311616 161441 33554432000 4194304 4196468 140728841206960 140728841189504 140688805035767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
/proc/2750/statm: 2711746 161441 3630 1 0 2673805 0
[pid=2750/tid=2804] ppid=2747 vsize=10846984 memory=645756 CPUtime=2303.68 cores=1,3,5,7
/proc/2750/task/2804/stat : 2804 (java) R 2747 2750 436 0 -1 4202560 56090 13026 0 0 230319 42 5 2 20 0 15 0 416403540 11107311616 161441 33554432000 4194304 4196468 140728841206960 140688776871360 140688395473540 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2805] ppid=2747 vsize=10846984 memory=645756 CPUtime=7.9 cores=1,3,5,7
/proc/2750/task/2805/stat : 2805 (java) S 2747 2750 436 0 -1 1077944384 8481 13026 0 0 742 41 5 2 20 0 15 0 416403541 11107311616 161441 33554432000 4194304 4196468 140728841206960 140688809277840 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2806] ppid=2747 vsize=10846984 memory=645764 CPUtime=7.91 cores=1,3,5,7
/proc/2750/task/2806/stat : 2806 (java) S 2747 2750 436 0 -1 1077944384 9919 13026 0 0 742 42 5 2 20 0 15 0 416403541 11107311616 161441 33554432000 4194304 4196468 140728841206960 140688708167952 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2807] ppid=2747 vsize=10846984 memory=645764 CPUtime=7.89 cores=1,3,5,7
/proc/2750/task/2807/stat : 2807 (java) S 2747 2750 436 0 -1 1077944384 8513 13026 0 0 741 41 5 2 20 0 15 0 416403541 11107311616 161441 33554432000 4194304 4196468 140728841206960 140688707115664 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2808] ppid=2747 vsize=10846984 memory=645764 CPUtime=7.88 cores=1,3,5,7
/proc/2750/task/2808/stat : 2808 (java) S 2747 2750 436 0 -1 1077944384 7449 13026 0 0 738 43 5 2 20 0 15 0 416403541 11107311616 161441 33554432000 4194304 4196468 140728841206960 140688706062864 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2809] ppid=2747 vsize=10846984 memory=3632 CPUtime=8.24 cores=1,3,5,7
/proc/2750/task/2809/stat : 2809 (java) S 2747 2750 436 0 -1 1077944384 10441 13026 0 0 780 37 5 2 20 0 15 0 416403543 11107311616 161441 33554432000 4194304 4196468 140728841206960 140688263764592 140688805046914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2810] ppid=2747 vsize=10846984 memory=1052 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2810/stat : 2810 (java) S 2747 2750 436 0 -1 1077944384 16 13026 0 0 0 0 5 2 20 0 15 0 416403543 11107311616 161441 33554432000 4194304 4196468 140728841206960 140687693571488 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2811] ppid=2747 vsize=10846984 memory=1708 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2811/stat : 2811 (java) S 2747 2750 436 0 -1 1077944384 9 13026 0 0 0 0 5 2 20 0 15 0 416403543 11107311616 161441 33554432000 4194304 4196468 140728841206960 140687559353984 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2812] ppid=2747 vsize=10846984 memory=645764 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2812/stat : 2812 (java) S 2747 2750 436 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 416403546 11107311616 161441 33554432000 4194304 4196468 140728841206960 140687319063120 140688805054363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2813] ppid=2747 vsize=10846984 memory=1156 CPUtime=3.79 cores=1,3,5,7
/proc/2750/task/2813/stat : 2813 (java) S 2747 2750 436 0 -1 1077944384 24763 13026 0 0 369 3 5 2 20 0 15 0 416403546 11107311616 161441 33554432000 4194304 4196468 140728841206960 140688262711408 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2814] ppid=2747 vsize=10846984 memory=645764 CPUtime=3.43 cores=1,3,5,7
/proc/2750/task/2814/stat : 2814 (java) S 2747 2750 436 0 -1 1077944384 24397 13026 0 0 333 3 5 2 20 0 15 0 416403546 11107311616 161441 33554432000 4194304 4196468 140728841206960 140688261658608 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2815] ppid=2747 vsize=10846984 memory=645764 CPUtime=1.91 cores=1,3,5,7
/proc/2750/task/2815/stat : 2815 (java) S 2747 2750 436 0 -1 1077944384 28409 13026 0 0 180 4 5 2 20 0 15 0 416403546 11107311616 161441 33554432000 4194304 4196468 140728841206960 140688260606320 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2816] ppid=2747 vsize=10846984 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2816/stat : 2816 (java) S 2747 2750 436 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 416403546 11107311616 161441 33554432000 4194304 4196468 140728841206960 140687285504480 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2817] ppid=2747 vsize=10846984 memory=5904 CPUtime=1.29 cores=1,3,5,7
/proc/2750/task/2817/stat : 2817 (java) S 2747 2750 436 0 -1 1077944384 1442 13026 0 0 64 58 5 2 20 0 15 0 416403546 11107311616 161441 33554432000 4194304 4196468 140728841206960 140688259554224 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
Current children cumulated CPU time: 2353.41 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 645764 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2368.5 s]
/proc/loadavg: 1.21 1.27 1.32 3/227 3163
/proc/meminfo: memFree=30327264/32770624 swapFree=66995208/67108860
[pid=2750] ppid=2747 vsize=10846984 memory=645768 CPUtime=2400.06 cores=1,3,5,7
/proc/2750/stat : 2750 (java) S 2747 2750 436 0 -1 1077944320 182443 13026 0 0 239728 271 5 2 20 0 15 0 416403532 11107311616 161442 33554432000 4194304 4196468 140728841206960 140728841189504 140688805035767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
/proc/2750/statm: 2711746 161442 3630 1 0 2673805 0
[pid=2750/tid=2804] ppid=2747 vsize=10846984 memory=645768 CPUtime=2349.52 cores=1,3,5,7
/proc/2750/task/2804/stat : 2804 (java) R 2747 2750 436 0 -1 4202560 56338 13026 0 0 234903 42 5 2 20 0 15 0 416403540 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688776870768 140688395445191 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2805] ppid=2747 vsize=10846984 memory=238493 CPUtime=8.06 cores=1,3,5,7
/proc/2750/task/2805/stat : 2805 (java) S 2747 2750 436 0 -1 1077944384 8485 13026 0 0 757 42 5 2 20 0 15 0 416403541 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688809277840 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2806] ppid=2747 vsize=10846984 memory=233466 CPUtime=8.06 cores=1,3,5,7
/proc/2750/task/2806/stat : 2806 (java) S 2747 2750 436 0 -1 1077944384 9938 13026 0 0 757 42 5 2 20 0 15 0 416403541 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688708167952 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2807] ppid=2747 vsize=10846984 memory=645768 CPUtime=8.04 cores=1,3,5,7
/proc/2750/task/2807/stat : 2807 (java) S 2747 2750 436 0 -1 1077944384 8517 13026 0 0 756 41 5 2 20 0 15 0 416403541 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688707115664 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2808] ppid=2747 vsize=10846984 memory=6656426216303648864 CPUtime=8.04 cores=1,3,5,7
/proc/2750/task/2808/stat : 2808 (java) S 2747 2750 436 0 -1 1077944384 7458 13026 0 0 754 43 5 2 20 0 15 0 416403541 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688706062864 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2809] ppid=2747 vsize=10846984 memory=645768 CPUtime=8.4 cores=1,3,5,7
/proc/2750/task/2809/stat : 2809 (java) S 2747 2750 436 0 -1 1077944384 10451 13026 0 0 795 38 5 2 20 0 15 0 416403543 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688263764592 140688805046914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2810] ppid=2747 vsize=10846984 memory=645768 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2810/stat : 2810 (java) S 2747 2750 436 0 -1 1077944384 16 13026 0 0 0 0 5 2 20 0 15 0 416403543 11107311616 161442 33554432000 4194304 4196468 140728841206960 140687693571488 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2811] ppid=2747 vsize=10846984 memory=645768 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2811/stat : 2811 (java) S 2747 2750 436 0 -1 1077944384 9 13026 0 0 0 0 5 2 20 0 15 0 416403543 11107311616 161442 33554432000 4194304 4196468 140728841206960 140687559353984 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2812] ppid=2747 vsize=10846984 memory=281294857102320 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2812/stat : 2812 (java) S 2747 2750 436 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 416403546 11107311616 161442 33554432000 4194304 4196468 140728841206960 140687319063120 140688805054363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2813] ppid=2747 vsize=10846984 memory=645768 CPUtime=3.79 cores=1,3,5,7
/proc/2750/task/2813/stat : 2813 (java) S 2747 2750 436 0 -1 1077944384 24763 13026 0 0 369 3 5 2 20 0 15 0 416403546 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688262711408 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2814] ppid=2747 vsize=10846984 memory=645768 CPUtime=3.43 cores=1,3,5,7
/proc/2750/task/2814/stat : 2814 (java) S 2747 2750 436 0 -1 1077944384 24398 13026 0 0 333 3 5 2 20 0 15 0 416403546 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688261658608 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2815] ppid=2747 vsize=10846984 memory=645768 CPUtime=1.91 cores=1,3,5,7
/proc/2750/task/2815/stat : 2815 (java) S 2747 2750 436 0 -1 1077944384 28409 13026 0 0 180 4 5 2 20 0 15 0 416403546 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688260606320 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2816] ppid=2747 vsize=10846984 memory=496 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2816/stat : 2816 (java) S 2747 2750 436 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 416403546 11107311616 161442 33554432000 4194304 4196468 140728841206960 140687285504480 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2817] ppid=2747 vsize=10846984 memory=928 CPUtime=1.32 cores=1,3,5,7
/proc/2750/task/2817/stat : 2817 (java) S 2747 2750 436 0 -1 1077944384 1445 13026 0 0 66 59 5 2 20 0 15 0 416403546 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688259554224 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 645768 KiB

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

[startup+2368.53 s]
# the end of solver process 2750 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.36 s, system=2.75332 s

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

[startup+2368.5 s]
/proc/loadavg: 1.21 1.27 1.32 3/227 3163
/proc/meminfo: memFree=30327264/32770624 swapFree=66995208/67108860
[pid=2750] ppid=2747 vsize=10846984 memory=645768 CPUtime=2400.06 cores=1,3,5,7
/proc/2750/stat : 2750 (java) S 2747 2750 436 0 -1 1077944320 182443 13026 0 0 239728 271 5 2 20 0 15 0 416403532 11107311616 161442 33554432000 4194304 4196468 140728841206960 140728841189504 140688805035767 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
/proc/2750/statm: 2711746 161442 3630 1 0 2673805 0
[pid=2750/tid=2804] ppid=2747 vsize=10846984 memory=645768 CPUtime=2349.52 cores=1,3,5,7
/proc/2750/task/2804/stat : 2804 (java) R 2747 2750 436 0 -1 4202560 56338 13026 0 0 234903 42 5 2 20 0 15 0 416403540 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688776870768 140688395445191 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2805] ppid=2747 vsize=10846984 memory=238493 CPUtime=8.06 cores=1,3,5,7
/proc/2750/task/2805/stat : 2805 (java) S 2747 2750 436 0 -1 1077944384 8485 13026 0 0 757 42 5 2 20 0 15 0 416403541 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688809277840 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2806] ppid=2747 vsize=10846984 memory=233466 CPUtime=8.06 cores=1,3,5,7
/proc/2750/task/2806/stat : 2806 (java) S 2747 2750 436 0 -1 1077944384 9938 13026 0 0 757 42 5 2 20 0 15 0 416403541 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688708167952 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2807] ppid=2747 vsize=10846984 memory=645768 CPUtime=8.04 cores=1,3,5,7
/proc/2750/task/2807/stat : 2807 (java) S 2747 2750 436 0 -1 1077944384 8517 13026 0 0 756 41 5 2 20 0 15 0 416403541 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688707115664 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2808] ppid=2747 vsize=10846984 memory=6656426216303648864 CPUtime=8.04 cores=1,3,5,7
/proc/2750/task/2808/stat : 2808 (java) S 2747 2750 436 0 -1 1077944384 7458 13026 0 0 754 43 5 2 20 0 15 0 416403541 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688706062864 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2809] ppid=2747 vsize=10846984 memory=645768 CPUtime=8.4 cores=1,3,5,7
/proc/2750/task/2809/stat : 2809 (java) S 2747 2750 436 0 -1 1077944384 10451 13026 0 0 795 38 5 2 20 0 15 0 416403543 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688263764592 140688805046914 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2810] ppid=2747 vsize=10846984 memory=645768 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2810/stat : 2810 (java) S 2747 2750 436 0 -1 1077944384 16 13026 0 0 0 0 5 2 20 0 15 0 416403543 11107311616 161442 33554432000 4194304 4196468 140728841206960 140687693571488 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2811] ppid=2747 vsize=10846984 memory=645768 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2811/stat : 2811 (java) S 2747 2750 436 0 -1 1077944384 9 13026 0 0 0 0 5 2 20 0 15 0 416403543 11107311616 161442 33554432000 4194304 4196468 140728841206960 140687559353984 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2812] ppid=2747 vsize=10846984 memory=281294857102320 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2812/stat : 2812 (java) S 2747 2750 436 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 416403546 11107311616 161442 33554432000 4194304 4196468 140728841206960 140687319063120 140688805054363 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2813] ppid=2747 vsize=10846984 memory=645768 CPUtime=3.79 cores=1,3,5,7
/proc/2750/task/2813/stat : 2813 (java) S 2747 2750 436 0 -1 1077944384 24763 13026 0 0 369 3 5 2 20 0 15 0 416403546 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688262711408 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2814] ppid=2747 vsize=10846984 memory=645768 CPUtime=3.43 cores=1,3,5,7
/proc/2750/task/2814/stat : 2814 (java) S 2747 2750 436 0 -1 1077944384 24398 13026 0 0 333 3 5 2 20 0 15 0 416403546 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688261658608 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2815] ppid=2747 vsize=10846984 memory=645768 CPUtime=1.91 cores=1,3,5,7
/proc/2750/task/2815/stat : 2815 (java) S 2747 2750 436 0 -1 1077944384 28409 13026 0 0 180 4 5 2 20 0 15 0 416403546 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688260606320 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2816] ppid=2747 vsize=10846984 memory=496 CPUtime=0.07 cores=1,3,5,7
/proc/2750/task/2816/stat : 2816 (java) S 2747 2750 436 0 -1 1077944384 3 13026 0 0 0 0 5 2 20 0 15 0 416403546 11107311616 161442 33554432000 4194304 4196468 140728841206960 140687285504480 140688805045973 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
[pid=2750/tid=2817] ppid=2747 vsize=10846984 memory=928 CPUtime=1.32 cores=1,3,5,7
/proc/2750/task/2817/stat : 2817 (java) S 2747 2750 436 0 -1 1077944384 1445 13026 0 0 66 59 5 2 20 0 15 0 416403546 11107311616 161442 33554432000 4194304 4196468 140728841206960 140688259554224 140688805046914 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 27885568 140728841214703 140728841217221 140728841217221 140728841220047 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 645768 KiB

Child status: 143
Real time (s): 2368.53
CPU time (s): 2400.11
CPU user time (s): 2397.36
CPU system time (s): 2.75332
CPU usage (%): 101.334
Max. virtual memory (cumulated for all children) (KiB): 10846984
Max. memory (cumulated for all children) (KiB): 645768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.36
system time used= 2.75332
maximum resident set size= 649980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 196418
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 216386
involuntary context switches= 7552


# summary of solver processes directly reported to runsolver:
#   pid: 2750
#   total CPU time (s): 2400.11
#   total CPU user time (s): 2397.36
#   total CPU system time (s): 2.75332

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3878 second user time and 23.4079 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-13 21:04:35
IDJOB=4396509
IDBENCH=128305
IDSOLVER=2847
FILE ID=node102/4396509-1568401521
RUNJOBID= node102-1568393561-471
PBS_JOBID= 21701865
Free space on /tmp= 59296 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Rcpsp/Rcpsp-m1-j60/Rcpsp-j60-37-01.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396509-1568401521/watcher-4396509-1568401521 -o /tmp/evaluation-result-4396509-1568401521/solver-4396509-1568401521 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568393561-471 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1396021419 HOME/instance-4396509-1568401521.xml

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

MD5SUM BENCH= cc0e4d4fb1187992b98efb1fb4f076c6
RANDOM SEED=1396021419

node102.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.13
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.54
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.13
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.54
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.13
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.54
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.13
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31141752 kB
MemAvailable:   31513292 kB
Buffers:          154456 kB
Cached:           510288 kB
SwapCached:         9928 kB
Active:           760716 kB
Inactive:         325236 kB
Active(anon):     417856 kB
Inactive(anon):    34320 kB
Active(file):     342860 kB
Inactive(file):   290916 kB
Unevictable:      109896 kB
Mlocked:          109896 kB
SwapTotal:      67108860 kB
SwapFree:       66995200 kB
Dirty:             35448 kB
Writeback:             0 kB
AnonPages:        535792 kB
Mapped:            48228 kB
Shmem:             22220 kB
Slab:             135828 kB
SReclaimable:     107196 kB
SUnreclaim:        28632 kB
KernelStack:        4016 kB
PageTables:         7984 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1505912 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    434176 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59260 MiB
End job on node102 at 2019-09-13 21:44:04