Trace number 4293261

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.8 2018-06-13? (TO) 2522.11 2500.32

General information on the benchmark

NameAuction/Auction-sum/
Auction-sum-decay100_c18.xml
MD5SUMd8b461fac2d17be3b89e017753091d4e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark750618
Best CPU time to get the best result obtained on this benchmark2520.06
Satisfiable
(Un)Satisfiability was proved
Number of variables2000
Number of constraints100
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2000}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":416},{"degree":4,"count":329},{"degree":5,"count":277},{"degree":6,"count":189},{"degree":7,"count":160},{"degree":8,"count":116},{"degree":9,"count":93},{"degree":10,"count":77},{"degree":11,"count":48},{"degree":12,"count":46},{"degree":13,"count":35},{"degree":14,"count":25},{"degree":15,"count":17},{"degree":16,"count":13},{"degree":17,"count":17},{"degree":18,"count":7},{"degree":19,"count":5},{"degree":20,"count":7},{"degree":21,"count":7},{"degree":22,"count":3},{"degree":23,"count":3},{"degree":24,"count":1},{"degree":25,"count":4},{"degree":26,"count":3},{"degree":27,"count":2}]
Minimum constraint arity83
Maximum constraint arity128
Distribution of constraint arities[{"arity":83,"count":1},{"arity":85,"count":1},{"arity":86,"count":3},{"arity":87,"count":1},{"arity":88,"count":1},{"arity":89,"count":2},{"arity":90,"count":1},{"arity":92,"count":2},{"arity":93,"count":1},{"arity":94,"count":2},{"arity":95,"count":2},{"arity":96,"count":3},{"arity":97,"count":3},{"arity":98,"count":4},{"arity":99,"count":1},{"arity":100,"count":3},{"arity":101,"count":5},{"arity":102,"count":4},{"arity":103,"count":4},{"arity":104,"count":4},{"arity":105,"count":7},{"arity":106,"count":6},{"arity":107,"count":6},{"arity":108,"count":1},{"arity":109,"count":4},{"arity":110,"count":3},{"arity":111,"count":2},{"arity":112,"count":2},{"arity":113,"count":1},{"arity":114,"count":2},{"arity":115,"count":2},{"arity":116,"count":3},{"arity":118,"count":1},{"arity":119,"count":2},{"arity":120,"count":2},{"arity":121,"count":2},{"arity":122,"count":2},{"arity":123,"count":1},{"arity":126,"count":1},{"arity":128,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":100}]
Optimization problemYES
Type of objectivemax SUM

Solver Data

1.00/0.74	c Concrete v3.8.1528841891564 running

Verifier Data

One s line expected

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4293261-1532313295/watcher-4293261-1532313295 -o /tmp/evaluation-result-4293261-1532313295/solver-4293261-1532313295 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532296223-4594 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1021870034 HOME/instance-4293261-1532313295.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=8351, runsolver pid=8348

[startup+0.100059 s]*
/proc/loadavg: 1.42 1.59 1.63 3/207 8408
/proc/meminfo: memFree=18280784/32770624 swapFree=67108860/67108860
[pid=8351] ppid=8348 vsize=9972712 memory=16812 CPUtime=0.09 cores=1,3,5,7
/proc/8351/stat : 8351 (java) S 8348 8351 4562 0 -1 1077944320 4334 13146 0 0 1 0 5 3 20 0 6 0 48892697 10212057088 4203 33554432000 4194304 4196468 140729803670592 140729803653136 139826367905527 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
/proc/8351/statm: 2493178 4203 1934 1 0 2481616 0
[pid=8351/tid=8404] ppid=8348 vsize=9972712 memory=-8960601696899481541 CPUtime=0.09 cores=1,3,5,7
/proc/8351/task/8404/stat : 8404 (java) R 8348 8351 4562 0 -1 4202560 2175 13146 0 0 1 0 5 3 20 0 6 0 48892706 10212057088 4203 33554432000 4194304 4196468 140729803670592 139826339742288 139826351986014 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8405] ppid=8348 vsize=9972712 memory=-7522837583129502606 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8405/stat : 8405 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 6 0 48892706 10212057088 4203 33554432000 4194304 4196468 140729803670592 139826372147472 139826367915733 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8406] ppid=8348 vsize=9972712 memory=140238784329344 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8406/stat : 8406 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 6 0 48892706 10212057088 4203 33554432000 4194304 4196468 140729803670592 139826286967184 139826367915733 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8407] ppid=8348 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8407/stat : 8407 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 6 0 48892706 10212057088 4203 33554432000 4194304 4196468 140729803670592 139826285914640 139826367915733 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8408] ppid=8348 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8408/stat : 8408 (java) S 8348 8351 4562 0 -1 1077944384 2 13146 0 0 0 0 5 3 20 0 6 0 48892706 10212057088 4203 33554432000 4194304 4196468 140729803670592 139825938881168 139826367915733 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.209982 s]*
/proc/loadavg: 1.42 1.59 1.63 3/216 8417
/proc/meminfo: memFree=18254380/32770624 swapFree=67108860/67108860
[pid=8351] ppid=8348 vsize=10818904 memory=45992 CPUtime=0.26 cores=1,3,5,7
/proc/8351/stat : 8351 (java) S 8348 8351 4562 0 -1 1077944320 7709 13146 0 0 16 2 5 3 20 0 15 0 48892697 11078557696 11498 33554432000 4194304 4196468 140729803670592 140729803653136 139826367905527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
/proc/8351/statm: 2704726 11498 2946 1 0 2667149 0
[pid=8351/tid=8404] ppid=8348 vsize=10818904 memory=7022364594140610616 CPUtime=0.19 cores=1,3,5,7
/proc/8351/task/8404/stat : 8404 (java) R 8348 8351 4562 0 -1 4202560 4462 13146 0 0 11 0 5 3 20 0 15 0 48892706 11078557696 11696 33554432000 4194304 4196468 140729803670592 139826339729488 139826348181355 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8405] ppid=8348 vsize=10818904 memory=331 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8405/stat : 8405 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 15 0 48892706 11078557696 11696 33554432000 4194304 4196468 140729803670592 139826372147472 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8406] ppid=8348 vsize=10818904 memory=140238784337952 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8406/stat : 8406 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 15 0 48892706 11078557696 11696 33554432000 4194304 4196468 140729803670592 139826286967184 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8407] ppid=8348 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8407/stat : 8407 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 15 0 48892706 11078557696 11696 33554432000 4194304 4196468 140729803670592 139826285914640 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8408] ppid=8348 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8408/stat : 8408 (java) S 8348 8351 4562 0 -1 1077944384 2 13146 0 0 0 0 5 3 20 0 15 0 48892706 11078557696 11696 33554432000 4194304 4196468 140729803670592 139825938881168 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8409] ppid=8348 vsize=10818904 memory=140238784329344 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8409/stat : 8409 (java) S 8348 8351 4562 0 -1 1077944384 2 13146 0 0 0 0 5 3 20 0 15 0 48892708 11078557696 11762 33554432000 4194304 4196468 140729803670592 139825894574576 139826367916674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8410] ppid=8348 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8410/stat : 8410 (java) S 8348 8351 4562 0 -1 1077944384 13 13146 0 0 0 0 5 3 20 0 15 0 48892708 11078557696 11762 33554432000 4194304 4196468 140729803670592 139825814431136 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8411] ppid=8348 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8411/stat : 8411 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 15 0 48892709 11078557696 11762 33554432000 4194304 4196468 140729803670592 139825680213488 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8412] ppid=8348 vsize=10818904 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8412/stat : 8412 (java) S 8348 8351 4562 0 -1 1077944384 2 13146 0 0 0 0 5 3 20 0 15 0 48892711 11078557696 11762 33554432000 4194304 4196468 140729803670592 139825076234960 139826367924123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8413] ppid=8348 vsize=10818904 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8351/task/8413/stat : 8413 (java) S 8348 8351 4562 0 -1 1077944384 476 13146 0 0 1 0 5 3 20 0 15 0 48892711 11078557696 11762 33554432000 4194304 4196468 140729803670592 139825893521392 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8414] ppid=8348 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8414/stat : 8414 (java) S 8348 8351 4562 0 -1 1077944384 128 13146 0 0 0 0 5 3 20 0 15 0 48892711 11078557696 11762 33554432000 4194304 4196468 140729803670592 139825892468848 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8415] ppid=8348 vsize=10818904 memory=140238784329344 CPUtime=0.11 cores=1,3,5,7
/proc/8351/task/8415/stat : 8415 (java) S 8348 8351 4562 0 -1 1077944384 609 13146 0 0 3 0 5 3 20 0 15 0 48892711 11078557696 11762 33554432000 4194304 4196468 140729803670592 139825891416304 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8416] ppid=8348 vsize=10818904 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8416/stat : 8416 (java) S 8348 8351 4562 0 -1 1077944384 3 13146 0 0 0 0 5 3 20 0 15 0 48892712 11078557696 11762 33554432000 4194304 4196468 140729803670592 139824606472800 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8417] ppid=8348 vsize=10818904 memory=140238784329344 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8417/stat : 8417 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 15 0 48892712 11078557696 11762 33554432000 4194304 4196468 140729803670592 139825890364208 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10818904 KiB
Current children cumulated memory: 45992 KiB

