Trace number 4312431

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 with restarts 2018-08-17? (TO) 252.092 225.234

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-05-0350_c18.xml
MD5SUM51c3d091a7e4b0716a15e9a29832b849
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark524900968
Best CPU time to get the best result obtained on this benchmark252.272
Satisfiable
(Un)Satisfiability was proved
Number of variables7232
Number of constraints4665
Number of domains18
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":3},{"size":2,"count":2524},{"size":11,"count":2177},{"size":12,"count":1},{"size":25,"count":55},{"size":33,"count":45},{"size":44,"count":26},{"size":48,"count":22},{"size":51,"count":17},{"size":55,"count":31},{"size":91,"count":204},{"size":102,"count":203},{"size":106,"count":126},{"size":135,"count":1798}]
Minimum variable degree2
Maximum variable degree2178
Distribution of variable degrees[{"degree":2,"count":6532},{"degree":3,"count":5},{"degree":4,"count":7},{"degree":5,"count":11},{"degree":6,"count":11},{"degree":7,"count":19},{"degree":8,"count":26},{"degree":9,"count":28},{"degree":10,"count":31},{"degree":11,"count":40},{"degree":12,"count":48},{"degree":13,"count":50},{"degree":14,"count":80},{"degree":15,"count":109},{"degree":16,"count":148},{"degree":17,"count":81},{"degree":18,"count":2},{"degree":19,"count":2},{"degree":21,"count":1},{"degree":2178,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":311},{"arity":3,"count":2177},{"arity":6,"count":2177}]
Number of extensional constraints2177
Number of intensional constraints2488
Distribution of constraint types[{"type":"extension","count":2177},{"type":"intension","count":2488}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.56	c version: 2018-08-17
0.68/0.56	c seed: 570769582
0.68/0.56	c timeout: 252
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 1
0.68/0.59	c Parsing instance...
50.17/32.16	c Parsing done, starting search...
252.05/225.20	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (10979 MiB free)
  memory of node 1: 16384 MiB (12653 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312431-1534569623/watcher-4312431-1534569623 -o /tmp/evaluation-result-4312431-1534569623/solver-4312431-1534569623 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534569125-15725 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 570769582 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312431-1534569623.xml 

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

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


[startup+0.100165 s]*
/proc/loadavg: 1.78 1.51 1.20 6/216 16183
/proc/meminfo: memFree=24090400/32770624 swapFree=67030684/67108860
[pid=16168] ppid=16165 vsize=14082736 memory=32160 CPUtime=0.12 cores=0,2,4,6
/proc/16168/stat : 16168 (java) S 16165 16168 12324 0 -1 1077944320 6430 0 0 0 10 2 0 0 20 0 15 0 274525519 14420721664 8040 33554432000 4194304 4196468 140736390428352 140736390410896 140144482811639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
/proc/16168/statm: 3520684 8040 3155 1 0 3482761 0
[pid=16168/tid=16170] ppid=16165 vsize=14082736 memory=-8629632960754519938 CPUtime=0.09 cores=0,2,4,6
/proc/16168/task/16170/stat : 16170 (java) R 16165 16168 12324 0 -1 4202560 4472 0 0 0 8 1 0 0 20 0 15 0 274525519 14420721664 8040 33554432000 4194304 4196468 140736390428352 140144487034544 140144466892126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16171] ppid=16165 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 12324 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274525520 14420721664 8040 33554432000 4194304 4196468 140736390428352 140144078339216 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16172] ppid=16165 vsize=14082736 memory=139958376687232 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525520 14420721664 8040 33554432000 4194304 4196468 140736390428352 140144077286416 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16173] ppid=16165 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525520 14420721664 8040 33554432000 4194304 4196468 140736390428352 140144076233616 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16174] ppid=16165 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 12324 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274525520 14420721664 8040 33554432000 4194304 4196468 140736390428352 140144075180816 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16175] ppid=16165 vsize=14082736 memory=139958376687232 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 12324 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274525521 14420721664 8040 33554432000 4194304 4196468 140736390428352 140143957588336 140144482822786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16176] ppid=16165 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 12324 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274525522 14420721664 8040 33554432000 4194304 4196468 140736390428352 140143956534304 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16177] ppid=16165 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 12324 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274525522 14420721664 8040 33554432000 4194304 4196468 140736390428352 140143955481456 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16178] ppid=16165 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16178/stat : 16178 (java) S 16165 16168 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525524 14420721664 8040 33554432000 4194304 4196468 140736390428352 140143954429776 140144482830235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16179] ppid=16165 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16179/stat : 16179 (java) S 16165 16168 12324 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 274525524 14420721664 8040 33554432000 4194304 4196468 140736390428352 140143953378160 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16180] ppid=16165 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16180/stat : 16180 (java) R 16165 16168 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525524 14420721664 8040 33554432000 4194304 4196468 140736390428352 140143952325360 140144482822786 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16181] ppid=16165 vsize=14082736 memory=139958376687232 CPUtime=0.01 cores=0,2,4,6
/proc/16168/task/16181/stat : 16181 (java) R 16165 16168 12324 0 -1 4202560 277 0 0 0 1 0 0 0 20 0 15 0 274525524 14420721664 8040 33554432000 4194304 4196468 140736390428352 140143951272560 140144461766349 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16182] ppid=16165 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16182/stat : 16182 (java) S 16165 16168 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525524 14420721664 8040 33554432000 4194304 4196468 140736390428352 140143950220000 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16183] ppid=16165 vsize=14082736 memory=139958376687232 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16183/stat : 16183 (java) S 16165 16168 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525525 14420721664 8040 33554432000 4194304 4196468 140736390428352 140143949167280 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32160 KiB

