Trace number 4274432

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

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r5.xml
MD5SUM13c07461cd5d6cd59c34e2b3a9f24c58
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2202
Number of constraints241
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2202}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":19},{"degree":6,"count":72},{"degree":7,"count":142},{"degree":8,"count":315},{"degree":9,"count":566},{"degree":10,"count":547},{"degree":11,"count":320},{"degree":12,"count":138},{"degree":13,"count":49},{"degree":14,"count":27},{"degree":15,"count":7}]
Minimum constraint arity38
Maximum constraint arity188
Distribution of constraint arities[{"arity":38,"count":5},{"arity":43,"count":2},{"arity":44,"count":2},{"arity":49,"count":2},{"arity":50,"count":9},{"arity":51,"count":3},{"arity":52,"count":3},{"arity":53,"count":7},{"arity":54,"count":4},{"arity":55,"count":9},{"arity":56,"count":1},{"arity":57,"count":5},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":2},{"arity":61,"count":2},{"arity":62,"count":7},{"arity":63,"count":5},{"arity":64,"count":9},{"arity":65,"count":2},{"arity":66,"count":3},{"arity":67,"count":2},{"arity":68,"count":6},{"arity":69,"count":2},{"arity":70,"count":9},"...",{"arity":108,"count":2}, {"arity":109,"count":2}, {"arity":110,"count":1}, {"arity":114,"count":1}, {"arity":115,"count":2}, {"arity":116,"count":1}, {"arity":119,"count":1}, {"arity":122,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":126,"count":1}, {"arity":127,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":130,"count":1}, {"arity":135,"count":1}, {"arity":136,"count":1}, {"arity":137,"count":1}, {"arity":139,"count":1}, {"arity":140,"count":1}, {"arity":141,"count":1}, {"arity":145,"count":1}, {"arity":149,"count":1}, {"arity":171,"count":1}, {"arity":188,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":241}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.25/0.39	c version: 2017-07-26
0.25/0.39	c seed: 616853243
0.25/0.39	c timeout: 2520
0.25/0.39	c memlimit: 11000
0.25/0.39	c nbcore: 4
0.25/0.41	c Parsing instance...
2.63/1.24	c Parsing done, starting first complete search...
2519.03/2515.31	c First complete search done, starting ALNS search...
2520.06/2516.11	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 (12714 MiB free)
  memory of node 1: 16384 MiB (15168 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4274432-1502855064/watcher-4274432-1502855064 -o /tmp/evaluation-result-4274432-1502855064/solver-4274432-1502855064 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502658244-13745 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 616853243 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274432-1502855064.xml 

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

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

solver pid=10662, runsolver pid=10659

[startup+0.100112 s]*
/proc/loadavg: 1.21 1.45 1.41 3/210 10669
/proc/meminfo: memFree=28546516/32770624 swapFree=67108860/67108860
[pid=10662] ppid=10659 vsize=13573664 memory=16700 CPUtime=0.02 cores=1,3,5,7
/proc/10662/stat : 10662 (java) S 10659 10662 12395 0 -1 1077944320 4099 0 0 0 1 1 0 0 20 0 9 0 127417962 13899431936 4175 18446744073709551615 4194304 4196468 140733004396688 140733004379232 140491120414455 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
/proc/10662/statm: 3393416 4175 2091 1 0 3382913 0
[pid=10662/tid=10664] ppid=10659 vsize=13573664 memory=6933928925625698159 CPUtime=0.01 cores=1,3,5,7
/proc/10662/task/10664/stat : 10664 (java) R 10659 10662 12395 0 -1 4202560 2735 0 0 0 1 0 0 0 20 0 9 0 127417969 13899431936 4241 18446744073709551615 4194304 4196468 140733004396688 140491124650216 140491120436381 0 4 1 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10665] ppid=10659 vsize=13573664 memory=664954298467758088 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10665/stat : 10665 (java) S 10659 10662 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 127417970 13899431936 4241 18446744073709551615 4194304 4196468 140733004396688 140491077380496 140491120424661 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10666] ppid=10659 vsize=13573664 memory=140384486119040 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10666/stat : 10666 (java) S 10659 10662 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 127417970 13899431936 4241 18446744073709551615 4194304 4196468 140733004396688 140491076327696 140491120424661 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10667] ppid=10659 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10667/stat : 10667 (java) S 10659 10662 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 127417970 13899431936 4241 18446744073709551615 4194304 4196468 140733004396688 140491075275408 140491120424661 0 4 1 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10668] ppid=10659 vsize=13573664 memory=6944656592455097440 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10668/stat : 10668 (java) S 10659 10662 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 127417970 13899431936 4241 18446744073709551615 4194304 4196468 140733004396688 140491074222608 140491120424661 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10669] ppid=10659 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10669/stat : 10669 (java) S 10659 10662 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 127417971 13899431936 4241 18446744073709551615 4194304 4196468 140733004396688 140490666846832 140491120425602 0 0 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10670] ppid=10659 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10670/stat : 10670 (java) S 10659 10662 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 127417972 13899431936 4241 18446744073709551615 4194304 4196468 140733004396688 140490665792800 140491120424661 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10671] ppid=10659 vsize=13573664 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10671/stat : 10671 (java) S 10659 10662 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 127417972 13899431936 4241 18446744073709551615 4194304 4196468 140733004396688 140490664740528 140491120424661 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 13573664 KiB
Current children cumulated memory: 16700 KiB

