Trace number 4272956

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 - ALNS 2017-07-26? (TO) 2520.0801 2515.4099

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-c1a.xml
MD5SUM030948c230c0936ebc743af4f555c996
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark29
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables7543
Number of constraints186
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7543}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":211},{"degree":5,"count":606},{"degree":6,"count":1055},{"degree":7,"count":1192},{"degree":8,"count":1234},{"degree":9,"count":1130},{"degree":10,"count":973},{"degree":11,"count":664},{"degree":12,"count":352},{"degree":13,"count":120},{"degree":14,"count":6}]
Minimum constraint arity15
Maximum constraint arity1306
Distribution of constraint arities[{"arity":15,"count":1},{"arity":17,"count":1},{"arity":18,"count":4},{"arity":22,"count":1},{"arity":23,"count":2},{"arity":26,"count":1},{"arity":30,"count":3},{"arity":34,"count":1},{"arity":36,"count":2},{"arity":41,"count":1},{"arity":44,"count":1},{"arity":45,"count":3},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":2},{"arity":49,"count":1},{"arity":50,"count":6},{"arity":51,"count":1},{"arity":53,"count":1},{"arity":55,"count":1},{"arity":56,"count":2},{"arity":59,"count":1},{"arity":72,"count":3},{"arity":74,"count":2},{"arity":77,"count":1},"...",{"arity":683,"count":1}, {"arity":752,"count":1}, {"arity":771,"count":1}, {"arity":783,"count":1}, {"arity":806,"count":1}, {"arity":807,"count":1}, {"arity":833,"count":1}, {"arity":851,"count":1}, {"arity":891,"count":1}, {"arity":903,"count":1}, {"arity":910,"count":1}, {"arity":933,"count":1}, {"arity":943,"count":1}, {"arity":954,"count":1}, {"arity":967,"count":1}, {"arity":975,"count":1}, {"arity":984,"count":1}, {"arity":1092,"count":1}, {"arity":1123,"count":1}, {"arity":1131,"count":1}, {"arity":1149,"count":1}, {"arity":1167,"count":1}, {"arity":1169,"count":1}, {"arity":1194,"count":1}, {"arity":1306,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":186}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.21/0.41	c version: 2017-07-26
0.21/0.41	c seed: 1673896452
0.21/0.41	c timeout: 2520
0.21/0.41	c memlimit: 11000
0.21/0.41	c nbcore: 4
0.39/0.43	c Parsing instance...
3.56/1.57	c Parsing done, starting search...
2520.06/2515.40	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 (14981 MiB free)
  memory of node 1: 16384 MiB (14274 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4272956-1502879406/watcher-4272956-1502879406 -o /tmp/evaluation-result-4272956-1502879406/solver-4272956-1502879406 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502806776-30867 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1673896452 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4272956-1502879406.xml 

running on 4 cores: 0,2,4,6

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


[startup+0.100146 s]*
/proc/loadavg: 1.66 1.44 1.36 2/195 7749
/proc/meminfo: memFree=29958220/32770624 swapFree=67108860/67108860
[pid=7748] ppid=7745 vsize=105164 memory=5196 CPUtime=0 cores=0,2,4,6
/proc/7748/stat : 7748 (java) S 7745 7748 17093 0 -1 1077944320 1574 0 0 0 0 0 0 0 20 0 2 0 90133796 107687936 1296 18446744073709551615 4194304 4196468 140728053605504 140728053588048 140233343753975 0 0 1 16784584 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
/proc/7748/statm: 26292 1296 970 1 0 16809 0
[pid=7748/tid=7750] ppid=7745 vsize=356952 memory=7078086954469309281 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7750/stat : 7750 (java) R 7745 7748 17093 0 -1 4202560 411 0 0 0 0 0 0 0 20 0 2 0 90133807 365518848 1891 18446744073709551615 4194304 4196468 140728053605504 140233347995664 140233321348576 0 4 1 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 105164 KiB
Current children cumulated memory: 5196 KiB

[startup+0.20936 s]*
/proc/loadavg: 1.66 1.44 1.36 2/208 7762
/proc/meminfo: memFree=29948256/32770624 swapFree=67108860/67108860
[pid=7748] ppid=7745 vsize=13976388 memory=23388 CPUtime=0.06 cores=0,2,4,6
/proc/7748/stat : 7748 (java) S 7745 7748 17093 0 -1 1077944320 5330 0 0 0 5 1 0 0 20 0 15 0 90133796 14311821312 5847 18446744073709551615 4194304 4196468 140728053605504 140728053588048 140233343753975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
/proc/7748/statm: 3494097 5847 3063 1 0 3482876 0
[pid=7748/tid=7750] ppid=7745 vsize=13976388 memory=8390339637985935414 CPUtime=0.04 cores=0,2,4,6
/proc/7748/task/7750/stat : 7750 (java) R 7745 7748 17093 0 -1 4202560 3679 0 0 0 4 0 0 0 20 0 15 0 90133807 14311821312 6111 18446744073709551615 4194304 4196468 140728053605504 140233347996256 140233329447441 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7751] ppid=7745 vsize=13976388 memory=4294967626 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7751/stat : 7751 (java) S 7745 7748 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90133807 14311821312 6111 18446744073709551615 4194304 4196468 140728053605504 140233300720272 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7752] ppid=7745 vsize=13976388 memory=140001684105854 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7752/stat : 7752 (java) S 7745 7748 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 90133807 14311821312 6111 18446744073709551615 4194304 4196468 140728053605504 140232943135248 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7753] ppid=7745 vsize=13976388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7753/stat : 7753 (java) S 7745 7748 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90133807 14311821312 6111 18446744073709551615 4194304 4196468 140728053605504 140232942082448 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7754] ppid=7745 vsize=13976388 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7754/stat : 7754 (java) S 7745 7748 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 90133807 14311821312 6111 18446744073709551615 4194304 4196468 140728053605504 140232941029648 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7755] ppid=7745 vsize=13976388 memory=140001684088448 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7755/stat : 7755 (java) S 7745 7748 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 90133809 14311821312 6111 18446744073709551615 4194304 4196468 140728053605504 140232822324080 140233343765122 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7756] ppid=7745 vsize=13976388 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7756/stat : 7756 (java) S 7745 7748 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 90133809 14311821312 6111 18446744073709551615 4194304 4196468 140728053605504 140232821270048 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7757] ppid=7745 vsize=13976388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7757/stat : 7757 (java) S 7745 7748 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 90133809 14311821312 6111 18446744073709551615 4194304 4196468 140728053605504 140232820217200 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7758] ppid=7745 vsize=13976388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7758/stat : 7758 (java) S 7745 7748 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90133812 14311821312 6111 18446744073709551615 4194304 4196468 140728053605504 140232819165520 140233343772571 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7759] ppid=7745 vsize=13976388 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7759/stat : 7759 (java) S 7745 7748 17093 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 90133812 14311821312 6111 18446744073709551615 4194304 4196468 140728053605504 140232818112880 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7760] ppid=7745 vsize=13976388 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7760/stat : 7760 (java) S 7745 7748 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90133812 14311821312 6111 18446744073709551615 4194304 4196468 140728053605504 140232817060080 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7761] ppid=7745 vsize=13976388 memory=140001684088448 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7761/stat : 7761 (java) S 7745 7748 17093 0 -1 1077944384 217 0 0 0 0 0 0 0 20 0 15 0 90133812 14311821312 6111 18446744073709551615 4194304 4196468 140728053605504 140232816007280 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7762] ppid=7745 vsize=13976388 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7762/stat : 7762 (java) S 7745 7748 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90133812 14311821312 6111 18446744073709551615 4194304 4196468 140728053605504 140232814954720 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7763] ppid=7745 vsize=13976388 memory=140001684088448 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7763/stat : 7763 (java) S 7745 7748 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90133817 14311821312 6111 18446744073709551615 4194304 4196468 140728053605504 140232813903024 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13976388 KiB
Current children cumulated memory: 23388 KiB

