Trace number 4256200

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 - Conflict Ordering 2017-07-26? (TO) 258.47101 240.03

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-19.xml
MD5SUM30814e96d0bc4cf3d8fc4c07c399f55d
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 variables434
Number of constraints433
Number of domains2
Minimum domain size2
Maximum domain size361
Distribution of domain sizes[{"size":2,"count":72},{"size":361,"count":362}]
Minimum variable degree2
Maximum variable degree72
Distribution of variable degrees[{"degree":2,"count":74},{"degree":3,"count":287},{"degree":4,"count":72},{"degree":72,"count":1}]
Minimum constraint arity2
Maximum constraint arity361
Distribution of constraint arities[{"arity":2,"count":360},{"arity":3,"count":72},{"arity":361,"count":1}]
Number of extensional constraints0
Number of intensional constraints432
Distribution of constraint types[{"type":"intension","count":432},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.36/0.40	c version: 2017-07-26
0.36/0.40	c seed: 297087795
0.36/0.40	c timeout: 264
0.36/0.40	c memlimit: 11000
0.36/0.40	c nbcore: 4
0.36/0.43	c Parsing instance...
55.93/43.67	c Parsing done, starting search...
258.43/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-4256200-1501637733/watcher-4256200-1501637733 -o /tmp/evaluation-result-4256200-1501637733/solver-4256200-1501637733 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501622945-15686 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 297087795 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256200-1501637733.xml 

pid=28495
running on 4 cores: 1,3,5,7

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.44 1.80 1.79 3/200 28498
/proc/meminfo: memFree=31603948/32770624 swapFree=0/209968
[pid=28498] ppid=28495 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28498/stat : 28498 (runsolver) D 28495 28498 5228 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 11588686 24240128 107 18446744073709551615 4194304 4338465 140730453132624 140730453130264 140275924398807 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 15011840 140730453139559 140730453140038 140730453140038 140730453143498 0
/proc/28498/statm: 5918 107 54 36 0 2156 0

[startup+0.100154 s]
/proc/loadavg: 1.44 1.80 1.79 3/200 28498
/proc/meminfo: memFree=31603948/32770624 swapFree=0/209968
[pid=28498] ppid=28495 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28498/stat : 28498 (runsolver) D 28495 28498 5228 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 11588686 24240128 107 18446744073709551615 4194304 4338465 140730453132624 140730453130264 140275924398807 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 15011840 140730453139559 140730453140038 140730453140038 140730453143498 0
/proc/28498/statm: 5918 107 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.20033 s]
/proc/loadavg: 1.44 1.80 1.79 3/200 28498
/proc/meminfo: memFree=31603948/32770624 swapFree=0/209968
[pid=28498] ppid=28495 vsize=13906484 CPUtime=0.05 cores=1,3,5,7
/proc/28498/stat : 28498 (java) S 28495 28498 5228 0 -1 1077944320 4999 0 0 0 5 0 0 0 20 0 14 0 11588686 14240239616 5537 18446744073709551615 4194304 4196468 140734256365136 140734256347680 139634896944887 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
/proc/28498/statm: 3476621 5537 2570 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.30028 s]
/proc/loadavg: 1.44 1.80 1.79 3/200 28498
/proc/meminfo: memFree=31603948/32770624 swapFree=0/209968
[pid=28498] ppid=28495 vsize=13975920 CPUtime=0.2 cores=1,3,5,7
/proc/28498/stat : 28498 (java) S 28495 28498 5228 0 -1 1077944320 9937 0 0 0 18 2 0 0 20 0 15 0 11588686 14311342080 9267 18446744073709551615 4194304 4196468 140734256365136 140734256347680 139634896944887 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
/proc/28498/statm: 3493980 9267 3505 1 0 3482767 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 13975920

[startup+0.703221 s]
/proc/loadavg: 1.44 1.80 1.79 3/200 28498
/proc/meminfo: memFree=31603948/32770624 swapFree=0/209968
[pid=28498] ppid=28495 vsize=13977988 CPUtime=0.96 cores=1,3,5,7
/proc/28498/stat : 28498 (java) S 28495 28498 5228 0 -1 1077944320 13728 0 0 0 91 5 0 0 20 0 15 0 11588686 14313459712 16451 18446744073709551615 4194304 4196468 140734256365136 140734256347680 139634896944887 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
/proc/28498/statm: 3494497 16451 3713 1 0 3483279 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 13977988

