Trace number 4255402

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) 242.625 240.011

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-63.xml
MD5SUM6886ed4ce8536fa7eb6fe38004cd2981
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark246.065
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size46
Distribution of domain sizes[{"size":23,"count":1},{"size":46,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.31/0.34	c version: 2017-07-26
0.31/0.34	c seed: 1724207468
0.31/0.34	c timeout: 264
0.31/0.34	c memlimit: 11000
0.31/0.34	c nbcore: 4
0.31/0.36	c Parsing instance...
242.60/240.00	s UNKNOWN

Verifier Data


Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4255402-1501641117/watcher-4255402-1501641117 -o /tmp/evaluation-result-4255402-1501641117/solver-4255402-1501641117 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501622883-15276 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1724207468 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255402-1501641117.xml 

pid=27680
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.91 1.94 1.72 3/194 27683
/proc/meminfo: memFree=30652572/32770624 swapFree=0/953248
[pid=27683] ppid=27680 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/27683/stat : 27683 (runsolver) D 27680 27683 5678 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 12736452 24240128 107 18446744073709551615 4194304 4338465 140726222738112 140726222735752 140387022832343 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 27869184 140726222745708 140726222746182 140726222746182 140726222749642 0
/proc/27683/statm: 5918 107 54 36 0 2156 0

[startup+0.100144 s]
/proc/loadavg: 1.91 1.94 1.72 3/194 27683
/proc/meminfo: memFree=30652572/32770624 swapFree=0/953248
[pid=27683] ppid=27680 vsize=13573664 CPUtime=0.04 cores=0,2,4,6
/proc/27683/stat : 27683 (java) S 27680 27683 5678 0 -1 1077944320 3989 0 0 0 3 1 0 0 20 0 9 0 12736452 13899431936 4565 18446744073709551615 4194304 4196468 140724270423104 140724270405648 139792358690551 0 0 1 16800970 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
/proc/27683/statm: 3393416 4565 2104 1 0 3382921 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 13573664

[startup+0.200343 s]
/proc/loadavg: 1.91 1.94 1.72 3/194 27683
/proc/meminfo: memFree=30652572/32770624 swapFree=0/953248
[pid=27683] ppid=27680 vsize=13975920 CPUtime=0.14 cores=0,2,4,6
/proc/27683/stat : 27683 (java) S 27680 27683 5678 0 -1 1077944320 9176 0 0 0 12 2 0 0 20 0 15 0 12736452 14311342080 8700 18446744073709551615 4194304 4196468 140724270423104 140724270405648 139792358690551 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
/proc/27683/statm: 3493980 8700 3377 1 0 3482767 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13975920

[startup+0.300348 s]
/proc/loadavg: 1.91 1.94 1.72 3/194 27683
/proc/meminfo: memFree=30652572/32770624 swapFree=0/953248
[pid=27683] ppid=27680 vsize=13975920 CPUtime=0.31 cores=0,2,4,6
/proc/27683/stat : 27683 (java) S 27680 27683 5678 0 -1 1077944320 10722 0 0 0 27 4 0 0 20 0 15 0 12736452 14311342080 10986 18446744073709551615 4194304 4196468 140724270423104 140724270405648 139792358690551 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
/proc/27683/statm: 3493980 10986 3587 1 0 3482767 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 13975920

[startup+0.701095 s]
/proc/loadavg: 1.91 1.94 1.72 3/194 27683
/proc/meminfo: memFree=30652572/32770624 swapFree=0/953248
[pid=27683] ppid=27680 vsize=13977988 CPUtime=1.15 cores=0,2,4,6
/proc/27683/stat : 27683 (java) S 27680 27683 5678 0 -1 1077944320 13558 0 0 0 109 6 0 0 20 0 15 0 12736452 14313459712 21454 18446744073709551615 4194304 4196468 140724270423104 140724270405648 139792358690551 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
/proc/27683/statm: 3494497 21454 3723 1 0 3483279 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 13977988

[startup+1.50065 s]
/proc/loadavg: 2.08 1.97 1.73 3/209 27698
/proc/meminfo: memFree=30492048/32770624 swapFree=0/953480
[pid=27683] ppid=27680 vsize=13977988 CPUtime=2.66 cores=0,2,4,6
/proc/27683/stat : 27683 (java) S 27680 27683 5678 0 -1 1077944320 19633 0 0 0 256 10 0 0 20 0 15 0 12736452 14313459712 48449 18446744073709551615 4194304 4196468 140724270423104 140724270405648 139792358690551 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
/proc/27683/statm: 3494497 48449 3776 1 0 3483279 0
[pid=27683/tid=27685] ppid=27680 vsize=13977988 CPUtime=1.39 cores=0,2,4,6
/proc/27683/task/27685/stat : 27685 (java) R 27680 27683 5678 0 -1 4202560 11116 0 0 0 132 7 0 0 20 0 15 0 12736458 14313459712 48449 18446744073709551615 4194304 4196468 140724270423104 139792362925736 139792003335842 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27686] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27686/stat : 27686 (java) S 27680 27683 5678 0 -1 1077944384 399 0 0 0 0 0 0 0 20 0 15 0 12736458 14313459712 48449 18446744073709551615 4194304 4196468 140724270423104 139792328403728 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27687] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27687/stat : 27687 (java) S 27680 27683 5678 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 15 0 12736458 14313459712 48449 18446744073709551615 4194304 4196468 140724270423104 139791958043536 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27688] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27688/stat : 27688 (java) S 27680 27683 5678 0 -1 1077944384 181 0 0 0 0 0 0 0 20 0 15 0 12736458 14313459712 48449 18446744073709551615 4194304 4196468 140724270423104 139791956990992 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27689] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27689/stat : 27689 (java) S 27680 27683 5678 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 12736458 14313459712 48449 18446744073709551615 4194304 4196468 140724270423104 139791955938448 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27690] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27690/stat : 27690 (java) S 27680 27683 5678 0 -1 1077944384 347 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 48449 18446744073709551615 4194304 4196468 140724270423104 139791837378544 139792358701698 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27691] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27691/stat : 27691 (java) S 27680 27683 5678 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 48449 18446744073709551615 4194304 4196468 140724270423104 139791836324832 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27692] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27692/stat : 27692 (java) S 27680 27683 5678 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 48449 18446744073709551615 4194304 4196468 140724270423104 139791835272192 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27693] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27693/stat : 27693 (java) S 27680 27683 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12736463 14313459712 48449 18446744073709551615 4194304 4196468 140724270423104 139791834220752 139792358709147 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27694] ppid=27680 vsize=13977988 CPUtime=0.44 cores=0,2,4,6
/proc/27683/task/27694/stat : 27694 (java) S 27680 27683 5678 0 -1 1077944384 2236 0 0 0 44 0 0 0 20 0 15 0 12736463 14313459712 48449 18446744073709551615 4194304 4196468 140724270423104 139791833168368 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27695] ppid=27680 vsize=13977988 CPUtime=0.45 cores=0,2,4,6
/proc/27683/task/27695/stat : 27695 (java) S 27680 27683 5678 0 -1 1077944384 1541 0 0 0 45 0 0 0 20 0 15 0 12736463 14313459712 48449 18446744073709551615 4194304 4196468 140724270423104 139791832115824 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27696] ppid=27680 vsize=13977988 CPUtime=0.29 cores=0,2,4,6
/proc/27683/task/27696/stat : 27696 (java) S 27680 27683 5678 0 -1 1077944384 2061 0 0 0 29 0 0 0 20 0 15 0 12736463 14313459712 48449 18446744073709551615 4194304 4196468 140724270423104 139791831063280 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27697] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27697/stat : 27697 (java) S 27680 27683 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12736463 14313459712 48449 18446744073709551615 4194304 4196468 140724270423104 139791830010976 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27698] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27698/stat : 27698 (java) S 27680 27683 5678 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 12736466 14313459712 48449 18446744073709551615 4194304 4196468 140724270423104 139791828957488 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
Current children cumulated CPU time (s) 2.66
Current children cumulated vsize (KiB) 13977988