[startup+0.215899 s]*
/proc/loadavg: 1.78 1.51 1.20 5/216 16183
/proc/meminfo: memFree=24041200/32770624 swapFree=67030684/67108860
[pid=16168] ppid=16165 vsize=14082736 memory=47976 CPUtime=0.32 cores=0,2,4,6
/proc/16168/stat : 16168 (java) S 16165 16168 12324 0 -1 1077944320 10115 0 0 0 29 3 0 0 20 0 15 0 274525519 14420721664 11994 33554432000 4194304 4196468 140736390428352 140736390410896 140144482811639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
/proc/16168/statm: 3520684 11994 3366 1 0 3482761 0
[pid=16168/tid=16170] ppid=16165 vsize=14082736 memory=7022364594140610616 CPUtime=0.21 cores=0,2,4,6
/proc/16168/task/16170/stat : 16170 (java) R 16165 16168 12324 0 -1 4202560 7823 0 0 0 19 2 0 0 20 0 15 0 274525519 14420721664 11994 33554432000 4194304 4196468 140736390428352 140144487038256 140144482832986 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16171] ppid=16165 vsize=14082736 memory=343 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 12324 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274525520 14420721664 11994 33554432000 4194304 4196468 140736390428352 140144078339216 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16172] ppid=16165 vsize=14082736 memory=288370334528398976 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525520 14420721664 11994 33554432000 4194304 4196468 140736390428352 140144077286416 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16173] ppid=16165 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525520 14420721664 11994 33554432000 4194304 4196468 140736390428352 140144076233616 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16174] ppid=16165 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 12324 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274525520 14420721664 11994 33554432000 4194304 4196468 140736390428352 140144075180816 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16175] ppid=16165 vsize=14082736 memory=139958376687232 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 12324 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274525521 14420721664 11994 33554432000 4194304 4196468 140736390428352 140143957588336 140144482822786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16176] ppid=16165 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 12324 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274525522 14420721664 11994 33554432000 4194304 4196468 140736390428352 140143956534304 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16177] ppid=16165 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 12324 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274525522 14420721664 11994 33554432000 4194304 4196468 140736390428352 140143955481456 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16178] ppid=16165 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16178/stat : 16178 (java) S 16165 16168 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525524 14420721664 11994 33554432000 4194304 4196468 140736390428352 140143954429776 140144482830235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16179] ppid=16165 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/16168/task/16179/stat : 16179 (java) S 16165 16168 12324 0 -1 1077944384 447 0 0 0 2 0 0 0 20 0 15 0 274525524 14420721664 11994 33554432000 4194304 4196468 140736390428352 140143953378160 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16180] ppid=16165 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/16168/task/16180/stat : 16180 (java) R 16165 16168 12324 0 -1 1077944384 162 0 0 0 1 0 0 0 20 0 15 0 274525524 14420721664 11994 33554432000 4194304 4196468 140736390428352 140143952325360 140144482822786 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16181] ppid=16165 vsize=14082736 memory=139958376687232 CPUtime=0.06 cores=0,2,4,6
/proc/16168/task/16181/stat : 16181 (java) R 16165 16168 12324 0 -1 4202560 302 0 0 0 6 0 0 0 20 0 15 0 274525524 14420721664 11994 33554432000 4194304 4196468 140736390428352 140143951270368 140144475048766 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16182] ppid=16165 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16182/stat : 16182 (java) S 16165 16168 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525524 14420721664 11994 33554432000 4194304 4196468 140736390428352 140143950220000 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16183] ppid=16165 vsize=14082736 memory=139958376687232 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16183/stat : 16183 (java) S 16165 16168 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525525 14420721664 11994 33554432000 4194304 4196468 140736390428352 140143949167280 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47976 KiB