[startup+1.50058 s]
/proc/loadavg: 1.44 1.80 1.79 3/215 28513
/proc/meminfo: memFree=31548204/32770624 swapFree=0/210072
[pid=28498] ppid=28495 vsize=13977988 CPUtime=2.14 cores=1,3,5,7
/proc/28498/stat : 28498 (java) S 28495 28498 5228 0 -1 1077944320 17981 0 0 0 208 6 0 0 20 0 15 0 11588686 14313459712 19454 18446744073709551615 4194304 4196468 140734256365136 140734256347680 139634896944887 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
/proc/28498/statm: 3494497 19454 3743 1 0 3483279 0
[pid=28498/tid=28500] ppid=28495 vsize=13977988 CPUtime=1.33 cores=1,3,5,7
/proc/28498/task/28500/stat : 28500 (java) R 28495 28498 5228 0 -1 4202560 11740 0 0 0 129 4 0 0 20 0 15 0 11588697 14313459712 19454 18446744073709551615 4194304 4196468 140734256365136 139634901178072 139634507182215 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28501] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28501/stat : 28501 (java) S 28495 28498 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11588698 14313459712 19454 18446744073709551615 4194304 4196468 140734256365136 139634831379344 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28502] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28502/stat : 28502 (java) S 28495 28498 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11588698 14313459712 19454 18446744073709551615 4194304 4196468 140734256365136 139634830326544 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28503] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28503/stat : 28503 (java) S 28495 28498 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11588698 14313459712 19454 18446744073709551615 4194304 4196468 140734256365136 139634829274256 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28504] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28504/stat : 28504 (java) S 28495 28498 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11588698 14313459712 19454 18446744073709551615 4194304 4196468 140734256365136 139634828221456 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28505] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28505/stat : 28505 (java) S 28495 28498 5228 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11588699 14313459712 19454 18446744073709551615 4194304 4196468 140734256365136 139634375350384 139634896956034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28506] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28506/stat : 28506 (java) S 28495 28498 5228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11588700 14313459712 19454 18446744073709551615 4194304 4196468 140734256365136 139634374296352 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28507] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28507/stat : 28507 (java) S 28495 28498 5228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11588700 14313459712 19454 18446744073709551615 4194304 4196468 140734256365136 139634373244016 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28508] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28508/stat : 28508 (java) S 28495 28498 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11588703 14313459712 19454 18446744073709551615 4194304 4196468 140734256365136 139634372192336 139634896963483 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28509] ppid=28495 vsize=13977988 CPUtime=0.24 cores=1,3,5,7
/proc/28498/task/28509/stat : 28509 (java) S 28495 28498 5228 0 -1 1077944384 1421 0 0 0 24 0 0 0 20 0 15 0 11588703 14313459712 19454 18446744073709551615 4194304 4196468 140734256365136 139634371140208 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28510] ppid=28495 vsize=13977988 CPUtime=0.24 cores=1,3,5,7
/proc/28498/task/28510/stat : 28510 (java) S 28495 28498 5228 0 -1 1077944384 1720 0 0 0 24 0 0 0 20 0 15 0 11588703 14313459712 19454 18446744073709551615 4194304 4196468 140734256365136 139634370087408 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28511] ppid=28495 vsize=13977988 CPUtime=0.29 cores=1,3,5,7
/proc/28498/task/28511/stat : 28511 (java) S 28495 28498 5228 0 -1 1077944384 1716 0 0 0 29 0 0 0 20 0 15 0 11588703 14313459712 19454 18446744073709551615 4194304 4196468 140734256365136 139634369035120 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28512] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28512/stat : 28512 (java) S 28495 28498 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11588703 14313459712 19454 18446744073709551615 4194304 4196468 140734256365136 139634367982560 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28513] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28513/stat : 28513 (java) S 28495 28498 5228 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 11588707 14313459712 19454 18446744073709551615 4194304 4196468 140734256365136 139634366929328 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
Current children cumulated CPU time (s) 2.14
Current children cumulated vsize (KiB) 13977988