[startup+0.218927 s]*
/proc/loadavg: 1.28 1.46 1.41 3/218 10677
/proc/meminfo: memFree=28534848/32770624 swapFree=67108860/67108860
[pid=10662] ppid=10659 vsize=13975920 memory=33596 CPUtime=0.11 cores=1,3,5,7
/proc/10662/stat : 10662 (java) S 10659 10662 12395 0 -1 1077944320 7193 0 0 0 9 2 0 0 20 0 15 0 127417962 14311342080 8399 18446744073709551615 4194304 4196468 140733004396688 140733004379232 140491120414455 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
/proc/10662/statm: 3493980 8399 3386 1 0 3482759 0
[pid=10662/tid=10664] ppid=10659 vsize=13975920 memory=6933928925625698159 CPUtime=0.08 cores=1,3,5,7
/proc/10662/task/10664/stat : 10664 (java) R 10659 10662 12395 0 -1 4202560 5138 0 0 0 7 1 0 0 20 0 15 0 127417969 14311342080 8399 18446744073709551615 4194304 4196468 140733004396688 140491124626840 140491120436381 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10665] ppid=10659 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10665/stat : 10665 (java) S 10659 10662 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127417970 14311342080 8399 18446744073709551615 4194304 4196468 140733004396688 140491077380496 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10666] ppid=10659 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10666/stat : 10666 (java) S 10659 10662 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127417970 14311342080 8399 18446744073709551615 4194304 4196468 140733004396688 140491076327696 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10667] ppid=10659 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10667/stat : 10667 (java) S 10659 10662 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127417970 14311342080 8399 18446744073709551615 4194304 4196468 140733004396688 140491075275408 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10668] ppid=10659 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10668/stat : 10668 (java) S 10659 10662 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127417970 14311342080 8399 18446744073709551615 4194304 4196468 140733004396688 140491074222608 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10669] ppid=10659 vsize=13975920 memory=140384486119040 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10669/stat : 10669 (java) S 10659 10662 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127417971 14311342080 8399 18446744073709551615 4194304 4196468 140733004396688 140490666846832 140491120425602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10670] ppid=10659 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10670/stat : 10670 (java) S 10659 10662 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127417972 14311342080 8399 18446744073709551615 4194304 4196468 140733004396688 140490665792800 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10671] ppid=10659 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10671/stat : 10671 (java) S 10659 10662 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127417972 14311342080 8399 18446744073709551615 4194304 4196468 140733004396688 140490664740464 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10672] ppid=10659 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10672/stat : 10672 (java) S 10659 10662 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127417975 14311342080 8399 18446744073709551615 4194304 4196468 140733004396688 140490663688784 140491120433051 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10673] ppid=10659 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10673/stat : 10673 (java) S 10659 10662 12395 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 127417975 14311342080 8399 18446744073709551615 4194304 4196468 140733004396688 140490033064048 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10674] ppid=10659 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10674/stat : 10674 (java) S 10659 10662 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127417975 14311342080 8399 18446744073709551615 4194304 4196468 140733004396688 140490032011248 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10675] ppid=10659 vsize=13975920 memory=140384486119040 CPUtime=0.01 cores=1,3,5,7
/proc/10662/task/10675/stat : 10675 (java) S 10659 10662 12395 0 -1 1077944384 376 0 0 0 1 0 0 0 20 0 15 0 127417975 14311342080 8399 18446744073709551615 4194304 4196468 140733004396688 140490030958960 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10676] ppid=10659 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10676/stat : 10676 (java) S 10659 10662 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127417975 14311342080 8399 18446744073709551615 4194304 4196468 140733004396688 140490029906400 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10677] ppid=10659 vsize=13975920 memory=140384486119040 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10677/stat : 10677 (java) S 10659 10662 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127417981 14311342080 8399 18446744073709551615 4194304 4196468 140733004396688 140490028854192 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 33596 KiB