[startup+0.310596 s]*
/proc/loadavg: 1.78 1.51 1.20 4/216 16183
/proc/meminfo: memFree=24037540/32770624 swapFree=67030684/67108860
[pid=16168] ppid=16165 vsize=14082736 memory=51308 CPUtime=0.44 cores=0,2,4,6
/proc/16168/stat : 16168 (java) S 16165 16168 12324 0 -1 1077944320 10458 0 0 0 41 3 0 0 20 0 15 0 274525519 14420721664 12827 33554432000 4194304 4196468 140736390428352 140736390410896 140144482811639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
/proc/16168/statm: 3520684 12827 3369 1 0 3482761 0
[pid=16168/tid=16170] ppid=16165 vsize=14082736 memory=7022364594140610616 CPUtime=0.3 cores=0,2,4,6
/proc/16168/task/16170/stat : 16170 (java) R 16165 16168 12324 0 -1 4202560 8147 0 0 0 28 2 0 0 20 0 15 0 274525519 14420721664 12827 33554432000 4194304 4196468 140736390428352 140144487023152 140144464462999 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16171] ppid=16165 vsize=14082736 memory=4294976238 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 12324 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274525520 14420721664 12827 33554432000 4194304 4196468 140736390428352 140144078339216 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16172] ppid=16165 vsize=14082736 memory=288370334528398976 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525520 14420721664 12827 33554432000 4194304 4196468 140736390428352 140144077286416 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16173] ppid=16165 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525520 14420721664 12827 33554432000 4194304 4196468 140736390428352 140144076233616 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16174] ppid=16165 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 12324 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274525520 14420721664 12827 33554432000 4194304 4196468 140736390428352 140144075180816 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16175] ppid=16165 vsize=14082736 memory=139958376687232 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 12324 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274525521 14420721664 12827 33554432000 4194304 4196468 140736390428352 140143957588336 140144482822786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16176] ppid=16165 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 12324 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274525522 14420721664 12827 33554432000 4194304 4196468 140736390428352 140143956534304 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16177] ppid=16165 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 12324 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274525522 14420721664 12827 33554432000 4194304 4196468 140736390428352 140143955481456 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16178] ppid=16165 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16178/stat : 16178 (java) S 16165 16168 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525524 14420721664 12827 33554432000 4194304 4196468 140736390428352 140143954429776 140144482830235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16179] ppid=16165 vsize=14082736 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/16168/task/16179/stat : 16179 (java) S 16165 16168 12324 0 -1 1077944384 453 0 0 0 3 0 0 0 20 0 15 0 274525524 14420721664 12827 33554432000 4194304 4196468 140736390428352 140143953378160 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16180] ppid=16165 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/16168/task/16180/stat : 16180 (java) S 16165 16168 12324 0 -1 1077944384 167 0 0 0 2 0 0 0 20 0 15 0 274525524 14420721664 12827 33554432000 4194304 4196468 140736390428352 140143952325360 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16181] ppid=16165 vsize=14082736 memory=139958376687232 CPUtime=0.08 cores=0,2,4,6
/proc/16168/task/16181/stat : 16181 (java) S 16165 16168 12324 0 -1 1077944384 309 0 0 0 8 0 0 0 20 0 15 0 274525524 14420721664 12827 33554432000 4194304 4196468 140736390428352 140143951272560 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16182] ppid=16165 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16182/stat : 16182 (java) S 16165 16168 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525524 14420721664 12827 33554432000 4194304 4196468 140736390428352 140143950220000 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16183] ppid=16165 vsize=14082736 memory=139958376687232 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16183/stat : 16183 (java) S 16165 16168 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525525 14420721664 12827 33554432000 4194304 4196468 140736390428352 140143949167280 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 51308 KiB