[startup+3.10053 s]
/proc/loadavg: 1.49 1.80 1.80 3/215 28513
/proc/meminfo: memFree=31544544/32770624 swapFree=0/210072
[pid=28498] ppid=28495 vsize=13977988 CPUtime=3.85 cores=1,3,5,7
/proc/28498/stat : 28498 (java) S 28495 28498 5228 0 -1 1077944320 18979 0 0 0 378 7 0 0 20 0 15 0 11588686 14313459712 21294 18446744073709551615 4194304 4196468 140734256365136 140734256347680 139634896944887 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
/proc/28498/statm: 3494497 21294 3744 1 0 3483279 0
[pid=28498/tid=28500] ppid=28495 vsize=13977988 CPUtime=2.93 cores=1,3,5,7
/proc/28498/task/28500/stat : 28500 (java) R 28495 28498 5228 0 -1 4202560 11814 0 0 0 289 4 0 0 20 0 15 0 11588697 14313459712 21294 18446744073709551615 4194304 4196468 140734256365136 139634901181656 139634507171042 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28501] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28501/stat : 28501 (java) S 28495 28498 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11588698 14313459712 21294 18446744073709551615 4194304 4196468 140734256365136 139634831379344 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28502] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28502/stat : 28502 (java) S 28495 28498 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11588698 14313459712 21294 18446744073709551615 4194304 4196468 140734256365136 139634830326544 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28503] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28503/stat : 28503 (java) S 28495 28498 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11588698 14313459712 21294 18446744073709551615 4194304 4196468 140734256365136 139634829274256 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28504] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28504/stat : 28504 (java) S 28495 28498 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11588698 14313459712 21294 18446744073709551615 4194304 4196468 140734256365136 139634828221456 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28505] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28505/stat : 28505 (java) S 28495 28498 5228 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 11588699 14313459712 21294 18446744073709551615 4194304 4196468 140734256365136 139634375350384 139634896956034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28506] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28506/stat : 28506 (java) S 28495 28498 5228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11588700 14313459712 21294 18446744073709551615 4194304 4196468 140734256365136 139634374296352 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28507] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28507/stat : 28507 (java) S 28495 28498 5228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11588700 14313459712 21294 18446744073709551615 4194304 4196468 140734256365136 139634373244016 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28508] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28508/stat : 28508 (java) S 28495 28498 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11588703 14313459712 21294 18446744073709551615 4194304 4196468 140734256365136 139634372192336 139634896963483 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28509] ppid=28495 vsize=13977988 CPUtime=0.29 cores=1,3,5,7
/proc/28498/task/28509/stat : 28509 (java) S 28495 28498 5228 0 -1 1077944384 1761 0 0 0 29 0 0 0 20 0 15 0 11588703 14313459712 21294 18446744073709551615 4194304 4196468 140734256365136 139634371140208 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28510] ppid=28495 vsize=13977988 CPUtime=0.25 cores=1,3,5,7
/proc/28498/task/28510/stat : 28510 (java) S 28495 28498 5228 0 -1 1077944384 1738 0 0 0 25 0 0 0 20 0 15 0 11588703 14313459712 21294 18446744073709551615 4194304 4196468 140734256365136 139634370087408 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28511] ppid=28495 vsize=13977988 CPUtime=0.35 cores=1,3,5,7
/proc/28498/task/28511/stat : 28511 (java) S 28495 28498 5228 0 -1 1077944384 2240 0 0 0 35 0 0 0 20 0 15 0 11588703 14313459712 21294 18446744073709551615 4194304 4196468 140734256365136 139634369035120 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28512] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28512/stat : 28512 (java) S 28495 28498 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11588703 14313459712 21294 18446744073709551615 4194304 4196468 140734256365136 139634367982560 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28513] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28513/stat : 28513 (java) S 28495 28498 5228 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 11588707 14313459712 21294 18446744073709551615 4194304 4196468 140734256365136 139634366929328 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
Current children cumulated CPU time (s) 3.85
Current children cumulated vsize (KiB) 13977988

[startup+6.30053 s]
/proc/loadavg: 1.49 1.80 1.80 3/215 28513
/proc/meminfo: memFree=31538912/32770624 swapFree=0/210084
[pid=28498] ppid=28495 vsize=13977988 CPUtime=7.17 cores=1,3,5,7
/proc/28498/stat : 28498 (java) S 28495 28498 5228 0 -1 1077944320 21567 0 0 0 710 7 0 0 20 0 15 0 11588686 14313459712 24486 18446744073709551615 4194304 4196468 140734256365136 140734256347680 139634896944887 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
/proc/28498/statm: 3494497 24486 3752 1 0 3483279 0
[pid=28498/tid=28500] ppid=28495 vsize=13977988 CPUtime=6.13 cores=1,3,5,7
/proc/28498/task/28500/stat : 28500 (java) R 28495 28498 5228 0 -1 4202560 12791 0 0 0 608 5 0 0 20 0 15 0 11588697 14313459712 24486 18446744073709551615 4194304 4196468 140734256365136 139634901179296 139634507450999 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28501] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28501/stat : 28501 (java) S 28495 28498 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11588698 14313459712 24486 18446744073709551615 4194304 4196468 140734256365136 139634831379344 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28502] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28502/stat : 28502 (java) S 28495 28498 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11588698 14313459712 24486 18446744073709551615 4194304 4196468 140734256365136 139634830326544 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28503] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28503/stat : 28503 (java) S 28495 28498 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11588698 14313459712 24486 18446744073709551615 4194304 4196468 140734256365136 139634829274256 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28504] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28504/stat : 28504 (java) S 28495 28498 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11588698 14313459712 24486 18446744073709551615 4194304 4196468 140734256365136 139634828221456 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28505] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28505/stat : 28505 (java) S 28495 28498 5228 0 -1 1077944384 273 0 0 0 0 0 0 0 20 0 15 0 11588699 14313459712 24486 18446744073709551615 4194304 4196468 140734256365136 139634375350384 139634896956034 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28506] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28506/stat : 28506 (java) S 28495 28498 5228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11588700 14313459712 24486 18446744073709551615 4194304 4196468 140734256365136 139634374296352 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28507] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28507/stat : 28507 (java) S 28495 28498 5228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11588700 14313459712 24486 18446744073709551615 4194304 4196468 140734256365136 139634373244016 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28508] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28508/stat : 28508 (java) S 28495 28498 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11588703 14313459712 24486 18446744073709551615 4194304 4196468 140734256365136 139634372192336 139634896963483 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28509] ppid=28495 vsize=13977988 CPUtime=0.33 cores=1,3,5,7
/proc/28498/task/28509/stat : 28509 (java) S 28495 28498 5228 0 -1 1077944384 2487 0 0 0 33 0 0 0 20 0 15 0 11588703 14313459712 24486 18446744073709551615 4194304 4196468 140734256365136 139634371140208 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28510] ppid=28495 vsize=13977988 CPUtime=0.3 cores=1,3,5,7
/proc/28498/task/28510/stat : 28510 (java) S 28495 28498 5228 0 -1 1077944384 2114 0 0 0 30 0 0 0 20 0 15 0 11588703 14313459712 24486 18446744073709551615 4194304 4196468 140734256365136 139634370087408 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28511] ppid=28495 vsize=13977988 CPUtime=0.37 cores=1,3,5,7
/proc/28498/task/28511/stat : 28511 (java) S 28495 28498 5228 0 -1 1077944384 2384 0 0 0 37 0 0 0 20 0 15 0 11588703 14313459712 24486 18446744073709551615 4194304 4196468 140734256365136 139634369035120 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28512] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28512/stat : 28512 (java) S 28495 28498 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11588703 14313459712 24486 18446744073709551615 4194304 4196468 140734256365136 139634367982560 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28513] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28513/stat : 28513 (java) S 28495 28498 5228 0 -1 1077944384 146 0 0 0 0 0 0 0 20 0 15 0 11588707 14313459712 24486 18446744073709551615 4194304 4196468 140734256365136 139634366929328 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
Current children cumulated CPU time (s) 7.17
Current children cumulated vsize (KiB) 13977988