[startup+3.10066 s]
/proc/loadavg: 2.08 1.97 1.73 3/209 27698
/proc/meminfo: memFree=30473860/32770624 swapFree=0/953492
[pid=27683] ppid=27680 vsize=13977988 CPUtime=4.42 cores=0,2,4,6
/proc/27683/stat : 27683 (java) S 27680 27683 5678 0 -1 1077944320 19757 0 0 0 432 10 0 0 20 0 15 0 12736452 14313459712 48497 18446744073709551615 4194304 4196468 140724270423104 140724270405648 139792358690551 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
/proc/27683/statm: 3494497 48497 3776 1 0 3483279 0
[pid=27683/tid=27685] ppid=27680 vsize=13977988 CPUtime=2.99 cores=0,2,4,6
/proc/27683/task/27685/stat : 27685 (java) R 27680 27683 5678 0 -1 4202560 11143 0 0 0 292 7 0 0 20 0 15 0 12736458 14313459712 48497 18446744073709551615 4194304 4196468 140724270423104 139792362925688 139792003520897 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27686] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27686/stat : 27686 (java) S 27680 27683 5678 0 -1 1077944384 399 0 0 0 0 0 0 0 20 0 15 0 12736458 14313459712 48497 18446744073709551615 4194304 4196468 140724270423104 139792328403728 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27687] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27687/stat : 27687 (java) S 27680 27683 5678 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 15 0 12736458 14313459712 48497 18446744073709551615 4194304 4196468 140724270423104 139791958043536 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27688] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27688/stat : 27688 (java) S 27680 27683 5678 0 -1 1077944384 181 0 0 0 0 0 0 0 20 0 15 0 12736458 14313459712 48497 18446744073709551615 4194304 4196468 140724270423104 139791956990992 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27689] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27689/stat : 27689 (java) S 27680 27683 5678 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 12736458 14313459712 48497 18446744073709551615 4194304 4196468 140724270423104 139791955938448 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27690] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27690/stat : 27690 (java) S 27680 27683 5678 0 -1 1077944384 347 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 48497 18446744073709551615 4194304 4196468 140724270423104 139791837378544 139792358701698 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27691] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27691/stat : 27691 (java) S 27680 27683 5678 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 48497 18446744073709551615 4194304 4196468 140724270423104 139791836324832 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27692] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27692/stat : 27692 (java) S 27680 27683 5678 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 48497 18446744073709551615 4194304 4196468 140724270423104 139791835272192 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27693] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27693/stat : 27693 (java) S 27680 27683 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12736463 14313459712 48497 18446744073709551615 4194304 4196468 140724270423104 139791834220752 139792358709147 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27694] ppid=27680 vsize=13977988 CPUtime=0.51 cores=0,2,4,6
/proc/27683/task/27694/stat : 27694 (java) S 27680 27683 5678 0 -1 1077944384 2254 0 0 0 51 0 0 0 20 0 15 0 12736463 14313459712 48497 18446744073709551615 4194304 4196468 140724270423104 139791833168368 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27695] ppid=27680 vsize=13977988 CPUtime=0.51 cores=0,2,4,6
/proc/27683/task/27695/stat : 27695 (java) S 27680 27683 5678 0 -1 1077944384 1565 0 0 0 51 0 0 0 20 0 15 0 12736463 14313459712 48497 18446744073709551615 4194304 4196468 140724270423104 139791832115824 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27696] ppid=27680 vsize=13977988 CPUtime=0.32 cores=0,2,4,6
/proc/27683/task/27696/stat : 27696 (java) S 27680 27683 5678 0 -1 1077944384 2116 0 0 0 32 0 0 0 20 0 15 0 12736463 14313459712 48497 18446744073709551615 4194304 4196468 140724270423104 139791831063280 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27697] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27697/stat : 27697 (java) S 27680 27683 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12736463 14313459712 48497 18446744073709551615 4194304 4196468 140724270423104 139791830010976 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27698] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27698/stat : 27698 (java) S 27680 27683 5678 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 12736466 14313459712 48497 18446744073709551615 4194304 4196468 140724270423104 139791828957488 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 13977988