[startup+0.310134 s]*
/proc/loadavg: 1.66 1.44 1.36 3/209 7763
/proc/meminfo: memFree=29935324/32770624 swapFree=67108860/67108860
[pid=7748] ppid=7745 vsize=13975920 memory=38924 CPUtime=0.21 cores=0,2,4,6
/proc/7748/stat : 7748 (java) S 7745 7748 17093 0 -1 1077944320 9893 0 0 0 19 2 0 0 20 0 15 0 90133796 14311342080 9731 18446744073709551615 4194304 4196468 140728053605504 140728053588048 140233343753975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
/proc/7748/statm: 3493980 9731 3545 1 0 3482759 0
[pid=7748/tid=7750] ppid=7745 vsize=13975920 memory=6933928925625698159 CPUtime=0.15 cores=0,2,4,6
/proc/7748/task/7750/stat : 7750 (java) R 7745 7748 17093 0 -1 4202560 7612 0 0 0 13 2 0 0 20 0 15 0 90133807 14311342080 9731 18446744073709551615 4194304 4196468 140728053605504 140233347962128 140233327834462 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7751] ppid=7745 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7751/stat : 7751 (java) S 7745 7748 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90133807 14311342080 9731 18446744073709551615 4194304 4196468 140728053605504 140233300720272 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7752] ppid=7745 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7752/stat : 7752 (java) S 7745 7748 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 90133807 14311342080 9731 18446744073709551615 4194304 4196468 140728053605504 140232943135248 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7753] ppid=7745 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7753/stat : 7753 (java) S 7745 7748 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90133807 14311342080 9731 18446744073709551615 4194304 4196468 140728053605504 140232942082448 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7754] ppid=7745 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7754/stat : 7754 (java) S 7745 7748 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 90133807 14311342080 9731 18446744073709551615 4194304 4196468 140728053605504 140232941029648 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7755] ppid=7745 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7755/stat : 7755 (java) S 7745 7748 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 90133809 14311342080 9731 18446744073709551615 4194304 4196468 140728053605504 140232822324080 140233343765122 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7756] ppid=7745 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7756/stat : 7756 (java) S 7745 7748 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 90133809 14311342080 9731 18446744073709551615 4194304 4196468 140728053605504 140232821270048 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7757] ppid=7745 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7757/stat : 7757 (java) S 7745 7748 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 90133809 14311342080 9731 18446744073709551615 4194304 4196468 140728053605504 140232820217200 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7758] ppid=7745 vsize=13975920 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7758/stat : 7758 (java) S 7745 7748 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90133812 14311342080 9731 18446744073709551615 4194304 4196468 140728053605504 140232819165520 140233343772571 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7759] ppid=7745 vsize=13975920 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/7748/task/7759/stat : 7759 (java) S 7745 7748 17093 0 -1 1077944384 333 0 0 0 1 0 0 0 20 0 15 0 90133812 14311342080 9731 18446744073709551615 4194304 4196468 140728053605504 140232818112880 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7760] ppid=7745 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7760/stat : 7760 (java) S 7745 7748 17093 0 -1 1077944384 176 0 0 0 0 0 0 0 20 0 15 0 90133812 14311342080 9731 18446744073709551615 4194304 4196468 140728053605504 140232817060080 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7761] ppid=7745 vsize=13975920 memory=140001684088448 CPUtime=0.04 cores=0,2,4,6
/proc/7748/task/7761/stat : 7761 (java) R 7745 7748 17093 0 -1 4202560 397 0 0 0 4 0 0 0 20 0 15 0 90133812 14311342080 9731 18446744073709551615 4194304 4196468 140728053605504 140232816007064 140233335995365 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7762] ppid=7745 vsize=13975920 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7762/stat : 7762 (java) S 7745 7748 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90133812 14311342080 9731 18446744073709551615 4194304 4196468 140728053605504 140232814954720 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7763] ppid=7745 vsize=13975920 memory=140001684088448 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7763/stat : 7763 (java) S 7745 7748 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90133817 14311342080 9731 18446744073709551615 4194304 4196468 140728053605504 140232813903024 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 38924 KiB

