Trace number 4256191

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) 244.315 240.013

General information on the benchmark

NameQueenAttacking/QueenAttacking-m1-s1/
QueenAttacking-10.xml
MD5SUMd4423909be1c89335e37f95235f61406
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark9
Best CPU time to get the best result obtained on this benchmark245.98199
Satisfiable
(Un)Satisfiability was proved
Number of variables126
Number of constraints125
Number of domains2
Minimum domain size2
Maximum domain size100
Distribution of domain sizes[{"size":2,"count":25},{"size":100,"count":101}]
Minimum variable degree2
Maximum variable degree25
Distribution of variable degrees[{"degree":2,"count":27},{"degree":3,"count":73},{"degree":4,"count":25},{"degree":25,"count":1}]
Minimum constraint arity2
Maximum constraint arity100
Distribution of constraint arities[{"arity":2,"count":99},{"arity":3,"count":25},{"arity":100,"count":1}]
Number of extensional constraints0
Number of intensional constraints124
Distribution of constraint types[{"type":"intension","count":124},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.22/0.39	c version: 2017-07-26
0.22/0.39	c seed: 53498711
0.22/0.39	c timeout: 264
0.22/0.39	c memlimit: 11000
0.22/0.39	c nbcore: 4
0.39/0.41	c Parsing instance...
3.34/2.05	c Parsing done, starting search...
244.30/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-4256191-1501637492/watcher-4256191-1501637492 -o /tmp/evaluation-result-4256191-1501637492/solver-4256191-1501637492 -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 53498711 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256191-1501637492.xml 

pid=28319
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: 2.05 1.90 1.80 3/200 28322
/proc/meminfo: memFree=30369512/32770624 swapFree=0/209804
[pid=28322] ppid=28319 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28322/stat : 28322 (runsolver) D 28319 28322 5228 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 11564562 24240128 108 18446744073709551615 4194304 4338465 140727849725664 140727849723304 139810843226839 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 6639616 140727849734248 140727849734726 140727849734726 140727849738186 0
/proc/28322/statm: 5918 108 54 36 0 2156 0

[startup+0.100094 s]
/proc/loadavg: 2.05 1.90 1.80 3/200 28322
/proc/meminfo: memFree=30369512/32770624 swapFree=0/209804
[pid=28322] ppid=28319 vsize=103040 CPUtime=0 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 5228 0 -1 1077944320 1532 0 0 0 0 0 0 0 20 0 2 0 11564562 105512960 1260 18446744073709551615 4194304 4196468 140735458315104 140735458297648 139715295379191 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
/proc/28322/statm: 25760 1260 938 1 0 16802 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 103040

[startup+0.205377 s]
/proc/loadavg: 2.05 1.90 1.80 3/200 28322
/proc/meminfo: memFree=30369512/32770624 swapFree=0/209804
[pid=28322] ppid=28319 vsize=13976388 CPUtime=0.06 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 5228 0 -1 1077944320 5900 0 0 0 6 0 0 0 20 0 15 0 11564562 14311821312 6391 18446744073709551615 4194304 4196468 140735458315104 140735458297648 139715295379191 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
/proc/28322/statm: 3494097 6391 3275 1 0 3482884 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 13976388

[startup+0.302733 s]
/proc/loadavg: 2.05 1.90 1.80 3/200 28322
/proc/meminfo: memFree=30369512/32770624 swapFree=0/209804
[pid=28322] ppid=28319 vsize=13975920 CPUtime=0.22 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 5228 0 -1 1077944320 10144 0 0 0 20 2 0 0 20 0 15 0 11564562 14311342080 9916 18446744073709551615 4194304 4196468 140735458315104 140735458297648 139715295379191 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
/proc/28322/statm: 3493980 9916 3525 1 0 3482767 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 13975920

[startup+0.704647 s]
/proc/loadavg: 2.05 1.90 1.80 3/200 28322
/proc/meminfo: memFree=30369512/32770624 swapFree=0/209804
[pid=28322] ppid=28319 vsize=13977988 CPUtime=0.96 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 5228 0 -1 1077944320 14082 0 0 0 91 5 0 0 20 0 15 0 11564562 14313459712 16864 18446744073709551615 4194304 4196468 140735458315104 140735458297648 139715295379191 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
/proc/28322/statm: 3494497 16864 3722 1 0 3483279 0
Current children cumulated CPU time (s) 0.96
Current children cumulated vsize (KiB) 13977988

[startup+1.50057 s]
/proc/loadavg: 2.05 1.90 1.80 4/215 28337
/proc/meminfo: memFree=30249216/32770624 swapFree=0/209828
[pid=28322] ppid=28319 vsize=13977988 CPUtime=2.32 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 5228 0 -1 1077944320 19045 0 0 0 226 6 0 0 20 0 15 0 11564562 14313459712 25597 18446744073709551615 4194304 4196468 140735458315104 140735458297648 139715295379191 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
/proc/28322/statm: 3494497 25597 3749 1 0 3483279 0
[pid=28322/tid=28324] ppid=28319 vsize=13977988 CPUtime=1.35 cores=1,3,5,7
/proc/28322/task/28324/stat : 28324 (java) R 28319 28322 5228 0 -1 4202560 12166 0 0 0 131 4 0 0 20 0 15 0 11564572 14313459712 25597 18446744073709551615 4194304 4196468 140735458315104 139715299612240 139714903149383 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28325] ppid=28319 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28325/stat : 28325 (java) S 28319 28322 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11564573 14313459712 25597 18446744073709551615 4194304 4196468 140735458315104 139715229813648 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28326] ppid=28319 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28326/stat : 28326 (java) S 28319 28322 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11564573 14313459712 25597 18446744073709551615 4194304 4196468 140735458315104 139715228760848 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28327] ppid=28319 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28327/stat : 28327 (java) S 28319 28322 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11564573 14313459712 25597 18446744073709551615 4194304 4196468 140735458315104 139715227708560 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28328] ppid=28319 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28328/stat : 28328 (java) S 28319 28322 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11564573 14313459712 25597 18446744073709551615 4194304 4196468 140735458315104 139715226655760 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28329] ppid=28319 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28329/stat : 28329 (java) S 28319 28322 5228 0 -1 1077944384 78 0 0 0 0 0 0 0 20 0 15 0 11564574 14313459712 25597 18446744073709551615 4194304 4196468 140735458315104 139714773874800 139715295390338 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28330] ppid=28319 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28330/stat : 28330 (java) S 28319 28322 5228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11564575 14313459712 25597 18446744073709551615 4194304 4196468 140735458315104 139714772820768 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28331] ppid=28319 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28331/stat : 28331 (java) S 28319 28322 5228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11564575 14313459712 25597 18446744073709551615 4194304 4196468 140735458315104 139714771768432 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28332] ppid=28319 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28332/stat : 28332 (java) S 28319 28322 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11564577 14313459712 25597 18446744073709551615 4194304 4196468 140735458315104 139714770716752 139715295397787 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28333] ppid=28319 vsize=13977988 CPUtime=0.32 cores=1,3,5,7
/proc/28322/task/28333/stat : 28333 (java) S 28319 28322 5228 0 -1 1077944384 1779 0 0 0 32 0 0 0 20 0 15 0 11564577 14313459712 25597 18446744073709551615 4194304 4196468 140735458315104 139714769664624 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28334] ppid=28319 vsize=13977988 CPUtime=0.28 cores=1,3,5,7
/proc/28322/task/28334/stat : 28334 (java) S 28319 28322 5228 0 -1 1077944384 1602 0 0 0 28 0 0 0 20 0 15 0 11564577 14313459712 25597 18446744073709551615 4194304 4196468 140735458315104 139714768611824 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28335] ppid=28319 vsize=13977988 CPUtime=0.33 cores=1,3,5,7
/proc/28322/task/28335/stat : 28335 (java) S 28319 28322 5228 0 -1 1077944384 2037 0 0 0 33 0 0 0 20 0 15 0 11564577 14313459712 25597 18446744073709551615 4194304 4196468 140735458315104 139714767559536 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28336] ppid=28319 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28336/stat : 28336 (java) S 28319 28322 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11564577 14313459712 25597 18446744073709551615 4194304 4196468 140735458315104 139714766506976 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28337] ppid=28319 vsize=13977988 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28337/stat : 28337 (java) S 28319 28322 5228 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 15 0 11564582 14313459712 25597 18446744073709551615 4194304 4196468 140735458315104 139714765453744 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 13977988