[startup+6.30069 s]
/proc/loadavg: 2.08 1.97 1.73 3/209 27698
/proc/meminfo: memFree=30473192/32770624 swapFree=0/953492
[pid=27683] ppid=27680 vsize=13977988 CPUtime=7.77 cores=0,2,4,6
/proc/27683/stat : 27683 (java) S 27680 27683 5678 0 -1 1077944320 19847 0 0 0 767 10 0 0 20 0 15 0 12736452 14313459712 48588 18446744073709551615 4194304 4196468 140724270423104 140724270405648 139792358690551 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
/proc/27683/statm: 3494497 48588 3776 1 0 3483279 0
[pid=27683/tid=27685] ppid=27680 vsize=13977988 CPUtime=6.19 cores=0,2,4,6
/proc/27683/task/27685/stat : 27685 (java) R 27680 27683 5678 0 -1 4202560 11152 0 0 0 612 7 0 0 20 0 15 0 12736458 14313459712 48588 18446744073709551615 4194304 4196468 140724270423104 139792362925096 139792003520926 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27686] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27686/stat : 27686 (java) S 27680 27683 5678 0 -1 1077944384 399 0 0 0 0 0 0 0 20 0 15 0 12736458 14313459712 48588 18446744073709551615 4194304 4196468 140724270423104 139792328403728 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27687] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27687/stat : 27687 (java) S 27680 27683 5678 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 15 0 12736458 14313459712 48588 18446744073709551615 4194304 4196468 140724270423104 139791958043536 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27688] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27688/stat : 27688 (java) S 27680 27683 5678 0 -1 1077944384 181 0 0 0 0 0 0 0 20 0 15 0 12736458 14313459712 48588 18446744073709551615 4194304 4196468 140724270423104 139791956990992 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27689] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27689/stat : 27689 (java) S 27680 27683 5678 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 12736458 14313459712 48588 18446744073709551615 4194304 4196468 140724270423104 139791955938448 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27690] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27690/stat : 27690 (java) S 27680 27683 5678 0 -1 1077944384 347 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 48588 18446744073709551615 4194304 4196468 140724270423104 139791837378544 139792358701698 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27691] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27691/stat : 27691 (java) S 27680 27683 5678 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 48588 18446744073709551615 4194304 4196468 140724270423104 139791836324832 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27692] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27692/stat : 27692 (java) S 27680 27683 5678 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 48588 18446744073709551615 4194304 4196468 140724270423104 139791835272192 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27693] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27693/stat : 27693 (java) S 27680 27683 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12736463 14313459712 48588 18446744073709551615 4194304 4196468 140724270423104 139791834220752 139792358709147 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27694] ppid=27680 vsize=13977988 CPUtime=0.61 cores=0,2,4,6
/proc/27683/task/27694/stat : 27694 (java) S 27680 27683 5678 0 -1 1077944384 2318 0 0 0 61 0 0 0 20 0 15 0 12736463 14313459712 48588 18446744073709551615 4194304 4196468 140724270423104 139791833168368 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27695] ppid=27680 vsize=13977988 CPUtime=0.55 cores=0,2,4,6
/proc/27683/task/27695/stat : 27695 (java) S 27680 27683 5678 0 -1 1077944384 1576 0 0 0 55 0 0 0 20 0 15 0 12736463 14313459712 48588 18446744073709551615 4194304 4196468 140724270423104 139791832115824 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27696] ppid=27680 vsize=13977988 CPUtime=0.33 cores=0,2,4,6
/proc/27683/task/27696/stat : 27696 (java) S 27680 27683 5678 0 -1 1077944384 2116 0 0 0 33 0 0 0 20 0 15 0 12736463 14313459712 48588 18446744073709551615 4194304 4196468 140724270423104 139791831063280 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27697] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27697/stat : 27697 (java) S 27680 27683 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12736463 14313459712 48588 18446744073709551615 4194304 4196468 140724270423104 139791830010976 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27698] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27698/stat : 27698 (java) S 27680 27683 5678 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 12736466 14313459712 48588 18446744073709551615 4194304 4196468 140724270423104 139791828957488 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 13977988