[startup+12.7006 s]
/proc/loadavg: 1.65 1.82 1.80 3/215 28513
/proc/meminfo: memFree=31519232/32770624 swapFree=0/210088
[pid=28498] ppid=28495 vsize=13977988 CPUtime=13.95 cores=1,3,5,7
/proc/28498/stat : 28498 (java) S 28495 28498 5228 0 -1 1077944320 27568 0 0 0 1387 8 0 0 20 0 15 0 11588686 14313459712 31978 18446744073709551615 4194304 4196468 140734256365136 140734256347680 139634896944887 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
/proc/28498/statm: 3494497 31978 3762 1 0 3483279 0
[pid=28498/tid=28500] ppid=28495 vsize=13977988 CPUtime=12.53 cores=1,3,5,7
/proc/28498/task/28500/stat : 28500 (java) R 28495 28498 5228 0 -1 4202560 13817 0 0 0 1248 5 0 0 20 0 15 0 11588697 14313459712 31978 18446744073709551615 4194304 4196468 140734256365136 139634901181640 139634504982390 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28501] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28501/stat : 28501 (java) S 28495 28498 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11588698 14313459712 31978 18446744073709551615 4194304 4196468 140734256365136 139634831379344 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28502] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28502/stat : 28502 (java) S 28495 28498 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11588698 14313459712 31978 18446744073709551615 4194304 4196468 140734256365136 139634830326544 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28503] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28503/stat : 28503 (java) S 28495 28498 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11588698 14313459712 31978 18446744073709551615 4194304 4196468 140734256365136 139634829274256 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28504] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28504/stat : 28504 (java) S 28495 28498 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11588698 14313459712 31978 18446744073709551615 4194304 4196468 140734256365136 139634828221456 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28505] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28505/stat : 28505 (java) S 28495 28498 5228 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 11588699 14313459712 31978 18446744073709551615 4194304 4196468 140734256365136 139634375350384 139634896956034 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28506] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28506/stat : 28506 (java) S 28495 28498 5228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11588700 14313459712 31978 18446744073709551615 4194304 4196468 140734256365136 139634374296352 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28507] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28507/stat : 28507 (java) S 28495 28498 5228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11588700 14313459712 31978 18446744073709551615 4194304 4196468 140734256365136 139634373244016 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28508] ppid=28495 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28508/stat : 28508 (java) S 28495 28498 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11588703 14313459712 31978 18446744073709551615 4194304 4196468 140734256365136 139634372192336 139634896963483 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0

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