[startup+0.310797 s]*
/proc/loadavg: 1.28 1.46 1.41 3/218 10677
/proc/meminfo: memFree=28524672/32770624 swapFree=67108860/67108860
[pid=10662] ppid=10659 vsize=13975920 memory=42348 CPUtime=0.25 cores=1,3,5,7
/proc/10662/stat : 10662 (java) S 10659 10662 12395 0 -1 1077944320 10815 0 0 0 22 3 0 0 20 0 15 0 127417962 14311342080 10587 18446744073709551615 4194304 4196468 140733004396688 140733004379232 140491120414455 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
/proc/10662/statm: 3493980 10587 3542 1 0 3482759 0
[pid=10662/tid=10664] ppid=10659 vsize=13975920 memory=6933928925625698159 CPUtime=0.17 cores=1,3,5,7
/proc/10662/task/10664/stat : 10664 (java) R 10659 10662 12395 0 -1 4202560 8537 0 0 0 15 2 0 0 20 0 15 0 127417969 14311342080 10587 18446744073709551615 4194304 4196468 140733004396688 140491124636416 140491104494942 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10665] ppid=10659 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10665/stat : 10665 (java) S 10659 10662 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127417970 14311342080 10587 18446744073709551615 4194304 4196468 140733004396688 140491077380496 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10666] ppid=10659 vsize=13975920 memory=4630099095656959350 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10666/stat : 10666 (java) S 10659 10662 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127417970 14311342080 10587 18446744073709551615 4194304 4196468 140733004396688 140491076327696 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10667] ppid=10659 vsize=13975920 memory=-8995268955501662562 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10667/stat : 10667 (java) S 10659 10662 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127417970 14311342080 10587 18446744073709551615 4194304 4196468 140733004396688 140491075275408 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10668] ppid=10659 vsize=13975920 memory=-7445115991795297412 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10668/stat : 10668 (java) S 10659 10662 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127417970 14311342080 10587 18446744073709551615 4194304 4196468 140733004396688 140491074222608 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10669] ppid=10659 vsize=13975920 memory=-8195925453750481479 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10669/stat : 10669 (java) S 10659 10662 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 127417971 14311342080 10587 18446744073709551615 4194304 4196468 140733004396688 140490666846832 140491120425602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10670] ppid=10659 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10670/stat : 10670 (java) S 10659 10662 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127417972 14311342080 10587 18446744073709551615 4194304 4196468 140733004396688 140490665792800 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10671] ppid=10659 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10671/stat : 10671 (java) S 10659 10662 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127417972 14311342080 10587 18446744073709551615 4194304 4196468 140733004396688 140490664740464 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10672] ppid=10659 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10672/stat : 10672 (java) S 10659 10662 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127417975 14311342080 10587 18446744073709551615 4194304 4196468 140733004396688 140490663688784 140491120433051 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10673] ppid=10659 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/10662/task/10673/stat : 10673 (java) S 10659 10662 12395 0 -1 1077944384 374 0 0 0 1 0 0 0 20 0 15 0 127417975 14311342080 10587 18446744073709551615 4194304 4196468 140733004396688 140490033064048 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10674] ppid=10659 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10674/stat : 10674 (java) S 10659 10662 12395 0 -1 1077944384 135 0 0 0 0 0 0 0 20 0 15 0 127417975 14311342080 10587 18446744073709551615 4194304 4196468 140733004396688 140490032011248 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10675] ppid=10659 vsize=13975920 memory=0 CPUtime=0.04 cores=1,3,5,7
/proc/10662/task/10675/stat : 10675 (java) R 10659 10662 12395 0 -1 4202560 392 0 0 0 4 0 0 0 20 0 15 0 127417975 14311342080 10587 18446744073709551615 4194304 4196468 140733004396688 140490030958960 140491120428333 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10676] ppid=10659 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10676/stat : 10676 (java) S 10659 10662 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127417975 14311342080 10587 18446744073709551615 4194304 4196468 140733004396688 140490029906400 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10677] ppid=10659 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10677/stat : 10677 (java) S 10659 10662 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127417981 14311342080 10587 18446744073709551615 4194304 4196468 140733004396688 140490028854192 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 42348 KiB

[startup+0.700719 s]
/proc/loadavg: 1.28 1.46 1.41 4/218 10677
/proc/meminfo: memFree=28510468/32770624 swapFree=67108860/67108860
[pid=10662] ppid=10659 vsize=13977988 memory=74128 CPUtime=1.1 cores=1,3,5,7
/proc/10662/stat : 10662 (java) S 10659 10662 12395 0 -1 1077944320 14207 0 0 0 105 5 0 0 20 0 15 0 127417962 14313459712 18532 18446744073709551615 4194304 4196468 140733004396688 140733004379232 140491120414455 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
/proc/10662/statm: 3494497 18532 3737 1 0 3483271 0
[pid=10662/tid=10664] ppid=10659 vsize=13977988 memory=63224 CPUtime=0.55 cores=1,3,5,7
/proc/10662/task/10664/stat : 10664 (java) R 10659 10662 12395 0 -1 4202560 10322 0 0 0 51 4 0 0 20 0 15 0 127417969 14313459712 18532 18446744073709551615 4194304 4196468 140733004396688 140491124649584 140490748902189 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10665] ppid=10659 vsize=13977988 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10665/stat : 10665 (java) S 10659 10662 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127417970 14313459712 18532 18446744073709551615 4194304 4196468 140733004396688 140491077380496 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10666] ppid=10659 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10666/stat : 10666 (java) S 10659 10662 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127417970 14313459712 18532 18446744073709551615 4194304 4196468 140733004396688 140491076327696 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10667] ppid=10659 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10667/stat : 10667 (java) S 10659 10662 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127417970 14313459712 18532 18446744073709551615 4194304 4196468 140733004396688 140491075275408 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10668] ppid=10659 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10668/stat : 10668 (java) S 10659 10662 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127417970 14313459712 18532 18446744073709551615 4194304 4196468 140733004396688 140491074222608 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10669] ppid=10659 vsize=13977988 memory=29 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10669/stat : 10669 (java) S 10659 10662 12395 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 127417971 14313459712 18532 18446744073709551615 4194304 4196468 140733004396688 140490666846832 140491120425602 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10670] ppid=10659 vsize=13977988 memory=85 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10670/stat : 10670 (java) S 10659 10662 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127417972 14313459712 18532 18446744073709551615 4194304 4196468 140733004396688 140490665792800 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10671] ppid=10659 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10671/stat : 10671 (java) S 10659 10662 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127417972 14313459712 18532 18446744073709551615 4194304 4196468 140733004396688 140490664740464 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10672] ppid=10659 vsize=13977988 memory=4 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10672/stat : 10672 (java) S 10659 10662 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127417975 14313459712 18532 18446744073709551615 4194304 4196468 140733004396688 140490663688784 140491120433051 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10673] ppid=10659 vsize=13977988 memory=3624 CPUtime=0.15 cores=1,3,5,7
/proc/10662/task/10673/stat : 10673 (java) R 10659 10662 12395 0 -1 4202560 885 0 0 0 15 0 0 0 20 0 15 0 127417975 14313459712 18532 18446744073709551615 4194304 4196468 140733004396688 140490033064048 140491098432859 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10674] ppid=10659 vsize=13977988 memory=6933928925625698159 CPUtime=0.16 cores=1,3,5,7
/proc/10662/task/10674/stat : 10674 (java) R 10659 10662 12395 0 -1 4202560 606 0 0 0 16 0 0 0 20 0 15 0 127417975 14313459712 18532 18446744073709551615 4194304 4196468 140733004396688 140490032001040 140491101957829 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10675] ppid=10659 vsize=13977988 memory=4872558044660077418 CPUtime=0.22 cores=1,3,5,7
/proc/10662/task/10675/stat : 10675 (java) R 10659 10662 12395 0 -1 1077944384 1012 0 0 0 22 0 0 0 20 0 15 0 127417975 14313459712 18532 18446744073709551615 4194304 4196468 140733004396688 140490030958960 140491120425602 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10676] ppid=10659 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10676/stat : 10676 (java) S 10659 10662 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127417975 14313459712 18532 18446744073709551615 4194304 4196468 140733004396688 140490029906400 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10677] ppid=10659 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10677/stat : 10677 (java) S 10659 10662 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127417981 14313459712 18532 18446744073709551615 4194304 4196468 140733004396688 140490028854192 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
Current children cumulated CPU time: 1.1 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 74128 KiB