[startup+0.310336 s]*
/proc/loadavg: 1.42 1.59 1.63 3/216 8417
/proc/meminfo: memFree=18242224/32770624 swapFree=67108860/67108860
[pid=8351] ppid=8348 vsize=10819352 memory=58808 CPUtime=0.38 cores=1,3,5,7
/proc/8351/stat : 8351 (java) S 8348 8351 4562 0 -1 1077944320 10662 13146 0 0 28 2 5 3 20 0 15 0 48892697 11079016448 14702 33554432000 4194304 4196468 140729803670592 140729803653136 139826367905527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
/proc/8351/statm: 2704838 14702 3095 1 0 2667149 0
[pid=8351/tid=8404] ppid=8348 vsize=10819352 memory=8112282956445269571 CPUtime=0.29 cores=1,3,5,7
/proc/8351/task/8404/stat : 8404 (java) R 8348 8351 4562 0 -1 4202560 7226 13146 0 0 20 1 5 3 20 0 15 0 48892706 11079016448 14702 33554432000 4194304 4196468 140729803670592 139826339717536 139826351986014 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8405] ppid=8348 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8405/stat : 8405 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 15 0 48892706 11079016448 14702 33554432000 4194304 4196468 140729803670592 139826372147472 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8406] ppid=8348 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8406/stat : 8406 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 15 0 48892706 11079016448 14702 33554432000 4194304 4196468 140729803670592 139826286967184 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8407] ppid=8348 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8407/stat : 8407 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 15 0 48892706 11079016448 14702 33554432000 4194304 4196468 140729803670592 139826285914640 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8408] ppid=8348 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8408/stat : 8408 (java) S 8348 8351 4562 0 -1 1077944384 2 13146 0 0 0 0 5 3 20 0 15 0 48892706 11079016448 14702 33554432000 4194304 4196468 140729803670592 139825938881168 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8409] ppid=8348 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8409/stat : 8409 (java) S 8348 8351 4562 0 -1 1077944384 2 13146 0 0 0 0 5 3 20 0 15 0 48892708 11079016448 14702 33554432000 4194304 4196468 140729803670592 139825894574576 139826367916674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8410] ppid=8348 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8410/stat : 8410 (java) S 8348 8351 4562 0 -1 1077944384 13 13146 0 0 0 0 5 3 20 0 15 0 48892708 11079016448 14702 33554432000 4194304 4196468 140729803670592 139825814431136 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8411] ppid=8348 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8411/stat : 8411 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 15 0 48892709 11079016448 14702 33554432000 4194304 4196468 140729803670592 139825680213488 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8412] ppid=8348 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8412/stat : 8412 (java) S 8348 8351 4562 0 -1 1077944384 2 13146 0 0 0 0 5 3 20 0 15 0 48892711 11079016448 14702 33554432000 4194304 4196468 140729803670592 139825076234960 139826367924123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8413] ppid=8348 vsize=10819352 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8351/task/8413/stat : 8413 (java) S 8348 8351 4562 0 -1 1077944384 477 13146 0 0 1 0 5 3 20 0 15 0 48892711 11079016448 14702 33554432000 4194304 4196468 140729803670592 139825893521392 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8414] ppid=8348 vsize=10819352 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/8351/task/8414/stat : 8414 (java) S 8348 8351 4562 0 -1 1077944384 134 13146 0 0 1 0 5 3 20 0 15 0 48892711 11079016448 14702 33554432000 4194304 4196468 140729803670592 139825892468848 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8415] ppid=8348 vsize=10819352 memory=140238784329344 CPUtime=0.13 cores=1,3,5,7
/proc/8351/task/8415/stat : 8415 (java) S 8348 8351 4562 0 -1 1077944384 615 13146 0 0 5 0 5 3 20 0 15 0 48892711 11079016448 14702 33554432000 4194304 4196468 140729803670592 139825891416304 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8416] ppid=8348 vsize=10819352 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8416/stat : 8416 (java) S 8348 8351 4562 0 -1 1077944384 3 13146 0 0 0 0 5 3 20 0 15 0 48892712 11079016448 14702 33554432000 4194304 4196468 140729803670592 139824606472800 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8417] ppid=8348 vsize=10819352 memory=140238784329344 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8417/stat : 8417 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 15 0 48892712 11079016448 14702 33554432000 4194304 4196468 140729803670592 139825890364208 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
Current children cumulated CPU time: 0.38 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 58808 KiB