[startup+3.1006 s]
/proc/loadavg: 2.05 1.90 1.80 5/215 28337
/proc/meminfo: memFree=30059940/32770624 swapFree=0/209828
[pid=28322] ppid=28319 vsize=13982084 CPUtime=6.44 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 5228 0 -1 1077944320 31353 0 0 0 632 12 0 0 20 0 15 0 11564562 14317654016 59461 18446744073709551615 4194304 4196468 140735458315104 140735458297648 139715295379191 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
/proc/28322/statm: 3495521 59461 3778 1 0 3484303 0
[pid=28322/tid=28324] ppid=28319 vsize=13982084 CPUtime=2.91 cores=1,3,5,7
/proc/28322/task/28324/stat : 28324 (java) R 28319 28322 5228 0 -1 4202560 16085 0 0 0 285 6 0 0 20 0 15 0 11564572 14317654016 59461 18446744073709551615 4194304 4196468 140735458315104 139715299615168 139714900599911 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28325] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28325/stat : 28325 (java) S 28319 28322 5228 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 15 0 11564573 14317654016 59461 18446744073709551615 4194304 4196468 140735458315104 139715229813648 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28326] ppid=28319 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/28322/task/28326/stat : 28326 (java) S 28319 28322 5228 0 -1 1077944384 185 0 0 0 1 0 0 0 20 0 15 0 11564573 14317654016 59461 18446744073709551615 4194304 4196468 140735458315104 139715228760848 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28327] ppid=28319 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/28322/task/28327/stat : 28327 (java) S 28319 28322 5228 0 -1 1077944384 126 0 0 0 1 0 0 0 20 0 15 0 11564573 14317654016 59461 18446744073709551615 4194304 4196468 140735458315104 139715227708560 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28328] ppid=28319 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/28322/task/28328/stat : 28328 (java) S 28319 28322 5228 0 -1 1077944384 62 0 0 0 1 0 0 0 20 0 15 0 11564573 14317654016 59461 18446744073709551615 4194304 4196468 140735458315104 139715226655760 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28329] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28329/stat : 28329 (java) S 28319 28322 5228 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 15 0 11564574 14317654016 59461 18446744073709551615 4194304 4196468 140735458315104 139714773874800 139715295390338 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28330] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28330/stat : 28330 (java) S 28319 28322 5228 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 11564575 14317654016 59461 18446744073709551615 4194304 4196468 140735458315104 139714772820832 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28331] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28331/stat : 28331 (java) S 28319 28322 5228 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11564575 14317654016 59461 18446744073709551615 4194304 4196468 140735458315104 139714771768448 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28332] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28332/stat : 28332 (java) S 28319 28322 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11564577 14317654016 59461 18446744073709551615 4194304 4196468 140735458315104 139714770716752 139715295397787 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28333] ppid=28319 vsize=13982084 CPUtime=1.41 cores=1,3,5,7
/proc/28322/task/28333/stat : 28333 (java) S 28319 28322 5228 0 -1 1077944384 4662 0 0 0 141 0 0 0 20 0 15 0 11564577 14317654016 59461 18446744073709551615 4194304 4196468 140735458315104 139714769664624 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28334] ppid=28319 vsize=13982084 CPUtime=1.44 cores=1,3,5,7
/proc/28322/task/28334/stat : 28334 (java) S 28319 28322 5228 0 -1 1077944384 4814 0 0 0 143 1 0 0 20 0 15 0 11564577 14317654016 59461 18446744073709551615 4194304 4196468 140735458315104 139714768611824 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28335] ppid=28319 vsize=13982084 CPUtime=0.55 cores=1,3,5,7
/proc/28322/task/28335/stat : 28335 (java) S 28319 28322 5228 0 -1 1077944384 3739 0 0 0 54 1 0 0 20 0 15 0 11564577 14317654016 59461 18446744073709551615 4194304 4196468 140735458315104 139714767559536 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28336] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28336/stat : 28336 (java) S 28319 28322 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11564577 14317654016 59461 18446744073709551615 4194304 4196468 140735458315104 139714766506976 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28337] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28337/stat : 28337 (java) S 28319 28322 5228 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 11564582 14317654016 59461 18446744073709551615 4194304 4196468 140735458315104 139714765453744 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
Current children cumulated CPU time (s) 6.44
Current children cumulated vsize (KiB) 13982084