[startup+1.50078 s]
/proc/loadavg: 1.28 1.46 1.41 5/218 10677
/proc/meminfo: memFree=28463492/32770624 swapFree=67108860/67108860
[pid=10662] ppid=10659 vsize=13980036 memory=177992 CPUtime=3.51 cores=1,3,5,7
/proc/10662/stat : 10662 (java) S 10659 10662 12395 0 -1 1077944320 24128 0 0 0 342 9 0 0 20 0 15 0 127417962 14315556864 44498 18446744073709551615 4194304 4196468 140733004396688 140733004379232 140491120414455 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
/proc/10662/statm: 3495009 44498 3766 1 0 3483783 0
[pid=10662/tid=10664] ppid=10659 vsize=13980036 memory=6655300316396806240 CPUtime=1.35 cores=1,3,5,7
/proc/10662/task/10664/stat : 10664 (java) R 10659 10662 12395 0 -1 4202560 13557 0 0 0 129 6 0 0 20 0 15 0 127417969 14315556864 44498 18446744073709551615 4194304 4196468 140733004396688 140491124649456 140490752255611 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10665] ppid=10659 vsize=13980036 memory=6656426216303648864 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10665/stat : 10665 (java) S 10659 10662 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127417970 14315556864 44498 18446744073709551615 4194304 4196468 140733004396688 140491077380496 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10666] ppid=10659 vsize=13980036 memory=-7966001967256141664 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10666/stat : 10666 (java) S 10659 10662 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127417970 14315556864 44498 18446744073709551615 4194304 4196468 140733004396688 140491076327696 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10667] ppid=10659 vsize=13980036 memory=-7019007802211091872 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10667/stat : 10667 (java) S 10659 10662 12395 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 127417970 14315556864 44498 18446744073709551615 4194304 4196468 140733004396688 140491075275408 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10668] ppid=10659 vsize=13980036 memory=-7533522213388100735 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10668/stat : 10668 (java) S 10659 10662 12395 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 127417970 14315556864 44498 18446744073709551615 4194304 4196468 140733004396688 140491074222608 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10669] ppid=10659 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10669/stat : 10669 (java) S 10659 10662 12395 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 127417971 14315556864 44498 18446744073709551615 4194304 4196468 140733004396688 140490666846832 140491120425602 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10670] ppid=10659 vsize=13980036 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10670/stat : 10670 (java) S 10659 10662 12395 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 127417972 14315556864 44498 18446744073709551615 4194304 4196468 140733004396688 140490665792800 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10671] ppid=10659 vsize=13980036 memory=6944656592387989600 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10671/stat : 10671 (java) S 10659 10662 12395 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 127417972 14315556864 44498 18446744073709551615 4194304 4196468 140733004396688 140490664740464 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10672] ppid=10659 vsize=13980036 memory=6944656575208382560 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10672/stat : 10672 (java) S 10659 10662 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127417975 14315556864 44498 18446744073709551615 4194304 4196468 140733004396688 140490663688784 140491120433051 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10673] ppid=10659 vsize=13980036 memory=6943526294502006880 CPUtime=0.77 cores=1,3,5,7
/proc/10662/task/10673/stat : 10673 (java) S 10659 10662 12395 0 -1 1077944384 3255 0 0 0 77 0 0 0 20 0 15 0 127417975 14315556864 44498 18446744073709551615 4194304 4196468 140733004396688 140490033064048 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10674] ppid=10659 vsize=13980036 memory=280768723304848 CPUtime=0.83 cores=1,3,5,7
/proc/10662/task/10674/stat : 10674 (java) S 10659 10662 12395 0 -1 1077944384 2910 0 0 0 83 0 0 0 20 0 15 0 127417975 14315556864 44498 18446744073709551615 4194304 4196468 140733004396688 140490032011248 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10675] ppid=10659 vsize=13980036 memory=0 CPUtime=0.53 cores=1,3,5,7
/proc/10662/task/10675/stat : 10675 (java) S 10659 10662 12395 0 -1 1077944384 3008 0 0 0 52 1 0 0 20 0 15 0 127417975 14315556864 44498 18446744073709551615 4194304 4196468 140733004396688 140490030958960 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0

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