[startup+12.7007 s]
/proc/loadavg: 2.07 1.97 1.74 3/209 27698
/proc/meminfo: memFree=30472324/32770624 swapFree=0/953500
[pid=27683] ppid=27680 vsize=13977988 CPUtime=14.17 cores=0,2,4,6
/proc/27683/stat : 27683 (java) S 27680 27683 5678 0 -1 1077944320 20278 0 0 0 1407 10 0 0 20 0 15 0 12736452 14313459712 48589 18446744073709551615 4194304 4196468 140724270423104 140724270405648 139792358690551 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
/proc/27683/statm: 3494497 48589 3776 1 0 3483279 0
[pid=27683/tid=27685] ppid=27680 vsize=13977988 CPUtime=12.59 cores=0,2,4,6
/proc/27683/task/27685/stat : 27685 (java) R 27680 27683 5678 0 -1 4202560 11348 0 0 0 1252 7 0 0 20 0 15 0 12736458 14313459712 48589 18446744073709551615 4194304 4196468 140724270423104 139792362925096 139792003520950 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27686] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27686/stat : 27686 (java) S 27680 27683 5678 0 -1 1077944384 399 0 0 0 0 0 0 0 20 0 15 0 12736458 14313459712 48589 18446744073709551615 4194304 4196468 140724270423104 139792328403728 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27687] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27687/stat : 27687 (java) S 27680 27683 5678 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 15 0 12736458 14313459712 48589 18446744073709551615 4194304 4196468 140724270423104 139791958043536 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27688] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27688/stat : 27688 (java) S 27680 27683 5678 0 -1 1077944384 181 0 0 0 0 0 0 0 20 0 15 0 12736458 14313459712 48589 18446744073709551615 4194304 4196468 140724270423104 139791956990992 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27689] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27689/stat : 27689 (java) S 27680 27683 5678 0 -1 1077944384 131 0 0 0 0 0 0 0 20 0 15 0 12736458 14313459712 48589 18446744073709551615 4194304 4196468 140724270423104 139791955938448 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27690] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27690/stat : 27690 (java) S 27680 27683 5678 0 -1 1077944384 356 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 48589 18446744073709551615 4194304 4196468 140724270423104 139791837378544 139792358701698 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27691] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27691/stat : 27691 (java) S 27680 27683 5678 0 -1 1077944384 87 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 48589 18446744073709551615 4194304 4196468 140724270423104 139791836324832 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27692] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27692/stat : 27692 (java) S 27680 27683 5678 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 48589 18446744073709551615 4194304 4196468 140724270423104 139791835272192 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27693] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27693/stat : 27693 (java) S 27680 27683 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12736463 14313459712 48589 18446744073709551615 4194304 4196468 140724270423104 139791834220752 139792358709147 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0

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

/proc/27683/task/27697/stat : 27697 (java) S 27680 27683 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12736463 14313459712 48589 18446744073709551615 4194304 4196468 140724270423104 139791830010976 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27698] ppid=27680 vsize=13977988 CPUtime=0.02 cores=0,2,4,6
/proc/27683/task/27698/stat : 27698 (java) S 27680 27683 5678 0 -1 1077944384 328 0 0 0 1 1 0 0 20 0 15 0 12736466 14313459712 48589 18446744073709551615 4194304 4196468 140724270423104 139791828957488 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
Current children cumulated CPU time (s) 52.59
Current children cumulated vsize (KiB) 13977988

