Trace number 4274987

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
OscaR - Parallel with EPS 2017-07-26? (TO) 15941.6 2522.0701

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-3-fullins-5.xml
MD5SUM51dc9de19dcdd21b605810f9d7307a76
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark1504.59
Satisfiable
(Un)Satisfiability was proved
Number of variables2030
Number of constraints33751
Number of domains1
Minimum domain size2030
Maximum domain size2030
Distribution of domain sizes[{"size":2030,"count":2030}]
Minimum variable degree9
Maximum variable degree410
Distribution of variable degrees[{"degree":9,"count":4},{"degree":10,"count":14},{"degree":11,"count":12},{"degree":12,"count":36},{"degree":13,"count":23},{"degree":14,"count":54},{"degree":15,"count":22},{"degree":16,"count":66},{"degree":17,"count":41},{"degree":18,"count":123},{"degree":19,"count":41},{"degree":20,"count":123},{"degree":21,"count":19},{"degree":22,"count":57},{"degree":23,"count":42},{"degree":24,"count":131},{"degree":25,"count":8},{"degree":26,"count":24},{"degree":27,"count":29},{"degree":28,"count":87},{"degree":29,"count":44},{"degree":30,"count":132},{"degree":31,"count":87},{"degree":32,"count":261},{"degree":33,"count":5},{"degree":34,"count":15},{"degree":35,"count":15},{"degree":36,"count":45},{"degree":41,"count":5},{"degree":42,"count":15},{"degree":43,"count":5},{"degree":44,"count":15},{"degree":49,"count":5},{"degree":50,"count":15},{"degree":51,"count":15},{"degree":52,"count":45},{"degree":53,"count":15},{"degree":54,"count":45},{"degree":55,"count":45},{"degree":56,"count":135},{"degree":77,"count":5},{"degree":78,"count":15},{"degree":79,"count":15},{"degree":80,"count":45},{"degree":87,"count":5},{"degree":169,"count":5},{"degree":170,"count":15},{"degree":410,"count":5}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":33751}]
Number of extensional constraints0
Number of intensional constraints33751
Distribution of constraint types[{"type":"intension","count":33751}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.29/0.26	c version: 2017-07-26
0.29/0.26	c seed: 1622160698
0.29/0.26	c timeout: 20160
0.29/0.26	c memlimit: 11000
0.29/0.26	c nbcore: 8
0.29/0.28	c Parsing instance...
4.81/1.58	c Parsing done, starting search...
15933.36/2520.98	s UNKNOWN

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274987-1502679440/watcher-4274987-1502679440 -o /tmp/evaluation-result-4274987-1502679440/solver-4274987-1502679440 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1502678582-11525 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1622160698 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274987-1502679440.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=11542, runsolver pid=11539
Current StackSize limit: 8192 KiB


[startup+0.100111 s]*
/proc/loadavg: 8.44 8.77 8.75 3/199 11562
/proc/meminfo: memFree=31497640/32770624 swapFree=67108860/67108860
[pid=11542] ppid=11539 vsize=14325320 memory=34712 CPUtime=0.12 cores=0-7
/proc/11542/stat : 11542 (java) S 11539 11542 11498 0 -1 1077944320 8055 0 0 0 10 2 0 0 20 0 20 0 101032279 14669127680 8678 33554432000 4194304 4196468 140731162217376 140731162199920 139703941275383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
/proc/11542/statm: 3581330 8678 3407 1 0 3569050 0
[pid=11542/tid=11544] ppid=11539 vsize=14325320 memory=8040502517855853467 CPUtime=0.09 cores=0-7
/proc/11542/task/11544/stat : 11544 (java) R 11539 11542 11498 0 -1 4202560 5990 0 0 0 8 1 0 0 20 0 20 0 101032279 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703945463680 139703897846768 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11545] ppid=11539 vsize=14325320 memory=732370691174943717 CPUtime=0 cores=0-7
/proc/11542/task/11545/stat : 11545 (java) S 11539 11542 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101032280 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703878875536 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11546] ppid=11539 vsize=14325320 memory=140552837490304 CPUtime=0 cores=0-7
/proc/11542/task/11546/stat : 11546 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032280 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703536326928 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11547] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11547/stat : 11547 (java) S 11539 11542 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101032280 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703535274640 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11548] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11548/stat : 11548 (java) S 11539 11542 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101032280 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703534221840 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11549] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11549/stat : 11549 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032280 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703533169552 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11550] ppid=11539 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/11542/task/11550/stat : 11550 (java) S 11539 11542 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101032280 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703532116752 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11551] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11551/stat : 11551 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032280 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703531064464 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11552] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11552/stat : 11552 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032280 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703530011664 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11553] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11553/stat : 11553 (java) S 11539 11542 11498 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 101032281 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703398389872 139703941286530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11554] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11554/stat : 11554 (java) S 11539 11542 11498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101032282 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703397335840 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11555] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11555/stat : 11555 (java) S 11539 11542 11498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101032282 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703396283504 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11556] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11556/stat : 11556 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032284 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703395231824 139703941293979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11557] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11557/stat : 11557 (java) S 11539 11542 11498 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 20 0 101032284 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703394179696 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11558] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11558/stat : 11558 (java) S 11539 11542 11498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101032284 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703393126896 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11559] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11559/stat : 11559 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032284 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703392074608 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11560] ppid=11539 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/11542/task/11560/stat : 11560 (java) R 11539 11542 11498 0 -1 1077944384 379 0 0 0 1 0 0 0 20 0 20 0 101032284 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703391021808 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11561] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11561/stat : 11561 (java) S 11539 11542 11498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101032285 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703389968736 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11562] ppid=11539 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/11542/task/11562/stat : 11562 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032285 14669127680 8678 33554432000 4194304 4196468 140731162217376 139703388916016 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 34712 KiB