[startup+0.700756 s]
/proc/loadavg: 1.42 1.59 1.63 4/216 8417
/proc/meminfo: memFree=18231184/32770624 swapFree=67108860/67108860
[pid=8351] ppid=8348 vsize=10819352 memory=90468 CPUtime=1 cores=1,3,5,7
/proc/8351/stat : 8351 (java) S 8348 8351 4562 0 -1 1077944320 16791 13146 0 0 88 4 5 3 20 0 15 0 48892697 11079016448 22617 33554432000 4194304 4196468 140729803670592 140729803653136 139826367905527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
/proc/8351/statm: 2704838 22617 3238 1 0 2667149 0
[pid=8351/tid=8404] ppid=8348 vsize=10819352 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/8351/task/8404/stat : 8404 (java) S 8348 8351 4562 0 -1 1077944384 12280 13146 0 0 56 2 5 3 20 0 15 0 48892706 11079016448 22617 33554432000 4194304 4196468 140729803670592 139826339726352 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8405] ppid=8348 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8405/stat : 8405 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 15 0 48892706 11079016448 22617 33554432000 4194304 4196468 140729803670592 139826372147472 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8406] ppid=8348 vsize=10819352 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8406/stat : 8406 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 15 0 48892706 11079016448 22617 33554432000 4194304 4196468 140729803670592 139826286967184 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8407] ppid=8348 vsize=10819352 memory=140238668313360 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8407/stat : 8407 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 15 0 48892706 11079016448 22617 33554432000 4194304 4196468 140729803670592 139826285914640 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8408] ppid=8348 vsize=10819352 memory=140239272149588 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8408/stat : 8408 (java) S 8348 8351 4562 0 -1 1077944384 2 13146 0 0 0 0 5 3 20 0 15 0 48892706 11079016448 22617 33554432000 4194304 4196468 140729803670592 139825938881168 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8409] ppid=8348 vsize=10819352 memory=8368 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8409/stat : 8409 (java) R 8348 8351 4562 0 -1 4202560 5 13146 0 0 0 0 5 3 20 0 15 0 48892708 11079016448 22617 33554432000 4194304 4196468 140729803670592 139825894574576 139826360622679 0 0 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8410] ppid=8348 vsize=10819352 memory=7662705889289527641 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8410/stat : 8410 (java) S 8348 8351 4562 0 -1 1077944384 13 13146 0 0 0 0 5 3 20 0 15 0 48892708 11079016448 22617 33554432000 4194304 4196468 140729803670592 139825814431136 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8411] ppid=8348 vsize=10819352 memory=7885635084775281010 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8411/stat : 8411 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 15 0 48892709 11079016448 22617 33554432000 4194304 4196468 140729803670592 139825680213488 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8412] ppid=8348 vsize=10819352 memory=16436 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8412/stat : 8412 (java) S 8348 8351 4562 0 -1 1077944384 2 13146 0 0 0 0 5 3 20 0 15 0 48892711 11079016448 22617 33554432000 4194304 4196468 140729803670592 139825076234960 139826367924123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8413] ppid=8348 vsize=10819352 memory=9920 CPUtime=0.18 cores=1,3,5,7
/proc/8351/task/8413/stat : 8413 (java) S 8348 8351 4562 0 -1 1077944384 1122 13146 0 0 10 0 5 3 20 0 15 0 48892711 11079016448 22617 33554432000 4194304 4196468 140729803670592 139825893521392 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8414] ppid=8348 vsize=10819352 memory=4008 CPUtime=0.15 cores=1,3,5,7
/proc/8351/task/8414/stat : 8414 (java) S 8348 8351 4562 0 -1 1077944384 505 13146 0 0 7 0 5 3 20 0 15 0 48892711 11079016448 22617 33554432000 4194304 4196468 140729803670592 139825892468848 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8415] ppid=8348 vsize=10819352 memory=1796 CPUtime=0.21 cores=1,3,5,7
/proc/8351/task/8415/stat : 8415 (java) S 8348 8351 4562 0 -1 1077944384 667 13146 0 0 13 0 5 3 20 0 15 0 48892711 11079016448 22617 33554432000 4194304 4196468 140729803670592 139825891416304 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8416] ppid=8348 vsize=10819352 memory=644 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8416/stat : 8416 (java) S 8348 8351 4562 0 -1 1077944384 3 13146 0 0 0 0 5 3 20 0 15 0 48892712 11079016448 22617 33554432000 4194304 4196468 140729803670592 139824606472800 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8417] ppid=8348 vsize=10819352 memory=956 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8417/stat : 8417 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 15 0 48892712 11079016448 22617 33554432000 4194304 4196468 140729803670592 139825890364208 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
Current children cumulated CPU time: 1 s
Current children cumulated vsize: 10819352 KiB
Current children cumulated memory: 90468 KiB

