Trace number 4387432

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 NameAnswerCPU timeWall clock time
Concrete 3.10SAT 590.165 456.156

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os10/
SuperTaillard-os-10-12.xml
MD5SUM5dc18f9bddc2dfff84e0f90fec56ce3b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark24.9156
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints2800
Number of domains65
Minimum domain size520
Maximum domain size616
Distribution of domain sizes[{"size":520,"count":2},{"size":521,"count":4},{"size":522,"count":2},{"size":523,"count":4},{"size":525,"count":4},{"size":527,"count":4},{"size":528,"count":2},{"size":529,"count":2},{"size":530,"count":6},{"size":531,"count":6},{"size":532,"count":2},{"size":534,"count":2},{"size":535,"count":2},{"size":536,"count":2},{"size":537,"count":2},{"size":541,"count":2},{"size":542,"count":4},{"size":543,"count":2},{"size":545,"count":4},{"size":547,"count":2},{"size":550,"count":2},{"size":551,"count":2},{"size":552,"count":2},{"size":553,"count":2},{"size":554,"count":2},"...",{"size":582,"count":6}, {"size":585,"count":4}, {"size":586,"count":2}, {"size":587,"count":2}, {"size":588,"count":2}, {"size":589,"count":4}, {"size":590,"count":2}, {"size":592,"count":2}, {"size":595,"count":4}, {"size":596,"count":2}, {"size":597,"count":2}, {"size":599,"count":2}, {"size":600,"count":6}, {"size":601,"count":2}, {"size":602,"count":2}, {"size":603,"count":2}, {"size":604,"count":6}, {"size":605,"count":2}, {"size":606,"count":2}, {"size":608,"count":4}, {"size":609,"count":2}, {"size":612,"count":4}, {"size":614,"count":6}, {"size":615,"count":4}, {"size":616,"count":4}]
Minimum variable degree19
Maximum variable degree37
Distribution of variable degrees[{"degree":19,"count":100},{"degree":37,"count":100}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2800}]
Number of extensional constraints0
Number of intensional constraints2800
Distribution of constraint types[{"type":"intension","count":2800}]
Optimization problemNO
Type of objective

Solver Data

0.73/0.54	c Concrete v3.10.1560635388952 running
589.97/456.11	v <instantiation
589.97/456.11	v         >
589.97/456.11	v       <list>
589.97/456.11	v         x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99 x100 x101 x102 x103 x104 x105 x106 x107 x108 x109 x110 x111 x112 x113 x114 x115 x116 x117 x118 x119 x120 x121 x122 x123 x124 x125 x126 x127 x128 x129 x130 x131 x132 x133 x134 x135 x136 x137 x138 x139 x140 x141 x142 x143 x144 x145 x146 x147 x148 x149 x150 x151 x152 x153 x154 x155 x156 x157 x158 x159 x160 x161 x162 x163 x164 x165 x166 x167 x168 x169 x170 x171 x172 x173 x174 x175 x176 x177 x178 x179 x180 x181 x182 x183 x184 x185 x186 x187 x188 x189 x190 x191 x192 x193 x194 x195 x196 x197 x198 x199
589.97/456.11	v       </list>
589.97/456.11	v       <values>
589.97/456.11	v         69 70 520 519 33 30 177 164 324 335 196 195 273 274 0 1 371 360 422 423 171 160 298 297 115 119 333 332 422 421 23 282 285 6 527 526 0 95 31 30 21 22 324 348 139 138 95 108 278 277 574 566 224 225 164 160 501 502 448 430 26 282 402 401 289 304 551 550 52 51 148 147 459 460 243 244 0 127 286 287 269 270 470 450 0 7 581 195 595 88 361 364 128 127 485 486 515 516 214 213 324 323 376 377 531 532 435 434 210 209 92 93 158 143 139 138 33 32 0 1 105 107 541 540 486 487 397 387 191 190 95 94 246 391 0 1 243 88 294 280 531 530 362 363 130 129 33 32 439 440 167 168 0 1 275 274 115 116 264 23 404 143 500 499 0 301 92 23 486 160 421 432 29 23 599 105 195 196 550 558 570 569 269 270 6 7 362 363 172 171 190 191 24 23 289 288 503 504 77 78
589.97/456.11	v       </values>
589.97/456.11	v     </instantiation>
589.97/456.11	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4387432-1568304563/watcher-4387432-1568304563 -o /tmp/evaluation-result-4387432-1568304563/solver-4387432-1568304563 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6564 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1444153553 HOME/instance-4387432-1568304563.xml 

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

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

solver pid=11754, runsolver pid=11751

[startup+0.100063 s]*
/proc/loadavg: 1.75 1.62 1.52 3/217 11811
/proc/meminfo: memFree=27240932/32770624 swapFree=66920464/67108860
[pid=11754] ppid=11751 vsize=9972712 memory=20900 CPUtime=0.09 cores=1,3,5,7
/proc/11754/stat : 11754 (java) S 11751 11754 5621 0 -1 1077944320 4480 13517 0 0 1 0 5 3 20 0 6 0 406712398 10212057088 5225 33554432000 4194304 4196468 140731925866784 140731925849328 140277741100791 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
/proc/11754/statm: 2493178 5225 1935 1 0 2481616 0
[pid=11754/tid=11807] ppid=11751 vsize=9972712 memory=720575944405811505 CPUtime=0.09 cores=1,3,5,7
/proc/11754/task/11807/stat : 11807 (java) R 11751 11754 5621 0 -1 4202560 2283 13517 0 0 1 0 5 3 20 0 6 0 406712407 10212057088 5290 33554432000 4194304 4196468 140731925866784 140277712937552 140277733729218 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11808] ppid=11751 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11808/stat : 11808 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 6 0 406712408 10212057088 5290 33554432000 4194304 4196468 140731925866784 140277745343376 140277741110997 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11809] ppid=11751 vsize=9972712 memory=140288667389044 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11809/stat : 11809 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 6 0 406712408 10212057088 5290 33554432000 4194304 4196468 140731925866784 140277660162832 140277741110997 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11810] ppid=11751 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11810/stat : 11810 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 6 0 406712408 10212057088 5290 33554432000 4194304 4196468 140731925866784 140277313100944 140277741110997 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11811] ppid=11751 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11811/stat : 11811 (java) S 11751 11754 5621 0 -1 1077944384 2 13517 0 0 0 0 5 3 20 0 6 0 406712408 10212057088 5290 33554432000 4194304 4196468 140731925866784 140277312048144 140277741110997 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 20900 KiB