[startup+102.301 s]
/proc/loadavg: 1.81 1.92 1.74 3/209 27778
/proc/meminfo: memFree=30667296/32770624 swapFree=0/953612
[pid=27683] ppid=27680 vsize=13977988 CPUtime=104.24 cores=0,2,4,6
/proc/27683/stat : 27683 (java) S 27680 27683 5678 0 -1 1077944320 23130 0 0 0 10400 24 0 0 20 0 15 0 12736452 14313459712 72408 18446744073709551615 4194304 4196468 140724270423104 140724270405648 139792358690551 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
/proc/27683/statm: 3494497 72408 3780 1 0 3483279 0
[pid=27683/tid=27685] ppid=27680 vsize=13977988 CPUtime=102.04 cores=0,2,4,6
/proc/27683/task/27685/stat : 27685 (java) R 27680 27683 5678 0 -1 4202560 11980 0 0 0 10197 7 0 0 20 0 15 0 12736458 14313459712 72408 18446744073709551615 4194304 4196468 140724270423104 139792362927440 139792003520926 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27686] ppid=27680 vsize=13977988 CPUtime=0.14 cores=0,2,4,6
/proc/27683/task/27686/stat : 27686 (java) S 27680 27683 5678 0 -1 1077944384 961 0 0 0 11 3 0 0 20 0 15 0 12736458 14313459712 72408 18446744073709551615 4194304 4196468 140724270423104 139792328403728 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27687] ppid=27680 vsize=13977988 CPUtime=0.15 cores=0,2,4,6
/proc/27683/task/27687/stat : 27687 (java) S 27680 27683 5678 0 -1 1077944384 442 0 0 0 12 3 0 0 20 0 15 0 12736458 14313459712 72408 18446744073709551615 4194304 4196468 140724270423104 139791958043536 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27688] ppid=27680 vsize=13977988 CPUtime=0.15 cores=0,2,4,6
/proc/27683/task/27688/stat : 27688 (java) S 27680 27683 5678 0 -1 1077944384 530 0 0 0 12 3 0 0 20 0 15 0 12736458 14313459712 72408 18446744073709551615 4194304 4196468 140724270423104 139791956990992 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27689] ppid=27680 vsize=13977988 CPUtime=0.15 cores=0,2,4,6
/proc/27683/task/27689/stat : 27689 (java) S 27680 27683 5678 0 -1 1077944384 620 0 0 0 12 3 0 0 20 0 15 0 12736458 14313459712 72408 18446744073709551615 4194304 4196468 140724270423104 139791955938448 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27690] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27690/stat : 27690 (java) S 27680 27683 5678 0 -1 1077944384 622 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 72408 18446744073709551615 4194304 4196468 140724270423104 139791837378544 139792358701698 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27691] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27691/stat : 27691 (java) S 27680 27683 5678 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 72408 18446744073709551615 4194304 4196468 140724270423104 139791836324832 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27692] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27692/stat : 27692 (java) S 27680 27683 5678 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 72408 18446744073709551615 4194304 4196468 140724270423104 139791835272192 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27693] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27693/stat : 27693 (java) S 27680 27683 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12736463 14313459712 72408 18446744073709551615 4194304 4196468 140724270423104 139791834220752 139792358709147 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27694] ppid=27680 vsize=13977988 CPUtime=0.61 cores=0,2,4,6
/proc/27683/task/27694/stat : 27694 (java) S 27680 27683 5678 0 -1 1077944384 2333 0 0 0 61 0 0 0 20 0 15 0 12736463 14313459712 72408 18446744073709551615 4194304 4196468 140724270423104 139791833168368 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27695] ppid=27680 vsize=13977988 CPUtime=0.55 cores=0,2,4,6
/proc/27683/task/27695/stat : 27695 (java) S 27680 27683 5678 0 -1 1077944384 1626 0 0 0 55 0 0 0 20 0 15 0 12736463 14313459712 72408 18446744073709551615 4194304 4196468 140724270423104 139791832115824 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27696] ppid=27680 vsize=13977988 CPUtime=0.33 cores=0,2,4,6
/proc/27683/task/27696/stat : 27696 (java) S 27680 27683 5678 0 -1 1077944384 2131 0 0 0 33 0 0 0 20 0 15 0 12736463 14313459712 72408 18446744073709551615 4194304 4196468 140724270423104 139791831063280 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27697] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27697/stat : 27697 (java) S 27680 27683 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12736463 14313459712 72408 18446744073709551615 4194304 4196468 140724270423104 139791830010976 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27698] ppid=27680 vsize=13977988 CPUtime=0.03 cores=0,2,4,6
/proc/27683/task/27698/stat : 27698 (java) S 27680 27683 5678 0 -1 1077944384 363 0 0 0 2 1 0 0 20 0 15 0 12736466 14313459712 72408 18446744073709551615 4194304 4196468 140724270423104 139791828957488 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
Current children cumulated CPU time (s) 104.24
Current children cumulated vsize (KiB) 13977988