[startup+1.50219 s]
/proc/loadavg: 1.47 1.60 1.63 4/216 8417
/proc/meminfo: memFree=18185472/32770624 swapFree=67108860/67108860
[pid=8351] ppid=8348 vsize=10834252 memory=199040 CPUtime=2.66 cores=1,3,5,7
/proc/8351/stat : 8351 (java) S 8348 8351 4562 0 -1 1077944320 24038 13146 0 0 248 10 5 3 20 0 15 0 48892697 11094274048 49760 33554432000 4194304 4196468 140729803670592 140729803653136 139826367905527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
/proc/8351/statm: 2708563 49760 3475 1 0 2670221 0
[pid=8351/tid=8404] ppid=8348 vsize=10834252 memory=67408 CPUtime=1.42 cores=1,3,5,7
/proc/8351/task/8404/stat : 8404 (java) R 8348 8351 4562 0 -1 4202560 17343 13146 0 0 129 5 5 3 20 0 15 0 48892706 11094274048 49760 33554432000 4194304 4196468 140729803670592 139826339722816 139826351986044 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8405] ppid=8348 vsize=10834252 memory=8112282956445269571 CPUtime=0.09 cores=1,3,5,7
/proc/8351/task/8405/stat : 8405 (java) S 8348 8351 4562 0 -1 1077944384 181 13146 0 0 1 0 5 3 20 0 15 0 48892706 11094274048 49760 33554432000 4194304 4196468 140729803670592 139826372147472 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8406] ppid=8348 vsize=10834252 memory=280477336658080 CPUtime=0.09 cores=1,3,5,7
/proc/8351/task/8406/stat : 8406 (java) S 8348 8351 4562 0 -1 1077944384 21 13146 0 0 1 0 5 3 20 0 15 0 48892706 11094274048 49760 33554432000 4194304 4196468 140729803670592 139826286967184 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8407] ppid=8348 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8351/task/8407/stat : 8407 (java) S 8348 8351 4562 0 -1 1077944384 21 13146 0 0 1 0 5 3 20 0 15 0 48892706 11094274048 49760 33554432000 4194304 4196468 140729803670592 139826285914640 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8408] ppid=8348 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8351/task/8408/stat : 8408 (java) S 8348 8351 4562 0 -1 1077944384 63 13146 0 0 1 0 5 3 20 0 15 0 48892706 11094274048 49760 33554432000 4194304 4196468 140729803670592 139825938881168 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8409] ppid=8348 vsize=10834252 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/8351/task/8409/stat : 8409 (java) S 8348 8351 4562 0 -1 1077944384 64 13146 0 0 1 0 5 3 20 0 15 0 48892708 11094274048 49760 33554432000 4194304 4196468 140729803670592 139825894574576 139826367916674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8410] ppid=8348 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8410/stat : 8410 (java) S 8348 8351 4562 0 -1 1077944384 14 13146 0 0 0 0 5 3 20 0 15 0 48892708 11094274048 49760 33554432000 4194304 4196468 140729803670592 139825814431200 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8411] ppid=8348 vsize=10834252 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8411/stat : 8411 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 15 0 48892709 11094274048 49760 33554432000 4194304 4196468 140729803670592 139825680213504 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8412] ppid=8348 vsize=10834252 memory=-2746958450906831424 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8412/stat : 8412 (java) S 8348 8351 4562 0 -1 1077944384 2 13146 0 0 0 0 5 3 20 0 15 0 48892711 11094274048 49760 33554432000 4194304 4196468 140729803670592 139825076234960 139826367924123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8413] ppid=8348 vsize=10834252 memory=0 CPUtime=0.41 cores=1,3,5,7
/proc/8351/task/8413/stat : 8413 (java) R 8348 8351 4562 0 -1 4202560 1457 13146 0 0 33 0 5 3 20 0 15 0 48892711 11094274048 49760 33554432000 4194304 4196468 140729803670592 139825893521688 139826349450121 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8414] ppid=8348 vsize=10834252 memory=0 CPUtime=0.47 cores=1,3,5,7
/proc/8351/task/8414/stat : 8414 (java) S 8348 8351 4562 0 -1 1077944384 1280 13146 0 0 39 0 5 3 20 0 15 0 48892711 11094274048 49760 33554432000 4194304 4196468 140729803670592 139825892468848 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8415] ppid=8348 vsize=10834252 memory=8112282956445269571 CPUtime=0.45 cores=1,3,5,7
/proc/8351/task/8415/stat : 8415 (java) S 8348 8351 4562 0 -1 1077944384 1401 13146 0 0 37 0 5 3 20 0 15 0 48892711 11094274048 49760 33554432000 4194304 4196468 140729803670592 139825891416304 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8416] ppid=8348 vsize=10834252 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8416/stat : 8416 (java) S 8348 8351 4562 0 -1 1077944384 3 13146 0 0 0 0 5 3 20 0 15 0 48892712 11094274048 49760 33554432000 4194304 4196468 140729803670592 139824606472800 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8417] ppid=8348 vsize=10834252 memory=280477336902528 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8417/stat : 8417 (java) S 8348 8351 4562 0 -1 1077944384 1 13146 0 0 0 0 5 3 20 0 15 0 48892712 11094274048 49760 33554432000 4194304 4196468 140729803670592 139825890364208 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
Current children cumulated CPU time: 2.66 s
Current children cumulated vsize: 10834252 KiB

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