[startup+0.210312 s]*
/proc/loadavg: 1.75 1.62 1.52 3/226 11820
/proc/meminfo: memFree=27219128/32770624 swapFree=66920464/67108860
[pid=11754] ppid=11751 vsize=10818940 memory=44312 CPUtime=0.26 cores=1,3,5,7
/proc/11754/stat : 11754 (java) S 11751 11754 5621 0 -1 1077944320 6888 13517 0 0 17 1 5 3 20 0 15 0 406712398 11078594560 11078 33554432000 4194304 4196468 140731925866784 140731925849328 140277741100791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
/proc/11754/statm: 2704735 11078 2983 1 0 2667149 0
[pid=11754/tid=11807] ppid=11751 vsize=10819964 memory=729618466009055537 CPUtime=0.19 cores=1,3,5,7
/proc/11754/task/11807/stat : 11807 (java) R 11751 11754 5621 0 -1 4202560 3632 13517 0 0 10 1 5 3 20 0 15 0 406712407 11079643136 11341 33554432000 4194304 4196468 140731925866784 140277712925600 140277733780509 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11808] ppid=11751 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11808/stat : 11808 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 15 0 406712408 11079643136 11341 33554432000 4194304 4196468 140731925866784 140277745343376 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11809] ppid=11751 vsize=10819964 memory=140288667389044 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11809/stat : 11809 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 15 0 406712408 11079643136 11341 33554432000 4194304 4196468 140731925866784 140277660162832 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11810] ppid=11751 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11810/stat : 11810 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 15 0 406712408 11079643136 11341 33554432000 4194304 4196468 140731925866784 140277313100944 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11811] ppid=11751 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11811/stat : 11811 (java) S 11751 11754 5621 0 -1 1077944384 2 13517 0 0 0 0 5 3 20 0 15 0 406712408 11079643136 11341 33554432000 4194304 4196468 140731925866784 140277312048144 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11812] ppid=11751 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11812/stat : 11812 (java) S 11751 11754 5621 0 -1 1077944384 2 13517 0 0 0 0 5 3 20 0 15 0 406712409 11079643136 11341 33554432000 4194304 4196468 140731925866784 140277267794032 140277741111938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11813] ppid=11751 vsize=10819964 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11813/stat : 11813 (java) S 11751 11754 5621 0 -1 1077944384 13 13517 0 0 0 0 5 3 20 0 15 0 406712410 11079643136 11341 33554432000 4194304 4196468 140731925866784 140277188649760 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11814] ppid=11751 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11814/stat : 11814 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 15 0 406712410 11079643136 11341 33554432000 4194304 4196468 140731925866784 140277054432368 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11815] ppid=11751 vsize=10819964 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11815/stat : 11815 (java) S 11751 11754 5621 0 -1 1077944384 2 13517 0 0 0 0 5 3 20 0 15 0 406712412 11079643136 11341 33554432000 4194304 4196468 140731925866784 140276450453584 140277741119387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11816] ppid=11751 vsize=10819964 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11754/task/11816/stat : 11816 (java) S 11751 11754 5621 0 -1 1077944384 349 13517 0 0 1 0 5 3 20 0 15 0 406712412 11079643136 11341 33554432000 4194304 4196468 140731925866784 140277266741872 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11817] ppid=11751 vsize=10819964 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/11754/task/11817/stat : 11817 (java) S 11751 11754 5621 0 -1 1077944384 277 13517 0 0 1 0 5 3 20 0 15 0 406712412 11079643136 11341 33554432000 4194304 4196468 140731925866784 140277265689072 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11818] ppid=11751 vsize=10819964 memory=140288664553088 CPUtime=0.11 cores=1,3,5,7
/proc/11754/task/11818/stat : 11818 (java) S 11751 11754 5621 0 -1 1077944384 649 13517 0 0 3 0 5 3 20 0 15 0 406712412 11079643136 11341 33554432000 4194304 4196468 140731925866784 140277264636784 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11819] ppid=11751 vsize=10819964 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11819/stat : 11819 (java) S 11751 11754 5621 0 -1 1077944384 3 13517 0 0 0 0 5 3 20 0 15 0 406712413 11079643136 11341 33554432000 4194304 4196468 140731925866784 140275980692448 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11820] ppid=11751 vsize=10819964 memory=140288664553088 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11820/stat : 11820 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 15 0 406712413 11079643136 11341 33554432000 4194304 4196468 140731925866784 140277263583664 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818940 KiB
Current children cumulated memory: 44312 KiB