[startup+0.700772 s]
/proc/loadavg: 1.78 1.51 1.20 3/216 16183
/proc/meminfo: memFree=23963108/32770624 swapFree=67030684/67108860
[pid=16168] ppid=16165 vsize=14084804 memory=88704 CPUtime=0.99 cores=0,2,4,6
/proc/16168/stat : 16168 (java) S 16165 16168 12324 0 -1 1077944320 17082 0 0 0 94 5 0 0 20 0 15 0 274525519 14422839296 22176 33554432000 4194304 4196468 140736390428352 140736390410896 140144482811639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
/proc/16168/statm: 3521201 22176 3498 1 0 3483273 0
[pid=16168/tid=16170] ppid=16165 vsize=14084804 memory=209429316260494 CPUtime=0.68 cores=0,2,4,6
/proc/16168/task/16170/stat : 16170 (java) R 16165 16168 12324 0 -1 4202560 14457 0 0 0 64 4 0 0 20 0 15 0 274525519 14422839296 22176 33554432000 4194304 4196468 140736390428352 140144487026544 140144466892126 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16171] ppid=16165 vsize=14084804 memory=1474040 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 12324 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274525520 14422839296 22176 33554432000 4194304 4196468 140736390428352 140144078339216 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16172] ppid=16165 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525520 14422839296 22176 33554432000 4194304 4196468 140736390428352 140144077286416 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16173] ppid=16165 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525520 14422839296 22176 33554432000 4194304 4196468 140736390428352 140144076233616 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16174] ppid=16165 vsize=14084804 memory=7809523229951467572 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 12324 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 274525520 14422839296 22176 33554432000 4194304 4196468 140736390428352 140144075180816 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16175] ppid=16165 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 12324 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 274525521 14422839296 22176 33554432000 4194304 4196468 140736390428352 140143957588336 140144482822786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16176] ppid=16165 vsize=14084804 memory=-3472574513799858009 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 12324 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 274525522 14422839296 22176 33554432000 4194304 4196468 140736390428352 140143956534304 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16177] ppid=16165 vsize=14084804 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 12324 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 274525522 14422839296 22176 33554432000 4194304 4196468 140736390428352 140143955481456 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16178] ppid=16165 vsize=14084804 memory=6944652177228980320 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16178/stat : 16178 (java) S 16165 16168 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525524 14422839296 22176 33554432000 4194304 4196468 140736390428352 140143954429776 140144482830235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16179] ppid=16165 vsize=14084804 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/16168/task/16179/stat : 16179 (java) S 16165 16168 12324 0 -1 1077944384 583 0 0 0 8 0 0 0 20 0 15 0 274525524 14422839296 22176 33554432000 4194304 4196468 140736390428352 140143953378160 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16180] ppid=16165 vsize=14084804 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/16168/task/16180/stat : 16180 (java) R 16165 16168 12324 0 -1 1077944384 325 0 0 0 7 0 0 0 20 0 15 0 274525524 14422839296 22176 33554432000 4194304 4196468 140736390428352 140143952325360 140144482822786 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16181] ppid=16165 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/16168/task/16181/stat : 16181 (java) S 16165 16168 12324 0 -1 1077944384 336 0 0 0 15 0 0 0 20 0 15 0 274525524 14422839296 22176 33554432000 4194304 4196468 140736390428352 140143951272560 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16182] ppid=16165 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16182/stat : 16182 (java) S 16165 16168 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525524 14422839296 22176 33554432000 4194304 4196468 140736390428352 140143950220000 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16183] ppid=16165 vsize=14084804 memory=2228 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16183/stat : 16183 (java) S 16165 16168 12324 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 274525525 14422839296 22176 33554432000 4194304 4196468 140736390428352 140143949167280 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88704 KiB

[startup+1.51007 s]
/proc/loadavg: 1.78 1.51 1.20 3/216 16183
/proc/meminfo: memFree=23561192/32770624 swapFree=67030684/67108860
[pid=16168] ppid=16165 vsize=14086852 memory=493212 CPUtime=3.08 cores=0,2,4,6
/proc/16168/stat : 16168 (java) S 16165 16168 12324 0 -1 1077944320 20513 0 0 0 256 52 0 0 20 0 15 0 274525519 14424936448 123303 33554432000 4194304 4196468 140736390428352 140736390410896 140144482811639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
/proc/16168/statm: 3521713 123303 3572 1 0 3483785 0
[pid=16168/tid=16170] ppid=16165 vsize=14086852 memory=9169 CPUtime=1.25 cores=0,2,4,6
/proc/16168/task/16170/stat : 16170 (java) R 16165 16168 12324 0 -1 4202560 14888 0 0 0 115 10 0 0 20 0 15 0 274525519 14424936448 123303 33554432000 4194304 4196468 140736390428352 140144487048672 140144463456556 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16171] ppid=16165 vsize=14086852 memory=6791534058613427641 CPUtime=0.21 cores=0,2,4,6
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 12324 0 -1 1077944384 662 0 0 0 11 10 0 0 20 0 15 0 274525520 14424936448 123303 33554432000 4194304 4196468 140736390428352 140144078339216 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16172] ppid=16165 vsize=14086852 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 12324 0 -1 1077944384 348 0 0 0 11 9 0 0 20 0 15 0 274525520 14424936448 123303 33554432000 4194304 4196468 140736390428352 140144077286416 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16173] ppid=16165 vsize=14086852 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 12324 0 -1 1077944384 414 0 0 0 12 8 0 0 20 0 15 0 274525520 14424936448 123303 33554432000 4194304 4196468 140736390428352 140144076233616 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16174] ppid=16165 vsize=14086852 memory=6943526294502006880 CPUtime=0.21 cores=0,2,4,6
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 12324 0 -1 1077944384 305 0 0 0 12 9 0 0 20 0 15 0 274525520 14424936448 123303 33554432000 4194304 4196468 140736390428352 140144075180816 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16175] ppid=16165 vsize=14086852 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 12324 0 -1 1077944384 302 0 0 0 1 0 0 0 20 0 15 0 274525521 14424936448 123303 33554432000 4194304 4196468 140736390428352 140143957588336 140144482822786 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0

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