[pid=8351/tid=8405] ppid=8348 vsize=11041128 memory=6225496840384702312 CPUtime=5.2 cores=1,3,5,7
/proc/8351/task/8405/stat : 8405 (java) S 8348 8351 4562 0 -1 1077944384 3334 13146 0 0 469 43 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139826372147472 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8406] ppid=8348 vsize=11041128 memory=8112282956445269571 CPUtime=5.18 cores=1,3,5,7
/proc/8351/task/8406/stat : 8406 (java) S 8348 8351 4562 0 -1 1077944384 8431 13146 0 0 468 42 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139826286967184 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8407] ppid=8348 vsize=11041128 memory=2436 CPUtime=5.19 cores=1,3,5,7
/proc/8351/task/8407/stat : 8407 (java) S 8348 8351 4562 0 -1 1077944384 6703 13146 0 0 468 43 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139826285914640 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8408] ppid=8348 vsize=11041128 memory=1296 CPUtime=5.2 cores=1,3,5,7
/proc/8351/task/8408/stat : 8408 (java) S 8348 8351 4562 0 -1 1077944384 6820 13146 0 0 470 42 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825938881168 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8409] ppid=8348 vsize=11041128 memory=1728 CPUtime=0.44 cores=1,3,5,7
/proc/8351/task/8409/stat : 8409 (java) S 8348 8351 4562 0 -1 1077944384 5127 13146 0 0 33 3 5 3 20 0 17 0 48892708 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825894574576 139826367916674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8410] ppid=8348 vsize=11041128 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8410/stat : 8410 (java) S 8348 8351 4562 0 -1 1077944384 18 13146 0 0 0 0 5 3 20 0 17 0 48892708 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825814431200 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8411] ppid=8348 vsize=11041128 memory=2240 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8411/stat : 8411 (java) S 8348 8351 4562 0 -1 1077944384 3 13146 0 0 0 0 5 3 20 0 17 0 48892709 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825680213504 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8412] ppid=8348 vsize=11041128 memory=4124 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8412/stat : 8412 (java) S 8348 8351 4562 0 -1 1077944384 287 13146 0 0 0 0 5 3 20 0 17 0 48892711 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825076234960 139826367924123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8413] ppid=8348 vsize=11041128 memory=2200 CPUtime=1.93 cores=1,3,5,7
/proc/8351/task/8413/stat : 8413 (java) S 8348 8351 4562 0 -1 1077944384 8839 13146 0 0 183 2 5 3 20 0 17 0 48892711 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825893521392 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8414] ppid=8348 vsize=11041128 memory=1915180 CPUtime=2.19 cores=1,3,5,7
/proc/8351/task/8414/stat : 8414 (java) S 8348 8351 4562 0 -1 1077944384 9838 13146 0 0 209 2 5 3 20 0 17 0 48892711 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825892468848 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8415] ppid=8348 vsize=11041128 memory=9944 CPUtime=1.38 cores=1,3,5,7
/proc/8351/task/8415/stat : 8415 (java) S 8348 8351 4562 0 -1 1077944384 7418 13146 0 0 127 3 5 3 20 0 17 0 48892711 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825891416304 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8416] ppid=8348 vsize=11041128 memory=4008 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8416/stat : 8416 (java) S 8348 8351 4562 0 -1 1077944384 3 13146 0 0 0 0 5 3 20 0 17 0 48892712 11306115072 479827 33554432000 4194304 4196468 140729803670592 139824606472800 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8417] ppid=8348 vsize=11041128 memory=1796 CPUtime=1.28 cores=1,3,5,7
/proc/8351/task/8417/stat : 8417 (java) S 8348 8351 4562 0 -1 1077944384 2141 13146 0 0 53 67 5 3 20 0 17 0 48892712 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825890364208 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8645] ppid=8348 vsize=11041128 memory=1696 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8645/stat : 8645 (java) S 8348 8351 4562 0 -1 1077944384 346 13146 0 0 0 0 5 3 20 0 17 0 49142527 11306115072 479827 33554432000 4194304 4196468 140729803670592 139824405144176 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8646] ppid=8348 vsize=11041128 memory=1232 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8646/stat : 8646 (java) S 8348 8351 4562 0 -1 1077944384 114 13146 0 0 0 0 5 3 20 0 17 0 49142527 11306115072 479827 33554432000 4194304 4196468 140729803670592 139824203818720 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
Current children cumulated CPU time: 2520.97 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 1919308 KiB