[startup+0.703935 s]
/proc/loadavg: 1.66 1.44 1.36 3/209 7763
/proc/meminfo: memFree=29920812/32770624 swapFree=67108860/67108860
[pid=7748] ppid=7745 vsize=13977988 memory=71248 CPUtime=1.05 cores=0,2,4,6
/proc/7748/stat : 7748 (java) S 7745 7748 17093 0 -1 1077944320 14046 0 0 0 101 4 0 0 20 0 15 0 90133796 14313459712 17812 18446744073709551615 4194304 4196468 140728053605504 140728053588048 140233343753975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
/proc/7748/statm: 3494497 17812 3737 1 0 3483271 0
[pid=7748/tid=7750] ppid=7745 vsize=13977988 memory=1624 CPUtime=0.53 cores=0,2,4,6
/proc/7748/task/7750/stat : 7750 (java) R 7745 7748 17093 0 -1 4202560 10263 0 0 0 50 3 0 0 20 0 15 0 90133807 14313459712 17812 18446744073709551615 4194304 4196468 140728053605504 140233347988544 140232983548177 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7751] ppid=7745 vsize=13977988 memory=2160 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7751/stat : 7751 (java) S 7745 7748 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90133807 14313459712 17812 18446744073709551615 4194304 4196468 140728053605504 140233300720272 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7752] ppid=7745 vsize=13977988 memory=844 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7752/stat : 7752 (java) S 7745 7748 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 90133807 14313459712 17812 18446744073709551615 4194304 4196468 140728053605504 140232943135248 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7753] ppid=7745 vsize=13977988 memory=16448 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7753/stat : 7753 (java) S 7745 7748 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90133807 14313459712 17812 18446744073709551615 4194304 4196468 140728053605504 140232942082448 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7754] ppid=7745 vsize=13977988 memory=4060 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7754/stat : 7754 (java) S 7745 7748 17093 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 90133807 14313459712 17812 18446744073709551615 4194304 4196468 140728053605504 140232941029648 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7755] ppid=7745 vsize=13977988 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7755/stat : 7755 (java) S 7745 7748 17093 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 90133809 14313459712 17812 18446744073709551615 4194304 4196468 140728053605504 140232822324080 140233343765122 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7756] ppid=7745 vsize=13977988 memory=3176 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7756/stat : 7756 (java) S 7745 7748 17093 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 90133809 14313459712 17812 18446744073709551615 4194304 4196468 140728053605504 140232821270048 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7757] ppid=7745 vsize=13977988 memory=1221020 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7757/stat : 7757 (java) S 7745 7748 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 90133809 14313459712 17812 18446744073709551615 4194304 4196468 140728053605504 140232820217200 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7758] ppid=7745 vsize=13977988 memory=1152 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7758/stat : 7758 (java) S 7745 7748 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90133812 14313459712 17812 18446744073709551615 4194304 4196468 140728053605504 140232819165520 140233343772571 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7759] ppid=7745 vsize=13977988 memory=2372 CPUtime=0.13 cores=0,2,4,6
/proc/7748/task/7759/stat : 7759 (java) R 7745 7748 17093 0 -1 4202560 838 0 0 0 13 0 0 0 20 0 15 0 90133812 14313459712 17812 18446744073709551615 4194304 4196468 140728053605504 140232818102800 140233343765910 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7760] ppid=7745 vsize=13977988 memory=53776 CPUtime=0.15 cores=0,2,4,6
/proc/7748/task/7760/stat : 7760 (java) R 7745 7748 17093 0 -1 4202560 647 0 0 0 15 0 0 0 20 0 15 0 90133812 14313459712 17812 18446744073709551615 4194304 4196468 140728053605504 140232817048752 140233343775322 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7761] ppid=7745 vsize=13977988 memory=3904 CPUtime=0.2 cores=0,2,4,6
/proc/7748/task/7761/stat : 7761 (java) R 7745 7748 17093 0 -1 1077944384 916 0 0 0 20 0 0 0 20 0 15 0 90133812 14313459712 17812 18446744073709551615 4194304 4196468 140728053605504 140232816003232 140233343764181 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7762] ppid=7745 vsize=13977988 memory=2764 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7762/stat : 7762 (java) S 7745 7748 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90133812 14313459712 17812 18446744073709551615 4194304 4196468 140728053605504 140232814954720 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7763] ppid=7745 vsize=13977988 memory=6485400618202 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7763/stat : 7763 (java) S 7745 7748 17093 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 90133817 14313459712 17812 18446744073709551615 4194304 4196468 140728053605504 140232813903024 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
Current children cumulated CPU time: 1.05 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 71248 KiB