/proc/16168/task/16170/stat : 16170 (java) R 16165 16168 12324 0 -1 4202560 35996 0 0 0 9567 42 0 0 20 0 15 0 274525519 14429130752 1352996 33554432000 4194304 4196468 140736390428352 140144487046752 140144122811939 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16171] ppid=16165 vsize=14090948 memory=5411984 CPUtime=5.78 cores=0,2,4,6
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 12324 0 -1 1077944384 4697 0 0 0 496 82 0 0 20 0 15 0 274525520 14429130752 1352996 33554432000 4194304 4196468 140736390428352 140144078339216 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16172] ppid=16165 vsize=14090948 memory=56 CPUtime=5.82 cores=0,2,4,6
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 12324 0 -1 1077944384 5208 0 0 0 507 75 0 0 20 0 15 0 274525520 14429130752 1352996 33554432000 4194304 4196468 140736390428352 140144077286416 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16173] ppid=16165 vsize=14090948 memory=3537 CPUtime=5.79 cores=0,2,4,6
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 12324 0 -1 1077944384 5551 0 0 0 501 78 0 0 20 0 15 0 274525520 14429130752 1352996 33554432000 4194304 4196468 140736390428352 140144076233616 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16174] ppid=16165 vsize=14090948 memory=5411984 CPUtime=5.83 cores=0,2,4,6
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 12324 0 -1 1077944384 5320 0 0 0 506 77 0 0 20 0 15 0 274525520 14429130752 1352996 33554432000 4194304 4196468 140736390428352 140144075180816 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16175] ppid=16165 vsize=14090948 memory=5411984 CPUtime=0.3 cores=0,2,4,6
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 12324 0 -1 1077944384 13713 0 0 0 29 1 0 0 20 0 15 0 274525521 14429130752 1352996 33554432000 4194304 4196468 140736390428352 140143957588336 140144482822786 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16176] ppid=16165 vsize=14090948 memory=1520 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 12324 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 274525522 14429130752 1352996 33554432000 4194304 4196468 140736390428352 140143956534368 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16177] ppid=16165 vsize=14090948 memory=5411984 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 12324 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 274525522 14429130752 1352996 33554432000 4194304 4196468 140736390428352 140143955481472 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16178] ppid=16165 vsize=14090948 memory=5411984 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16178/stat : 16178 (java) S 16165 16168 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525524 14429130752 1352996 33554432000 4194304 4196468 140736390428352 140143954429776 140144482830235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16179] ppid=16165 vsize=14090948 memory=8660 CPUtime=3.84 cores=0,2,4,6
/proc/16168/task/16179/stat : 16179 (java) S 16165 16168 12324 0 -1 1077944384 7524 0 0 0 382 2 0 0 20 0 15 0 274525524 14429130752 1352996 33554432000 4194304 4196468 140736390428352 140143953378160 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16180] ppid=16165 vsize=14090948 memory=578 CPUtime=3.82 cores=0,2,4,6
/proc/16168/task/16180/stat : 16180 (java) S 16165 16168 12324 0 -1 1077944384 7978 0 0 0 378 4 0 0 20 0 15 0 274525524 14429130752 1352996 33554432000 4194304 4196468 140736390428352 140143952325360 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16181] ppid=16165 vsize=14090948 memory=0 CPUtime=1.28 cores=0,2,4,6
/proc/16168/task/16181/stat : 16181 (java) S 16165 16168 12324 0 -1 1077944384 11788 0 0 0 124 4 0 0 20 0 15 0 274525524 14429130752 1352996 33554432000 4194304 4196468 140736390428352 140143951272560 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16182] ppid=16165 vsize=14090948 memory=6 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16182/stat : 16182 (java) S 16165 16168 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525524 14429130752 1352996 33554432000 4194304 4196468 140736390428352 140143950220000 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16183] ppid=16165 vsize=14090948 memory=10953 CPUtime=0.06 cores=0,2,4,6
/proc/16168/task/16183/stat : 16183 (java) S 16165 16168 12324 0 -1 1077944384 779 0 0 0 3 3 0 0 20 0 15 0 274525525 14429130752 1352996 33554432000 4194304 4196468 140736390428352 140143949167280 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
Current children cumulated CPU time: 128.7 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5411984 KiB