[startup+6.30063 s]
/proc/loadavg: 2.13 1.92 1.81 3/215 28337
/proc/meminfo: memFree=29799192/32770624 swapFree=0/209836
[pid=28322] ppid=28319 vsize=13982084 CPUtime=9.99 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 5228 0 -1 1077944320 31743 0 0 0 981 18 0 0 20 0 15 0 11564562 14317654016 84182 18446744073709551615 4194304 4196468 140735458315104 140735458297648 139715295379191 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
/proc/28322/statm: 3495521 84182 3782 1 0 3484303 0
[pid=28322/tid=28324] ppid=28319 vsize=13982084 CPUtime=6.09 cores=1,3,5,7
/proc/28322/task/28324/stat : 28324 (java) R 28319 28322 5228 0 -1 4202560 16165 0 0 0 602 7 0 0 20 0 15 0 11564572 14317654016 84182 18446744073709551615 4194304 4196468 140735458315104 139715299615072 139714906664723 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28325] ppid=28319 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/28322/task/28325/stat : 28325 (java) S 28319 28322 5228 0 -1 1077944384 70 0 0 0 2 1 0 0 20 0 15 0 11564573 14317654016 84182 18446744073709551615 4194304 4196468 140735458315104 139715229813648 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28326] ppid=28319 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/28322/task/28326/stat : 28326 (java) S 28319 28322 5228 0 -1 1077944384 232 0 0 0 2 1 0 0 20 0 15 0 11564573 14317654016 84182 18446744073709551615 4194304 4196468 140735458315104 139715228760848 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28327] ppid=28319 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/28322/task/28327/stat : 28327 (java) S 28319 28322 5228 0 -1 1077944384 184 0 0 0 2 1 0 0 20 0 15 0 11564573 14317654016 84182 18446744073709551615 4194304 4196468 140735458315104 139715227708560 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28328] ppid=28319 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/28322/task/28328/stat : 28328 (java) S 28319 28322 5228 0 -1 1077944384 110 0 0 0 2 1 0 0 20 0 15 0 11564573 14317654016 84182 18446744073709551615 4194304 4196468 140735458315104 139715226655760 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28329] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28329/stat : 28329 (java) S 28319 28322 5228 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 15 0 11564574 14317654016 84182 18446744073709551615 4194304 4196468 140735458315104 139714773874800 139715295390338 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28330] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28330/stat : 28330 (java) S 28319 28322 5228 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 11564575 14317654016 84182 18446744073709551615 4194304 4196468 140735458315104 139714772820832 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28331] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28331/stat : 28331 (java) S 28319 28322 5228 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11564575 14317654016 84182 18446744073709551615 4194304 4196468 140735458315104 139714771768448 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28332] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28332/stat : 28332 (java) S 28319 28322 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11564577 14317654016 84182 18446744073709551615 4194304 4196468 140735458315104 139714770716752 139715295397787 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28333] ppid=28319 vsize=13982084 CPUtime=1.51 cores=1,3,5,7
/proc/28322/task/28333/stat : 28333 (java) S 28319 28322 5228 0 -1 1077944384 4680 0 0 0 151 0 0 0 20 0 15 0 11564577 14317654016 84182 18446744073709551615 4194304 4196468 140735458315104 139714769664624 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28334] ppid=28319 vsize=13982084 CPUtime=1.6 cores=1,3,5,7
/proc/28322/task/28334/stat : 28334 (java) S 28319 28322 5228 0 -1 1077944384 4857 0 0 0 159 1 0 0 20 0 15 0 11564577 14317654016 84182 18446744073709551615 4194304 4196468 140735458315104 139714768611824 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28335] ppid=28319 vsize=13982084 CPUtime=0.57 cores=1,3,5,7
/proc/28322/task/28335/stat : 28335 (java) S 28319 28322 5228 0 -1 1077944384 3772 0 0 0 56 1 0 0 20 0 15 0 11564577 14317654016 84182 18446744073709551615 4194304 4196468 140735458315104 139714767559536 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28336] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28336/stat : 28336 (java) S 28319 28322 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11564577 14317654016 84182 18446744073709551615 4194304 4196468 140735458315104 139714766506976 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28337] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28337/stat : 28337 (java) S 28319 28322 5228 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 15 0 11564582 14317654016 84182 18446744073709551615 4194304 4196468 140735458315104 139714765453744 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
Current children cumulated CPU time (s) 9.99
Current children cumulated vsize (KiB) 13982084