[startup+2500 s]*
/proc/loadavg: 1.79 1.84 1.87 3/217 8646
/proc/meminfo: memFree=18233796/32770624 swapFree=67108860/67108860
[pid=8351] ppid=8348 vsize=11041128 memory=1919308 CPUtime=2521.78 cores=1,3,5,7
/proc/8351/stat : 8351 (java) S 8348 8351 4562 0 -1 1077944320 149445 13146 0 0 251915 255 5 3 20 0 17 0 48892697 11306115072 479827 33554432000 4194304 4196468 140729803670592 140729803653136 139826367905527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
/proc/8351/statm: 2760282 479827 3513 1 0 2721935 0
[pid=8351/tid=8404] ppid=8348 vsize=11041128 memory=8112282956445269571 CPUtime=2494.39 cores=1,3,5,7
/proc/8351/task/8404/stat : 8404 (java) R 8348 8351 4562 0 -1 4202560 87835 13146 0 0 249412 19 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139826339738336 139825978766607 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8405] ppid=8348 vsize=11041128 memory=2792 CPUtime=5.2 cores=1,3,5,7
/proc/8351/task/8405/stat : 8405 (java) S 8348 8351 4562 0 -1 1077944384 3334 13146 0 0 469 43 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139826372147472 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8406] ppid=8348 vsize=11041128 memory=2600 CPUtime=5.18 cores=1,3,5,7
/proc/8351/task/8406/stat : 8406 (java) S 8348 8351 4562 0 -1 1077944384 8431 13146 0 0 468 42 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139826286967184 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8407] ppid=8348 vsize=11041128 memory=4096 CPUtime=5.19 cores=1,3,5,7
/proc/8351/task/8407/stat : 8407 (java) S 8348 8351 4562 0 -1 1077944384 6703 13146 0 0 468 43 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139826285914640 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8408] ppid=8348 vsize=11041128 memory=4872558044660077418 CPUtime=5.2 cores=1,3,5,7
/proc/8351/task/8408/stat : 8408 (java) S 8348 8351 4562 0 -1 1077944384 6820 13146 0 0 470 42 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825938881168 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8409] ppid=8348 vsize=11041128 memory=3244 CPUtime=0.44 cores=1,3,5,7
/proc/8351/task/8409/stat : 8409 (java) S 8348 8351 4562 0 -1 1077944384 5127 13146 0 0 33 3 5 3 20 0 17 0 48892708 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825894574576 139826367916674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8410] ppid=8348 vsize=11041128 memory=1915180 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8410/stat : 8410 (java) S 8348 8351 4562 0 -1 1077944384 18 13146 0 0 0 0 5 3 20 0 17 0 48892708 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825814431200 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8411] ppid=8348 vsize=11041128 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8411/stat : 8411 (java) S 8348 8351 4562 0 -1 1077944384 3 13146 0 0 0 0 5 3 20 0 17 0 48892709 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825680213504 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8412] ppid=8348 vsize=11041128 memory=3164 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8412/stat : 8412 (java) S 8348 8351 4562 0 -1 1077944384 287 13146 0 0 0 0 5 3 20 0 17 0 48892711 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825076234960 139826367924123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8413] ppid=8348 vsize=11041128 memory=1758904 CPUtime=1.93 cores=1,3,5,7
/proc/8351/task/8413/stat : 8413 (java) S 8348 8351 4562 0 -1 1077944384 8839 13146 0 0 183 2 5 3 20 0 17 0 48892711 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825893521392 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8414] ppid=8348 vsize=11041128 memory=8112282956445269571 CPUtime=2.19 cores=1,3,5,7
/proc/8351/task/8414/stat : 8414 (java) S 8348 8351 4562 0 -1 1077944384 9838 13146 0 0 209 2 5 3 20 0 17 0 48892711 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825892468848 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8415] ppid=8348 vsize=11041128 memory=4872558044660077418 CPUtime=1.38 cores=1,3,5,7
/proc/8351/task/8415/stat : 8415 (java) S 8348 8351 4562 0 -1 1077944384 7418 13146 0 0 127 3 5 3 20 0 17 0 48892711 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825891416304 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8416] ppid=8348 vsize=11041128 memory=2240 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8416/stat : 8416 (java) S 8348 8351 4562 0 -1 1077944384 3 13146 0 0 0 0 5 3 20 0 17 0 48892712 11306115072 479827 33554432000 4194304 4196468 140729803670592 139824606472800 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8417] ppid=8348 vsize=11041128 memory=4124 CPUtime=1.28 cores=1,3,5,7
/proc/8351/task/8417/stat : 8417 (java) S 8348 8351 4562 0 -1 1077944384 2141 13146 0 0 53 67 5 3 20 0 17 0 48892712 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825890364208 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8645] ppid=8348 vsize=11041128 memory=2200 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8645/stat : 8645 (java) S 8348 8351 4562 0 -1 1077944384 346 13146 0 0 0 0 5 3 20 0 17 0 49142527 11306115072 479827 33554432000 4194304 4196468 140729803670592 139824405144176 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8646] ppid=8348 vsize=11041128 memory=7528 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8646/stat : 8646 (java) S 8348 8351 4562 0 -1 1077944384 114 13146 0 0 0 0 5 3 20 0 17 0 49142527 11306115072 479827 33554432000 4194304 4196468 140729803670592 139824203818720 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
Current children cumulated CPU time: 2521.78 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 1919308 KiB