/proc/28498/task/28512/stat : 28512 (java) S 28495 28498 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11588703 14317654016 734888 18446744073709551615 4194304 4196468 140734256365136 139634367982560 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28513] ppid=28495 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28513/stat : 28513 (java) S 28495 28498 5228 0 -1 1077944384 280 0 0 0 0 0 0 0 20 0 15 0 11588707 14317654016 734888 18446744073709551615 4194304 4196468 140734256365136 139634366929328 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
Current children cumulated CPU time (s) 65.6
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 2.00 1.92 1.84 3/215 28516
/proc/meminfo: memFree=28025984/32770624 swapFree=0/210148
[pid=28498] ppid=28495 vsize=13982084 CPUtime=120.58 cores=1,3,5,7
/proc/28498/stat : 28498 (java) S 28495 28498 5228 0 -1 1077944320 82168 0 0 0 11691 367 0 0 20 0 15 0 11588686 14317654016 905031 18446744073709551615 4194304 4196468 140734256365136 140734256347680 139634896944887 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
/proc/28498/statm: 3495521 905031 3813 1 0 3484303 0
[pid=28498/tid=28500] ppid=28495 vsize=13982084 CPUtime=94.77 cores=1,3,5,7
/proc/28498/task/28500/stat : 28500 (java) R 28495 28498 5228 0 -1 4202560 20704 0 0 0 9467 10 0 0 20 0 15 0 11588697 14317654016 905031 18446744073709551615 4194304 4196468 140734256365136 139634901180240 139634513018339 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28501] ppid=28495 vsize=13982084 CPUtime=4.55 cores=1,3,5,7
/proc/28498/task/28501/stat : 28501 (java) S 28495 28498 5228 0 -1 1077944384 9702 0 0 0 369 86 0 0 20 0 15 0 11588698 14317654016 905031 18446744073709551615 4194304 4196468 140734256365136 139634831379344 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28502] ppid=28495 vsize=13982084 CPUtime=4.55 cores=1,3,5,7
/proc/28498/task/28502/stat : 28502 (java) S 28495 28498 5228 0 -1 1077944384 6747 0 0 0 372 83 0 0 20 0 15 0 11588698 14317654016 905031 18446744073709551615 4194304 4196468 140734256365136 139634830326544 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28503] ppid=28495 vsize=13982084 CPUtime=4.55 cores=1,3,5,7
/proc/28498/task/28503/stat : 28503 (java) S 28495 28498 5228 0 -1 1077944384 7525 0 0 0 365 90 0 0 20 0 15 0 11588698 14317654016 905031 18446744073709551615 4194304 4196468 140734256365136 139634829274256 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28504] ppid=28495 vsize=13982084 CPUtime=4.57 cores=1,3,5,7
/proc/28498/task/28504/stat : 28504 (java) S 28495 28498 5228 0 -1 1077944384 8170 0 0 0 371 86 0 0 20 0 15 0 11588698 14317654016 905031 18446744073709551615 4194304 4196468 140734256365136 139634828221456 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28505] ppid=28495 vsize=13982084 CPUtime=2.74 cores=1,3,5,7
/proc/28498/task/28505/stat : 28505 (java) S 28495 28498 5228 0 -1 1077944384 4627 0 0 0 274 0 0 0 20 0 15 0 11588699 14317654016 905031 18446744073709551615 4194304 4196468 140734256365136 139634375350384 139634896956034 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28506] ppid=28495 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28506/stat : 28506 (java) S 28495 28498 5228 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11588700 14317654016 905031 18446744073709551615 4194304 4196468 140734256365136 139634374296416 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28507] ppid=28495 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28507/stat : 28507 (java) S 28495 28498 5228 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 11588700 14317654016 905031 18446744073709551615 4194304 4196468 140734256365136 139634373244032 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28508] ppid=28495 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28508/stat : 28508 (java) S 28495 28498 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11588703 14317654016 905031 18446744073709551615 4194304 4196468 140734256365136 139634372192336 139634896963483 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28509] ppid=28495 vsize=13982084 CPUtime=1.96 cores=1,3,5,7
/proc/28498/task/28509/stat : 28509 (java) S 28495 28498 5228 0 -1 1077944384 5949 0 0 0 195 1 0 0 20 0 15 0 11588703 14317654016 905031 18446744073709551615 4194304 4196468 140734256365136 139634371140208 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28510] ppid=28495 vsize=13982084 CPUtime=2 cores=1,3,5,7
/proc/28498/task/28510/stat : 28510 (java) S 28495 28498 5228 0 -1 1077944384 7607 0 0 0 198 2 0 0 20 0 15 0 11588703 14317654016 905031 18446744073709551615 4194304 4196468 140734256365136 139634370087408 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28511] ppid=28495 vsize=13982084 CPUtime=0.76 cores=1,3,5,7
/proc/28498/task/28511/stat : 28511 (java) S 28495 28498 5228 0 -1 1077944384 9427 0 0 0 74 2 0 0 20 0 15 0 11588703 14317654016 905031 18446744073709551615 4194304 4196468 140734256365136 139634369035120 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28512] ppid=28495 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28512/stat : 28512 (java) S 28495 28498 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11588703 14317654016 905031 18446744073709551615 4194304 4196468 140734256365136 139634367982560 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28513] ppid=28495 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/28498/task/28513/stat : 28513 (java) S 28495 28498 5228 0 -1 1077944384 281 0 0 0 1 2 0 0 20 0 15 0 11588707 14317654016 905031 18446744073709551615 4194304 4196468 140734256365136 139634366929328 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
Current children cumulated CPU time (s) 120.58
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.79 1.87 1.83 3/214 28518
/proc/meminfo: memFree=28020904/32770624 swapFree=0/210180
[pid=28498] ppid=28495 vsize=13982084 CPUtime=180.67 cores=1,3,5,7
/proc/28498/stat : 28498 (java) S 28495 28498 5228 0 -1 1077944320 83273 0 0 0 17699 368 0 0 20 0 15 0 11588686 14317654016 905655 18446744073709551615 4194304 4196468 140734256365136 140734256347680 139634896944887 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
/proc/28498/statm: 3495521 905655 3813 1 0 3484303 0
[pid=28498/tid=28500] ppid=28495 vsize=13982084 CPUtime=154.75 cores=1,3,5,7
/proc/28498/task/28500/stat : 28500 (java) R 28495 28498 5228 0 -1 4202560 21636 0 0 0 15465 10 0 0 20 0 15 0 11588697 14317654016 905655 18446744073709551615 4194304 4196468 140734256365136 139634901183392 139634512226841 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28501] ppid=28495 vsize=13982084 CPUtime=4.56 cores=1,3,5,7
/proc/28498/task/28501/stat : 28501 (java) S 28495 28498 5228 0 -1 1077944384 9704 0 0 0 370 86 0 0 20 0 15 0 11588698 14317654016 905655 18446744073709551615 4194304 4196468 140734256365136 139634831379344 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28502] ppid=28495 vsize=13982084 CPUtime=4.56 cores=1,3,5,7
/proc/28498/task/28502/stat : 28502 (java) S 28495 28498 5228 0 -1 1077944384 6749 0 0 0 373 83 0 0 20 0 15 0 11588698 14317654016 905655 18446744073709551615 4194304 4196468 140734256365136 139634830326544 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28503] ppid=28495 vsize=13982084 CPUtime=4.56 cores=1,3,5,7
/proc/28498/task/28503/stat : 28503 (java) S 28495 28498 5228 0 -1 1077944384 7526 0 0 0 366 90 0 0 20 0 15 0 11588698 14317654016 905655 18446744073709551615 4194304 4196468 140734256365136 139634829274256 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28504] ppid=28495 vsize=13982084 CPUtime=4.58 cores=1,3,5,7
/proc/28498/task/28504/stat : 28504 (java) S 28495 28498 5228 0 -1 1077944384 8171 0 0 0 372 86 0 0 20 0 15 0 11588698 14317654016 905655 18446744073709551615 4194304 4196468 140734256365136 139634828221456 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28505] ppid=28495 vsize=13982084 CPUtime=2.74 cores=1,3,5,7
/proc/28498/task/28505/stat : 28505 (java) S 28495 28498 5228 0 -1 1077944384 4753 0 0 0 274 0 0 0 20 0 15 0 11588699 14317654016 905655 18446744073709551615 4194304 4196468 140734256365136 139634375350384 139634896956034 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28506] ppid=28495 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28506/stat : 28506 (java) S 28495 28498 5228 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11588700 14317654016 905655 18446744073709551615 4194304 4196468 140734256365136 139634374296416 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28507] ppid=28495 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28507/stat : 28507 (java) S 28495 28498 5228 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 11588700 14317654016 905655 18446744073709551615 4194304 4196468 140734256365136 139634373244032 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28508] ppid=28495 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28508/stat : 28508 (java) S 28495 28498 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11588703 14317654016 905655 18446744073709551615 4194304 4196468 140734256365136 139634372192336 139634896963483 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28509] ppid=28495 vsize=13982084 CPUtime=1.99 cores=1,3,5,7
/proc/28498/task/28509/stat : 28509 (java) S 28495 28498 5228 0 -1 1077944384 5955 0 0 0 198 1 0 0 20 0 15 0 11588703 14317654016 905655 18446744073709551615 4194304 4196468 140734256365136 139634371140208 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28510] ppid=28495 vsize=13982084 CPUtime=2 cores=1,3,5,7
/proc/28498/task/28510/stat : 28510 (java) S 28495 28498 5228 0 -1 1077944384 7611 0 0 0 198 2 0 0 20 0 15 0 11588703 14317654016 905655 18446744073709551615 4194304 4196468 140734256365136 139634370087408 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28511] ppid=28495 vsize=13982084 CPUtime=0.76 cores=1,3,5,7
/proc/28498/task/28511/stat : 28511 (java) S 28495 28498 5228 0 -1 1077944384 9434 0 0 0 74 2 0 0 20 0 15 0 11588703 14317654016 905655 18446744073709551615 4194304 4196468 140734256365136 139634369035120 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28512] ppid=28495 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28512/stat : 28512 (java) S 28495 28498 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11588703 14317654016 905655 18446744073709551615 4194304 4196468 140734256365136 139634367982560 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28513] ppid=28495 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/28498/task/28513/stat : 28513 (java) S 28495 28498 5228 0 -1 1077944384 305 0 0 0 2 3 0 0 20 0 15 0 11588707 14317654016 905655 18446744073709551615 4194304 4196468 140734256365136 139634366929328 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
Current children cumulated CPU time (s) 180.67
Current children cumulated vsize (KiB) 13982084