[startup+0.310325 s]*
/proc/loadavg: 1.75 1.62 1.52 3/226 11820
/proc/meminfo: memFree=27208368/32770624 swapFree=66920464/67108860
[pid=11754] ppid=11751 vsize=10820096 memory=55988 CPUtime=0.4 cores=1,3,5,7
/proc/11754/stat : 11754 (java) S 11751 11754 5621 0 -1 1077944320 10606 13517 0 0 29 3 5 3 20 0 15 0 406712398 11079778304 13997 33554432000 4194304 4196468 140731925866784 140731925849328 140277741100791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
/proc/11754/statm: 2705024 13997 3296 1 0 2667149 0
[pid=11754/tid=11807] ppid=11751 vsize=10820244 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/11754/task/11807/stat : 11807 (java) R 11751 11754 5621 0 -1 4202560 7103 13517 0 0 19 2 5 3 20 0 15 0 406712407 11079929856 13997 33554432000 4194304 4196468 140731925866784 140277712921456 140277741122717 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11808] ppid=11751 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11808/stat : 11808 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 15 0 406712408 11079929856 13997 33554432000 4194304 4196468 140731925866784 140277745343376 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11809] ppid=11751 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11809/stat : 11809 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 15 0 406712408 11079929856 13997 33554432000 4194304 4196468 140731925866784 140277660162832 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11810] ppid=11751 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11810/stat : 11810 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 15 0 406712408 11079929856 13997 33554432000 4194304 4196468 140731925866784 140277313100944 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11811] ppid=11751 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11811/stat : 11811 (java) S 11751 11754 5621 0 -1 1077944384 2 13517 0 0 0 0 5 3 20 0 15 0 406712408 11079929856 13997 33554432000 4194304 4196468 140731925866784 140277312048144 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11812] ppid=11751 vsize=10820244 memory=140288664553087 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11812/stat : 11812 (java) S 11751 11754 5621 0 -1 1077944384 2 13517 0 0 0 0 5 3 20 0 15 0 406712409 11079929856 13997 33554432000 4194304 4196468 140731925866784 140277267794032 140277741111938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11813] ppid=11751 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11813/stat : 11813 (java) S 11751 11754 5621 0 -1 1077944384 13 13517 0 0 0 0 5 3 20 0 15 0 406712410 11079929856 13997 33554432000 4194304 4196468 140731925866784 140277188649760 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11814] ppid=11751 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11814/stat : 11814 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 15 0 406712410 11079929856 13997 33554432000 4194304 4196468 140731925866784 140277054432368 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11815] ppid=11751 vsize=10820244 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11815/stat : 11815 (java) S 11751 11754 5621 0 -1 1077944384 2 13517 0 0 0 0 5 3 20 0 15 0 406712412 11079929856 13997 33554432000 4194304 4196468 140731925866784 140276450453584 140277741119387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11816] ppid=11751 vsize=10820244 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/11754/task/11816/stat : 11816 (java) S 11751 11754 5621 0 -1 1077944384 349 13517 0 0 1 0 5 3 20 0 15 0 406712412 11079929856 13997 33554432000 4194304 4196468 140731925866784 140277266741872 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11817] ppid=11751 vsize=10820244 memory=-1 CPUtime=0.1 cores=1,3,5,7
/proc/11754/task/11817/stat : 11817 (java) S 11751 11754 5621 0 -1 1077944384 279 13517 0 0 2 0 5 3 20 0 15 0 406712412 11079929856 13997 33554432000 4194304 4196468 140731925866784 140277265689072 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11818] ppid=11751 vsize=10820244 memory=140288664553088 CPUtime=0.13 cores=1,3,5,7
/proc/11754/task/11818/stat : 11818 (java) S 11751 11754 5621 0 -1 1077944384 675 13517 0 0 5 0 5 3 20 0 15 0 406712412 11079929856 13997 33554432000 4194304 4196468 140731925866784 140277264636784 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11819] ppid=11751 vsize=10820244 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11819/stat : 11819 (java) S 11751 11754 5621 0 -1 1077944384 3 13517 0 0 0 0 5 3 20 0 15 0 406712413 11079929856 13997 33554432000 4194304 4196468 140731925866784 140275980692448 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11820] ppid=11751 vsize=10820244 memory=140288664553088 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11820/stat : 11820 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 15 0 406712413 11079929856 13997 33554432000 4194304 4196468 140731925866784 140277263583664 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820096 KiB
Current children cumulated memory: 55988 KiB

[startup+0.705232 s]
/proc/loadavg: 1.75 1.62 1.52 5/226 11820
/proc/meminfo: memFree=27192300/32770624 swapFree=66920464/67108860
[pid=11754] ppid=11751 vsize=10824340 memory=87064 CPUtime=1.15 cores=1,3,5,7
/proc/11754/stat : 11754 (java) S 11751 11754 5621 0 -1 1077944320 15047 13517 0 0 102 5 5 3 20 0 15 0 406712398 11084124160 21766 33554432000 4194304 4196468 140731925866784 140731925849328 140277741100791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
/proc/11754/statm: 2706085 21766 3509 1 0 2668173 0
[pid=11754/tid=11807] ppid=11751 vsize=10824340 memory=5795117241467496816 CPUtime=0.68 cores=1,3,5,7
/proc/11754/task/11807/stat : 11807 (java) R 11751 11754 5621 0 -1 4202560 10664 13517 0 0 56 4 5 3 20 0 15 0 406712407 11084124160 21766 33554432000 4194304 4196468 140731925866784 140277712923456 140277741122138 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11808] ppid=11751 vsize=10824340 memory=1284 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11808/stat : 11808 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 15 0 406712408 11084124160 21766 33554432000 4194304 4196468 140731925866784 140277745343376 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11809] ppid=11751 vsize=10824340 memory=1044 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11809/stat : 11809 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 15 0 406712408 11084124160 21766 33554432000 4194304 4196468 140731925866784 140277660162832 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11810] ppid=11751 vsize=10824340 memory=33 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11810/stat : 11810 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 15 0 406712408 11084124160 21766 33554432000 4194304 4196468 140731925866784 140277313100944 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11811] ppid=11751 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11811/stat : 11811 (java) S 11751 11754 5621 0 -1 1077944384 2 13517 0 0 0 0 5 3 20 0 15 0 406712408 11084124160 21766 33554432000 4194304 4196468 140731925866784 140277312048144 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11812] ppid=11751 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11812/stat : 11812 (java) S 11751 11754 5621 0 -1 1077944384 5 13517 0 0 0 0 5 3 20 0 15 0 406712409 11084124160 21766 33554432000 4194304 4196468 140731925866784 140277267794032 140277741111938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11813] ppid=11751 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11813/stat : 11813 (java) S 11751 11754 5621 0 -1 1077944384 13 13517 0 0 0 0 5 3 20 0 15 0 406712410 11084124160 21766 33554432000 4194304 4196468 140731925866784 140277188649760 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11814] ppid=11751 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11814/stat : 11814 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 15 0 406712410 11084124160 21766 33554432000 4194304 4196468 140731925866784 140277054432368 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11815] ppid=11751 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11815/stat : 11815 (java) S 11751 11754 5621 0 -1 1077944384 2 13517 0 0 0 0 5 3 20 0 15 0 406712412 11084124160 21766 33554432000 4194304 4196468 140731925866784 140276450453584 140277741119387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11816] ppid=11751 vsize=10824340 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/11754/task/11816/stat : 11816 (java) S 11751 11754 5621 0 -1 1077944384 583 13517 0 0 13 0 5 3 20 0 15 0 406712412 11084124160 21766 33554432000 4194304 4196468 140731925866784 140277266741872 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11817] ppid=11751 vsize=10824340 memory=0 CPUtime=0.22 cores=1,3,5,7
/proc/11754/task/11817/stat : 11817 (java) S 11751 11754 5621 0 -1 1077944384 675 13517 0 0 14 0 5 3 20 0 15 0 406712412 11084124160 21766 33554432000 4194304 4196468 140731925866784 140277265689072 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11818] ppid=11751 vsize=10824340 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/11754/task/11818/stat : 11818 (java) S 11751 11754 5621 0 -1 1077944384 885 13517 0 0 17 0 5 3 20 0 15 0 406712412 11084124160 21766 33554432000 4194304 4196468 140731925866784 140277264636784 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11819] ppid=11751 vsize=10824340 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11819/stat : 11819 (java) S 11751 11754 5621 0 -1 1077944384 3 13517 0 0 0 0 5 3 20 0 15 0 406712413 11084124160 21766 33554432000 4194304 4196468 140731925866784 140275980692448 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11820] ppid=11751 vsize=10824340 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11820/stat : 11820 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 15 0 406712413 11084124160 21766 33554432000 4194304 4196468 140731925866784 140277263583664 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824340 KiB
Current children cumulated memory: 87064 KiB