[startup+2500.2 s]
/proc/loadavg: 1.79 1.84 1.87 3/217 8646
/proc/meminfo: memFree=18233796/32770624 swapFree=67108860/67108860
[pid=8351] ppid=8348 vsize=11041128 memory=1919308 CPUtime=2521.98 cores=1,3,5,7
/proc/8351/stat : 8351 (java) S 8348 8351 4562 0 -1 1077944320 149445 13146 0 0 251935 255 5 3 20 0 17 0 48892697 11306115072 479827 33554432000 4194304 4196468 140729803670592 140729803653136 139826367905527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
/proc/8351/statm: 2760282 479827 3513 1 0 2721935 0
[pid=8351/tid=8404] ppid=8348 vsize=11041128 memory=1796 CPUtime=2494.58 cores=1,3,5,7
/proc/8351/task/8404/stat : 8404 (java) R 8348 8351 4562 0 -1 4202560 87835 13146 0 0 249431 19 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139826339738336 139825978766643 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8405] ppid=8348 vsize=11041128 memory=912 CPUtime=5.2 cores=1,3,5,7
/proc/8351/task/8405/stat : 8405 (java) S 8348 8351 4562 0 -1 1077944384 3334 13146 0 0 469 43 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139826372147472 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8406] ppid=8348 vsize=11041128 memory=3852 CPUtime=5.18 cores=1,3,5,7
/proc/8351/task/8406/stat : 8406 (java) S 8348 8351 4562 0 -1 1077944384 8431 13146 0 0 468 42 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139826286967184 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8407] ppid=8348 vsize=11041128 memory=2792 CPUtime=5.19 cores=1,3,5,7
/proc/8351/task/8407/stat : 8407 (java) S 8348 8351 4562 0 -1 1077944384 6703 13146 0 0 468 43 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139826285914640 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8408] ppid=8348 vsize=11041128 memory=288230574492221466 CPUtime=5.2 cores=1,3,5,7
/proc/8351/task/8408/stat : 8408 (java) S 8348 8351 4562 0 -1 1077944384 6820 13146 0 0 470 42 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825938881168 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8409] ppid=8348 vsize=11041128 memory=288230613214036277 CPUtime=0.44 cores=1,3,5,7
/proc/8351/task/8409/stat : 8409 (java) S 8348 8351 4562 0 -1 1077944384 5127 13146 0 0 33 3 5 3 20 0 17 0 48892708 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825894574576 139826367916674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8410] ppid=8348 vsize=11041128 memory=13847486485760432 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8410/stat : 8410 (java) S 8348 8351 4562 0 -1 1077944384 18 13146 0 0 0 0 5 3 20 0 17 0 48892708 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825814431200 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8411] ppid=8348 vsize=11041128 memory=4096 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8411/stat : 8411 (java) S 8348 8351 4562 0 -1 1077944384 3 13146 0 0 0 0 5 3 20 0 17 0 48892709 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825680213504 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8412] ppid=8348 vsize=11041128 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8412/stat : 8412 (java) S 8348 8351 4562 0 -1 1077944384 287 13146 0 0 0 0 5 3 20 0 17 0 48892711 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825076234960 139826367924123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8413] ppid=8348 vsize=11041128 memory=3244 CPUtime=1.93 cores=1,3,5,7
/proc/8351/task/8413/stat : 8413 (java) S 8348 8351 4562 0 -1 1077944384 8839 13146 0 0 183 2 5 3 20 0 17 0 48892711 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825893521392 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8414] ppid=8348 vsize=11041128 memory=1915180 CPUtime=2.19 cores=1,3,5,7
/proc/8351/task/8414/stat : 8414 (java) S 8348 8351 4562 0 -1 1077944384 9838 13146 0 0 209 2 5 3 20 0 17 0 48892711 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825892468848 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8415] ppid=8348 vsize=11041128 memory=1408 CPUtime=1.38 cores=1,3,5,7
/proc/8351/task/8415/stat : 8415 (java) S 8348 8351 4562 0 -1 1077944384 7418 13146 0 0 127 3 5 3 20 0 17 0 48892711 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825891416304 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8416] ppid=8348 vsize=11041128 memory=3160 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8416/stat : 8416 (java) S 8348 8351 4562 0 -1 1077944384 3 13146 0 0 0 0 5 3 20 0 17 0 48892712 11306115072 479827 33554432000 4194304 4196468 140729803670592 139824606472800 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8417] ppid=8348 vsize=11041128 memory=8112282956445269571 CPUtime=1.28 cores=1,3,5,7
/proc/8351/task/8417/stat : 8417 (java) S 8348 8351 4562 0 -1 1077944384 2141 13146 0 0 53 67 5 3 20 0 17 0 48892712 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825890364208 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8645] ppid=8348 vsize=11041128 memory=15876 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8645/stat : 8645 (java) S 8348 8351 4562 0 -1 1077944384 346 13146 0 0 0 0 5 3 20 0 17 0 49142527 11306115072 479827 33554432000 4194304 4196468 140729803670592 139824405144176 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8646] ppid=8348 vsize=11041128 memory=16436 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8646/stat : 8646 (java) S 8348 8351 4562 0 -1 1077944384 114 13146 0 0 0 0 5 3 20 0 17 0 49142527 11306115072 479827 33554432000 4194304 4196468 140729803670592 139824203818720 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
Current children cumulated CPU time: 2521.98 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 1919308 KiB