[startup+12.7006 s]
/proc/loadavg: 2.12 1.92 1.81 3/215 28337
/proc/meminfo: memFree=29420560/32770624 swapFree=0/209844
[pid=28322] ppid=28319 vsize=13982084 CPUtime=16.5 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 5228 0 -1 1077944320 34565 0 0 0 1626 24 0 0 20 0 15 0 11564562 14317654016 105469 18446744073709551615 4194304 4196468 140735458315104 140735458297648 139715295379191 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
/proc/28322/statm: 3495521 105469 3783 1 0 3484303 0
[pid=28322/tid=28324] ppid=28319 vsize=13982084 CPUtime=12.45 cores=1,3,5,7
/proc/28322/task/28324/stat : 28324 (java) R 28319 28322 5228 0 -1 4202560 16682 0 0 0 1237 8 0 0 20 0 15 0 11564572 14317654016 105469 18446744073709551615 4194304 4196468 140735458315104 139715299617712 139714906460995 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28325] ppid=28319 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/28322/task/28325/stat : 28325 (java) S 28319 28322 5228 0 -1 1077944384 1157 0 0 0 4 2 0 0 20 0 15 0 11564573 14317654016 105469 18446744073709551615 4194304 4196468 140735458315104 139715229813648 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28326] ppid=28319 vsize=13982084 CPUtime=0.07 cores=1,3,5,7
/proc/28322/task/28326/stat : 28326 (java) S 28319 28322 5228 0 -1 1077944384 755 0 0 0 4 3 0 0 20 0 15 0 11564573 14317654016 105469 18446744073709551615 4194304 4196468 140735458315104 139715228760848 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28327] ppid=28319 vsize=13982084 CPUtime=0.07 cores=1,3,5,7
/proc/28322/task/28327/stat : 28327 (java) S 28319 28322 5228 0 -1 1077944384 284 0 0 0 5 2 0 0 20 0 15 0 11564573 14317654016 105469 18446744073709551615 4194304 4196468 140735458315104 139715227708560 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28328] ppid=28319 vsize=13982084 CPUtime=0.07 cores=1,3,5,7
/proc/28322/task/28328/stat : 28328 (java) S 28319 28322 5228 0 -1 1077944384 194 0 0 0 5 2 0 0 20 0 15 0 11564573 14317654016 105469 18446744073709551615 4194304 4196468 140735458315104 139715226655760 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28329] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28329/stat : 28329 (java) S 28319 28322 5228 0 -1 1077944384 587 0 0 0 0 0 0 0 20 0 15 0 11564574 14317654016 105469 18446744073709551615 4194304 4196468 140735458315104 139714773874800 139715295390338 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28330] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28330/stat : 28330 (java) S 28319 28322 5228 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 11564575 14317654016 105469 18446744073709551615 4194304 4196468 140735458315104 139714772820832 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28331] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28331/stat : 28331 (java) S 28319 28322 5228 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11564575 14317654016 105469 18446744073709551615 4194304 4196468 140735458315104 139714771768448 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28332] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28332/stat : 28332 (java) S 28319 28322 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11564577 14317654016 105469 18446744073709551615 4194304 4196468 140735458315104 139714770716752 139715295397787 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0

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