/proc/10662/task/10664/stat : 10664 (java) R 10659 10662 12395 0 -1 4202560 19862 0 0 0 244189 14 0 0 20 0 15 0 127417969 14315556864 43130 18446744073709551615 4194304 4196468 140733004396688 140491124652896 140490751951768 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10665] ppid=10659 vsize=13980036 memory=172520 CPUtime=0.17 cores=1,3,5,7
/proc/10662/task/10665/stat : 10665 (java) S 10659 10662 12395 0 -1 1077944384 2958 0 0 0 13 4 0 0 20 0 15 0 127417970 14315556864 43130 18446744073709551615 4194304 4196468 140733004396688 140491077380496 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10666] ppid=10659 vsize=13980036 memory=172520 CPUtime=0.17 cores=1,3,5,7
/proc/10662/task/10666/stat : 10666 (java) S 10659 10662 12395 0 -1 1077944384 4150 0 0 0 13 4 0 0 20 0 15 0 127417970 14315556864 43130 18446744073709551615 4194304 4196468 140733004396688 140491076327696 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10667] ppid=10659 vsize=13980036 memory=173032 CPUtime=0.18 cores=1,3,5,7
/proc/10662/task/10667/stat : 10667 (java) S 10659 10662 12395 0 -1 1077944384 3197 0 0 0 13 5 0 0 20 0 15 0 127417970 14315556864 43130 18446744073709551615 4194304 4196468 140733004396688 140491075275408 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10668] ppid=10659 vsize=13980036 memory=173032 CPUtime=0.17 cores=1,3,5,7
/proc/10662/task/10668/stat : 10668 (java) S 10659 10662 12395 0 -1 1077944384 2230 0 0 0 13 4 0 0 20 0 15 0 127417970 14315556864 43130 18446744073709551615 4194304 4196468 140733004396688 140491074222608 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10669] ppid=10659 vsize=13980036 memory=173032 CPUtime=0.09 cores=1,3,5,7
/proc/10662/task/10669/stat : 10669 (java) S 10659 10662 12395 0 -1 1077944384 3222 0 0 0 6 3 0 0 20 0 15 0 127417971 14315556864 43130 18446744073709551615 4194304 4196468 140733004396688 140490666846832 140491120425602 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10670] ppid=10659 vsize=13980036 memory=173032 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10670/stat : 10670 (java) S 10659 10662 12395 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 127417972 14315556864 43130 18446744073709551615 4194304 4196468 140733004396688 140490665792864 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10671] ppid=10659 vsize=13980036 memory=4132 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10671/stat : 10671 (java) S 10659 10662 12395 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 127417972 14315556864 43130 18446744073709551615 4194304 4196468 140733004396688 140490664740480 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10672] ppid=10659 vsize=13980036 memory=63336 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10672/stat : 10672 (java) S 10659 10662 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127417975 14315556864 43130 18446744073709551615 4194304 4196468 140733004396688 140490663688784 140491120433051 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10673] ppid=10659 vsize=13980036 memory=173032 CPUtime=0.89 cores=1,3,5,7
/proc/10662/task/10673/stat : 10673 (java) S 10659 10662 12395 0 -1 1077944384 5988 0 0 0 89 0 0 0 20 0 15 0 127417975 14315556864 43130 18446744073709551615 4194304 4196468 140733004396688 140490033064048 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10674] ppid=10659 vsize=13980036 memory=173032 CPUtime=0.98 cores=1,3,5,7
/proc/10662/task/10674/stat : 10674 (java) S 10659 10662 12395 0 -1 1077944384 4400 0 0 0 97 1 0 0 20 0 15 0 127417975 14315556864 43130 18446744073709551615 4194304 4196468 140733004396688 140490032011248 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10675] ppid=10659 vsize=13980036 memory=172520 CPUtime=0.56 cores=1,3,5,7
/proc/10662/task/10675/stat : 10675 (java) S 10659 10662 12395 0 -1 1077944384 4246 0 0 0 55 1 0 0 20 0 15 0 127417975 14315556864 43130 18446744073709551615 4194304 4196468 140733004396688 140490030958960 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10676] ppid=10659 vsize=13980036 memory=173032 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10676/stat : 10676 (java) S 10659 10662 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127417975 14315556864 43130 18446744073709551615 4194304 4196468 140733004396688 140490029906400 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10677] ppid=10659 vsize=13980036 memory=1608 CPUtime=0.67 cores=1,3,5,7
/proc/10662/task/10677/stat : 10677 (java) S 10659 10662 12395 0 -1 1077944384 704 0 0 0 28 39 0 0 20 0 15 0 127417981 14315556864 43130 18446744073709551615 4194304 4196468 140733004396688 140490028854192 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 62 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
Current children cumulated CPU time: 2446.01 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 172520 KiB