[startup+162.301 s]
/proc/loadavg: 1.88 1.66 1.30 3/216 16185
/proc/meminfo: memFree=14600600/32770624 swapFree=67030684/67108860
[pid=16168] ppid=16165 vsize=14090948 memory=5411316 CPUtime=188.92 cores=0,2,4,6
/proc/16168/stat : 16168 (java) S 16165 16168 12324 0 -1 1077944320 112898 0 0 0 18516 376 0 0 20 0 15 0 274525519 14429130752 1352829 33554432000 4194304 4196468 140736390428352 140736390410896 140144482811639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
/proc/16168/statm: 3522737 1352829 3614 1 0 3484809 0
[pid=16168/tid=16170] ppid=16165 vsize=14090948 memory=5411316 CPUtime=156.05 cores=0,2,4,6
/proc/16168/task/16170/stat : 16170 (java) R 16165 16168 12324 0 -1 4202560 41235 0 0 0 15562 43 0 0 20 0 15 0 274525519 14429130752 1352829 33554432000 4194304 4196468 140736390428352 140144487046400 140144123100192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16171] ppid=16165 vsize=14090948 memory=5411316 CPUtime=5.82 cores=0,2,4,6
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 12324 0 -1 1077944384 5483 0 0 0 500 82 0 0 20 0 15 0 274525520 14429130752 1352829 33554432000 4194304 4196468 140736390428352 140144078339216 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16172] ppid=16165 vsize=14090948 memory=5411316 CPUtime=5.87 cores=0,2,4,6
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 12324 0 -1 1077944384 5736 0 0 0 511 76 0 0 20 0 15 0 274525520 14429130752 1352829 33554432000 4194304 4196468 140736390428352 140144077286416 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16173] ppid=16165 vsize=14090948 memory=5411316 CPUtime=5.83 cores=0,2,4,6
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 12324 0 -1 1077944384 6122 0 0 0 505 78 0 0 20 0 15 0 274525520 14429130752 1352829 33554432000 4194304 4196468 140736390428352 140144076233616 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16174] ppid=16165 vsize=14090948 memory=5411316 CPUtime=5.87 cores=0,2,4,6
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 12324 0 -1 1077944384 6814 0 0 0 510 77 0 0 20 0 15 0 274525520 14429130752 1352829 33554432000 4194304 4196468 140736390428352 140144075180816 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16175] ppid=16165 vsize=14090948 memory=5411316 CPUtime=0.3 cores=0,2,4,6
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 12324 0 -1 1077944384 13919 0 0 0 29 1 0 0 20 0 15 0 274525521 14429130752 1352829 33554432000 4194304 4196468 140736390428352 140143957588336 140144482822786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16176] ppid=16165 vsize=14090948 memory=3544 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 12324 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 274525522 14429130752 1352829 33554432000 4194304 4196468 140736390428352 140143956534368 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16177] ppid=16165 vsize=14090948 memory=6712 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 12324 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 274525522 14429130752 1352829 33554432000 4194304 4196468 140736390428352 140143955481472 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16178] ppid=16165 vsize=14090948 memory=5411316 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16178/stat : 16178 (java) S 16165 16168 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525524 14429130752 1352829 33554432000 4194304 4196468 140736390428352 140143954429776 140144482830235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16179] ppid=16165 vsize=14090948 memory=5411316 CPUtime=3.86 cores=0,2,4,6
/proc/16168/task/16179/stat : 16179 (java) S 16165 16168 12324 0 -1 1077944384 9810 0 0 0 384 2 0 0 20 0 15 0 274525524 14429130752 1352829 33554432000 4194304 4196468 140736390428352 140143953378160 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16180] ppid=16165 vsize=14090948 memory=5411316 CPUtime=3.83 cores=0,2,4,6
/proc/16168/task/16180/stat : 16180 (java) S 16165 16168 12324 0 -1 1077944384 8618 0 0 0 379 4 0 0 20 0 15 0 274525524 14429130752 1352829 33554432000 4194304 4196468 140736390428352 140143952325360 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16181] ppid=16165 vsize=14090948 memory=1876 CPUtime=1.28 cores=0,2,4,6
/proc/16168/task/16181/stat : 16181 (java) S 16165 16168 12324 0 -1 1077944384 12879 0 0 0 124 4 0 0 20 0 15 0 274525524 14429130752 1352829 33554432000 4194304 4196468 140736390428352 140143951272560 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16182] ppid=16165 vsize=14090948 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16182/stat : 16182 (java) S 16165 16168 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525524 14429130752 1352829 33554432000 4194304 4196468 140736390428352 140143950220000 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16183] ppid=16165 vsize=14090948 memory=3544 CPUtime=0.09 cores=0,2,4,6
/proc/16168/task/16183/stat : 16183 (java) S 16165 16168 12324 0 -1 1077944384 821 0 0 0 4 5 0 0 20 0 15 0 274525525 14429130752 1352829 33554432000 4194304 4196468 140736390428352 140143949167280 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
Current children cumulated CPU time: 188.92 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5411316 KiB