[startup+1.50087 s]
/proc/loadavg: 1.75 1.62 1.52 5/226 11820
/proc/meminfo: memFree=27144460/32770624 swapFree=66920464/67108860
[pid=11754] ppid=11751 vsize=10834656 memory=197400 CPUtime=3.11 cores=1,3,5,7
/proc/11754/stat : 11754 (java) S 11751 11754 5621 0 -1 1077944320 25180 13517 0 0 292 11 5 3 20 0 15 0 406712398 11094687744 49350 33554432000 4194304 4196468 140731925866784 140731925849328 140277741100791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
/proc/11754/statm: 2708664 49350 3581 1 0 2670733 0
[pid=11754/tid=11807] ppid=11751 vsize=10834656 memory=0 CPUtime=1.43 cores=1,3,5,7
/proc/11754/task/11807/stat : 11807 (java) R 11751 11754 5621 0 -1 4202560 15742 13517 0 0 129 6 5 3 20 0 15 0 406712407 11094687744 49350 33554432000 4194304 4196468 140731925866784 140277712929024 140277726780951 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11808] ppid=11751 vsize=10834656 memory=6297559940501629803 CPUtime=0.09 cores=1,3,5,7
/proc/11754/task/11808/stat : 11808 (java) S 11751 11754 5621 0 -1 1077944384 42 13517 0 0 1 0 5 3 20 0 15 0 406712408 11094687744 49350 33554432000 4194304 4196468 140731925866784 140277745343376 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11809] ppid=11751 vsize=10834656 memory=6297559940501630057 CPUtime=0.09 cores=1,3,5,7
/proc/11754/task/11809/stat : 11809 (java) S 11751 11754 5621 0 -1 1077944384 23 13517 0 0 1 0 5 3 20 0 15 0 406712408 11094687744 49350 33554432000 4194304 4196468 140731925866784 140277660162832 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11810] ppid=11751 vsize=10834656 memory=5866338068284141929 CPUtime=0.09 cores=1,3,5,7
/proc/11754/task/11810/stat : 11810 (java) S 11751 11754 5621 0 -1 1077944384 289 13517 0 0 1 0 5 3 20 0 15 0 406712408 11094687744 49350 33554432000 4194304 4196468 140731925866784 140277313100944 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11811] ppid=11751 vsize=10834656 memory=280577060466464 CPUtime=0.09 cores=1,3,5,7
/proc/11754/task/11811/stat : 11811 (java) S 11751 11754 5621 0 -1 1077944384 85 13517 0 0 1 0 5 3 20 0 15 0 406712408 11094687744 49350 33554432000 4194304 4196468 140731925866784 140277312048144 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11812] ppid=11751 vsize=10834656 memory=3540060993241591441 CPUtime=0.09 cores=1,3,5,7
/proc/11754/task/11812/stat : 11812 (java) S 11751 11754 5621 0 -1 1077944384 390 13517 0 0 1 0 5 3 20 0 15 0 406712409 11094687744 49350 33554432000 4194304 4196468 140731925866784 140277267794032 140277741111938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11813] ppid=11751 vsize=10834656 memory=280577060133888 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11813/stat : 11813 (java) S 11751 11754 5621 0 -1 1077944384 14 13517 0 0 0 0 5 3 20 0 15 0 406712410 11094687744 49350 33554432000 4194304 4196468 140731925866784 140277188649824 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11814] ppid=11751 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11814/stat : 11814 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 15 0 406712410 11094687744 49350 33554432000 4194304 4196468 140731925866784 140277054432384 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11815] ppid=11751 vsize=10834656 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11815/stat : 11815 (java) S 11751 11754 5621 0 -1 1077944384 2 13517 0 0 0 0 5 3 20 0 15 0 406712412 11094687744 49350 33554432000 4194304 4196468 140731925866784 140276450453584 140277741119387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11816] ppid=11751 vsize=10834656 memory=0 CPUtime=0.68 cores=1,3,5,7
/proc/11754/task/11816/stat : 11816 (java) S 11751 11754 5621 0 -1 1077944384 2530 13517 0 0 60 0 5 3 20 0 15 0 406712412 11094687744 49350 33554432000 4194304 4196468 140731925866784 140277266741872 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11817] ppid=11751 vsize=10834656 memory=0 CPUtime=0.6 cores=1,3,5,7
/proc/11754/task/11817/stat : 11817 (java) S 11751 11754 5621 0 -1 1077944384 1834 13517 0 0 52 0 5 3 20 0 15 0 406712412 11094687744 49350 33554432000 4194304 4196468 140731925866784 140277265689072 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11818] ppid=11751 vsize=10834656 memory=0 CPUtime=0.5 cores=1,3,5,7
/proc/11754/task/11818/stat : 11818 (java) S 11751 11754 5621 0 -1 1077944384 2014 13517 0 0 42 0 5 3 20 0 15 0 406712412 11094687744 49350 33554432000 4194304 4196468 140731925866784 140277264636784 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11819] ppid=11751 vsize=10834656 memory=280577060675584 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11819/stat : 11819 (java) S 11751 11754 5621 0 -1 1077944384 3 13517 0 0 0 0 5 3 20 0 15 0 406712413 11094687744 49350 33554432000 4194304 4196468 140731925866784 140275980692448 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11820] ppid=11751 vsize=10834656 memory=6944656592387989600 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11820/stat : 11820 (java) S 11751 11754 5621 0 -1 1077944384 1 13517 0 0 0 0 5 3 20 0 15 0 406712413 11094687744 49350 33554432000 4194304 4196468 140731925866784 140277263583664 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
Current children cumulated CPU time: 3.11 s
Current children cumulated vsize: 10834656 KiB

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

[pid=11754/tid=11818] ppid=11751 vsize=10846964 memory=1044 CPUtime=2.17 cores=1,3,5,7
/proc/11754/task/11818/stat : 11818 (java) S 11751 11754 5621 0 -1 1077944384 16351 13517 0 0 205 4 5 3 20 0 15 0 406712412 11107291136 1927566 33554432000 4194304 4196468 140731925866784 140277264636784 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11819] ppid=11751 vsize=10846964 memory=708 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11819/stat : 11819 (java) S 11751 11754 5621 0 -1 1077944384 3 13517 0 0 0 0 5 3 20 0 15 0 406712413 11107291136 1927566 33554432000 4194304 4196468 140731925866784 140275980692448 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11820] ppid=11751 vsize=10846964 memory=7676168 CPUtime=0.34 cores=1,3,5,7
/proc/11754/task/11820/stat : 11820 (java) S 11751 11754 5621 0 -1 1077944384 655 13517 0 0 13 13 5 3 20 0 15 0 406712413 11107291136 1927566 33554432000 4194304 4196468 140731925866784 140277263583664 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
Current children cumulated CPU time: 588.28 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 7710264 KiB