[startup+0.210085 s]*
/proc/loadavg: 8.44 8.77 8.75 2/199 11562
/proc/meminfo: memFree=31487032/32770624 swapFree=67108860/67108860
[pid=11542] ppid=11539 vsize=14325320 memory=43864 CPUtime=0.29 cores=0-7
/proc/11542/stat : 11542 (java) S 11539 11542 11498 0 -1 1077944320 9067 0 0 0 27 2 0 0 20 0 20 0 101032279 14669127680 10966 33554432000 4194304 4196468 140731162217376 140731162199920 139703941275383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
/proc/11542/statm: 3581330 10966 3603 1 0 3569050 0
[pid=11542/tid=11544] ppid=11539 vsize=14325320 memory=29681743523217448 CPUtime=0.19 cores=0-7
/proc/11542/task/11544/stat : 11544 (java) R 11539 11542 11498 0 -1 4202560 6622 0 0 0 18 1 0 0 20 0 20 0 101032279 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703945492320 139703941297309 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11545] ppid=11539 vsize=14325320 memory=288230596084498767 CPUtime=0 cores=0-7
/proc/11542/task/11545/stat : 11545 (java) S 11539 11542 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101032280 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703878875536 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11546] ppid=11539 vsize=14325320 memory=3473317676350662304 CPUtime=0 cores=0-7
/proc/11542/task/11546/stat : 11546 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032280 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703536326928 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11547] ppid=11539 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/11542/task/11547/stat : 11547 (java) S 11539 11542 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101032280 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703535274640 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11548] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11548/stat : 11548 (java) S 11539 11542 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101032280 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703534221840 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11549] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11549/stat : 11549 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032280 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703533169552 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11550] ppid=11539 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/11542/task/11550/stat : 11550 (java) S 11539 11542 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101032280 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703532116752 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11551] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11551/stat : 11551 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032280 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703531064464 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11552] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11552/stat : 11552 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032280 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703530011664 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11553] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11553/stat : 11553 (java) S 11539 11542 11498 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 101032281 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703398389872 139703941286530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11554] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11554/stat : 11554 (java) S 11539 11542 11498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101032282 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703397335840 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11555] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11555/stat : 11555 (java) S 11539 11542 11498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101032282 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703396283504 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11556] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11556/stat : 11556 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032284 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703395231824 139703941293979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11557] ppid=11539 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/11542/task/11557/stat : 11557 (java) S 11539 11542 11498 0 -1 1077944384 453 0 0 0 1 0 0 0 20 0 20 0 101032284 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703394179696 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11558] ppid=11539 vsize=14325320 memory=0 CPUtime=0.01 cores=0-7
/proc/11542/task/11558/stat : 11558 (java) S 11539 11542 11498 0 -1 1077944384 187 0 0 0 1 0 0 0 20 0 20 0 101032284 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703393126896 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11559] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11559/stat : 11559 (java) S 11539 11542 11498 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 101032284 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703392074608 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11560] ppid=11539 vsize=14325320 memory=0 CPUtime=0.05 cores=0-7
/proc/11542/task/11560/stat : 11560 (java) S 11539 11542 11498 0 -1 1077944384 404 0 0 0 5 0 0 0 20 0 20 0 101032284 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703391021808 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11561] ppid=11539 vsize=14325320 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11561/stat : 11561 (java) S 11539 11542 11498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101032285 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703389968736 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11562] ppid=11539 vsize=14325320 memory=-1 CPUtime=0 cores=0-7
/proc/11542/task/11562/stat : 11562 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032285 14669127680 10966 33554432000 4194304 4196468 140731162217376 139703388916016 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
Current children cumulated CPU time: 0.29 s
Current children cumulated vsize: 14325320 KiB
Current children cumulated memory: 43864 KiB