[startup+222.301 s]
/proc/loadavg: 1.92 1.71 1.34 3/216 16186
/proc/meminfo: memFree=14598628/32770624 swapFree=67030684/67108860
[pid=16168] ppid=16165 vsize=14090948 memory=5411944 CPUtime=249.15 cores=0,2,4,6
/proc/16168/stat : 16168 (java) S 16165 16168 12324 0 -1 1077944320 122946 0 0 0 24537 378 0 0 20 0 15 0 274525519 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140736390410896 140144482811639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
/proc/16168/statm: 3522737 1352986 3614 1 0 3484809 0
[pid=16168/tid=16170] ppid=16165 vsize=14090948 memory=5411944 CPUtime=216.01 cores=0,2,4,6
/proc/16168/task/16170/stat : 16170 (java) R 16165 16168 12324 0 -1 4202560 46304 0 0 0 21557 44 0 0 20 0 15 0 274525519 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140144487046736 140144124494350 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16171] ppid=16165 vsize=14090948 memory=5411944 CPUtime=5.87 cores=0,2,4,6
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 12324 0 -1 1077944384 7079 0 0 0 505 82 0 0 20 0 15 0 274525520 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140144078339216 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16172] ppid=16165 vsize=14090948 memory=3544 CPUtime=5.92 cores=0,2,4,6
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 12324 0 -1 1077944384 6251 0 0 0 516 76 0 0 20 0 15 0 274525520 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140144077286416 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16173] ppid=16165 vsize=14090948 memory=5411944 CPUtime=5.88 cores=0,2,4,6
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 12324 0 -1 1077944384 6820 0 0 0 510 78 0 0 20 0 15 0 274525520 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140144076233616 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16174] ppid=16165 vsize=14090948 memory=5411944 CPUtime=5.92 cores=0,2,4,6
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 12324 0 -1 1077944384 7299 0 0 0 515 77 0 0 20 0 15 0 274525520 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140144075180816 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16175] ppid=16165 vsize=14090948 memory=11068 CPUtime=0.3 cores=0,2,4,6
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 12324 0 -1 1077944384 14142 0 0 0 29 1 0 0 20 0 15 0 274525521 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140143957588336 140144482822786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16176] ppid=16165 vsize=14090948 memory=5411944 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 12324 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 274525522 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140143956534368 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16177] ppid=16165 vsize=14090948 memory=6712 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 12324 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 274525522 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140143955481472 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16178] ppid=16165 vsize=14090948 memory=5411944 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16178/stat : 16178 (java) S 16165 16168 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525524 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140143954429776 140144482830235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16179] ppid=16165 vsize=14090948 memory=5411944 CPUtime=3.91 cores=0,2,4,6
/proc/16168/task/16179/stat : 16179 (java) S 16165 16168 12324 0 -1 1077944384 10590 0 0 0 389 2 0 0 20 0 15 0 274525524 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140143953378160 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16180] ppid=16165 vsize=14090948 memory=5411944 CPUtime=3.84 cores=0,2,4,6
/proc/16168/task/16180/stat : 16180 (java) S 16165 16168 12324 0 -1 1077944384 8763 0 0 0 380 4 0 0 20 0 15 0 274525524 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140143952325360 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16181] ppid=16165 vsize=14090948 memory=3072 CPUtime=1.28 cores=0,2,4,6
/proc/16168/task/16181/stat : 16181 (java) S 16165 16168 12324 0 -1 1077944384 13193 0 0 0 124 4 0 0 20 0 15 0 274525524 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140143951272560 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16182] ppid=16165 vsize=14090948 memory=776 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16182/stat : 16182 (java) S 16165 16168 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525524 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140143950220000 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16183] ppid=16165 vsize=14090948 memory=1876 CPUtime=0.13 cores=0,2,4,6
/proc/16168/task/16183/stat : 16183 (java) S 16165 16168 12324 0 -1 1077944384 1044 0 0 0 7 6 0 0 20 0 15 0 274525525 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140143949167280 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
Current children cumulated CPU time: 249.15 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5411944 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+225.201 s]
/proc/loadavg: 1.92 1.71 1.35 3/216 16186
/proc/meminfo: memFree=14598628/32770624 swapFree=67030684/67108860
[pid=16168] ppid=16165 vsize=14090948 memory=5411944 CPUtime=252.05 cores=0,2,4,6
/proc/16168/stat : 16168 (java) S 16165 16168 12324 0 -1 1077944320 123076 0 0 0 24827 378 0 0 20 0 15 0 274525519 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140736390410896 140144482811639 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
/proc/16168/statm: 3522737 1352986 3614 1 0 3484809 0
[pid=16168/tid=16170] ppid=16165 vsize=14090948 memory=6791534058613427641 CPUtime=218.9 cores=0,2,4,6
/proc/16168/task/16170/stat : 16170 (java) R 16165 16168 12324 0 -1 4202560 46419 0 0 0 21846 44 0 0 20 0 15 0 274525519 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140144487046736 140144128382558 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16171] ppid=16165 vsize=14090948 memory=288230583166042426 CPUtime=5.87 cores=0,2,4,6
/proc/16168/task/16171/stat : 16171 (java) S 16165 16168 12324 0 -1 1077944384 7079 0 0 0 505 82 0 0 20 0 15 0 274525520 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140144078339216 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16172] ppid=16165 vsize=14090948 memory=5411944 CPUtime=5.92 cores=0,2,4,6
/proc/16168/task/16172/stat : 16172 (java) S 16165 16168 12324 0 -1 1077944384 6251 0 0 0 516 76 0 0 20 0 15 0 274525520 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140144077286416 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16173] ppid=16165 vsize=14090948 memory=792 CPUtime=5.88 cores=0,2,4,6
/proc/16168/task/16173/stat : 16173 (java) S 16165 16168 12324 0 -1 1077944384 6820 0 0 0 510 78 0 0 20 0 15 0 274525520 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140144076233616 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16174] ppid=16165 vsize=14090948 memory=1796 CPUtime=5.92 cores=0,2,4,6
/proc/16168/task/16174/stat : 16174 (java) S 16165 16168 12324 0 -1 1077944384 7299 0 0 0 515 77 0 0 20 0 15 0 274525520 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140144075180816 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16175] ppid=16165 vsize=14090948 memory=916 CPUtime=0.3 cores=0,2,4,6
/proc/16168/task/16175/stat : 16175 (java) S 16165 16168 12324 0 -1 1077944384 14142 0 0 0 29 1 0 0 20 0 15 0 274525521 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140143957588336 140144482822786 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16176] ppid=16165 vsize=14090948 memory=3848 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16176/stat : 16176 (java) S 16165 16168 12324 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 274525522 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140143956534368 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16177] ppid=16165 vsize=14090948 memory=4100 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16177/stat : 16177 (java) S 16165 16168 12324 0 -1 1077944384 79 0 0 0 0 0 0 0 20 0 15 0 274525522 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140143955481472 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16178] ppid=16165 vsize=14090948 memory=2884 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16178/stat : 16178 (java) S 16165 16168 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525524 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140143954429776 140144482830235 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16179] ppid=16165 vsize=14090948 memory=2580 CPUtime=3.91 cores=0,2,4,6
/proc/16168/task/16179/stat : 16179 (java) S 16165 16168 12324 0 -1 1077944384 10593 0 0 0 389 2 0 0 20 0 15 0 274525524 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140143953378160 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16180] ppid=16165 vsize=14090948 memory=1408 CPUtime=3.84 cores=0,2,4,6
/proc/16168/task/16180/stat : 16180 (java) S 16165 16168 12324 0 -1 1077944384 8768 0 0 0 380 4 0 0 20 0 15 0 274525524 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140143952325360 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16181] ppid=16165 vsize=14090948 memory=3072 CPUtime=1.28 cores=0,2,4,6
/proc/16168/task/16181/stat : 16181 (java) S 16165 16168 12324 0 -1 1077944384 13200 0 0 0 124 4 0 0 20 0 15 0 274525524 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140143951272560 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16182] ppid=16165 vsize=14090948 memory=4679396 CPUtime=0 cores=0,2,4,6
/proc/16168/task/16182/stat : 16182 (java) S 16165 16168 12324 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 274525524 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140143950220000 140144482821845 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
[pid=16168/tid=16183] ppid=16165 vsize=14090948 memory=1408 CPUtime=0.13 cores=0,2,4,6
/proc/16168/task/16183/stat : 16183 (java) S 16165 16168 12324 0 -1 1077944384 1044 0 0 0 7 6 0 0 20 0 15 0 274525525 14429130752 1352986 33554432000 4194304 4196468 140736390428352 140143949167280 140144482822786 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 6696960 140736390435919 140736390436110 140736390436110 140736390438863 0
Current children cumulated CPU time: 252.05 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5411944 KiB

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