[startup+1.50073 s]
/proc/loadavg: 1.66 1.44 1.36 5/209 7763
/proc/meminfo: memFree=29846112/32770624 swapFree=67108860/67108860
[pid=7748] ppid=7745 vsize=13980036 memory=232260 CPUtime=3.56 cores=0,2,4,6
/proc/7748/stat : 7748 (java) S 7745 7748 17093 0 -1 1077944320 27953 0 0 0 344 12 0 0 20 0 15 0 90133796 14315556864 58065 18446744073709551615 4194304 4196468 140728053605504 140728053588048 140233343753975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
/proc/7748/statm: 3495009 58065 3789 1 0 3483783 0
[pid=7748/tid=7750] ppid=7745 vsize=13980036 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/7748/task/7750/stat : 7750 (java) R 7745 7748 17093 0 -1 4202560 14396 0 0 0 122 6 0 0 20 0 15 0 90133807 14315556864 58065 18446744073709551615 4194304 4196468 140728053605504 140233347988048 140728054005144 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7751] ppid=7745 vsize=13980036 memory=-7385037593950845031 CPUtime=0.03 cores=0,2,4,6
/proc/7748/task/7751/stat : 7751 (java) S 7745 7748 17093 0 -1 1077944384 61 0 0 0 2 1 0 0 20 0 15 0 90133807 14315556864 58065 18446744073709551615 4194304 4196468 140728053605504 140233300720272 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7752] ppid=7745 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7752/stat : 7752 (java) S 7745 7748 17093 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 90133807 14315556864 58065 18446744073709551615 4194304 4196468 140728053605504 140232943135248 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7753] ppid=7745 vsize=13980036 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/7748/task/7753/stat : 7753 (java) S 7745 7748 17093 0 -1 1077944384 365 0 0 0 1 0 0 0 20 0 15 0 90133807 14315556864 58065 18446744073709551615 4194304 4196468 140728053605504 140232942082448 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7754] ppid=7745 vsize=13980036 memory=7589561022231158082 CPUtime=0.03 cores=0,2,4,6
/proc/7748/task/7754/stat : 7754 (java) S 7745 7748 17093 0 -1 1077944384 269 0 0 0 2 1 0 0 20 0 15 0 90133807 14315556864 58065 18446744073709551615 4194304 4196468 140728053605504 140232941029648 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7755] ppid=7745 vsize=13980036 memory=-7737605721172012177 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7755/stat : 7755 (java) S 7745 7748 17093 0 -1 1077944384 201 0 0 0 0 0 0 0 20 0 15 0 90133809 14315556864 58065 18446744073709551615 4194304 4196468 140728053605504 140232822324080 140233343765122 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7756] ppid=7745 vsize=13980036 memory=-7025448733113094249 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7756/stat : 7756 (java) S 7745 7748 17093 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 90133809 14315556864 58065 18446744073709551615 4194304 4196468 140728053605504 140232821270048 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7757] ppid=7745 vsize=13980036 memory=-7385037593950845031 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7757/stat : 7757 (java) S 7745 7748 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 90133809 14315556864 58065 18446744073709551615 4194304 4196468 140728053605504 140232820217200 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7758] ppid=7745 vsize=13980036 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7758/stat : 7758 (java) S 7745 7748 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90133812 14315556864 58065 18446744073709551615 4194304 4196468 140728053605504 140232819165520 140233343772571 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7759] ppid=7745 vsize=13980036 memory=49416 CPUtime=0.79 cores=0,2,4,6
/proc/7748/task/7759/stat : 7759 (java) R 7745 7748 17093 0 -1 4202560 3838 0 0 0 79 0 0 0 20 0 15 0 90133812 14315556864 58065 18446744073709551615 4194304 4196468 140728053605504 140232818091360 140233327727676 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7760] ppid=7745 vsize=13980036 memory=1296 CPUtime=0.85 cores=0,2,4,6
/proc/7748/task/7760/stat : 7760 (java) R 7745 7748 17093 0 -1 4202560 4016 0 0 0 85 0 0 0 20 0 15 0 90133812 14315556864 58065 18446744073709551615 4194304 4196468 140728053605504 140232817044192 140233323447038 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7761] ppid=7745 vsize=13980036 memory=2420 CPUtime=0.48 cores=0,2,4,6
/proc/7748/task/7761/stat : 7761 (java) S 7745 7748 17093 0 -1 1077944384 3363 0 0 0 48 0 0 0 20 0 15 0 90133812 14315556864 58065 18446744073709551615 4194304 4196468 140728053605504 140232816007280 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7762] ppid=7745 vsize=13980036 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7762/stat : 7762 (java) S 7745 7748 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90133812 14315556864 58065 18446744073709551615 4194304 4196468 140728053605504 140232814954720 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7763] ppid=7745 vsize=13980036 memory=5788 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7763/stat : 7763 (java) S 7745 7748 17093 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 90133817 14315556864 58065 18446744073709551615 4194304 4196468 140728053605504 140232813903024 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
Current children cumulated CPU time: 3.56 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 232260 KiB