/proc/28322/task/28336/stat : 28336 (java) S 28319 28322 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11564577 14317654016 150538 18446744073709551615 4194304 4196468 140735458315104 139714766506976 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28337] ppid=28319 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/28322/task/28337/stat : 28337 (java) S 28319 28322 5228 0 -1 1077944384 345 0 0 0 1 0 0 0 20 0 15 0 11564582 14317654016 150538 18446744073709551615 4194304 4196468 140735458315104 139714765453744 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
Current children cumulated CPU time (s) 55.11
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 2.05 1.96 1.83 3/214 28341
/proc/meminfo: memFree=28428248/32770624 swapFree=0/209904
[pid=28322] ppid=28319 vsize=13982084 CPUtime=106.34 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 5228 0 -1 1077944320 47505 0 0 0 10599 35 0 0 20 0 15 0 11564562 14317654016 105265 18446744073709551615 4194304 4196468 140735458315104 140735458297648 139715295379191 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
/proc/28322/statm: 3495521 105265 3783 1 0 3484303 0
[pid=28322/tid=28324] ppid=28319 vsize=13982084 CPUtime=101.97 cores=1,3,5,7
/proc/28322/task/28324/stat : 28324 (java) R 28319 28322 5228 0 -1 4202560 21792 0 0 0 10186 11 0 0 20 0 15 0 11564572 14317654016 105265 18446744073709551615 4194304 4196468 140735458315104 139715299617824 139714906366710 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28325] ppid=28319 vsize=13982084 CPUtime=0.12 cores=1,3,5,7
/proc/28322/task/28325/stat : 28325 (java) S 28319 28322 5228 0 -1 1077944384 2498 0 0 0 8 4 0 0 20 0 15 0 11564573 14317654016 105265 18446744073709551615 4194304 4196468 140735458315104 139715229813648 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28326] ppid=28319 vsize=13982084 CPUtime=0.13 cores=1,3,5,7
/proc/28322/task/28326/stat : 28326 (java) S 28319 28322 5228 0 -1 1077944384 1039 0 0 0 9 4 0 0 20 0 15 0 11564573 14317654016 105265 18446744073709551615 4194304 4196468 140735458315104 139715228760848 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28327] ppid=28319 vsize=13982084 CPUtime=0.12 cores=1,3,5,7
/proc/28322/task/28327/stat : 28327 (java) S 28319 28322 5228 0 -1 1077944384 1916 0 0 0 8 4 0 0 20 0 15 0 11564573 14317654016 105265 18446744073709551615 4194304 4196468 140735458315104 139715227708560 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28328] ppid=28319 vsize=13982084 CPUtime=0.13 cores=1,3,5,7
/proc/28322/task/28328/stat : 28328 (java) S 28319 28322 5228 0 -1 1077944384 1082 0 0 0 9 4 0 0 20 0 15 0 11564573 14317654016 105265 18446744073709551615 4194304 4196468 140735458315104 139715226655760 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28329] ppid=28319 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/28322/task/28329/stat : 28329 (java) S 28319 28322 5228 0 -1 1077944384 1520 0 0 0 2 1 0 0 20 0 15 0 11564574 14317654016 105265 18446744073709551615 4194304 4196468 140735458315104 139714773874800 139715295390338 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28330] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28330/stat : 28330 (java) S 28319 28322 5228 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 11564575 14317654016 105265 18446744073709551615 4194304 4196468 140735458315104 139714772820832 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28331] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28331/stat : 28331 (java) S 28319 28322 5228 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11564575 14317654016 105265 18446744073709551615 4194304 4196468 140735458315104 139714771768448 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28332] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28332/stat : 28332 (java) S 28319 28322 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11564577 14317654016 105265 18446744073709551615 4194304 4196468 140735458315104 139714770716752 139715295397787 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28333] ppid=28319 vsize=13982084 CPUtime=1.54 cores=1,3,5,7
/proc/28322/task/28333/stat : 28333 (java) S 28319 28322 5228 0 -1 1077944384 6139 0 0 0 154 0 0 0 20 0 15 0 11564577 14317654016 105265 18446744073709551615 4194304 4196468 140735458315104 139714769664624 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28334] ppid=28319 vsize=13982084 CPUtime=1.62 cores=1,3,5,7
/proc/28322/task/28334/stat : 28334 (java) S 28319 28322 5228 0 -1 1077944384 5911 0 0 0 161 1 0 0 20 0 15 0 11564577 14317654016 105265 18446744073709551615 4194304 4196468 140735458315104 139714768611824 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28335] ppid=28319 vsize=13982084 CPUtime=0.57 cores=1,3,5,7
/proc/28322/task/28335/stat : 28335 (java) S 28319 28322 5228 0 -1 1077944384 3792 0 0 0 56 1 0 0 20 0 15 0 11564577 14317654016 105265 18446744073709551615 4194304 4196468 140735458315104 139714767559536 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28336] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28336/stat : 28336 (java) S 28319 28322 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11564577 14317654016 105265 18446744073709551615 4194304 4196468 140735458315104 139714766506976 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28337] ppid=28319 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/28322/task/28337/stat : 28337 (java) S 28319 28322 5228 0 -1 1077944384 393 0 0 0 1 1 0 0 20 0 15 0 11564582 14317654016 105265 18446744073709551615 4194304 4196468 140735458315104 139714765453744 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
Current children cumulated CPU time (s) 106.34
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.88 1.93 1.83 3/215 28357
/proc/meminfo: memFree=28333048/32770624 swapFree=0/209936
[pid=28322] ppid=28319 vsize=13982084 CPUtime=166.4 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 5228 0 -1 1077944320 49075 0 0 0 16603 37 0 0 20 0 15 0 11564562 14317654016 67561 18446744073709551615 4194304 4196468 140735458315104 140735458297648 139715295379191 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
/proc/28322/statm: 3495521 67561 3783 1 0 3484303 0
[pid=28322/tid=28324] ppid=28319 vsize=13982084 CPUtime=161.93 cores=1,3,5,7
/proc/28322/task/28324/stat : 28324 (java) R 28319 28322 5228 0 -1 4202560 22279 0 0 0 16182 11 0 0 20 0 15 0 11564572 14317654016 67561 18446744073709551615 4194304 4196468 140735458315104 139715299617824 139714906459709 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28325] ppid=28319 vsize=13982084 CPUtime=0.13 cores=1,3,5,7
/proc/28322/task/28325/stat : 28325 (java) S 28319 28322 5228 0 -1 1077944384 2558 0 0 0 9 4 0 0 20 0 15 0 11564573 14317654016 67561 18446744073709551615 4194304 4196468 140735458315104 139715229813648 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28326] ppid=28319 vsize=13982084 CPUtime=0.15 cores=1,3,5,7
/proc/28322/task/28326/stat : 28326 (java) S 28319 28322 5228 0 -1 1077944384 1660 0 0 0 10 5 0 0 20 0 15 0 11564573 14317654016 67561 18446744073709551615 4194304 4196468 140735458315104 139715228760848 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28327] ppid=28319 vsize=13982084 CPUtime=0.14 cores=1,3,5,7
/proc/28322/task/28327/stat : 28327 (java) S 28319 28322 5228 0 -1 1077944384 2001 0 0 0 9 5 0 0 20 0 15 0 11564573 14317654016 67561 18446744073709551615 4194304 4196468 140735458315104 139715227708560 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28328] ppid=28319 vsize=13982084 CPUtime=0.14 cores=1,3,5,7
/proc/28322/task/28328/stat : 28328 (java) S 28319 28322 5228 0 -1 1077944384 1121 0 0 0 10 4 0 0 20 0 15 0 11564573 14317654016 67561 18446744073709551615 4194304 4196468 140735458315104 139715226655760 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28329] ppid=28319 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/28322/task/28329/stat : 28329 (java) S 28319 28322 5228 0 -1 1077944384 1770 0 0 0 3 1 0 0 20 0 15 0 11564574 14317654016 67561 18446744073709551615 4194304 4196468 140735458315104 139714773874800 139715295390338 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28330] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28330/stat : 28330 (java) S 28319 28322 5228 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 11564575 14317654016 67561 18446744073709551615 4194304 4196468 140735458315104 139714772820832 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28331] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28331/stat : 28331 (java) S 28319 28322 5228 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11564575 14317654016 67561 18446744073709551615 4194304 4196468 140735458315104 139714771768448 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28332] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28332/stat : 28332 (java) S 28319 28322 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11564577 14317654016 67561 18446744073709551615 4194304 4196468 140735458315104 139714770716752 139715295397787 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28333] ppid=28319 vsize=13982084 CPUtime=1.54 cores=1,3,5,7
/proc/28322/task/28333/stat : 28333 (java) S 28319 28322 5228 0 -1 1077944384 6141 0 0 0 154 0 0 0 20 0 15 0 11564577 14317654016 67561 18446744073709551615 4194304 4196468 140735458315104 139714769664624 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28334] ppid=28319 vsize=13982084 CPUtime=1.62 cores=1,3,5,7
/proc/28322/task/28334/stat : 28334 (java) S 28319 28322 5228 0 -1 1077944384 5913 0 0 0 161 1 0 0 20 0 15 0 11564577 14317654016 67561 18446744073709551615 4194304 4196468 140735458315104 139714768611824 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28335] ppid=28319 vsize=13982084 CPUtime=0.57 cores=1,3,5,7
/proc/28322/task/28335/stat : 28335 (java) S 28319 28322 5228 0 -1 1077944384 3794 0 0 0 56 1 0 0 20 0 15 0 11564577 14317654016 67561 18446744073709551615 4194304 4196468 140735458315104 139714767559536 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28336] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28336/stat : 28336 (java) S 28319 28322 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11564577 14317654016 67561 18446744073709551615 4194304 4196468 140735458315104 139714766506976 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28337] ppid=28319 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/28322/task/28337/stat : 28337 (java) S 28319 28322 5228 0 -1 1077944384 415 0 0 0 1 1 0 0 20 0 15 0 11564582 14317654016 67561 18446744073709551615 4194304 4196468 140735458315104 139714765453744 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
Current children cumulated CPU time (s) 166.4
Current children cumulated vsize (KiB) 13982084