[startup+455.201 s]
/proc/loadavg: 1.61 1.68 1.59 4/227 11866
/proc/meminfo: memFree=19559952/32770624 swapFree=66920476/67108860
[pid=11754] ppid=11751 vsize=10846964 memory=7710448 CPUtime=589.13 cores=1,3,5,7
/proc/11754/stat : 11754 (java) S 11751 11754 5621 0 -1 1077944320 247366 13517 0 0 58439 466 5 3 20 0 15 0 406712398 11107291136 1927612 33554432000 4194304 4196468 140731925866784 140731925849328 140277741100791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
/proc/11754/statm: 2711741 1927612 3629 1 0 2673805 0
[pid=11754/tid=11807] ppid=11751 vsize=10846964 memory=7710312 CPUtime=405.53 cores=1,3,5,7
/proc/11754/task/11807/stat : 11807 (java) R 11751 11754 5621 0 -1 4202560 59906 13517 0 0 40505 40 5 3 20 0 15 0 406712407 11107291136 1927612 33554432000 4194304 4196468 140731925866784 140277712934984 140277353762292 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11808] ppid=11751 vsize=10846964 memory=7699508 CPUtime=40.87 cores=1,3,5,7
/proc/11754/task/11808/stat : 11808 (java) S 11751 11754 5621 0 -1 1077944384 17458 13517 0 0 3981 98 5 3 20 0 15 0 406712408 11107291136 1927612 33554432000 4194304 4196468 140731925866784 140277745343376 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11809] ppid=11751 vsize=10846964 memory=16448 CPUtime=40.64 cores=1,3,5,7
/proc/11754/task/11809/stat : 11809 (java) S 11751 11754 5621 0 -1 1077944384 21106 13517 0 0 3958 98 5 3 20 0 15 0 406712408 11107291136 1927612 33554432000 4194304 4196468 140731925866784 140277660162832 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11810] ppid=11751 vsize=10846964 memory=988 CPUtime=40.74 cores=1,3,5,7
/proc/11754/task/11810/stat : 11810 (java) S 11751 11754 5621 0 -1 1077944384 16310 13517 0 0 3964 102 5 3 20 0 15 0 406712408 11107291136 1927612 33554432000 4194304 4196468 140731925866784 140277313100944 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11811] ppid=11751 vsize=10846964 memory=2016 CPUtime=40.72 cores=1,3,5,7
/proc/11754/task/11811/stat : 11811 (java) S 11751 11754 5621 0 -1 1077944384 17818 13517 0 0 3964 100 5 3 20 0 15 0 406712408 11107291136 1927612 33554432000 4194304 4196468 140731925866784 140277312048144 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11812] ppid=11751 vsize=10846964 memory=1284 CPUtime=8.64 cores=1,3,5,7
/proc/11754/task/11812/stat : 11812 (java) S 11751 11754 5621 0 -1 1077944384 45295 13517 0 0 852 4 5 3 20 0 15 0 406712409 11107291136 1927612 33554432000 4194304 4196468 140731925866784 140277267794032 140277741111938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11813] ppid=11751 vsize=10846964 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11813/stat : 11813 (java) S 11751 11754 5621 0 -1 1077944384 21 13517 0 0 0 0 5 3 20 0 15 0 406712410 11107291136 1927612 33554432000 4194304 4196468 140731925866784 140277188649888 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11814] ppid=11751 vsize=10846964 memory=2120 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11814/stat : 11814 (java) S 11751 11754 5621 0 -1 1077944384 36 13517 0 0 0 0 5 3 20 0 15 0 406712410 11107291136 1927612 33554432000 4194304 4196468 140731925866784 140277054432384 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11815] ppid=11751 vsize=10846964 memory=12020 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11815/stat : 11815 (java) S 11751 11754 5621 0 -1 1077944384 2 13517 0 0 0 0 5 3 20 0 15 0 406712412 11107291136 1927612 33554432000 4194304 4196468 140731925866784 140276450453584 140277741119387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11816] ppid=11751 vsize=10846964 memory=7672168 CPUtime=4.59 cores=1,3,5,7
/proc/11754/task/11816/stat : 11816 (java) S 11751 11754 5621 0 -1 1077944384 21988 13517 0 0 448 3 5 3 20 0 15 0 406712412 11107291136 1927612 33554432000 4194304 4196468 140731925866784 140277266741872 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11817] ppid=11751 vsize=10846964 memory=6791534058613427641 CPUtime=5.5 cores=1,3,5,7
/proc/11754/task/11817/stat : 11817 (java) S 11751 11754 5621 0 -1 1077944384 28158 13517 0 0 537 5 5 3 20 0 15 0 406712412 11107291136 1927612 33554432000 4194304 4196468 140731925866784 140277265689072 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11818] ppid=11751 vsize=10846964 memory=2832 CPUtime=2.18 cores=1,3,5,7
/proc/11754/task/11818/stat : 11818 (java) S 11751 11754 5621 0 -1 1077944384 16400 13517 0 0 206 4 5 3 20 0 15 0 406712412 11107291136 1927612 33554432000 4194304 4196468 140731925866784 140277264636784 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11819] ppid=11751 vsize=10846964 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11819/stat : 11819 (java) S 11751 11754 5621 0 -1 1077944384 3 13517 0 0 0 0 5 3 20 0 15 0 406712413 11107291136 1927612 33554432000 4194304 4196468 140731925866784 140275980692448 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11820] ppid=11751 vsize=10846964 memory=14012 CPUtime=0.34 cores=1,3,5,7
/proc/11754/task/11820/stat : 11820 (java) S 11751 11754 5621 0 -1 1077944384 655 13517 0 0 13 13 5 3 20 0 15 0 406712413 11107291136 1927612 33554432000 4194304 4196468 140731925866784 140277263583664 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
Current children cumulated CPU time: 589.13 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 7710448 KiB