[startup+3.11004 s]
/proc/loadavg: 1.61 1.43 1.36 3/209 7763
/proc/meminfo: memFree=29740000/32770624 swapFree=67108860/67108860
[pid=7748] ppid=7745 vsize=13980036 memory=233900 CPUtime=5.99 cores=0,2,4,6
/proc/7748/stat : 7748 (java) S 7745 7748 17093 0 -1 1077944320 29357 0 0 0 587 12 0 0 20 0 15 0 90133796 14315556864 58475 18446744073709551615 4194304 4196468 140728053605504 140728053588048 140233343753975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
/proc/7748/statm: 3495009 58475 3791 1 0 3483783 0

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

/proc/7748/task/7750/stat : 7750 (java) R 7745 7748 17093 0 -1 4202560 25136 0 0 0 238154 13 0 0 20 0 15 0 90133807 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140233347992368 140232987496060 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7751] ppid=7745 vsize=13980036 memory=719628 CPUtime=0.23 cores=0,2,4,6
/proc/7748/task/7751/stat : 7751 (java) S 7745 7748 17093 0 -1 1077944384 2060 0 0 0 17 6 0 0 20 0 15 0 90133807 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140233300720272 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7752] ppid=7745 vsize=13980036 memory=729844 CPUtime=0.21 cores=0,2,4,6
/proc/7748/task/7752/stat : 7752 (java) S 7745 7748 17093 0 -1 1077944384 1475 0 0 0 15 6 0 0 20 0 15 0 90133807 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232943135248 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7753] ppid=7745 vsize=13980036 memory=280003145315808 CPUtime=0.22 cores=0,2,4,6
/proc/7748/task/7753/stat : 7753 (java) S 7745 7748 17093 0 -1 1077944384 1607 0 0 0 16 6 0 0 20 0 15 0 90133807 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232942082448 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7754] ppid=7745 vsize=13980036 memory=729844 CPUtime=0.23 cores=0,2,4,6
/proc/7748/task/7754/stat : 7754 (java) S 7745 7748 17093 0 -1 1077944384 916 0 0 0 17 6 0 0 20 0 15 0 90133807 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232941029648 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7755] ppid=7745 vsize=13980036 memory=719628 CPUtime=0.06 cores=0,2,4,6
/proc/7748/task/7755/stat : 7755 (java) S 7745 7748 17093 0 -1 1077944384 2144 0 0 0 3 3 0 0 20 0 15 0 90133809 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232822324080 140233343765122 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7756] ppid=7745 vsize=13980036 memory=719628 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7756/stat : 7756 (java) S 7745 7748 17093 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 90133809 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232821270048 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7757] ppid=7745 vsize=13980036 memory=719628 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7757/stat : 7757 (java) S 7745 7748 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 90133809 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232820217200 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7758] ppid=7745 vsize=13980036 memory=280003145743768 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7758/stat : 7758 (java) S 7745 7748 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90133812 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232819165520 140233343772571 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7759] ppid=7745 vsize=13980036 memory=719628 CPUtime=1.24 cores=0,2,4,6
/proc/7748/task/7759/stat : 7759 (java) S 7745 7748 17093 0 -1 1077944384 6508 0 0 0 123 1 0 0 20 0 15 0 90133812 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232818112880 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7760] ppid=7745 vsize=13980036 memory=719628 CPUtime=1.29 cores=0,2,4,6
/proc/7748/task/7760/stat : 7760 (java) S 7745 7748 17093 0 -1 1077944384 6053 0 0 0 128 1 0 0 20 0 15 0 90133812 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232817060080 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 55 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7761] ppid=7745 vsize=13980036 memory=719628 CPUtime=0.6 cores=0,2,4,6
/proc/7748/task/7761/stat : 7761 (java) S 7745 7748 17093 0 -1 1077944384 4152 0 0 0 59 1 0 0 20 0 15 0 90133812 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232816007280 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7762] ppid=7745 vsize=13980036 memory=4028 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7762/stat : 7762 (java) S 7745 7748 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90133812 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232814954720 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7763] ppid=7745 vsize=13980036 memory=49508 CPUtime=0.97 cores=0,2,4,6
/proc/7748/task/7763/stat : 7763 (java) S 7745 7748 17093 0 -1 1077944384 878 0 0 0 46 51 0 0 20 0 15 0 90133817 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232813903024 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 60 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
Current children cumulated CPU time: 2386.85 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 719628 KiB