[startup+2502.3 s]
/proc/loadavg: 1.71 1.71 1.68 3/215 10926
/proc/meminfo: memFree=30600104/32770624 swapFree=67108860/67108860
[pid=10662] ppid=10659 vsize=13980036 memory=172004 CPUtime=2506.03 cores=1,3,5,7
/proc/10662/stat : 10662 (java) S 10659 10662 12395 0 -1 1077944320 52615 0 0 0 250532 71 0 0 20 0 15 0 127417962 14315556864 43001 18446744073709551615 4194304 4196468 140733004396688 140733004379232 140491120414455 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
/proc/10662/statm: 3495009 43001 3795 1 0 3483783 0
[pid=10662/tid=10664] ppid=10659 vsize=13980036 memory=172004 CPUtime=2502.03 cores=1,3,5,7
/proc/10662/task/10664/stat : 10664 (java) R 10659 10662 12395 0 -1 4202560 20033 0 0 0 250189 14 0 0 20 0 15 0 127417969 14315556864 43001 18446744073709551615 4194304 4196468 140733004396688 140491124653072 140490751952210 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10665] ppid=10659 vsize=13980036 memory=172004 CPUtime=0.17 cores=1,3,5,7
/proc/10662/task/10665/stat : 10665 (java) S 10659 10662 12395 0 -1 1077944384 2958 0 0 0 13 4 0 0 20 0 15 0 127417970 14315556864 43001 18446744073709551615 4194304 4196468 140733004396688 140491077380496 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10666] ppid=10659 vsize=13980036 memory=172004 CPUtime=0.17 cores=1,3,5,7
/proc/10662/task/10666/stat : 10666 (java) S 10659 10662 12395 0 -1 1077944384 4156 0 0 0 13 4 0 0 20 0 15 0 127417970 14315556864 43001 18446744073709551615 4194304 4196468 140733004396688 140491076327696 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10667] ppid=10659 vsize=13980036 memory=796 CPUtime=0.18 cores=1,3,5,7
/proc/10662/task/10667/stat : 10667 (java) S 10659 10662 12395 0 -1 1077944384 3197 0 0 0 13 5 0 0 20 0 15 0 127417970 14315556864 43001 18446744073709551615 4194304 4196468 140733004396688 140491075275408 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10668] ppid=10659 vsize=13980036 memory=4132 CPUtime=0.18 cores=1,3,5,7
/proc/10662/task/10668/stat : 10668 (java) S 10659 10662 12395 0 -1 1077944384 2241 0 0 0 14 4 0 0 20 0 15 0 127417970 14315556864 43001 18446744073709551615 4194304 4196468 140733004396688 140491074222608 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10669] ppid=10659 vsize=13980036 memory=63336 CPUtime=0.09 cores=1,3,5,7
/proc/10662/task/10669/stat : 10669 (java) S 10659 10662 12395 0 -1 1077944384 3234 0 0 0 6 3 0 0 20 0 15 0 127417971 14315556864 43001 18446744073709551615 4194304 4196468 140733004396688 140490666846832 140491120425602 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10670] ppid=10659 vsize=13980036 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10670/stat : 10670 (java) S 10659 10662 12395 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 127417972 14315556864 43001 18446744073709551615 4194304 4196468 140733004396688 140490665792864 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10671] ppid=10659 vsize=13980036 memory=2460 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10671/stat : 10671 (java) S 10659 10662 12395 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 15 0 127417972 14315556864 43001 18446744073709551615 4194304 4196468 140733004396688 140490664740480 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10672] ppid=10659 vsize=13980036 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10672/stat : 10672 (java) S 10659 10662 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127417975 14315556864 43001 18446744073709551615 4194304 4196468 140733004396688 140490663688784 140491120433051 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10673] ppid=10659 vsize=13980036 memory=4612 CPUtime=0.89 cores=1,3,5,7
/proc/10662/task/10673/stat : 10673 (java) S 10659 10662 12395 0 -1 1077944384 5989 0 0 0 89 0 0 0 20 0 15 0 127417975 14315556864 43001 18446744073709551615 4194304 4196468 140733004396688 140490033064048 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10674] ppid=10659 vsize=13980036 memory=172004 CPUtime=0.98 cores=1,3,5,7
/proc/10662/task/10674/stat : 10674 (java) S 10659 10662 12395 0 -1 1077944384 4402 0 0 0 97 1 0 0 20 0 15 0 127417975 14315556864 43001 18446744073709551615 4194304 4196468 140733004396688 140490032011248 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10675] ppid=10659 vsize=13980036 memory=172004 CPUtime=0.56 cores=1,3,5,7
/proc/10662/task/10675/stat : 10675 (java) S 10659 10662 12395 0 -1 1077944384 4248 0 0 0 55 1 0 0 20 0 15 0 127417975 14315556864 43001 18446744073709551615 4194304 4196468 140733004396688 140490030958960 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10676] ppid=10659 vsize=13980036 memory=172004 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10676/stat : 10676 (java) S 10659 10662 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127417975 14315556864 43001 18446744073709551615 4194304 4196468 140733004396688 140490029906400 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10677] ppid=10659 vsize=13980036 memory=5784 CPUtime=0.68 cores=1,3,5,7
/proc/10662/task/10677/stat : 10677 (java) S 10659 10662 12395 0 -1 1077944384 710 0 0 0 28 40 0 0 20 0 15 0 127417981 14315556864 43001 18446744073709551615 4194304 4196468 140733004396688 140490028854192 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 62 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
Current children cumulated CPU time: 2506.03 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 172004 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2516.11 s]
/proc/loadavg: 1.70 1.71 1.68 3/215 10928
/proc/meminfo: memFree=30599852/32770624 swapFree=67108860/67108860
[pid=10662] ppid=10659 vsize=13980036 memory=172484 CPUtime=2520.06 cores=1,3,5,7
/proc/10662/stat : 10662 (java) S 10659 10662 12395 0 -1 1077944320 53826 0 0 0 251935 71 0 0 20 0 15 0 127417962 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140733004379232 140491120414455 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
/proc/10662/statm: 3495009 43121 3801 1 0 3483783 0
[pid=10662/tid=10664] ppid=10659 vsize=13980036 memory=172264 CPUtime=2515.84 cores=1,3,5,7
/proc/10662/task/10664/stat : 10664 (java) R 10659 10662 12395 0 -1 4202560 20457 0 0 0 251570 14 0 0 20 0 15 0 127417969 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140491124652688 140490752255632 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10665] ppid=10659 vsize=13980036 memory=172264 CPUtime=0.18 cores=1,3,5,7
/proc/10662/task/10665/stat : 10665 (java) S 10659 10662 12395 0 -1 1077944384 2958 0 0 0 13 5 0 0 20 0 15 0 127417970 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140491077380496 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10666] ppid=10659 vsize=13980036 memory=172004 CPUtime=0.17 cores=1,3,5,7
/proc/10662/task/10666/stat : 10666 (java) S 10659 10662 12395 0 -1 1077944384 4156 0 0 0 13 4 0 0 20 0 15 0 127417970 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140491076327696 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10667] ppid=10659 vsize=13980036 memory=172004 CPUtime=0.18 cores=1,3,5,7
/proc/10662/task/10667/stat : 10667 (java) S 10659 10662 12395 0 -1 1077944384 3200 0 0 0 13 5 0 0 20 0 15 0 127417970 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140491075275408 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10668] ppid=10659 vsize=13980036 memory=172004 CPUtime=0.18 cores=1,3,5,7
/proc/10662/task/10668/stat : 10668 (java) S 10659 10662 12395 0 -1 1077944384 2241 0 0 0 14 4 0 0 20 0 15 0 127417970 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140491074222608 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10669] ppid=10659 vsize=13980036 memory=172004 CPUtime=0.1 cores=1,3,5,7
/proc/10662/task/10669/stat : 10669 (java) S 10659 10662 12395 0 -1 1077944384 3239 0 0 0 7 3 0 0 20 0 15 0 127417971 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140490666846832 140491120425602 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10670] ppid=10659 vsize=13980036 memory=172004 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10670/stat : 10670 (java) S 10659 10662 12395 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 127417972 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140490665792864 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10671] ppid=10659 vsize=13980036 memory=840 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10671/stat : 10671 (java) S 10659 10662 12395 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 127417972 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140490664740480 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10672] ppid=10659 vsize=13980036 memory=172484 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10672/stat : 10672 (java) S 10659 10662 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127417975 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140490663688784 140491120433051 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10673] ppid=10659 vsize=13980036 memory=172004 CPUtime=1 cores=1,3,5,7
/proc/10662/task/10673/stat : 10673 (java) S 10659 10662 12395 0 -1 1077944384 6267 0 0 0 100 0 0 0 20 0 15 0 127417975 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140490033064048 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10674] ppid=10659 vsize=13980036 memory=172004 CPUtime=1.07 cores=1,3,5,7
/proc/10662/task/10674/stat : 10674 (java) S 10659 10662 12395 0 -1 1077944384 4556 0 0 0 106 1 0 0 20 0 15 0 127417975 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140490032011248 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10675] ppid=10659 vsize=13980036 memory=3624 CPUtime=0.58 cores=1,3,5,7
/proc/10662/task/10675/stat : 10675 (java) S 10659 10662 12395 0 -1 1077944384 4565 0 0 0 56 2 0 0 20 0 15 0 127417975 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140490030958960 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10676] ppid=10659 vsize=13980036 memory=3096 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10676/stat : 10676 (java) S 10659 10662 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127417975 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140490029906400 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10677] ppid=10659 vsize=13980036 memory=172004 CPUtime=0.69 cores=1,3,5,7
/proc/10662/task/10677/stat : 10677 (java) S 10659 10662 12395 0 -1 1077944384 710 0 0 0 28 41 0 0 20 0 15 0 127417981 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140490028854192 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 62 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 172484 KiB

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