[startup+455.601 s]
/proc/loadavg: 1.61 1.68 1.59 4/227 11866
/proc/meminfo: memFree=19559952/32770624 swapFree=66920476/67108860
[pid=11754] ppid=11751 vsize=10846964 memory=7710596 CPUtime=589.55 cores=1,3,5,7
/proc/11754/stat : 11754 (java) S 11751 11754 5621 0 -1 1077944320 247452 13517 0 0 58481 466 5 3 20 0 15 0 406712398 11107291136 1927649 33554432000 4194304 4196468 140731925866784 140731925849328 140277741100791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
/proc/11754/statm: 2711741 1927649 3629 1 0 2673805 0
[pid=11754/tid=11807] ppid=11751 vsize=10846964 memory=6791534058613427641 CPUtime=405.92 cores=1,3,5,7
/proc/11754/task/11807/stat : 11807 (java) R 11751 11754 5621 0 -1 4202560 59965 13517 0 0 40544 40 5 3 20 0 15 0 406712407 11107291136 1927649 33554432000 4194304 4196468 140731925866784 140277712934984 140277353762403 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11808] ppid=11751 vsize=10846964 memory=1408 CPUtime=40.87 cores=1,3,5,7
/proc/11754/task/11808/stat : 11808 (java) S 11751 11754 5621 0 -1 1077944384 17458 13517 0 0 3981 98 5 3 20 0 15 0 406712408 11107291136 1927649 33554432000 4194304 4196468 140731925866784 140277745343376 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11809] ppid=11751 vsize=10846964 memory=3276 CPUtime=40.64 cores=1,3,5,7
/proc/11754/task/11809/stat : 11809 (java) S 11751 11754 5621 0 -1 1077944384 21106 13517 0 0 3958 98 5 3 20 0 15 0 406712408 11107291136 1927649 33554432000 4194304 4196468 140731925866784 140277660162832 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11810] ppid=11751 vsize=10846964 memory=7710048 CPUtime=40.74 cores=1,3,5,7
/proc/11754/task/11810/stat : 11810 (java) S 11751 11754 5621 0 -1 1077944384 16310 13517 0 0 3964 102 5 3 20 0 15 0 406712408 11107291136 1927649 33554432000 4194304 4196468 140731925866784 140277313100944 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11811] ppid=11751 vsize=10846964 memory=288230596050944315 CPUtime=40.72 cores=1,3,5,7
/proc/11754/task/11811/stat : 11811 (java) S 11751 11754 5621 0 -1 1077944384 17818 13517 0 0 3964 100 5 3 20 0 15 0 406712408 11107291136 1927649 33554432000 4194304 4196468 140731925866784 140277312048144 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11812] ppid=11751 vsize=10846964 memory=14981065810905736 CPUtime=8.64 cores=1,3,5,7
/proc/11754/task/11812/stat : 11812 (java) S 11751 11754 5621 0 -1 1077944384 45295 13517 0 0 852 4 5 3 20 0 15 0 406712409 11107291136 1927649 33554432000 4194304 4196468 140731925866784 140277267794032 140277741111938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11813] ppid=11751 vsize=10846964 memory=3580 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11813/stat : 11813 (java) S 11751 11754 5621 0 -1 1077944384 21 13517 0 0 0 0 5 3 20 0 15 0 406712410 11107291136 1927649 33554432000 4194304 4196468 140731925866784 140277188649888 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11814] ppid=11751 vsize=10846964 memory=16448 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11814/stat : 11814 (java) S 11751 11754 5621 0 -1 1077944384 36 13517 0 0 0 0 5 3 20 0 15 0 406712410 11107291136 1927649 33554432000 4194304 4196468 140731925866784 140277054432384 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11815] ppid=11751 vsize=10846964 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11815/stat : 11815 (java) S 11751 11754 5621 0 -1 1077944384 2 13517 0 0 0 0 5 3 20 0 15 0 406712412 11107291136 1927649 33554432000 4194304 4196468 140731925866784 140276450453584 140277741119387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11816] ppid=11751 vsize=10846964 memory=2016 CPUtime=4.6 cores=1,3,5,7
/proc/11754/task/11816/stat : 11816 (java) S 11751 11754 5621 0 -1 1077944384 21988 13517 0 0 449 3 5 3 20 0 15 0 406712412 11107291136 1927649 33554432000 4194304 4196468 140731925866784 140277266741872 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11817] ppid=11751 vsize=10846964 memory=1284 CPUtime=5.51 cores=1,3,5,7
/proc/11754/task/11817/stat : 11817 (java) S 11751 11754 5621 0 -1 1077944384 28159 13517 0 0 538 5 5 3 20 0 15 0 406712412 11107291136 1927649 33554432000 4194304 4196468 140731925866784 140277265689072 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11818] ppid=11751 vsize=10846964 memory=1044 CPUtime=2.19 cores=1,3,5,7
/proc/11754/task/11818/stat : 11818 (java) S 11751 11754 5621 0 -1 1077944384 16426 13517 0 0 207 4 5 3 20 0 15 0 406712412 11107291136 1927649 33554432000 4194304 4196468 140731925866784 140277264636784 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11819] ppid=11751 vsize=10846964 memory=708 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11819/stat : 11819 (java) S 11751 11754 5621 0 -1 1077944384 3 13517 0 0 0 0 5 3 20 0 15 0 406712413 11107291136 1927649 33554432000 4194304 4196468 140731925866784 140275980692448 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11820] ppid=11751 vsize=10846964 memory=9364 CPUtime=0.34 cores=1,3,5,7
/proc/11754/task/11820/stat : 11820 (java) S 11751 11754 5621 0 -1 1077944384 655 13517 0 0 13 13 5 3 20 0 15 0 406712413 11107291136 1927649 33554432000 4194304 4196468 140731925866784 140277263583664 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
Current children cumulated CPU time: 589.55 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 7710596 KiB