[startup+2442.3 s]
/proc/loadavg: 1.92 1.81 1.81 3/209 7982
/proc/meminfo: memFree=26651736/32770624 swapFree=67108860/67108860
[pid=7748] ppid=7745 vsize=13980036 memory=719628 CPUtime=2446.87 cores=0,2,4,6
/proc/7748/stat : 7748 (java) S 7745 7748 17093 0 -1 1077944320 52590 0 0 0 244599 88 0 0 20 0 15 0 90133796 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140728053588048 140233343753975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
/proc/7748/statm: 3495009 179907 3794 1 0 3483783 0
[pid=7748/tid=7750] ppid=7745 vsize=13980036 memory=719628 CPUtime=2441.66 cores=0,2,4,6
/proc/7748/task/7750/stat : 7750 (java) R 7745 7748 17093 0 -1 4202560 25347 0 0 0 244153 13 0 0 20 0 15 0 90133807 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140233347992368 140232987862741 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7751] ppid=7745 vsize=13980036 memory=7680170660397595203 CPUtime=0.23 cores=0,2,4,6
/proc/7748/task/7751/stat : 7751 (java) S 7745 7748 17093 0 -1 1077944384 2060 0 0 0 17 6 0 0 20 0 15 0 90133807 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140233300720272 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7752] ppid=7745 vsize=13980036 memory=719628 CPUtime=0.21 cores=0,2,4,6
/proc/7748/task/7752/stat : 7752 (java) S 7745 7748 17093 0 -1 1077944384 1475 0 0 0 15 6 0 0 20 0 15 0 90133807 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232943135248 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7753] ppid=7745 vsize=13980036 memory=719628 CPUtime=0.22 cores=0,2,4,6
/proc/7748/task/7753/stat : 7753 (java) S 7745 7748 17093 0 -1 1077944384 1607 0 0 0 16 6 0 0 20 0 15 0 90133807 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232942082448 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7754] ppid=7745 vsize=13980036 memory=719628 CPUtime=0.23 cores=0,2,4,6
/proc/7748/task/7754/stat : 7754 (java) S 7745 7748 17093 0 -1 1077944384 916 0 0 0 17 6 0 0 20 0 15 0 90133807 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232941029648 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7755] ppid=7745 vsize=13980036 memory=719628 CPUtime=0.06 cores=0,2,4,6
/proc/7748/task/7755/stat : 7755 (java) S 7745 7748 17093 0 -1 1077944384 2149 0 0 0 3 3 0 0 20 0 15 0 90133809 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232822324080 140233343765122 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7756] ppid=7745 vsize=13980036 memory=719628 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7756/stat : 7756 (java) S 7745 7748 17093 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 90133809 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232821270048 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7757] ppid=7745 vsize=13980036 memory=719628 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7757/stat : 7757 (java) S 7745 7748 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 90133809 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232820217200 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7758] ppid=7745 vsize=13980036 memory=719628 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7758/stat : 7758 (java) S 7745 7748 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90133812 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232819165520 140233343772571 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7759] ppid=7745 vsize=13980036 memory=719628 CPUtime=1.24 cores=0,2,4,6
/proc/7748/task/7759/stat : 7759 (java) S 7745 7748 17093 0 -1 1077944384 6510 0 0 0 123 1 0 0 20 0 15 0 90133812 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232818112880 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7760] ppid=7745 vsize=13980036 memory=719628 CPUtime=1.29 cores=0,2,4,6
/proc/7748/task/7760/stat : 7760 (java) S 7745 7748 17093 0 -1 1077944384 6055 0 0 0 128 1 0 0 20 0 15 0 90133812 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232817060080 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 55 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7761] ppid=7745 vsize=13980036 memory=719628 CPUtime=0.6 cores=0,2,4,6
/proc/7748/task/7761/stat : 7761 (java) S 7745 7748 17093 0 -1 1077944384 4155 0 0 0 59 1 0 0 20 0 15 0 90133812 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232816007280 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7762] ppid=7745 vsize=13980036 memory=719628 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7762/stat : 7762 (java) S 7745 7748 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90133812 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232814954720 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7763] ppid=7745 vsize=13980036 memory=719628 CPUtime=1 cores=0,2,4,6
/proc/7748/task/7763/stat : 7763 (java) S 7745 7748 17093 0 -1 1077944384 899 0 0 0 48 52 0 0 20 0 15 0 90133817 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232813903024 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 60 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
Current children cumulated CPU time: 2446.87 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 719628 KiB