[startup+2516.12 s]
# the end of solver process 10662 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.36 s, system=0.719135 s

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

[startup+2516.11 s]
/proc/loadavg: 1.70 1.71 1.68 3/215 10928
/proc/meminfo: memFree=30599852/32770624 swapFree=67108860/67108860
[pid=10662] ppid=10659 vsize=13980036 memory=172484 CPUtime=2520.06 cores=1,3,5,7
/proc/10662/stat : 10662 (java) S 10659 10662 12395 0 -1 1077944320 53826 0 0 0 251935 71 0 0 20 0 15 0 127417962 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140733004379232 140491120414455 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 7 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
/proc/10662/statm: 3495009 43121 3801 1 0 3483783 0
[pid=10662/tid=10664] ppid=10659 vsize=13980036 memory=172264 CPUtime=2515.84 cores=1,3,5,7
/proc/10662/task/10664/stat : 10664 (java) R 10659 10662 12395 0 -1 4202560 20457 0 0 0 251570 14 0 0 20 0 15 0 127417969 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140491124652688 140490752255632 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10665] ppid=10659 vsize=13980036 memory=172264 CPUtime=0.18 cores=1,3,5,7
/proc/10662/task/10665/stat : 10665 (java) S 10659 10662 12395 0 -1 1077944384 2958 0 0 0 13 5 0 0 20 0 15 0 127417970 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140491077380496 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10666] ppid=10659 vsize=13980036 memory=172004 CPUtime=0.17 cores=1,3,5,7
/proc/10662/task/10666/stat : 10666 (java) S 10659 10662 12395 0 -1 1077944384 4156 0 0 0 13 4 0 0 20 0 15 0 127417970 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140491076327696 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10667] ppid=10659 vsize=13980036 memory=172004 CPUtime=0.18 cores=1,3,5,7
/proc/10662/task/10667/stat : 10667 (java) S 10659 10662 12395 0 -1 1077944384 3200 0 0 0 13 5 0 0 20 0 15 0 127417970 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140491075275408 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10668] ppid=10659 vsize=13980036 memory=172004 CPUtime=0.18 cores=1,3,5,7
/proc/10662/task/10668/stat : 10668 (java) S 10659 10662 12395 0 -1 1077944384 2241 0 0 0 14 4 0 0 20 0 15 0 127417970 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140491074222608 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10669] ppid=10659 vsize=13980036 memory=172004 CPUtime=0.1 cores=1,3,5,7
/proc/10662/task/10669/stat : 10669 (java) S 10659 10662 12395 0 -1 1077944384 3239 0 0 0 7 3 0 0 20 0 15 0 127417971 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140490666846832 140491120425602 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10670] ppid=10659 vsize=13980036 memory=172004 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10670/stat : 10670 (java) S 10659 10662 12395 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 15 0 127417972 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140490665792864 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10671] ppid=10659 vsize=13980036 memory=840 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10671/stat : 10671 (java) S 10659 10662 12395 0 -1 1077944384 89 0 0 0 0 0 0 0 20 0 15 0 127417972 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140490664740480 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10672] ppid=10659 vsize=13980036 memory=172484 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10672/stat : 10672 (java) S 10659 10662 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127417975 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140490663688784 140491120433051 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10673] ppid=10659 vsize=13980036 memory=172004 CPUtime=1 cores=1,3,5,7
/proc/10662/task/10673/stat : 10673 (java) S 10659 10662 12395 0 -1 1077944384 6267 0 0 0 100 0 0 0 20 0 15 0 127417975 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140490033064048 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10674] ppid=10659 vsize=13980036 memory=172004 CPUtime=1.07 cores=1,3,5,7
/proc/10662/task/10674/stat : 10674 (java) S 10659 10662 12395 0 -1 1077944384 4556 0 0 0 106 1 0 0 20 0 15 0 127417975 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140490032011248 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10675] ppid=10659 vsize=13980036 memory=3624 CPUtime=0.58 cores=1,3,5,7
/proc/10662/task/10675/stat : 10675 (java) S 10659 10662 12395 0 -1 1077944384 4565 0 0 0 56 2 0 0 20 0 15 0 127417975 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140490030958960 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10676] ppid=10659 vsize=13980036 memory=3096 CPUtime=0 cores=1,3,5,7
/proc/10662/task/10676/stat : 10676 (java) S 10659 10662 12395 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 127417975 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140490029906400 140491120424661 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
[pid=10662/tid=10677] ppid=10659 vsize=13980036 memory=172004 CPUtime=0.69 cores=1,3,5,7
/proc/10662/task/10677/stat : 10677 (java) S 10659 10662 12395 0 -1 1077944384 710 0 0 0 28 41 0 0 20 0 15 0 127417981 14315556864 43121 18446744073709551615 4194304 4196468 140733004396688 140490028854192 140491120425602 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 62 0 0 6293624 6294260 14393344 140733004398963 140733004399145 140733004399145 140733004402639 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 172484 KiB