[startup+456.001 s]*
/proc/loadavg: 1.61 1.68 1.59 3/226 11866
/proc/meminfo: memFree=19559736/32770624 swapFree=66920476/67108860
[pid=11754] ppid=11751 vsize=10846964 memory=7710648 CPUtime=589.97 cores=1,3,5,7
/proc/11754/stat : 11754 (java) S 11751 11754 5621 0 -1 1077944320 247534 13517 0 0 58523 466 5 3 20 0 15 0 406712398 11107291136 1927662 33554432000 4194304 4196468 140731925866784 140731925849328 140277741100791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
/proc/11754/statm: 2711741 1927662 3629 1 0 2673805 0
[pid=11754/tid=11807] ppid=11751 vsize=10846964 memory=8317482817917895235 CPUtime=406.33 cores=1,3,5,7
/proc/11754/task/11807/stat : 11807 (java) R 11751 11754 5621 0 -1 4202560 60035 13517 0 0 40585 40 5 3 20 0 15 0 406712407 11107291136 1927662 33554432000 4194304 4196468 140731925866784 140277712932768 140277353683538 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11808] ppid=11751 vsize=10846964 memory=3276 CPUtime=40.87 cores=1,3,5,7
/proc/11754/task/11808/stat : 11808 (java) S 11751 11754 5621 0 -1 1077944384 17458 13517 0 0 3981 98 5 3 20 0 15 0 406712408 11107291136 1927662 33554432000 4194304 4196468 140731925866784 140277745343376 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11809] ppid=11751 vsize=10846964 memory=4170956 CPUtime=40.64 cores=1,3,5,7
/proc/11754/task/11809/stat : 11809 (java) S 11751 11754 5621 0 -1 1077944384 21106 13517 0 0 3958 98 5 3 20 0 15 0 406712408 11107291136 1927662 33554432000 4194304 4196468 140731925866784 140277660162832 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11810] ppid=11751 vsize=10846964 memory=1408 CPUtime=40.74 cores=1,3,5,7
/proc/11754/task/11810/stat : 11810 (java) S 11751 11754 5621 0 -1 1077944384 16310 13517 0 0 3964 102 5 3 20 0 15 0 406712408 11107291136 1927662 33554432000 4194304 4196468 140731925866784 140277313100944 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11811] ppid=11751 vsize=10846964 memory=3208 CPUtime=40.72 cores=1,3,5,7
/proc/11754/task/11811/stat : 11811 (java) S 11751 11754 5621 0 -1 1077944384 17818 13517 0 0 3964 100 5 3 20 0 15 0 406712408 11107291136 1927662 33554432000 4194304 4196468 140731925866784 140277312048144 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11812] ppid=11751 vsize=10846964 memory=7710412 CPUtime=8.64 cores=1,3,5,7
/proc/11754/task/11812/stat : 11812 (java) S 11751 11754 5621 0 -1 1077944384 45295 13517 0 0 852 4 5 3 20 0 15 0 406712409 11107291136 1927662 33554432000 4194304 4196468 140731925866784 140277267794032 140277741111938 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11813] ppid=11751 vsize=10846964 memory=1164 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11813/stat : 11813 (java) S 11751 11754 5621 0 -1 1077944384 21 13517 0 0 0 0 5 3 20 0 15 0 406712410 11107291136 1927662 33554432000 4194304 4196468 140731925866784 140277188649888 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11814] ppid=11751 vsize=10846964 memory=8317482817917895235 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11814/stat : 11814 (java) S 11751 11754 5621 0 -1 1077944384 36 13517 0 0 0 0 5 3 20 0 15 0 406712410 11107291136 1927662 33554432000 4194304 4196468 140731925866784 140277054432384 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11815] ppid=11751 vsize=10846964 memory=1804 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11815/stat : 11815 (java) S 11751 11754 5621 0 -1 1077944384 2 13517 0 0 0 0 5 3 20 0 15 0 406712412 11107291136 1927662 33554432000 4194304 4196468 140731925866784 140276450453584 140277741119387 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11816] ppid=11751 vsize=10846964 memory=920 CPUtime=4.6 cores=1,3,5,7
/proc/11754/task/11816/stat : 11816 (java) S 11751 11754 5621 0 -1 1077944384 21988 13517 0 0 449 3 5 3 20 0 15 0 406712412 11107291136 1927662 33554432000 4194304 4196468 140731925866784 140277266741872 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11817] ppid=11751 vsize=10846964 memory=3852 CPUtime=5.51 cores=1,3,5,7
/proc/11754/task/11817/stat : 11817 (java) S 11751 11754 5621 0 -1 1077944384 28159 13517 0 0 538 5 5 3 20 0 15 0 406712412 11107291136 1927662 33554432000 4194304 4196468 140731925866784 140277265689072 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11818] ppid=11751 vsize=10846964 memory=2604 CPUtime=2.2 cores=1,3,5,7
/proc/11754/task/11818/stat : 11818 (java) S 11751 11754 5621 0 -1 1077944384 16438 13517 0 0 208 4 5 3 20 0 15 0 406712412 11107291136 1927662 33554432000 4194304 4196468 140731925866784 140277264636784 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11819] ppid=11751 vsize=10846964 memory=2616 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11819/stat : 11819 (java) S 11751 11754 5621 0 -1 1077944384 3 13517 0 0 0 0 5 3 20 0 15 0 406712413 11107291136 1927662 33554432000 4194304 4196468 140731925866784 140275980692448 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11820] ppid=11751 vsize=10846964 memory=4100 CPUtime=0.34 cores=1,3,5,7
/proc/11754/task/11820/stat : 11820 (java) S 11751 11754 5621 0 -1 1077944384 655 13517 0 0 13 13 5 3 20 0 15 0 406712413 11107291136 1927662 33554432000 4194304 4196468 140731925866784 140277263583664 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
Current children cumulated CPU time: 589.97 s
Current children cumulated vsize: 10846964 KiB
Current children cumulated memory: 7710648 KiB