[startup+222.307 s]
/proc/loadavg: 1.93 1.91 1.85 3/215 28599
/proc/meminfo: memFree=28049592/32770624 swapFree=0/210268
[pid=28498] ppid=28495 vsize=13982084 CPUtime=240.73 cores=1,3,5,7
/proc/28498/stat : 28498 (java) S 28495 28498 5228 0 -1 1077944320 93271 0 0 0 23704 369 0 0 20 0 15 0 11588686 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 140734256347680 139634896944887 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
/proc/28498/statm: 3495521 906262 3813 1 0 3484303 0
[pid=28498/tid=28500] ppid=28495 vsize=13982084 CPUtime=214.73 cores=1,3,5,7
/proc/28498/task/28500/stat : 28500 (java) R 28495 28498 5228 0 -1 4202560 24174 0 0 0 21463 10 0 0 20 0 15 0 11588697 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634901183408 139634511981472 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28501] ppid=28495 vsize=13982084 CPUtime=4.57 cores=1,3,5,7
/proc/28498/task/28501/stat : 28501 (java) S 28495 28498 5228 0 -1 1077944384 11407 0 0 0 371 86 0 0 20 0 15 0 11588698 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634831379344 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28502] ppid=28495 vsize=13982084 CPUtime=4.57 cores=1,3,5,7
/proc/28498/task/28502/stat : 28502 (java) S 28495 28498 5228 0 -1 1077944384 8531 0 0 0 374 83 0 0 20 0 15 0 11588698 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634830326544 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28503] ppid=28495 vsize=13982084 CPUtime=4.57 cores=1,3,5,7
/proc/28498/task/28503/stat : 28503 (java) S 28495 28498 5228 0 -1 1077944384 9153 0 0 0 367 90 0 0 20 0 15 0 11588698 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634829274256 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28504] ppid=28495 vsize=13982084 CPUtime=4.59 cores=1,3,5,7
/proc/28498/task/28504/stat : 28504 (java) S 28495 28498 5228 0 -1 1077944384 10231 0 0 0 373 86 0 0 20 0 15 0 11588698 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634828221456 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28505] ppid=28495 vsize=13982084 CPUtime=2.75 cores=1,3,5,7
/proc/28498/task/28505/stat : 28505 (java) S 28495 28498 5228 0 -1 1077944384 5041 0 0 0 275 0 0 0 20 0 15 0 11588699 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634375350384 139634896956034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28506] ppid=28495 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28506/stat : 28506 (java) S 28495 28498 5228 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11588700 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634374296416 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28507] ppid=28495 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28507/stat : 28507 (java) S 28495 28498 5228 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 11588700 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634373244032 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28508] ppid=28495 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28508/stat : 28508 (java) S 28495 28498 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11588703 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634372192336 139634896963483 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28509] ppid=28495 vsize=13982084 CPUtime=1.99 cores=1,3,5,7
/proc/28498/task/28509/stat : 28509 (java) S 28495 28498 5228 0 -1 1077944384 5955 0 0 0 198 1 0 0 20 0 15 0 11588703 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634371140208 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28510] ppid=28495 vsize=13982084 CPUtime=2 cores=1,3,5,7
/proc/28498/task/28510/stat : 28510 (java) S 28495 28498 5228 0 -1 1077944384 7611 0 0 0 198 2 0 0 20 0 15 0 11588703 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634370087408 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28511] ppid=28495 vsize=13982084 CPUtime=0.76 cores=1,3,5,7
/proc/28498/task/28511/stat : 28511 (java) S 28495 28498 5228 0 -1 1077944384 9434 0 0 0 74 2 0 0 20 0 15 0 11588703 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634369035120 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28512] ppid=28495 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28512/stat : 28512 (java) S 28495 28498 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11588703 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634367982560 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28513] ppid=28495 vsize=13982084 CPUtime=0.08 cores=1,3,5,7
/proc/28498/task/28513/stat : 28513 (java) S 28495 28498 5228 0 -1 1077944384 305 0 0 0 3 5 0 0 20 0 15 0 11588707 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634366929328 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
Current children cumulated CPU time (s) 240.73
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.02 1.93 1.86 3/215 28675
/proc/meminfo: memFree=28002336/32770624 swapFree=0/210320
[pid=28498] ppid=28495 vsize=13982084 CPUtime=258.43 cores=1,3,5,7
/proc/28498/stat : 28498 (java) S 28495 28498 5228 0 -1 1077944320 94459 0 0 0 25474 369 0 0 20 0 15 0 11588686 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 140734256347680 139634896944887 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
/proc/28498/statm: 3495521 906262 3813 1 0 3484303 0
[pid=28498/tid=28500] ppid=28495 vsize=13982084 CPUtime=232.43 cores=1,3,5,7
/proc/28498/task/28500/stat : 28500 (java) R 28495 28498 5228 0 -1 4202560 25320 0 0 0 23233 10 0 0 20 0 15 0 11588697 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634901183408 139634512420208 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28501] ppid=28495 vsize=13982084 CPUtime=4.57 cores=1,3,5,7
/proc/28498/task/28501/stat : 28501 (java) S 28495 28498 5228 0 -1 1077944384 11407 0 0 0 371 86 0 0 20 0 15 0 11588698 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634831379344 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28502] ppid=28495 vsize=13982084 CPUtime=4.57 cores=1,3,5,7
/proc/28498/task/28502/stat : 28502 (java) S 28495 28498 5228 0 -1 1077944384 8531 0 0 0 374 83 0 0 20 0 15 0 11588698 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634830326544 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28503] ppid=28495 vsize=13982084 CPUtime=4.57 cores=1,3,5,7
/proc/28498/task/28503/stat : 28503 (java) S 28495 28498 5228 0 -1 1077944384 9153 0 0 0 367 90 0 0 20 0 15 0 11588698 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634829274256 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28504] ppid=28495 vsize=13982084 CPUtime=4.59 cores=1,3,5,7
/proc/28498/task/28504/stat : 28504 (java) S 28495 28498 5228 0 -1 1077944384 10231 0 0 0 373 86 0 0 20 0 15 0 11588698 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634828221456 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28505] ppid=28495 vsize=13982084 CPUtime=2.75 cores=1,3,5,7
/proc/28498/task/28505/stat : 28505 (java) S 28495 28498 5228 0 -1 1077944384 5045 0 0 0 275 0 0 0 20 0 15 0 11588699 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634375350384 139634896956034 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28506] ppid=28495 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28506/stat : 28506 (java) S 28495 28498 5228 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11588700 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634374296416 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28507] ppid=28495 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28507/stat : 28507 (java) S 28495 28498 5228 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 15 0 11588700 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634373244032 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28508] ppid=28495 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28508/stat : 28508 (java) S 28495 28498 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11588703 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634372192336 139634896963483 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28509] ppid=28495 vsize=13982084 CPUtime=1.99 cores=1,3,5,7
/proc/28498/task/28509/stat : 28509 (java) S 28495 28498 5228 0 -1 1077944384 5958 0 0 0 198 1 0 0 20 0 15 0 11588703 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634371140208 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28510] ppid=28495 vsize=13982084 CPUtime=2 cores=1,3,5,7
/proc/28498/task/28510/stat : 28510 (java) S 28495 28498 5228 0 -1 1077944384 7615 0 0 0 198 2 0 0 20 0 15 0 11588703 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634370087408 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28511] ppid=28495 vsize=13982084 CPUtime=0.76 cores=1,3,5,7
/proc/28498/task/28511/stat : 28511 (java) S 28495 28498 5228 0 -1 1077944384 9441 0 0 0 74 2 0 0 20 0 15 0 11588703 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634369035120 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28512] ppid=28495 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28498/task/28512/stat : 28512 (java) S 28495 28498 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11588703 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634367982560 139634896955093 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
[pid=28498/tid=28513] ppid=28495 vsize=13982084 CPUtime=0.09 cores=1,3,5,7
/proc/28498/task/28513/stat : 28513 (java) S 28495 28498 5228 0 -1 1077944384 329 0 0 0 4 5 0 0 20 0 15 0 11588707 14317654016 906262 18446744073709551615 4194304 4196468 140734256365136 139634366929328 139634896956034 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38019072 140734256370066 140734256370251 140734256370251 140734256373711 0
Current children cumulated CPU time (s) 258.43
Current children cumulated vsize (KiB) 13982084

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 28498 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.03
CPU time (s): 258.471
CPU user time (s): 254.751
CPU system time (s): 3.72054
CPU usage (%): 107.683
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 254.751
system time used= 3.72054
maximum resident set size= 3625772
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95191
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= 10040
involuntary context switches= 427

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.12397 second user time and 1.43062 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-02 03:21:27
IDJOB=4256200
IDBENCH=130626
IDSOLVER=2639
FILE ID=node133/4256200-1501637733
RUNJOBID= node133-1501622945-15686
PBS_JOBID= 
Free space on /tmp= 61820 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/QueenAttacking/QueenAttacking-m1-s1/QueenAttacking-19.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4256200-1501637733/watcher-4256200-1501637733 -o /tmp/evaluation-result-4256200-1501637733/solver-4256200-1501637733 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501622945-15686 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 297087795 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256200-1501637733.xml

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

MD5SUM BENCH= 30814e96d0bc4cf3d8fc4c07c399f55d
RANDOM SEED=297087795

node133.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.17
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.17
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.17
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.17
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:        31603964 kB
MemAvailable:   31814972 kB
Buffers:          109200 kB
Cached:           383712 kB
SwapCached:            0 kB
Active:           538980 kB
Inactive:         218756 kB
Active(anon):     265368 kB
Inactive(anon):     8548 kB
Active(file):     273612 kB
Inactive(file):   210208 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42320 kB
Writeback:             0 kB
AnonPages:        265008 kB
Mapped:            44608 kB
Shmem:              8924 kB
Slab:             111216 kB
SReclaimable:      86044 kB
SUnreclaim:        25172 kB
KernelStack:        3504 kB
PageTables:         5420 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1190056 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    167936 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61780 MiB
End job on node133 at 2017-08-02 03:25:27