[startup+2500.3 s]
/proc/loadavg: 1.79 1.84 1.87 3/217 8646
/proc/meminfo: memFree=18233796/32770624 swapFree=67108860/67108860
[pid=8351] ppid=8348 vsize=11041128 memory=1919308 CPUtime=2522.08 cores=1,3,5,7
/proc/8351/stat : 8351 (java) S 8348 8351 4562 0 -1 1077944320 149445 13146 0 0 251945 255 5 3 20 0 17 0 48892697 11306115072 479827 33554432000 4194304 4196468 140729803670592 140729803653136 139826367905527 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
/proc/8351/statm: 2760282 479827 3513 1 0 2721935 0
[pid=8351/tid=8404] ppid=8348 vsize=11041128 memory=1919308 CPUtime=2494.68 cores=1,3,5,7
/proc/8351/task/8404/stat : 8404 (java) R 8348 8351 4562 0 -1 4202560 87835 13146 0 0 249441 19 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139826339738336 139825978766683 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8405] ppid=8348 vsize=11041128 memory=1919308 CPUtime=5.2 cores=1,3,5,7
/proc/8351/task/8405/stat : 8405 (java) S 8348 8351 4562 0 -1 1077944384 3334 13146 0 0 469 43 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139826372147472 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8406] ppid=8348 vsize=11041128 memory=1915180 CPUtime=5.18 cores=1,3,5,7
/proc/8351/task/8406/stat : 8406 (java) S 8348 8351 4562 0 -1 1077944384 8431 13146 0 0 468 42 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139826286967184 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8407] ppid=8348 vsize=11041128 memory=1915180 CPUtime=5.19 cores=1,3,5,7
/proc/8351/task/8407/stat : 8407 (java) S 8348 8351 4562 0 -1 1077944384 6703 13146 0 0 468 43 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139826285914640 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8408] ppid=8348 vsize=11041128 memory=1915180 CPUtime=5.2 cores=1,3,5,7
/proc/8351/task/8408/stat : 8408 (java) S 8348 8351 4562 0 -1 1077944384 6820 13146 0 0 470 42 5 3 20 0 17 0 48892706 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825938881168 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8409] ppid=8348 vsize=11041128 memory=1915180 CPUtime=0.44 cores=1,3,5,7
/proc/8351/task/8409/stat : 8409 (java) S 8348 8351 4562 0 -1 1077944384 5127 13146 0 0 33 3 5 3 20 0 17 0 48892708 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825894574576 139826367916674 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8410] ppid=8348 vsize=11041128 memory=1915180 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8410/stat : 8410 (java) S 8348 8351 4562 0 -1 1077944384 18 13146 0 0 0 0 5 3 20 0 17 0 48892708 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825814431200 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8411] ppid=8348 vsize=11041128 memory=1915180 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8411/stat : 8411 (java) S 8348 8351 4562 0 -1 1077944384 3 13146 0 0 0 0 5 3 20 0 17 0 48892709 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825680213504 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8412] ppid=8348 vsize=11041128 memory=1919308 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8412/stat : 8412 (java) S 8348 8351 4562 0 -1 1077944384 287 13146 0 0 0 0 5 3 20 0 17 0 48892711 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825076234960 139826367924123 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8413] ppid=8348 vsize=11041128 memory=1919308 CPUtime=1.93 cores=1,3,5,7
/proc/8351/task/8413/stat : 8413 (java) S 8348 8351 4562 0 -1 1077944384 8839 13146 0 0 183 2 5 3 20 0 17 0 48892711 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825893521392 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8414] ppid=8348 vsize=11041128 memory=1915180 CPUtime=2.19 cores=1,3,5,7
/proc/8351/task/8414/stat : 8414 (java) S 8348 8351 4562 0 -1 1077944384 9838 13146 0 0 209 2 5 3 20 0 17 0 48892711 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825892468848 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8415] ppid=8348 vsize=11041128 memory=1915180 CPUtime=1.38 cores=1,3,5,7
/proc/8351/task/8415/stat : 8415 (java) S 8348 8351 4562 0 -1 1077944384 7418 13146 0 0 127 3 5 3 20 0 17 0 48892711 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825891416304 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8416] ppid=8348 vsize=11041128 memory=1915180 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8416/stat : 8416 (java) S 8348 8351 4562 0 -1 1077944384 3 13146 0 0 0 0 5 3 20 0 17 0 48892712 11306115072 479827 33554432000 4194304 4196468 140729803670592 139824606472800 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8417] ppid=8348 vsize=11041128 memory=1915180 CPUtime=1.28 cores=1,3,5,7
/proc/8351/task/8417/stat : 8417 (java) S 8348 8351 4562 0 -1 1077944384 2141 13146 0 0 53 67 5 3 20 0 17 0 48892712 11306115072 479827 33554432000 4194304 4196468 140729803670592 139825890364208 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8645] ppid=8348 vsize=11041128 memory=1200 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8645/stat : 8645 (java) S 8348 8351 4562 0 -1 1077944384 346 13146 0 0 0 0 5 3 20 0 17 0 49142527 11306115072 479827 33554432000 4194304 4196468 140729803670592 139824405144176 139826367915733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
[pid=8351/tid=8646] ppid=8348 vsize=11041128 memory=8368 CPUtime=0.08 cores=1,3,5,7
/proc/8351/task/8646/stat : 8646 (java) S 8348 8351 4562 0 -1 1077944384 114 13146 0 0 0 0 5 3 20 0 17 0 49142527 11306115072 479827 33554432000 4194304 4196468 140729803670592 139824203818720 139826367916674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25952256 140729803676270 140729803679068 140729803679068 140729803681743 0
Current children cumulated CPU time: 2522.08 s
Current children cumulated vsize: 11041128 KiB
Current children cumulated memory: 1919308 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2500.32
CPU time (s): 2522.11
CPU user time (s): 2519.51
CPU system time (s): 2.60482
CPU usage (%): 100.872
Max. virtual memory (cumulated for all children) (KiB): 11041128
Max. memory (cumulated for all children) (KiB): 1919308

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.51
system time used= 2.60482
maximum resident set size= 1919484
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162599
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1720
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 60771
involuntary context switches= 1391


# summary of solver processes directly reported to runsolver:
#   pid: 8351
#   total CPU time (s): 2522.11
#   total CPU user time (s): 2519.51
#   total CPU system time (s): 2.60482

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.9914 second user time and 22.0006 second system time

The end

Launcher Data

Begin job on node136 at 2018-07-23 04:34:55
IDJOB=4293261
IDBENCH=141145
IDSOLVER=2750
FILE ID=node136/4293261-1532313295
RUNJOBID= node136-1532296223-4594
PBS_JOBID= 21018988
Free space on /tmp= 57084 MiB

SOLVER NAME= Concrete 3.8 2018-06-13
BENCH NAME= XCSP18/Auction/Auction-sum/Auction-sum-decay100_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4293261-1532313295/watcher-4293261-1532313295 -o /tmp/evaluation-result-4293261-1532313295/solver-4293261-1532313295 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node136-1532296223-4594 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1021870034 HOME/instance-4293261-1532313295.xml

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

MD5SUM BENCH= d8b461fac2d17be3b89e017753091d4e
RANDOM SEED=1021870034

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

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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:        18286936 kB
MemAvailable:   28334496 kB
Buffers:          257116 kB
Cached:          9994560 kB
SwapCached:            0 kB
Active:          4846292 kB
Inactive:        9058928 kB
Active(anon):    3656632 kB
Inactive(anon):    16916 kB
Active(file):    1189660 kB
Inactive(file):  9042012 kB
Unevictable:        7336 kB
Mlocked:            7336 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             26416 kB
Writeback:             0 kB
AnonPages:       3659108 kB
Mapped:            49732 kB
Shmem:             17036 kB
Slab:             271796 kB
SReclaimable:     244348 kB
SUnreclaim:        27448 kB
KernelStack:        3520 kB
PageTables:        12308 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4668036 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3477504 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 57060 MiB
End job on node136 at 2018-07-23 05:16:36