[startup+456.112 s]
/proc/loadavg: 1.61 1.68 1.59 3/226 11866
/proc/meminfo: memFree=19559736/32770624 swapFree=66920476/67108860
[pid=11754] ppid=11751 vsize=10945272 memory=7711056 CPUtime=590.11 cores=1,3,5,7
/proc/11754/stat : 11754 (java) S 11751 11754 5621 0 -1 1077944320 247743 13517 0 0 58537 466 5 3 20 0 14 0 406712398 11207958528 1927764 33554432000 4194304 4196468 140731925866784 140731925849328 140277741100791 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
/proc/11754/statm: 2736318 1927764 3630 1 0 2698382 0
[pid=11754/tid=11807] ppid=11751 vsize=10945272 memory=7699124 CPUtime=406.43 cores=1,3,5,7
/proc/11754/task/11807/stat : 11807 (java) S 11751 11754 5621 0 -1 1077944384 60172 13517 0 0 40595 40 5 3 20 0 14 0 406712407 11207958528 1927764 33554432000 4194304 4196468 140731925866784 140277712944272 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11808] ppid=11751 vsize=10945272 memory=7681356 CPUtime=40.87 cores=1,3,5,7
/proc/11754/task/11808/stat : 11808 (java) S 11751 11754 5621 0 -1 1077944384 17458 13517 0 0 3981 98 5 3 20 0 14 0 406712408 11207958528 1927764 33554432000 4194304 4196468 140731925866784 140277745343376 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11809] ppid=11751 vsize=10945272 memory=7710152 CPUtime=40.64 cores=1,3,5,7
/proc/11754/task/11809/stat : 11809 (java) S 11751 11754 5621 0 -1 1077944384 21106 13517 0 0 3958 98 5 3 20 0 14 0 406712408 11207958528 1927764 33554432000 4194304 4196468 140731925866784 140277660162832 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11810] ppid=11751 vsize=10945272 memory=7699124 CPUtime=40.74 cores=1,3,5,7
/proc/11754/task/11810/stat : 11810 (java) S 11751 11754 5621 0 -1 1077944384 16310 13517 0 0 3964 102 5 3 20 0 14 0 406712408 11207958528 1927764 33554432000 4194304 4196468 140731925866784 140277313100944 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11811] ppid=11751 vsize=10945272 memory=7627872 CPUtime=40.72 cores=1,3,5,7
/proc/11754/task/11811/stat : 11811 (java) S 11751 11754 5621 0 -1 1077944384 17818 13517 0 0 3964 100 5 3 20 0 14 0 406712408 11207958528 1927764 33554432000 4194304 4196468 140731925866784 140277312048144 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11812] ppid=11751 vsize=10945272 memory=7621188 CPUtime=8.64 cores=1,3,5,7
/proc/11754/task/11812/stat : 11812 (java) S 11751 11754 5621 0 -1 1077944384 45295 13517 0 0 852 4 5 3 20 0 14 0 406712409 11207958528 1927764 33554432000 4194304 4196468 140731925866784 140277267794240 140277741111938 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11813] ppid=11751 vsize=10945272 memory=53362 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11813/stat : 11813 (java) S 11751 11754 5621 0 -1 1077944384 21 13517 0 0 0 0 5 3 20 0 14 0 406712410 11207958528 1927764 33554432000 4194304 4196468 140731925866784 140277188649888 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11814] ppid=11751 vsize=10945272 memory=7487044 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11814/stat : 11814 (java) S 11751 11754 5621 0 -1 1077944384 36 13517 0 0 0 0 5 3 20 0 14 0 406712410 11207958528 1927764 33554432000 4194304 4196468 140731925866784 140277054432384 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11815] ppid=11751 vsize=10945272 memory=7710648 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11815/stat : 11815 (java) S 11751 11754 5621 0 -1 1077944384 3 13517 0 0 0 0 5 3 20 0 14 0 406712412 11207958528 1927764 33554432000 4194304 4196468 140731925866784 140276450453232 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11816] ppid=11751 vsize=10945272 memory=1408 CPUtime=4.61 cores=1,3,5,7
/proc/11754/task/11816/stat : 11816 (java) S 11751 11754 5621 0 -1 1077944384 21994 13517 0 0 450 3 5 3 20 0 14 0 406712412 11207958528 1927764 33554432000 4194304 4196468 140731925866784 140277266741872 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11817] ppid=11751 vsize=10945272 memory=7639416 CPUtime=5.52 cores=1,3,5,7
/proc/11754/task/11817/stat : 11817 (java) S 11751 11754 5621 0 -1 1077944384 28163 13517 0 0 539 5 5 3 20 0 14 0 406712412 11207958528 1927764 33554432000 4194304 4196468 140731925866784 140277265673584 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11818] ppid=11751 vsize=10945272 memory=7639416 CPUtime=2.21 cores=1,3,5,7
/proc/11754/task/11818/stat : 11818 (java) S 11751 11754 5621 0 -1 1077944384 16472 13517 0 0 209 4 5 3 20 0 14 0 406712412 11207958528 1927764 33554432000 4194304 4196468 140731925866784 140277264636784 140277741111938 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
[pid=11754/tid=11819] ppid=11751 vsize=10945272 memory=7670792 CPUtime=0.08 cores=1,3,5,7
/proc/11754/task/11819/stat : 11819 (java) S 11751 11754 5621 0 -1 1077944384 3 13517 0 0 0 0 5 3 20 0 14 0 406712413 11207958528 1927764 33554432000 4194304 4196468 140731925866784 140275980692448 140277741110997 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20414464 140731925871349 140731925873861 140731925873861 140731925876687 0
Current children cumulated CPU time: 590.11 s
Current children cumulated vsize: 10945272 KiB
Current children cumulated memory: 7711056 KiB

Child status: 0
Real time (s): 456.156
CPU time (s): 590.165
CPU user time (s): 585.433
CPU system time (s): 4.73238
CPU usage (%): 129.378
Max. virtual memory (cumulated for all children) (KiB): 10945272
Max. memory (cumulated for all children) (KiB): 7711056

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 585.433
system time used= 4.73238
maximum resident set size= 7713068
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 261287
page faults= 0
swaps= 0
block input operations= 0
block output operations= 744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22230
involuntary context switches= 2063


# summary of solver processes directly reported to runsolver:
#   pid: 11754
#   total CPU time (s): 590.165
#   total CPU user time (s): 585.433
#   total CPU system time (s): 4.73238

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.46402 second user time and 3.66779 second system time

The end

Launcher Data

Begin job on node107 at 2019-09-12 17:07:27
IDJOB=4387432
IDBENCH=138454
IDSOLVER=2823
FILE ID=node107/4387432-1568304563
RUNJOBID= node107-1568282247-6564
PBS_JOBID= 21701087
Free space on /tmp= 55592 MiB

SOLVER NAME= Concrete 3.10
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os10/SuperTaillard-os-10-12.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4387432-1568304563/watcher-4387432-1568304563 -o /tmp/evaluation-result-4387432-1568304563/solver-4387432-1568304563 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node107-1568282247-6564 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1444153553 HOME/instance-4387432-1568304563.xml

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

MD5SUM BENCH= 5dc18f9bddc2dfff84e0f90fec56ce3b
RANDOM SEED=1444153553

node107.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	: 5334.11
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        27250640 kB
MemAvailable:   27644712 kB
Buffers:          103684 kB
Cached:           558080 kB
SwapCached:        80528 kB
Active:          4641408 kB
Inactive:         282876 kB
Active(anon):    4190272 kB
Inactive(anon):   100836 kB
Active(file):     451136 kB
Inactive(file):   182040 kB
Unevictable:      109236 kB
Mlocked:          109236 kB
SwapTotal:      67108860 kB
SwapFree:       66920464 kB
Dirty:             34988 kB
Writeback:            12 kB
AnonPages:       4292060 kB
Mapped:            44628 kB
Shmem:             20212 kB
Slab:             182084 kB
SReclaimable:     153464 kB
SUnreclaim:        28620 kB
KernelStack:        3744 kB
PageTables:        13728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5657208 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4040704 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 55556 MiB
End job on node107 at 2019-09-12 17:15:04