[startup+222.307 s]
/proc/loadavg: 1.53 1.83 1.81 3/215 28435
/proc/meminfo: memFree=31298076/32770624 swapFree=0/210024
[pid=28322] ppid=28319 vsize=13982084 CPUtime=226.54 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 5228 0 -1 1077944320 50596 0 0 0 22615 39 0 0 20 0 15 0 11564562 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 140735458297648 139715295379191 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
/proc/28322/statm: 3495521 64486 3783 1 0 3484303 0
[pid=28322/tid=28324] ppid=28319 vsize=13982084 CPUtime=221.83 cores=1,3,5,7
/proc/28322/task/28324/stat : 28324 (java) R 28319 28322 5228 0 -1 4202560 22706 0 0 0 22172 11 0 0 20 0 15 0 11564572 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139715299617824 139714906463182 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28325] ppid=28319 vsize=13982084 CPUtime=0.18 cores=1,3,5,7
/proc/28322/task/28325/stat : 28325 (java) S 28319 28322 5228 0 -1 1077944384 2630 0 0 0 13 5 0 0 20 0 15 0 11564573 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139715229813648 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28326] ppid=28319 vsize=13982084 CPUtime=0.19 cores=1,3,5,7
/proc/28322/task/28326/stat : 28326 (java) S 28319 28322 5228 0 -1 1077944384 1727 0 0 0 14 5 0 0 20 0 15 0 11564573 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139715228760848 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28327] ppid=28319 vsize=13982084 CPUtime=0.18 cores=1,3,5,7
/proc/28322/task/28327/stat : 28327 (java) S 28319 28322 5228 0 -1 1077944384 2641 0 0 0 13 5 0 0 20 0 15 0 11564573 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139715227708560 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28328] ppid=28319 vsize=13982084 CPUtime=0.19 cores=1,3,5,7
/proc/28322/task/28328/stat : 28328 (java) S 28319 28322 5228 0 -1 1077944384 1159 0 0 0 14 5 0 0 20 0 15 0 11564573 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139715226655760 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28329] ppid=28319 vsize=13982084 CPUtime=0.09 cores=1,3,5,7
/proc/28322/task/28329/stat : 28329 (java) S 28319 28322 5228 0 -1 1077944384 2015 0 0 0 7 2 0 0 20 0 15 0 11564574 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139714773874800 139715295390338 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28330] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28330/stat : 28330 (java) S 28319 28322 5228 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 11564575 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139714772820832 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28331] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28331/stat : 28331 (java) S 28319 28322 5228 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11564575 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139714771768448 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28332] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28332/stat : 28332 (java) S 28319 28322 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11564577 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139714770716752 139715295397787 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28333] ppid=28319 vsize=13982084 CPUtime=1.54 cores=1,3,5,7
/proc/28322/task/28333/stat : 28333 (java) S 28319 28322 5228 0 -1 1077944384 6148 0 0 0 154 0 0 0 20 0 15 0 11564577 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139714769664624 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28334] ppid=28319 vsize=13982084 CPUtime=1.62 cores=1,3,5,7
/proc/28322/task/28334/stat : 28334 (java) S 28319 28322 5228 0 -1 1077944384 5916 0 0 0 161 1 0 0 20 0 15 0 11564577 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139714768611824 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28335] ppid=28319 vsize=13982084 CPUtime=0.57 cores=1,3,5,7
/proc/28322/task/28335/stat : 28335 (java) S 28319 28322 5228 0 -1 1077944384 3798 0 0 0 56 1 0 0 20 0 15 0 11564577 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139714767559536 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28336] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28336/stat : 28336 (java) S 28319 28322 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11564577 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139714766506976 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28337] ppid=28319 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/28322/task/28337/stat : 28337 (java) S 28319 28322 5228 0 -1 1077944384 433 0 0 0 2 2 0 0 20 0 15 0 11564582 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139714765453744 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
Current children cumulated CPU time (s) 226.54
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.44 1.80 1.79 3/215 28436
/proc/meminfo: memFree=31351124/32770624 swapFree=0/210048
[pid=28322] ppid=28319 vsize=13982084 CPUtime=244.3 cores=1,3,5,7
/proc/28322/stat : 28322 (java) S 28319 28322 5228 0 -1 1077944320 50644 0 0 0 24390 40 0 0 20 0 15 0 11564562 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 140735458297648 139715295379191 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
/proc/28322/statm: 3495521 64486 3783 1 0 3484303 0
[pid=28322/tid=28324] ppid=28319 vsize=13982084 CPUtime=239.47 cores=1,3,5,7
/proc/28322/task/28324/stat : 28324 (java) R 28319 28322 5228 0 -1 4202560 22741 0 0 0 23936 11 0 0 20 0 15 0 11564572 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139715299617824 139714906464430 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28325] ppid=28319 vsize=13982084 CPUtime=0.2 cores=1,3,5,7
/proc/28322/task/28325/stat : 28325 (java) S 28319 28322 5228 0 -1 1077944384 2636 0 0 0 15 5 0 0 20 0 15 0 11564573 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139715229813648 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28326] ppid=28319 vsize=13982084 CPUtime=0.21 cores=1,3,5,7
/proc/28322/task/28326/stat : 28326 (java) S 28319 28322 5228 0 -1 1077944384 1730 0 0 0 16 5 0 0 20 0 15 0 11564573 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139715228760848 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28327] ppid=28319 vsize=13982084 CPUtime=0.21 cores=1,3,5,7
/proc/28322/task/28327/stat : 28327 (java) S 28319 28322 5228 0 -1 1077944384 2644 0 0 0 15 6 0 0 20 0 15 0 11564573 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139715227708560 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28328] ppid=28319 vsize=13982084 CPUtime=0.21 cores=1,3,5,7
/proc/28322/task/28328/stat : 28328 (java) S 28319 28322 5228 0 -1 1077944384 1160 0 0 0 16 5 0 0 20 0 15 0 11564573 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139715226655760 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28329] ppid=28319 vsize=13982084 CPUtime=0.11 cores=1,3,5,7
/proc/28322/task/28329/stat : 28329 (java) S 28319 28322 5228 0 -1 1077944384 2015 0 0 0 9 2 0 0 20 0 15 0 11564574 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139714773874800 139715295390338 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28330] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28330/stat : 28330 (java) S 28319 28322 5228 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 11564575 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139714772820832 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28331] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28331/stat : 28331 (java) S 28319 28322 5228 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11564575 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139714771768448 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28332] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28332/stat : 28332 (java) S 28319 28322 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11564577 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139714770716752 139715295397787 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28333] ppid=28319 vsize=13982084 CPUtime=1.54 cores=1,3,5,7
/proc/28322/task/28333/stat : 28333 (java) S 28319 28322 5228 0 -1 1077944384 6148 0 0 0 154 0 0 0 20 0 15 0 11564577 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139714769664624 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28334] ppid=28319 vsize=13982084 CPUtime=1.63 cores=1,3,5,7
/proc/28322/task/28334/stat : 28334 (java) S 28319 28322 5228 0 -1 1077944384 5916 0 0 0 162 1 0 0 20 0 15 0 11564577 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139714768611824 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28335] ppid=28319 vsize=13982084 CPUtime=0.57 cores=1,3,5,7
/proc/28322/task/28335/stat : 28335 (java) S 28319 28322 5228 0 -1 1077944384 3798 0 0 0 56 1 0 0 20 0 15 0 11564577 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139714767559536 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28336] ppid=28319 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/28322/task/28336/stat : 28336 (java) S 28319 28322 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11564577 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139714766506976 139715295389397 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
[pid=28322/tid=28337] ppid=28319 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/28322/task/28337/stat : 28337 (java) S 28319 28322 5228 0 -1 1077944384 433 0 0 0 3 2 0 0 20 0 15 0 11564582 14317654016 64486 18446744073709551615 4194304 4196468 140735458315104 139714765453744 139715295390338 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30515200 140735458320787 140735458320971 140735458320971 140735458324431 0
Current children cumulated CPU time (s) 244.3
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 28322 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.013
CPU time (s): 244.315
CPU user time (s): 243.907
CPU system time (s): 0.408391
CPU usage (%): 101.793
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 243.907
system time used= 0.408391
maximum resident set size= 682028
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51224
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= 10467
involuntary context switches= 449

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.01369 second user time and 1.55023 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-02 03:17:26
IDJOB=4256191
IDBENCH=130623
IDSOLVER=2639
FILE ID=node133/4256191-1501637492
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-10.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-4256191-1501637492/watcher-4256191-1501637492 -o /tmp/evaluation-result-4256191-1501637492/solver-4256191-1501637492 -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 53498711 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256191-1501637492.xml

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

MD5SUM BENCH= d4423909be1c89335e37f95235f61406
RANDOM SEED=53498711

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:        30369512 kB
MemAvailable:   30580188 kB
Buffers:          109044 kB
Cached:           383600 kB
SwapCached:            0 kB
Active:          1774324 kB
Inactive:         218352 kB
Active(anon):    1500664 kB
Inactive(anon):     8548 kB
Active(file):     273660 kB
Inactive(file):   209804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42340 kB
Writeback:             8 kB
AnonPages:       1469428 kB
Mapped:            44660 kB
Shmem:              8924 kB
Slab:             111856 kB
SReclaimable:      86092 kB
SUnreclaim:        25764 kB
KernelStack:        3632 kB
PageTables:         7416 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2919304 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1357824 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:21:26