[startup+2502.3 s]
/proc/loadavg: 2.03 1.85 1.82 3/209 7984
/proc/meminfo: memFree=26521208/32770624 swapFree=67108860/67108860
[pid=7748] ppid=7745 vsize=13980036 memory=719628 CPUtime=2506.9 cores=0,2,4,6
/proc/7748/stat : 7748 (java) S 7745 7748 17093 0 -1 1077944320 52843 0 0 0 250601 89 0 0 20 0 15 0 90133796 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140728053588048 140233343753975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
/proc/7748/statm: 3495009 179907 3794 1 0 3483783 0
[pid=7748/tid=7750] ppid=7745 vsize=13980036 memory=719628 CPUtime=2501.66 cores=0,2,4,6
/proc/7748/task/7750/stat : 7750 (java) R 7745 7748 17093 0 -1 4202560 25572 0 0 0 250153 13 0 0 20 0 15 0 90133807 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140233347992368 140232987583715 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7751] ppid=7745 vsize=13980036 memory=719628 CPUtime=0.23 cores=0,2,4,6
/proc/7748/task/7751/stat : 7751 (java) S 7745 7748 17093 0 -1 1077944384 2060 0 0 0 17 6 0 0 20 0 15 0 90133807 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140233300720272 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7752] ppid=7745 vsize=13980036 memory=719628 CPUtime=0.21 cores=0,2,4,6
/proc/7748/task/7752/stat : 7752 (java) S 7745 7748 17093 0 -1 1077944384 1475 0 0 0 15 6 0 0 20 0 15 0 90133807 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232943135248 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7753] ppid=7745 vsize=13980036 memory=719628 CPUtime=0.22 cores=0,2,4,6
/proc/7748/task/7753/stat : 7753 (java) S 7745 7748 17093 0 -1 1077944384 1607 0 0 0 16 6 0 0 20 0 15 0 90133807 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232942082448 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7754] ppid=7745 vsize=13980036 memory=1444 CPUtime=0.23 cores=0,2,4,6
/proc/7748/task/7754/stat : 7754 (java) S 7745 7748 17093 0 -1 1077944384 916 0 0 0 17 6 0 0 20 0 15 0 90133807 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232941029648 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7755] ppid=7745 vsize=13980036 memory=719628 CPUtime=0.06 cores=0,2,4,6
/proc/7748/task/7755/stat : 7755 (java) S 7745 7748 17093 0 -1 1077944384 2150 0 0 0 3 3 0 0 20 0 15 0 90133809 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232822324080 140233343765122 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7756] ppid=7745 vsize=13980036 memory=719628 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7756/stat : 7756 (java) S 7745 7748 17093 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 90133809 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232821270048 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7757] ppid=7745 vsize=13980036 memory=0 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7757/stat : 7757 (java) S 7745 7748 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 90133809 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232820217200 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7758] ppid=7745 vsize=13980036 memory=719628 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7758/stat : 7758 (java) S 7745 7748 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90133812 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232819165520 140233343772571 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7759] ppid=7745 vsize=13980036 memory=719628 CPUtime=1.24 cores=0,2,4,6
/proc/7748/task/7759/stat : 7759 (java) S 7745 7748 17093 0 -1 1077944384 6512 0 0 0 123 1 0 0 20 0 15 0 90133812 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232818112880 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7760] ppid=7745 vsize=13980036 memory=1296 CPUtime=1.29 cores=0,2,4,6
/proc/7748/task/7760/stat : 7760 (java) S 7745 7748 17093 0 -1 1077944384 6057 0 0 0 128 1 0 0 20 0 15 0 90133812 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232817060080 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 55 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7761] ppid=7745 vsize=13980036 memory=2420 CPUtime=0.6 cores=0,2,4,6
/proc/7748/task/7761/stat : 7761 (java) S 7745 7748 17093 0 -1 1077944384 4158 0 0 0 59 1 0 0 20 0 15 0 90133812 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232816007280 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7762] ppid=7745 vsize=13980036 memory=1732 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7762/stat : 7762 (java) S 7745 7748 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90133812 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232814954720 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7763] ppid=7745 vsize=13980036 memory=1000 CPUtime=1.02 cores=0,2,4,6
/proc/7748/task/7763/stat : 7763 (java) S 7745 7748 17093 0 -1 1077944384 919 0 0 0 50 52 0 0 20 0 15 0 90133817 14315556864 179907 18446744073709551615 4194304 4196468 140728053605504 140232813903024 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 60 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
Current children cumulated CPU time: 2506.9 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 719628 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2515.4 s]
/proc/loadavg: 2.02 1.86 1.83 3/209 7984
/proc/meminfo: memFree=26495268/32770624 swapFree=67108860/67108860
[pid=7748] ppid=7745 vsize=13980036 memory=719812 CPUtime=2520.06 cores=0,2,4,6
/proc/7748/stat : 7748 (java) S 7745 7748 17093 0 -1 1077944320 53866 0 0 0 251916 90 0 0 20 0 15 0 90133796 14315556864 179953 18446744073709551615 4194304 4196468 140728053605504 140728053588048 140233343753975 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
/proc/7748/statm: 3495009 179953 3794 1 0 3483783 0
[pid=7748/tid=7750] ppid=7745 vsize=13980036 memory=4300 CPUtime=2514.76 cores=0,2,4,6
/proc/7748/task/7750/stat : 7750 (java) R 7745 7748 17093 0 -1 4202560 26116 0 0 0 251462 14 0 0 20 0 15 0 90133807 14315556864 179953 18446744073709551615 4194304 4196468 140728053605504 140233347990064 140232986701552 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7751] ppid=7745 vsize=13980036 memory=932 CPUtime=0.23 cores=0,2,4,6
/proc/7748/task/7751/stat : 7751 (java) S 7745 7748 17093 0 -1 1077944384 2060 0 0 0 17 6 0 0 20 0 15 0 90133807 14315556864 179953 18446744073709551615 4194304 4196468 140728053605504 140233300720272 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7752] ppid=7745 vsize=13980036 memory=7680170660397595203 CPUtime=0.21 cores=0,2,4,6
/proc/7748/task/7752/stat : 7752 (java) S 7745 7748 17093 0 -1 1077944384 1475 0 0 0 15 6 0 0 20 0 15 0 90133807 14315556864 179953 18446744073709551615 4194304 4196468 140728053605504 140232943135248 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7753] ppid=7745 vsize=13980036 memory=49508 CPUtime=0.22 cores=0,2,4,6
/proc/7748/task/7753/stat : 7753 (java) S 7745 7748 17093 0 -1 1077944384 1607 0 0 0 16 6 0 0 20 0 15 0 90133807 14315556864 179953 18446744073709551615 4194304 4196468 140728053605504 140232942082448 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7754] ppid=7745 vsize=13980036 memory=1296 CPUtime=0.23 cores=0,2,4,6
/proc/7748/task/7754/stat : 7754 (java) S 7745 7748 17093 0 -1 1077944384 916 0 0 0 17 6 0 0 20 0 15 0 90133807 14315556864 179953 18446744073709551615 4194304 4196468 140728053605504 140232941029648 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7755] ppid=7745 vsize=13980036 memory=2420 CPUtime=0.06 cores=0,2,4,6
/proc/7748/task/7755/stat : 7755 (java) S 7745 7748 17093 0 -1 1077944384 2150 0 0 0 3 3 0 0 20 0 15 0 90133809 14315556864 179953 18446744073709551615 4194304 4196468 140728053605504 140232822324080 140233343765122 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7756] ppid=7745 vsize=13980036 memory=7680170660397595203 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7756/stat : 7756 (java) S 7745 7748 17093 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 90133809 14315556864 179953 18446744073709551615 4194304 4196468 140728053605504 140232821270048 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7757] ppid=7745 vsize=13980036 memory=2248 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7757/stat : 7757 (java) S 7745 7748 17093 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 15 0 90133809 14315556864 179953 18446744073709551615 4194304 4196468 140728053605504 140232820217200 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7758] ppid=7745 vsize=13980036 memory=4300 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7758/stat : 7758 (java) S 7745 7748 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90133812 14315556864 179953 18446744073709551615 4194304 4196468 140728053605504 140232819165520 140233343772571 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7759] ppid=7745 vsize=13980036 memory=4028 CPUtime=1.26 cores=0,2,4,6
/proc/7748/task/7759/stat : 7759 (java) S 7745 7748 17093 0 -1 1077944384 6617 0 0 0 125 1 0 0 20 0 15 0 90133812 14315556864 179953 18446744073709551615 4194304 4196468 140728053605504 140232818112880 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7760] ppid=7745 vsize=13980036 memory=719628 CPUtime=1.31 cores=0,2,4,6
/proc/7748/task/7760/stat : 7760 (java) S 7745 7748 17093 0 -1 1077944384 6095 0 0 0 130 1 0 0 20 0 15 0 90133812 14315556864 179953 18446744073709551615 4194304 4196468 140728053605504 140232817060080 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 55 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7761] ppid=7745 vsize=13980036 memory=719628 CPUtime=0.61 cores=0,2,4,6
/proc/7748/task/7761/stat : 7761 (java) S 7745 7748 17093 0 -1 1077944384 4492 0 0 0 60 1 0 0 20 0 15 0 90133812 14315556864 179953 18446744073709551615 4194304 4196468 140728053605504 140232816007280 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7762] ppid=7745 vsize=13980036 memory=27704 CPUtime=0 cores=0,2,4,6
/proc/7748/task/7762/stat : 7762 (java) S 7745 7748 17093 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 90133812 14315556864 179953 18446744073709551615 4194304 4196468 140728053605504 140232814954720 140233343764181 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
[pid=7748/tid=7763] ppid=7745 vsize=13980036 memory=1788 CPUtime=1.03 cores=0,2,4,6
/proc/7748/task/7763/stat : 7763 (java) S 7745 7748 17093 0 -1 1077944384 921 0 0 0 51 52 0 0 20 0 15 0 90133817 14315556864 179953 18446744073709551615 4194304 4196468 140728053605504 140232813903024 140233343765122 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 60 0 0 6293624 6294260 30707712 140728053612916 140728053613097 140728053613097 140728053616591 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 719812 KiB

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