[startup+225.234 s]
# the end of solver process 16168 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.282 s, system=3.81094 s

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

Child status: 143
Real time (s): 225.234
CPU time (s): 252.092
CPU user time (s): 248.282
CPU system time (s): 3.81094
CPU usage (%): 111.925
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 5412108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.282
system time used= 3.81094
maximum resident set size= 5412908
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 123744
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9743
involuntary context switches= 466


# summary of solver processes directly reported to runsolver:
#   pid: 16168
#   total CPU time (s): 252.092
#   total CPU user time (s): 248.282
#   total CPU system time (s): 3.81094

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.33501 second user time and 2.19945 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-18 07:20:23
IDJOB=4312431
IDBENCH=141270
IDSOLVER=2800
FILE ID=node102/4312431-1534569623
RUNJOBID= node102-1534569125-15725
PBS_JOBID= 21038645
Free space on /tmp= 46272 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-17
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-05-0350_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore 1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312431-1534569623/watcher-4312431-1534569623 -o /tmp/evaluation-result-4312431-1534569623/solver-4312431-1534569623 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534569125-15725 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 570769582 --timelimit 252 --memlimit 11000 --nbcore 1 HOME/instance-4312431-1534569623.xml

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

MD5SUM BENCH= 51c3d091a7e4b0716a15e9a29832b849
RANDOM SEED=570769582

node102.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.51
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.51
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.51
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.51
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:        24214444 kB
MemAvailable:   31401616 kB
Buffers:          213640 kB
Cached:          7250988 kB
SwapCached:        51220 kB
Active:          6387920 kB
Inactive:        1625072 kB
Active(anon):     491716 kB
Inactive(anon):   124764 kB
Active(file):    5896204 kB
Inactive(file):  1500308 kB
Unevictable:        7344 kB
Mlocked:            7344 kB
SwapTotal:      67108860 kB
SwapFree:       67030684 kB
Dirty:            321084 kB
Writeback:             0 kB
AnonPages:        345784 kB
Mapped:            31192 kB
Shmem:             65388 kB
Slab:             242208 kB
SReclaimable:     212992 kB
SUnreclaim:        29216 kB
KernelStack:        3536 kB
PageTables:         5844 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1463400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    249856 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 46236 MiB
End job on node102 at 2018-08-18 07:24:09