[startup+162.301 s]
/proc/loadavg: 1.69 1.87 1.74 3/209 27794
/proc/meminfo: memFree=30573144/32770624 swapFree=0/953656
[pid=27683] ppid=27680 vsize=13977988 CPUtime=164.62 cores=0,2,4,6
/proc/27683/stat : 27683 (java) S 27680 27683 5678 0 -1 1077944320 24850 0 0 0 16427 35 0 0 20 0 15 0 12736452 14313459712 95012 18446744073709551615 4194304 4196468 140724270423104 140724270405648 139792358690551 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
/proc/27683/statm: 3494497 95012 3780 1 0 3483279 0
[pid=27683/tid=27685] ppid=27680 vsize=13977988 CPUtime=161.9 cores=0,2,4,6
/proc/27683/task/27685/stat : 27685 (java) R 27680 27683 5678 0 -1 4202560 12062 0 0 0 16183 7 0 0 20 0 15 0 12736458 14313459712 95012 18446744073709551615 4194304 4196468 140724270423104 139792362927344 139792003520926 0 4 1 16800974 0 0 0 -1 0 0 0 2 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27686] ppid=27680 vsize=13977988 CPUtime=0.27 cores=0,2,4,6
/proc/27683/task/27686/stat : 27686 (java) S 27680 27683 5678 0 -1 1077944384 1498 0 0 0 22 5 0 0 20 0 15 0 12736458 14313459712 95012 18446744073709551615 4194304 4196468 140724270423104 139792328403728 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27687] ppid=27680 vsize=13977988 CPUtime=0.27 cores=0,2,4,6
/proc/27683/task/27687/stat : 27687 (java) S 27680 27683 5678 0 -1 1077944384 631 0 0 0 22 5 0 0 20 0 15 0 12736458 14313459712 95012 18446744073709551615 4194304 4196468 140724270423104 139791958043536 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27688] ppid=27680 vsize=13977988 CPUtime=0.27 cores=0,2,4,6
/proc/27683/task/27688/stat : 27688 (java) S 27680 27683 5678 0 -1 1077944384 961 0 0 0 22 5 0 0 20 0 15 0 12736458 14313459712 95012 18446744073709551615 4194304 4196468 140724270423104 139791956990992 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27689] ppid=27680 vsize=13977988 CPUtime=0.27 cores=0,2,4,6
/proc/27683/task/27689/stat : 27689 (java) S 27680 27683 5678 0 -1 1077944384 867 0 0 0 22 5 0 0 20 0 15 0 12736458 14313459712 95012 18446744073709551615 4194304 4196468 140724270423104 139791955938448 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27690] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27690/stat : 27690 (java) S 27680 27683 5678 0 -1 1077944384 854 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 95012 18446744073709551615 4194304 4196468 140724270423104 139791837378544 139792358701698 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27691] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27691/stat : 27691 (java) S 27680 27683 5678 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 95012 18446744073709551615 4194304 4196468 140724270423104 139791836324832 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27692] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27692/stat : 27692 (java) S 27680 27683 5678 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 95012 18446744073709551615 4194304 4196468 140724270423104 139791835272192 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27693] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27693/stat : 27693 (java) S 27680 27683 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12736463 14313459712 95012 18446744073709551615 4194304 4196468 140724270423104 139791834220752 139792358709147 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27694] ppid=27680 vsize=13977988 CPUtime=0.61 cores=0,2,4,6
/proc/27683/task/27694/stat : 27694 (java) S 27680 27683 5678 0 -1 1077944384 2333 0 0 0 61 0 0 0 20 0 15 0 12736463 14313459712 95012 18446744073709551615 4194304 4196468 140724270423104 139791833168368 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27695] ppid=27680 vsize=13977988 CPUtime=0.55 cores=0,2,4,6
/proc/27683/task/27695/stat : 27695 (java) S 27680 27683 5678 0 -1 1077944384 1626 0 0 0 55 0 0 0 20 0 15 0 12736463 14313459712 95012 18446744073709551615 4194304 4196468 140724270423104 139791832115824 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27696] ppid=27680 vsize=13977988 CPUtime=0.33 cores=0,2,4,6
/proc/27683/task/27696/stat : 27696 (java) S 27680 27683 5678 0 -1 1077944384 2131 0 0 0 33 0 0 0 20 0 15 0 12736463 14313459712 95012 18446744073709551615 4194304 4196468 140724270423104 139791831063280 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27697] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27697/stat : 27697 (java) S 27680 27683 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12736463 14313459712 95012 18446744073709551615 4194304 4196468 140724270423104 139791830010976 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27698] ppid=27680 vsize=13977988 CPUtime=0.05 cores=0,2,4,6
/proc/27683/task/27698/stat : 27698 (java) S 27680 27683 5678 0 -1 1077944384 365 0 0 0 3 2 0 0 20 0 15 0 12736466 14313459712 95012 18446744073709551615 4194304 4196468 140724270423104 139791828957488 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
Current children cumulated CPU time (s) 164.62
Current children cumulated vsize (KiB) 13977988