[startup+0.309391 s]*
/proc/loadavg: 8.44 8.77 8.75 2/199 11562
/proc/meminfo: memFree=31479804/32770624 swapFree=67108860/67108860
[pid=11542] ppid=11539 vsize=14325340 memory=51264 CPUtime=0.48 cores=0-7
/proc/11542/stat : 11542 (java) S 11539 11542 11498 0 -1 1077944320 10083 0 0 0 45 3 0 0 20 0 20 0 101032279 14669148160 12816 33554432000 4194304 4196468 140731162217376 140731162199920 139703941275383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
/proc/11542/statm: 3581335 12816 3698 1 0 3569050 0
[pid=11542/tid=11544] ppid=11539 vsize=14325340 memory=6791534058613427641 CPUtime=0.29 cores=0-7
/proc/11542/task/11544/stat : 11544 (java) R 11539 11542 11498 0 -1 4202560 7192 0 0 0 27 2 0 0 20 0 20 0 101032279 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703945505104 139703941297309 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11545] ppid=11539 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11545/stat : 11545 (java) S 11539 11542 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101032280 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703878875536 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11546] ppid=11539 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11546/stat : 11546 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032280 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703536326928 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11547] ppid=11539 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11547/stat : 11547 (java) S 11539 11542 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101032280 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703535274640 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11548] ppid=11539 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11548/stat : 11548 (java) S 11539 11542 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101032280 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703534221840 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11549] ppid=11539 vsize=14325340 memory=2244 CPUtime=0 cores=0-7
/proc/11542/task/11549/stat : 11549 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032280 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703533169552 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11550] ppid=11539 vsize=14325340 memory=140552737747887 CPUtime=0 cores=0-7
/proc/11542/task/11550/stat : 11550 (java) S 11539 11542 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101032280 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703532116752 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11551] ppid=11539 vsize=14325340 memory=140552737750192 CPUtime=0 cores=0-7
/proc/11542/task/11551/stat : 11551 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032280 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703531064464 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11552] ppid=11539 vsize=14325340 memory=140552737752496 CPUtime=0 cores=0-7
/proc/11542/task/11552/stat : 11552 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032280 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703530011664 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11553] ppid=11539 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11553/stat : 11553 (java) S 11539 11542 11498 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 101032281 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703398389872 139703941286530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11554] ppid=11539 vsize=14325340 memory=281105475511952 CPUtime=0 cores=0-7
/proc/11542/task/11554/stat : 11554 (java) S 11539 11542 11498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 101032282 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703397335840 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11555] ppid=11539 vsize=14325340 memory=281105475518864 CPUtime=0 cores=0-7
/proc/11542/task/11555/stat : 11555 (java) S 11539 11542 11498 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 101032282 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703396283504 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11556] ppid=11539 vsize=14325340 memory=281105475460144 CPUtime=0 cores=0-7
/proc/11542/task/11556/stat : 11556 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032284 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703395231824 139703941293979 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11557] ppid=11539 vsize=14325340 memory=281105475532688 CPUtime=0.02 cores=0-7
/proc/11542/task/11557/stat : 11557 (java) S 11539 11542 11498 0 -1 1077944384 455 0 0 0 2 0 0 0 20 0 20 0 101032284 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703394179696 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11558] ppid=11539 vsize=14325340 memory=281105475539600 CPUtime=0.04 cores=0-7
/proc/11542/task/11558/stat : 11558 (java) S 11539 11542 11498 0 -1 1077944384 339 0 0 0 4 0 0 0 20 0 20 0 101032284 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703393126896 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11559] ppid=11539 vsize=14325340 memory=281105475537296 CPUtime=0.03 cores=0-7
/proc/11542/task/11559/stat : 11559 (java) S 11539 11542 11498 0 -1 1077944384 206 0 0 0 3 0 0 0 20 0 20 0 101032284 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703392074608 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11560] ppid=11539 vsize=14325340 memory=281105475553856 CPUtime=0.08 cores=0-7
/proc/11542/task/11560/stat : 11560 (java) S 11539 11542 11498 0 -1 1077944384 506 0 0 0 8 0 0 0 20 0 20 0 101032284 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703391021808 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11561] ppid=11539 vsize=14325340 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11561/stat : 11561 (java) S 11539 11542 11498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 101032285 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703389968736 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11562] ppid=11539 vsize=14325340 memory=-1 CPUtime=0 cores=0-7
/proc/11542/task/11562/stat : 11562 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032285 14669148160 12816 33554432000 4194304 4196468 140731162217376 139703388916016 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
Current children cumulated CPU time: 0.48 s
Current children cumulated vsize: 14325340 KiB
Current children cumulated memory: 51264 KiB

[startup+0.70081 s]
/proc/loadavg: 8.44 8.77 8.75 5/199 11562
/proc/meminfo: memFree=31454868/32770624 swapFree=67108860/67108860
[pid=11542] ppid=11539 vsize=14327388 memory=100492 CPUtime=1.54 cores=0-7
/proc/11542/stat : 11542 (java) S 11539 11542 11498 0 -1 1077944320 12588 0 0 0 149 5 0 0 20 0 20 0 101032279 14671245312 25123 33554432000 4194304 4196468 140731162217376 140731162199920 139703941275383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
/proc/11542/statm: 3581847 25123 3768 1 0 3569562 0
[pid=11542/tid=11544] ppid=11539 vsize=14327388 memory=7230638415923605335 CPUtime=0.67 cores=0-7
/proc/11542/task/11544/stat : 11544 (java) R 11539 11542 11498 0 -1 4202560 7834 0 0 0 64 3 0 0 20 0 20 0 101032279 14671245312 25123 33554432000 4194304 4196468 140731162217376 139703945508960 139703562074628 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11545] ppid=11539 vsize=14327388 memory=49654116932178 CPUtime=0 cores=0-7
/proc/11542/task/11545/stat : 11545 (java) S 11539 11542 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101032280 14671245312 25123 33554432000 4194304 4196468 140731162217376 139703878875536 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11546] ppid=11539 vsize=14327388 memory=140552737761615 CPUtime=0 cores=0-7
/proc/11542/task/11546/stat : 11546 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032280 14671245312 25123 33554432000 4194304 4196468 140731162217376 139703536326928 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11547] ppid=11539 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11547/stat : 11547 (java) S 11539 11542 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101032280 14671245312 25123 33554432000 4194304 4196468 140731162217376 139703535274640 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11548] ppid=11539 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11548/stat : 11548 (java) S 11539 11542 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101032280 14671245312 25123 33554432000 4194304 4196468 140731162217376 139703534221840 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11549] ppid=11539 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11549/stat : 11549 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032280 14671245312 25123 33554432000 4194304 4196468 140731162217376 139703533169552 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11550] ppid=11539 vsize=14327388 memory=2353 CPUtime=0 cores=0-7
/proc/11542/task/11550/stat : 11550 (java) S 11539 11542 11498 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 101032280 14671245312 25123 33554432000 4194304 4196468 140731162217376 139703532116752 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11551] ppid=11539 vsize=14327388 memory=0 CPUtime=0 cores=0-7
/proc/11542/task/11551/stat : 11551 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032280 14671245312 25123 33554432000 4194304 4196468 140731162217376 139703531064464 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11552] ppid=11539 vsize=14327388 memory=1724 CPUtime=0 cores=0-7
/proc/11542/task/11552/stat : 11552 (java) S 11539 11542 11498 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 101032280 14671245312 25123 33554432000 4194304 4196468 140731162217376 139703530011664 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11553] ppid=11539 vsize=14327388 memory=1012 CPUtime=0 cores=0-7
/proc/11542/task/11553/stat : 11553 (java) S 11539 11542 11498 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 101032281 14671245312 25123 33554432000 4194304 4196468 140731162217376 139703398389872 139703941286530 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0

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