Child status: 143
Real time (s): 2516.12
CPU time (s): 2520.08
CPU user time (s): 2519.36
CPU system time (s): 0.719135
CPU usage (%): 100.157
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 256856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.36
system time used= 0.719135
maximum resident set size= 275392
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53968
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2520
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 58209
involuntary context switches= 1453


# summary of solver processes directly reported to runsolver:
#   pid: 10662
#   total CPU time (s): 2520.08
#   total CPU user time (s): 2519.36
#   total CPU system time (s): 0.719135

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.1873 second user time and 22.4316 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-16 05:30:33
IDJOB=4274432
IDBENCH=133712
IDSOLVER=2667
FILE ID=node135/4274432-1502855064
RUNJOBID= node135-1502658244-13745
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Hybrid 2017-07-26
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r5.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4274432-1502855064/watcher-4274432-1502855064 -o /tmp/evaluation-result-4274432-1502855064/solver-4274432-1502855064 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502658244-13745 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 616853243 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4274432-1502855064.xml

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

MD5SUM BENCH= 13c07461cd5d6cd59c34e2b3a9f24c58
RANDOM SEED=616853243

node135.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.21
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.21
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.21
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.21
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:        28552144 kB
MemAvailable:   29624232 kB
Buffers:          329068 kB
Cached:          1045612 kB
SwapCached:            0 kB
Active:          3151828 kB
Inactive:         607800 kB
Active(anon):    2385404 kB
Inactive(anon):    49516 kB
Active(file):     766424 kB
Inactive(file):   558284 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42484 kB
Writeback:            16 kB
AnonPages:       2382636 kB
Mapped:            76908 kB
Shmem:             49848 kB
Slab:             154968 kB
SReclaimable:     126428 kB
SUnreclaim:        28540 kB
KernelStack:        3568 kB
PageTables:        10516 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3191412 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2260992 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61948 MiB
End job on node135 at 2017-08-16 06:12:29