[startup+222.306 s]
/proc/loadavg: 1.74 1.86 1.74 3/209 27796
/proc/meminfo: memFree=30536396/32770624 swapFree=0/953680
[pid=27683] ppid=27680 vsize=13977988 CPUtime=224.9 cores=0,2,4,6
/proc/27683/stat : 27683 (java) S 27680 27683 5678 0 -1 1077944320 26829 0 0 0 22450 40 0 0 20 0 15 0 12736452 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 140724270405648 139792358690551 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
/proc/27683/statm: 3494497 102815 3780 1 0 3483279 0
[pid=27683/tid=27685] ppid=27680 vsize=13977988 CPUtime=221.82 cores=0,2,4,6
/proc/27683/task/27685/stat : 27685 (java) R 27680 27683 5678 0 -1 4202560 12199 0 0 0 22175 7 0 0 20 0 15 0 12736458 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139792362927168 139792003520897 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27686] ppid=27680 vsize=13977988 CPUtime=0.35 cores=0,2,4,6
/proc/27683/task/27686/stat : 27686 (java) S 27680 27683 5678 0 -1 1077944384 1950 0 0 0 29 6 0 0 20 0 15 0 12736458 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139792328403728 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27687] ppid=27680 vsize=13977988 CPUtime=0.35 cores=0,2,4,6
/proc/27683/task/27687/stat : 27687 (java) S 27680 27683 5678 0 -1 1077944384 1063 0 0 0 29 6 0 0 20 0 15 0 12736458 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791958043536 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27688] ppid=27680 vsize=13977988 CPUtime=0.35 cores=0,2,4,6
/proc/27683/task/27688/stat : 27688 (java) S 27680 27683 5678 0 -1 1077944384 1192 0 0 0 29 6 0 0 20 0 15 0 12736458 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791956990992 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27689] ppid=27680 vsize=13977988 CPUtime=0.36 cores=0,2,4,6
/proc/27683/task/27689/stat : 27689 (java) S 27680 27683 5678 0 -1 1077944384 1253 0 0 0 30 6 0 0 20 0 15 0 12736458 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791955938448 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27690] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27690/stat : 27690 (java) S 27680 27683 5678 0 -1 1077944384 1130 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791837378544 139792358701698 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27691] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27691/stat : 27691 (java) S 27680 27683 5678 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791836324832 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27692] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27692/stat : 27692 (java) S 27680 27683 5678 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791835272192 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27693] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27693/stat : 27693 (java) S 27680 27683 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12736463 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791834220752 139792358709147 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27694] ppid=27680 vsize=13977988 CPUtime=0.61 cores=0,2,4,6
/proc/27683/task/27694/stat : 27694 (java) S 27680 27683 5678 0 -1 1077944384 2349 0 0 0 61 0 0 0 20 0 15 0 12736463 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791833168368 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27695] ppid=27680 vsize=13977988 CPUtime=0.55 cores=0,2,4,6
/proc/27683/task/27695/stat : 27695 (java) S 27680 27683 5678 0 -1 1077944384 1646 0 0 0 55 0 0 0 20 0 15 0 12736463 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791832115824 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27696] ppid=27680 vsize=13977988 CPUtime=0.33 cores=0,2,4,6
/proc/27683/task/27696/stat : 27696 (java) S 27680 27683 5678 0 -1 1077944384 2140 0 0 0 33 0 0 0 20 0 15 0 12736463 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791831063280 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27697] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27697/stat : 27697 (java) S 27680 27683 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12736463 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791830010976 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27698] ppid=27680 vsize=13977988 CPUtime=0.06 cores=0,2,4,6
/proc/27683/task/27698/stat : 27698 (java) S 27680 27683 5678 0 -1 1077944384 385 0 0 0 3 3 0 0 20 0 15 0 12736466 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791828957488 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
Current children cumulated CPU time (s) 224.9
Current children cumulated vsize (KiB) 13977988



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.73 1.85 1.74 3/209 27796
/proc/meminfo: memFree=30536272/32770624 swapFree=0/953688
[pid=27683] ppid=27680 vsize=13977988 CPUtime=242.6 cores=0,2,4,6
/proc/27683/stat : 27683 (java) S 27680 27683 5678 0 -1 1077944320 26843 0 0 0 24220 40 0 0 20 0 15 0 12736452 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 140724270405648 139792358690551 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 5 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
/proc/27683/statm: 3494497 102815 3780 1 0 3483279 0
[pid=27683/tid=27685] ppid=27680 vsize=13977988 CPUtime=239.52 cores=0,2,4,6
/proc/27683/task/27685/stat : 27685 (java) R 27680 27683 5678 0 -1 4202560 12213 0 0 0 23945 7 0 0 20 0 15 0 12736458 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139792362927168 139792003520950 0 4 1 16800974 0 0 0 -1 4 0 0 2 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27686] ppid=27680 vsize=13977988 CPUtime=0.35 cores=0,2,4,6
/proc/27683/task/27686/stat : 27686 (java) S 27680 27683 5678 0 -1 1077944384 1950 0 0 0 29 6 0 0 20 0 15 0 12736458 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139792328403728 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27687] ppid=27680 vsize=13977988 CPUtime=0.35 cores=0,2,4,6
/proc/27683/task/27687/stat : 27687 (java) S 27680 27683 5678 0 -1 1077944384 1063 0 0 0 29 6 0 0 20 0 15 0 12736458 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791958043536 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27688] ppid=27680 vsize=13977988 CPUtime=0.35 cores=0,2,4,6
/proc/27683/task/27688/stat : 27688 (java) S 27680 27683 5678 0 -1 1077944384 1192 0 0 0 29 6 0 0 20 0 15 0 12736458 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791956990992 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27689] ppid=27680 vsize=13977988 CPUtime=0.36 cores=0,2,4,6
/proc/27683/task/27689/stat : 27689 (java) S 27680 27683 5678 0 -1 1077944384 1253 0 0 0 30 6 0 0 20 0 15 0 12736458 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791955938448 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27690] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27690/stat : 27690 (java) S 27680 27683 5678 0 -1 1077944384 1130 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791837378544 139792358701698 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27691] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27691/stat : 27691 (java) S 27680 27683 5678 0 -1 1077944384 112 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791836324832 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27692] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27692/stat : 27692 (java) S 27680 27683 5678 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 15 0 12736460 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791835272192 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27693] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27693/stat : 27693 (java) S 27680 27683 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12736463 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791834220752 139792358709147 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27694] ppid=27680 vsize=13977988 CPUtime=0.61 cores=0,2,4,6
/proc/27683/task/27694/stat : 27694 (java) S 27680 27683 5678 0 -1 1077944384 2349 0 0 0 61 0 0 0 20 0 15 0 12736463 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791833168368 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27695] ppid=27680 vsize=13977988 CPUtime=0.55 cores=0,2,4,6
/proc/27683/task/27695/stat : 27695 (java) S 27680 27683 5678 0 -1 1077944384 1646 0 0 0 55 0 0 0 20 0 15 0 12736463 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791832115824 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27696] ppid=27680 vsize=13977988 CPUtime=0.33 cores=0,2,4,6
/proc/27683/task/27696/stat : 27696 (java) S 27680 27683 5678 0 -1 1077944384 2140 0 0 0 33 0 0 0 20 0 15 0 12736463 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791831063280 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27697] ppid=27680 vsize=13977988 CPUtime=0 cores=0,2,4,6
/proc/27683/task/27697/stat : 27697 (java) S 27680 27683 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 12736463 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791830010976 139792358700757 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
[pid=27683/tid=27698] ppid=27680 vsize=13977988 CPUtime=0.07 cores=0,2,4,6
/proc/27683/task/27698/stat : 27698 (java) S 27680 27683 5678 0 -1 1077944384 385 0 0 0 4 3 0 0 20 0 15 0 12736466 14313459712 102815 18446744073709551615 4194304 4196468 140724270423104 139791828957488 139792358701698 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 10457088 140724270428567 140724270428747 140724270428747 140724270432207 0
Current children cumulated CPU time (s) 242.6
Current children cumulated vsize (KiB) 13977988

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 27683 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.011
CPU time (s): 242.625
CPU user time (s): 242.215
CPU system time (s): 0.410103
CPU usage (%): 101.089
Max. virtual memory (cumulated for all children) (KiB): 13977988

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 242.215
system time used= 0.410103
maximum resident set size= 411900
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 27307
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 7037
involuntary context switches= 278

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.958023 second user time and 1.40453 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 04:17:59
IDJOB=4255402
IDBENCH=137180
IDSOLVER=2638
FILE ID=node128/4255402-1501641117
RUNJOBID= node128-1501622883-15276
PBS_JOBID= 
Free space on /tmp= 61808 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-63.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-4255402-1501641117/watcher-4255402-1501641117 -o /tmp/evaluation-result-4255402-1501641117/solver-4255402-1501641117 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501622883-15276 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1724207468 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255402-1501641117.xml

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

MD5SUM BENCH= 6886ed4ce8536fa7eb6fe38004cd2981
RANDOM SEED=1724207468

node128.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.05
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.05
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.05
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.05
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:        30652912 kB
MemAvailable:   31609788 kB
Buffers:          108700 kB
Cached:          1128732 kB
SwapCached:            0 kB
Active:           749740 kB
Inactive:         961780 kB
Active(anon):     474332 kB
Inactive(anon):     8532 kB
Active(file):     275408 kB
Inactive(file):   953248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42692 kB
Writeback:             0 kB
AnonPages:        473756 kB
Mapped:            44784 kB
Shmem:              8872 kB
Slab:             113932 kB
SReclaimable:      88112 kB
SUnreclaim:        25820 kB
KernelStack:        3472 kB
PageTables:         5060 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1424524 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    385024 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= 61768 MiB
End job on node128 at 2017-08-02 04:21:59