Current children cumulated CPU time: 15932.6 s
Current children cumulated vsize: 15402688 KiB
Current children cumulated memory: 11695620 KiB

[startup+2521.6 s]
/proc/loadavg: 5.99 5.36 5.83 10/213 11634
/proc/meminfo: memFree=19811220/32770624 swapFree=67108860/67108860
[pid=11542] ppid=11539 vsize=15469252 memory=11695736 CPUtime=15938.3 cores=0-7
/proc/11542/stat : 11542 (java) S 11539 11542 11498 0 -1 1077944320 5919048 0 0 0 1586746 7084 0 0 20 0 35 0 101032279 15840514048 2923934 33554432000 4194304 4196468 140731162217376 140731162199920 139703941275383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
/proc/11542/statm: 3867313 2923934 3874 1 0 3854507 0
[pid=11542/tid=11544] ppid=11539 vsize=15469252 memory=0 CPUtime=107.18 cores=0-7
/proc/11542/task/11544/stat : 11544 (java) S 11539 11542 11498 0 -1 1077944384 29879 0 0 0 10649 69 0 0 20 0 35 0 101032279 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703945513088 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11545] ppid=11539 vsize=15469252 memory=459803 CPUtime=1865.99 cores=0-7
/proc/11542/task/11545/stat : 11545 (java) R 11539 11542 11498 0 -1 4202560 277509 0 0 0 185837 762 0 0 20 0 35 0 101032280 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703878875736 139703933903591 0 4 0 16800975 0 0 0 -1 0 0 0 50 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11546] ppid=11539 vsize=15469252 memory=11695616 CPUtime=1865.28 cores=0-7
/proc/11542/task/11546/stat : 11546 (java) R 11539 11542 11498 0 -1 4202560 276012 0 0 0 185781 747 0 0 20 0 35 0 101032280 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703536326736 139703926265050 0 4 0 16800975 0 0 0 -1 6 0 0 53 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11547] ppid=11539 vsize=15469252 memory=15876 CPUtime=1866.21 cores=0-7
/proc/11542/task/11547/stat : 11547 (java) R 11539 11542 11498 0 -1 4202560 272764 0 0 0 185828 793 0 0 20 0 35 0 101032280 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703535274448 139703933903591 0 4 0 16800975 0 0 0 -1 4 0 0 60 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11548] ppid=11539 vsize=15469252 memory=18476 CPUtime=1864.38 cores=0-7
/proc/11542/task/11548/stat : 11548 (java) R 11539 11542 11498 0 -1 4202560 277896 0 0 0 185654 784 0 0 20 0 35 0 101032280 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703534221648 139703933903591 0 4 0 16800975 0 0 0 -1 5 0 0 58 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11549] ppid=11539 vsize=15469252 memory=6791534058613427641 CPUtime=1865.91 cores=0-7
/proc/11542/task/11549/stat : 11549 (java) R 11539 11542 11498 0 -1 4202560 292843 0 0 0 185808 783 0 0 20 0 35 0 101032280 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703533169672 139703933903591 0 4 0 16800975 0 0 0 -1 7 0 0 51 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11550] ppid=11539 vsize=15469252 memory=956 CPUtime=1865.86 cores=0-7
/proc/11542/task/11550/stat : 11550 (java) R 11539 11542 11498 0 -1 4202560 283610 0 0 0 185833 753 0 0 20 0 35 0 101032280 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703532116560 139703933903591 0 4 0 16800975 0 0 0 -1 2 0 0 53 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11551] ppid=11539 vsize=15469252 memory=2344 CPUtime=1866.58 cores=0-7
/proc/11542/task/11551/stat : 11551 (java) R 11539 11542 11498 0 -1 4202560 279148 0 0 0 185841 817 0 0 20 0 35 0 101032280 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703531064272 139703933903591 0 4 0 16800975 0 0 0 -1 1 0 0 58 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11552] ppid=11539 vsize=15469252 memory=928 CPUtime=1864.72 cores=0-7
/proc/11542/task/11552/stat : 11552 (java) R 11539 11542 11498 0 -1 4202560 279479 0 0 0 185755 717 0 0 20 0 35 0 101032280 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703530011472 139703933903591 0 4 0 16800975 0 0 0 -1 3 0 0 56 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11553] ppid=11539 vsize=15469252 memory=6791534058613427641 CPUtime=462.44 cores=0-7
/proc/11542/task/11553/stat : 11553 (java) S 11539 11542 11498 0 -1 1077944384 3483298 0 0 0 45709 535 0 0 20 0 35 0 101032281 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703398388416 139703941285589 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11554] ppid=11539 vsize=15469252 memory=1196 CPUtime=0 cores=0-7
/proc/11542/task/11554/stat : 11554 (java) S 11539 11542 11498 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 35 0 101032282 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703397335904 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11555] ppid=11539 vsize=15469252 memory=8548 CPUtime=0 cores=0-7
/proc/11542/task/11555/stat : 11555 (java) S 11539 11542 11498 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 35 0 101032282 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703396283520 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11556] ppid=11539 vsize=15469252 memory=1228 CPUtime=0 cores=0-7
/proc/11542/task/11556/stat : 11556 (java) S 11539 11542 11498 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 35 0 101032284 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703395231824 139703941293979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11557] ppid=11539 vsize=15469252 memory=11695616 CPUtime=2.43 cores=0-7
/proc/11542/task/11557/stat : 11557 (java) S 11539 11542 11498 0 -1 1077944384 19942 0 0 0 237 6 0 0 20 0 35 0 101032284 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703394179696 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11558] ppid=11539 vsize=15469252 memory=2344 CPUtime=2.43 cores=0-7
/proc/11542/task/11558/stat : 11558 (java) S 11539 11542 11498 0 -1 1077944384 19620 0 0 0 237 6 0 0 20 0 35 0 101032284 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703393126896 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11559] ppid=11539 vsize=15469252 memory=928 CPUtime=2.67 cores=0-7
/proc/11542/task/11559/stat : 11559 (java) S 11539 11542 11498 0 -1 1077944384 15367 0 0 0 262 5 0 0 20 0 35 0 101032284 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703392074608 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11560] ppid=11539 vsize=15469252 memory=11695616 CPUtime=1.16 cores=0-7
/proc/11542/task/11560/stat : 11560 (java) S 11539 11542 11498 0 -1 1077944384 14239 0 0 0 109 7 0 0 20 0 35 0 101032284 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703391021808 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11561] ppid=11539 vsize=15469252 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/11542/task/11561/stat : 11561 (java) S 11539 11542 11498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 101032285 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703389968736 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11563] ppid=11539 vsize=15469252 memory=5792 CPUtime=0 cores=0-7
/proc/11542/task/11563/stat : 11563 (java) S 11539 11542 11498 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 35 0 101043265 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703378629504 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11564] ppid=11539 vsize=15469252 memory=4616 CPUtime=0.87 cores=0-7
/proc/11542/task/11564/stat : 11564 (java) S 11539 11542 11498 0 -1 1077944384 9518 0 0 0 46 41 0 0 20 0 35 0 101043277 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703375479568 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11565] ppid=11539 vsize=15469252 memory=792 CPUtime=10.13 cores=0-7
/proc/11542/task/11565/stat : 11565 (java) S 11539 11542 11498 0 -1 1077944384 4431 0 0 0 999 14 0 0 20 0 35 0 101043287 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703374427440 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11566] ppid=11539 vsize=15469252 memory=1296 CPUtime=53.27 cores=0-7
/proc/11542/task/11566/stat : 11566 (java) S 11539 11542 11498 0 -1 1077944384 10233 0 0 0 5308 19 0 0 20 0 35 0 101043288 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703371275152 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11567] ppid=11539 vsize=15469252 memory=2336 CPUtime=54.5 cores=0-7
/proc/11542/task/11567/stat : 11567 (java) S 11539 11542 11498 0 -1 1077944384 9171 0 0 0 5410 40 0 0 20 0 35 0 101043288 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703370221376 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11568] ppid=11539 vsize=15469252 memory=1724 CPUtime=8.98 cores=0-7
/proc/11542/task/11568/stat : 11568 (java) S 11539 11542 11498 0 -1 1077944384 1613 0 0 0 890 8 0 0 20 0 35 0 101043290 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703369172400 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11569] ppid=11539 vsize=15469252 memory=1012 CPUtime=54.18 cores=0-7
/proc/11542/task/11569/stat : 11569 (java) S 11539 11542 11498 0 -1 1077944384 10018 0 0 0 5382 36 0 0 20 0 35 0 101043290 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703368116032 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11570] ppid=11539 vsize=15469252 memory=1420 CPUtime=53.12 cores=0-7
/proc/11542/task/11570/stat : 11570 (java) S 11539 11542 11498 0 -1 1077944384 9292 0 0 0 5290 22 0 0 20 0 35 0 101043290 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703367063952 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11571] ppid=11539 vsize=15469252 memory=13040 CPUtime=55 cores=0-7
/proc/11542/task/11571/stat : 11571 (java) S 11539 11542 11498 0 -1 1077944384 10429 0 0 0 5459 41 0 0 20 0 35 0 101043290 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703366011664 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11572] ppid=11539 vsize=15469252 memory=1944 CPUtime=44.49 cores=0-7
/proc/11542/task/11572/stat : 11572 (java) S 11539 11542 11498 0 -1 1077944384 6836 0 0 0 4432 17 0 0 20 0 35 0 101043290 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703364958864 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11573] ppid=11539 vsize=15469252 memory=1196 CPUtime=44.51 cores=0-7
/proc/11542/task/11573/stat : 11573 (java) S 11539 11542 11498 0 -1 1077944384 6347 0 0 0 4431 20 0 0 20 0 35 0 101043291 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703363905184 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11574] ppid=11539 vsize=15469252 memory=8548 CPUtime=10.13 cores=0-7
/proc/11542/task/11574/stat : 11574 (java) S 11539 11542 11498 0 -1 1077944384 4464 0 0 0 993 20 0 0 20 0 35 0 101043291 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703362856112 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11575] ppid=11539 vsize=15469252 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/11542/task/11575/stat : 11575 (java) S 11539 11542 11498 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 35 0 101043291 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703361803824 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11576] ppid=11539 vsize=15469252 memory=2336 CPUtime=44.38 cores=0-7
/proc/11542/task/11576/stat : 11576 (java) S 11539 11542 11498 0 -1 1077944384 6518 0 0 0 4419 19 0 0 20 0 35 0 101043291 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703360748304 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11577] ppid=11539 vsize=15469252 memory=1724 CPUtime=0 cores=0-7
/proc/11542/task/11577/stat : 11577 (java) S 11539 11542 11498 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 35 0 101051379 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703359697712 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11633] ppid=11539 vsize=15469252 memory=1012 CPUtime=0 cores=0-7
/proc/11542/task/11633/stat : 11633 (java) S 11539 11542 11498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 35 0 101284342 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703356510480 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
Current children cumulated CPU time: 15938.3 s
Current children cumulated vsize: 15469252 KiB
Current children cumulated memory: 11695736 KiB