[startup+2515.41 s]
# the end of solver process 7748 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.17 s, system=0.90606 s

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

Child status: 143
Real time (s): 2515.41
CPU time (s): 2520.08
CPU user time (s): 2519.17
CPU system time (s): 0.90606
CPU usage (%): 100.185
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 752444

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.17
system time used= 0.90606
maximum resident set size= 752472
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54046
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1632
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57167
involuntary context switches= 2446


# summary of solver processes directly reported to runsolver:
#   pid: 7748
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2519.17
#   total CPU system time (s): 0.90606

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.6771 second user time and 23.776 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-16 12:15:56
IDJOB=4272956
IDBENCH=133707
IDSOLVER=2665
FILE ID=node127/4272956-1502879406
RUNJOBID= node127-1502806776-30867
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-c1a.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4272956-1502879406/watcher-4272956-1502879406 -o /tmp/evaluation-result-4272956-1502879406/solver-4272956-1502879406 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502806776-30867 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1673896452 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4272956-1502879406.xml

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

MD5SUM BENCH= 030948c230c0936ebc743af4f555c996
RANDOM SEED=1673896452

node127.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.92
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.92
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.92
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.92
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:        29958852 kB
MemAvailable:   30764944 kB
Buffers:          267832 kB
Cached:           833012 kB
SwapCached:            0 kB
Active:          2032132 kB
Inactive:         332516 kB
Active(anon):    1213356 kB
Inactive(anon):    91980 kB
Active(file):     818776 kB
Inactive(file):   240536 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             41988 kB
Writeback:             0 kB
AnonPages:       1263352 kB
Mapped:            68240 kB
Shmem:             41636 kB
Slab:             151260 kB
SReclaimable:     125228 kB
SUnreclaim:        26032 kB
KernelStack:        3408 kB
PageTables:         7756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2083188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1198080 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61948 MiB
End job on node127 at 2017-08-16 12:57:52