[startup+2522 s]*
/proc/loadavg: 5.99 5.36 5.83 9/213 11634
/proc/meminfo: memFree=19811268/32770624 swapFree=67108860/67108860
[pid=11542] ppid=11539 vsize=15469252 memory=11695736 CPUtime=15941.5 cores=0-7
/proc/11542/stat : 11542 (java) S 11539 11542 11498 0 -1 1077944320 5919057 0 0 0 1587059 7086 0 0 20 0 35 0 101032279 15840514048 2923934 33554432000 4194304 4196468 140731162217376 140731162199920 139703941275383 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
/proc/11542/statm: 3867313 2923934 3874 1 0 3854507 0
[pid=11542/tid=11544] ppid=11539 vsize=15469252 memory=4616 CPUtime=107.18 cores=0-7
/proc/11542/task/11544/stat : 11544 (java) S 11539 11542 11498 0 -1 1077944384 29879 0 0 0 10649 69 0 0 20 0 35 0 101032279 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703945513088 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11545] ppid=11539 vsize=15469252 memory=792 CPUtime=1866.38 cores=0-7
/proc/11542/task/11545/stat : 11545 (java) R 11539 11542 11498 0 -1 4202560 277509 0 0 0 185876 762 0 0 20 0 35 0 101032280 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703878875344 139703933903591 0 4 0 16800975 0 0 0 -1 0 0 0 50 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11546] ppid=11539 vsize=15469252 memory=1420 CPUtime=1865.69 cores=0-7
/proc/11542/task/11546/stat : 11546 (java) R 11539 11542 11498 0 -1 4202560 276023 0 0 0 185822 747 0 0 20 0 35 0 101032280 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703536326656 139703934372104 0 4 0 16800975 0 0 0 -1 6 0 0 53 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11547] ppid=11539 vsize=15469252 memory=-7003737579269690708 CPUtime=1866.6 cores=0-7
/proc/11542/task/11547/stat : 11547 (java) R 11539 11542 11498 0 -1 4202560 272764 0 0 0 185867 793 0 0 20 0 35 0 101032280 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703535274448 139703933903591 0 4 0 16800975 0 0 0 -1 4 0 0 60 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11548] ppid=11539 vsize=15469252 memory=8292088564187963537 CPUtime=1864.77 cores=0-7
/proc/11542/task/11548/stat : 11548 (java) R 11539 11542 11498 0 -1 4202560 277896 0 0 0 185693 784 0 0 20 0 35 0 101032280 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703534221648 139703933903591 0 4 0 16800975 0 0 0 -1 5 0 0 58 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11549] ppid=11539 vsize=15469252 memory=5795117241467496816 CPUtime=1866.3 cores=0-7
/proc/11542/task/11549/stat : 11549 (java) R 11539 11542 11498 0 -1 4202560 292843 0 0 0 185846 784 0 0 20 0 35 0 101032280 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703533169672 139703933903591 0 4 0 16800975 0 0 0 -1 7 0 0 51 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11550] ppid=11539 vsize=15469252 memory=0 CPUtime=1866.25 cores=0-7
/proc/11542/task/11550/stat : 11550 (java) R 11539 11542 11498 0 -1 4202560 283610 0 0 0 185872 753 0 0 20 0 35 0 101032280 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703532116560 139703933903591 0 4 0 16800975 0 0 0 -1 2 0 0 53 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11551] ppid=11539 vsize=15469252 memory=7523652844391916641 CPUtime=1866.97 cores=0-7
/proc/11542/task/11551/stat : 11551 (java) R 11539 11542 11498 0 -1 4202560 279148 0 0 0 185880 817 0 0 20 0 35 0 101032280 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703531064272 139703933903591 0 4 0 16800975 0 0 0 -1 1 0 0 58 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11552] ppid=11539 vsize=15469252 memory=740 CPUtime=1865.11 cores=0-7
/proc/11542/task/11552/stat : 11552 (java) R 11539 11542 11498 0 -1 4202560 279479 0 0 0 185794 717 0 0 20 0 35 0 101032280 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703530011472 139703933903591 0 4 0 16800975 0 0 0 -1 3 0 0 56 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11553] ppid=11539 vsize=15469252 memory=7091322651903481448 CPUtime=462.44 cores=0-7
/proc/11542/task/11553/stat : 11553 (java) S 11539 11542 11498 0 -1 1077944384 3483298 0 0 0 45709 535 0 0 20 0 35 0 101032281 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703398388416 139703941285589 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 20 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11554] ppid=11539 vsize=15469252 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/11542/task/11554/stat : 11554 (java) S 11539 11542 11498 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 35 0 101032282 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703397335904 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11555] ppid=11539 vsize=15469252 memory=928 CPUtime=0 cores=0-7
/proc/11542/task/11555/stat : 11555 (java) S 11539 11542 11498 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 35 0 101032282 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703396283520 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11556] ppid=11539 vsize=15469252 memory=1568 CPUtime=0 cores=0-7
/proc/11542/task/11556/stat : 11556 (java) S 11539 11542 11498 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 35 0 101032284 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703395231824 139703941293979 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11557] ppid=11539 vsize=15469252 memory=4140 CPUtime=2.43 cores=0-7
/proc/11542/task/11557/stat : 11557 (java) S 11539 11542 11498 0 -1 1077944384 19942 0 0 0 237 6 0 0 20 0 35 0 101032284 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703394179696 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 25 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11558] ppid=11539 vsize=15469252 memory=28952 CPUtime=2.43 cores=0-7
/proc/11542/task/11558/stat : 11558 (java) S 11539 11542 11498 0 -1 1077944384 19620 0 0 0 237 6 0 0 20 0 35 0 101032284 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703393126896 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 26 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11559] ppid=11539 vsize=15469252 memory=1296 CPUtime=2.67 cores=0-7
/proc/11542/task/11559/stat : 11559 (java) S 11539 11542 11498 0 -1 1077944384 15367 0 0 0 262 5 0 0 20 0 35 0 101032284 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703392074608 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11560] ppid=11539 vsize=15469252 memory=2336 CPUtime=1.16 cores=0-7
/proc/11542/task/11560/stat : 11560 (java) S 11539 11542 11498 0 -1 1077944384 14239 0 0 0 109 7 0 0 20 0 35 0 101032284 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703391021808 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11561] ppid=11539 vsize=15469252 memory=6791534058613427641 CPUtime=0 cores=0-7
/proc/11542/task/11561/stat : 11561 (java) S 11539 11542 11498 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 35 0 101032285 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703389968736 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11563] ppid=11539 vsize=15469252 memory=1944 CPUtime=0 cores=0-7
/proc/11542/task/11563/stat : 11563 (java) S 11539 11542 11498 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 35 0 101043265 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703378629504 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11564] ppid=11539 vsize=15469252 memory=1196 CPUtime=0.87 cores=0-7
/proc/11542/task/11564/stat : 11564 (java) S 11539 11542 11498 0 -1 1077944384 9518 0 0 0 46 41 0 0 20 0 35 0 101043277 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703375479568 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11565] ppid=11539 vsize=15469252 memory=8548 CPUtime=10.13 cores=0-7
/proc/11542/task/11565/stat : 11565 (java) S 11539 11542 11498 0 -1 1077944384 4431 0 0 0 999 14 0 0 20 0 35 0 101043287 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703374427440 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 3 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11566] ppid=11539 vsize=15469252 memory=1228 CPUtime=53.27 cores=0-7
/proc/11542/task/11566/stat : 11566 (java) S 11539 11542 11498 0 -1 1077944384 10233 0 0 0 5308 19 0 0 20 0 35 0 101043288 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703371275152 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 11 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11567] ppid=11539 vsize=15469252 memory=15876 CPUtime=54.5 cores=0-7
/proc/11542/task/11567/stat : 11567 (java) S 11539 11542 11498 0 -1 1077944384 9171 0 0 0 5410 40 0 0 20 0 35 0 101043288 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703370221376 139703941286530 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 15 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11568] ppid=11539 vsize=15469252 memory=18476 CPUtime=8.98 cores=0-7
/proc/11542/task/11568/stat : 11568 (java) S 11539 11542 11498 0 -1 1077944384 1613 0 0 0 890 8 0 0 20 0 35 0 101043290 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703369172400 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 1 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11569] ppid=11539 vsize=15469252 memory=11695616 CPUtime=54.18 cores=0-7
/proc/11542/task/11569/stat : 11569 (java) S 11539 11542 11498 0 -1 1077944384 10018 0 0 0 5382 36 0 0 20 0 35 0 101043290 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703368116032 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 13 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11570] ppid=11539 vsize=15469252 memory=2336 CPUtime=53.12 cores=0-7
/proc/11542/task/11570/stat : 11570 (java) S 11539 11542 11498 0 -1 1077944384 9292 0 0 0 5290 22 0 0 20 0 35 0 101043290 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703367063952 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 12 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11571] ppid=11539 vsize=15469252 memory=0 CPUtime=55 cores=0-7
/proc/11542/task/11571/stat : 11571 (java) S 11539 11542 11498 0 -1 1077944384 10429 0 0 0 5459 41 0 0 20 0 35 0 101043290 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703366011664 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 14 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11572] ppid=11539 vsize=15469252 memory=8292088564187963537 CPUtime=44.49 cores=0-7
/proc/11542/task/11572/stat : 11572 (java) S 11539 11542 11498 0 -1 1077944384 6836 0 0 0 4432 17 0 0 20 0 35 0 101043290 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703364958864 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 13 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11573] ppid=11539 vsize=15469252 memory=-7316765472996040608 CPUtime=44.51 cores=0-7
/proc/11542/task/11573/stat : 11573 (java) S 11539 11542 11498 0 -1 1077944384 6347 0 0 0 4431 20 0 0 20 0 35 0 101043291 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703363905184 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 10 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11574] ppid=11539 vsize=15469252 memory=15805234253 CPUtime=10.13 cores=0-7
/proc/11542/task/11574/stat : 11574 (java) S 11539 11542 11498 0 -1 1077944384 4464 0 0 0 993 20 0 0 20 0 35 0 101043291 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703362856112 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 4 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11575] ppid=11539 vsize=15469252 memory=15805234263 CPUtime=0 cores=0-7
/proc/11542/task/11575/stat : 11575 (java) S 11539 11542 11498 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 35 0 101043291 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703361803824 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11576] ppid=11539 vsize=15469252 memory=1716 CPUtime=44.38 cores=0-7
/proc/11542/task/11576/stat : 11576 (java) S 11539 11542 11498 0 -1 1077944384 6518 0 0 0 4419 19 0 0 20 0 35 0 101043291 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703360748304 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 12 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11577] ppid=11539 vsize=15469252 memory=5792 CPUtime=0 cores=0-7
/proc/11542/task/11577/stat : 11577 (java) S 11539 11542 11498 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 35 0 101051379 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703359697712 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
[pid=11542/tid=11633] ppid=11539 vsize=15469252 memory=4616 CPUtime=0 cores=0-7
/proc/11542/task/11633/stat : 11633 (java) S 11539 11542 11498 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 35 0 101284342 15840514048 2923934 33554432000 4194304 4196468 140731162217376 139703356510480 139703941285589 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 37249024 140731162219617 140731162219803 140731162219803 140731162222543 0
Current children cumulated CPU time: 15941.5 s
Current children cumulated vsize: 15469252 KiB
Current children cumulated memory: 11695736 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 2522.07
CPU time (s): 15941.6
CPU user time (s): 15870.6
CPU system time (s): 70.9233
CPU usage (%): 632.082
Max. virtual memory (cumulated for all children) (KiB): 15469252
Max. memory (cumulated for all children) (KiB): 11695736

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 15870.6
system time used= 70.9233
maximum resident set size= 11696320
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5919078
page faults= 0
swaps= 0
block input operations= 0
block output operations= 3928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 588918
involuntary context switches= 219834


# summary of solver processes directly reported to runsolver:
#   pid: 11542
#   total CPU time (s): 15941.6
#   total CPU user time (s): 15870.6
#   total CPU system time (s): 70.9233

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 22.519 second user time and 32.7734 second system time

The end

Launcher Data

Begin job on node103 at 2017-08-14 04:43:02
IDJOB=4274987
IDBENCH=120574
IDSOLVER=2668
FILE ID=node103/4274987-1502679440
RUNJOBID= node103-1502678582-11525
PBS_JOBID= 20628983
Free space on /tmp= 61792 MiB

SOLVER NAME= OscaR - Parallel with EPS 2017-07-26
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-3-fullins-5.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274987-1502679440/watcher-4274987-1502679440 -o /tmp/evaluation-result-4274987-1502679440/solver-4274987-1502679440 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node103-1502678582-11525 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-parallel.jar --randomseed 1622160698 --timelimit 20160 --memlimit 11000 --nbcore 8 HOME/instance-4274987-1502679440.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 51dc9de19dcdd21b605810f9d7307a76
RANDOM SEED=1622160698

node103.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.56
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.56
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.56
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.56
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:        31516504 kB
MemAvailable:   31983956 kB
Buffers:          139276 kB
Cached:           614696 kB
SwapCached:            0 kB
Active:           604880 kB
Inactive:         203768 kB
Active(anon):       4288 kB
Inactive(anon):    78604 kB
Active(file):     600592 kB
Inactive(file):   125164 kB
Unevictable:        6424 kB
Mlocked:            6424 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             43504 kB
Writeback:             0 kB
AnonPages:         60668 kB
Mapped:            44096 kB
Shmem:             25228 kB
Slab:             141152 kB
SReclaimable:     115064 kB
SUnreclaim:        26088 kB
KernelStack:        3184 kB
PageTables:         4908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     323280 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61752 MiB
End job on node103 at 2017-08-14 05:25:04