Trace number 4310575

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Hybrid 2018-08-14? (TO) 252.12 225.149

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.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 105696461
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.59	c Parsing instance...
50.66/32.50	c Parsing done, starting first complete search...
252.07/225.11	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310575-1534330740/watcher-4310575-1534330740 -o /tmp/evaluation-result-4310575-1534330740/solver-4310575-1534330740 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534329043-20537 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 105696461 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310575-1534330740.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=21869, runsolver pid=21866
Current StackSize limit: 8192 KiB


[startup+0.105436 s]*
/proc/loadavg: 1.95 1.89 1.72 3/215 21884
/proc/meminfo: memFree=14881480/32770624 swapFree=67108860/67108860
[pid=21869] ppid=21866 vsize=14082736 memory=32636 CPUtime=0.12 cores=0,2,4,6
/proc/21869/stat : 21869 (java) S 21866 21869 20506 0 -1 1077944320 7077 0 0 0 11 1 0 0 20 0 15 0 250637273 14420721664 8159 33554432000 4194304 4196468 140720800914032 140720800896576 140179915362039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
/proc/21869/statm: 3520684 8159 3156 1 0 3482761 0
[pid=21869/tid=21871] ppid=21866 vsize=14082736 memory=-6966717417093883519 CPUtime=0.09 cores=0,2,4,6
/proc/21869/task/21871/stat : 21871 (java) R 21866 21869 20506 0 -1 4202560 5118 0 0 0 8 1 0 0 20 0 15 0 250637273 14420721664 8159 33554432000 4194304 4196468 140720800914032 140179919581992 140179907599166 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21872] ppid=21866 vsize=14082736 memory=5793854941894932921 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21872/stat : 21872 (java) S 21866 21869 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637274 14420721664 8159 33554432000 4194304 4196468 140720800914032 140179882920464 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21873] ppid=21866 vsize=14082736 memory=139690885039744 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21873/stat : 21873 (java) S 21866 21869 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637274 14420721664 8159 33554432000 4194304 4196468 140720800914032 140179881867920 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21874] ppid=21866 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21874/stat : 21874 (java) S 21866 21869 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637274 14420721664 8159 33554432000 4194304 4196468 140720800914032 140179509541136 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21875] ppid=21866 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21875/stat : 21875 (java) S 21866 21869 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637274 14420721664 8159 33554432000 4194304 4196468 140720800914032 140179508488592 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21876] ppid=21866 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21876/stat : 21876 (java) S 21866 21869 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637275 14420721664 8159 33554432000 4194304 4196468 140720800914032 140179390016240 140179915373186 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21877] ppid=21866 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21877/stat : 21877 (java) S 21866 21869 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250637276 14420721664 8159 33554432000 4194304 4196468 140720800914032 140179388962464 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21878] ppid=21866 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21878/stat : 21878 (java) S 21866 21869 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250637276 14420721664 8159 33554432000 4194304 4196468 140720800914032 140179387909360 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21879] ppid=21866 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21879/stat : 21879 (java) S 21866 21869 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637278 14420721664 8159 33554432000 4194304 4196468 140720800914032 140179386857936 140179915380635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21880] ppid=21866 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21880/stat : 21880 (java) S 21866 21869 20506 0 -1 1077944384 298 0 0 0 0 0 0 0 20 0 15 0 250637278 14420721664 8159 33554432000 4194304 4196468 140720800914032 140179385805040 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21881] ppid=21866 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21881/stat : 21881 (java) S 21866 21869 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637278 14420721664 8159 33554432000 4194304 4196468 140720800914032 140179384752496 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21882] ppid=21866 vsize=14082736 memory=139690885039744 CPUtime=0.01 cores=0,2,4,6
/proc/21869/task/21882/stat : 21882 (java) S 21866 21869 20506 0 -1 1077944384 286 0 0 0 1 0 0 0 20 0 15 0 250637278 14420721664 8159 33554432000 4194304 4196468 140720800914032 140179383699440 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21883] ppid=21866 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21883/stat : 21883 (java) S 21866 21869 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637279 14420721664 8159 33554432000 4194304 4196468 140720800914032 140179382647136 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21884] ppid=21866 vsize=14082736 memory=139690885039744 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21884/stat : 21884 (java) S 21866 21869 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637279 14420721664 8159 33554432000 4194304 4196468 140720800914032 140179381595184 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32636 KiB

[startup+0.210576 s]*
/proc/loadavg: 1.95 1.89 1.72 6/215 21884
/proc/meminfo: memFree=14866720/32770624 swapFree=67108860/67108860
[pid=21869] ppid=21866 vsize=14082736 memory=45776 CPUtime=0.3 cores=0,2,4,6
/proc/21869/stat : 21869 (java) S 21866 21869 20506 0 -1 1077944320 10103 0 0 0 27 3 0 0 20 0 15 0 250637273 14420721664 11444 33554432000 4194304 4196468 140720800914032 140720800896576 140179915362039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
/proc/21869/statm: 3520684 11444 3329 1 0 3482761 0
[pid=21869/tid=21871] ppid=21866 vsize=14082736 memory=6735269665583770266 CPUtime=0.2 cores=0,2,4,6
/proc/21869/task/21871/stat : 21871 (java) R 21866 21869 20506 0 -1 4202560 7800 0 0 0 18 2 0 0 20 0 15 0 250637273 14420721664 11444 33554432000 4194304 4196468 140720800914032 140179919587792 140179915383965 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21872] ppid=21866 vsize=14082736 memory=4211973417089830282 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21872/stat : 21872 (java) S 21866 21869 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637274 14420721664 11444 33554432000 4194304 4196468 140720800914032 140179882920464 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21873] ppid=21866 vsize=14082736 memory=139690885039744 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21873/stat : 21873 (java) S 21866 21869 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637274 14420721664 11444 33554432000 4194304 4196468 140720800914032 140179881867920 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21874] ppid=21866 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21874/stat : 21874 (java) S 21866 21869 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637274 14420721664 11444 33554432000 4194304 4196468 140720800914032 140179509541136 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21875] ppid=21866 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21875/stat : 21875 (java) S 21866 21869 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637274 14420721664 11444 33554432000 4194304 4196468 140720800914032 140179508488592 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21876] ppid=21866 vsize=14082736 memory=139690885039744 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21876/stat : 21876 (java) S 21866 21869 20506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250637275 14420721664 11444 33554432000 4194304 4196468 140720800914032 140179390016240 140179915373186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21877] ppid=21866 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21877/stat : 21877 (java) S 21866 21869 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250637276 14420721664 11444 33554432000 4194304 4196468 140720800914032 140179388962464 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21878] ppid=21866 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21878/stat : 21878 (java) S 21866 21869 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250637276 14420721664 11444 33554432000 4194304 4196468 140720800914032 140179387909360 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21879] ppid=21866 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21879/stat : 21879 (java) S 21866 21869 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637278 14420721664 11444 33554432000 4194304 4196468 140720800914032 140179386857936 140179915380635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21880] ppid=21866 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21869/task/21880/stat : 21880 (java) R 21866 21869 20506 0 -1 1077944384 445 0 0 0 1 0 0 0 20 0 15 0 250637278 14420721664 11444 33554432000 4194304 4196468 140720800914032 140179385805040 140179915373186 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21881] ppid=21866 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/21869/task/21881/stat : 21881 (java) S 21866 21869 20506 0 -1 1077944384 91 0 0 0 1 0 0 0 20 0 15 0 250637278 14420721664 11444 33554432000 4194304 4196468 140720800914032 140179384752496 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21882] ppid=21866 vsize=14082736 memory=139690885039744 CPUtime=0.06 cores=0,2,4,6
/proc/21869/task/21882/stat : 21882 (java) R 21866 21869 20506 0 -1 4202560 388 0 0 0 6 0 0 0 20 0 15 0 250637278 14420721664 11444 33554432000 4194304 4196468 140720800914032 140179383699440 140179908458875 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21883] ppid=21866 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21883/stat : 21883 (java) S 21866 21869 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637279 14420721664 11444 33554432000 4194304 4196468 140720800914032 140179382647136 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21884] ppid=21866 vsize=14082736 memory=139690885039744 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21884/stat : 21884 (java) S 21866 21869 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637279 14420721664 11444 33554432000 4194304 4196468 140720800914032 140179381595184 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 45776 KiB

[startup+0.310624 s]*
/proc/loadavg: 1.95 1.89 1.72 4/215 21884
/proc/meminfo: memFree=14863308/32770624 swapFree=67108860/67108860
[pid=21869] ppid=21866 vsize=14082736 memory=49844 CPUtime=0.44 cores=0,2,4,6
/proc/21869/stat : 21869 (java) S 21866 21869 20506 0 -1 1077944320 10577 0 0 0 41 3 0 0 20 0 15 0 250637273 14420721664 12461 33554432000 4194304 4196468 140720800914032 140720800896576 140179915362039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
/proc/21869/statm: 3520684 12461 3409 1 0 3482761 0
[pid=21869/tid=21871] ppid=21866 vsize=14082736 memory=4871374705135476842 CPUtime=0.3 cores=0,2,4,6
/proc/21869/task/21871/stat : 21871 (java) R 21866 21869 20506 0 -1 4202560 8137 0 0 0 28 2 0 0 20 0 15 0 250637273 14420721664 12461 33554432000 4194304 4196468 140720800914032 140179919534112 140179895637920 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21872] ppid=21866 vsize=14082736 memory=4211973417089830282 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21872/stat : 21872 (java) S 21866 21869 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637274 14420721664 12461 33554432000 4194304 4196468 140720800914032 140179882920464 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21873] ppid=21866 vsize=14082736 memory=139690885042104 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21873/stat : 21873 (java) S 21866 21869 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637274 14420721664 12461 33554432000 4194304 4196468 140720800914032 140179881867920 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21874] ppid=21866 vsize=14082736 memory=139690724424204 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21874/stat : 21874 (java) S 21866 21869 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637274 14420721664 12461 33554432000 4194304 4196468 140720800914032 140179509541136 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21875] ppid=21866 vsize=14082736 memory=139690724412879 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21875/stat : 21875 (java) S 21866 21869 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637274 14420721664 12461 33554432000 4194304 4196468 140720800914032 140179508488592 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21876] ppid=21866 vsize=14082736 memory=139690885060276 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21876/stat : 21876 (java) S 21866 21869 20506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250637275 14420721664 12461 33554432000 4194304 4196468 140720800914032 140179390016240 140179915373186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21877] ppid=21866 vsize=14082736 memory=139690724422063 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21877/stat : 21877 (java) S 21866 21869 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250637276 14420721664 12461 33554432000 4194304 4196468 140720800914032 140179388962464 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21878] ppid=21866 vsize=14082736 memory=279381448834960 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21878/stat : 21878 (java) S 21866 21869 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250637276 14420721664 12461 33554432000 4194304 4196468 140720800914032 140179387909360 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21879] ppid=21866 vsize=14082736 memory=279381448832656 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21879/stat : 21879 (java) S 21866 21869 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637278 14420721664 12461 33554432000 4194304 4196468 140720800914032 140179386857936 140179915380635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21880] ppid=21866 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/21869/task/21880/stat : 21880 (java) S 21866 21869 20506 0 -1 1077944384 472 0 0 0 1 0 0 0 20 0 15 0 250637278 14420721664 12461 33554432000 4194304 4196468 140720800914032 140179385805040 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21881] ppid=21866 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/21869/task/21881/stat : 21881 (java) S 21866 21869 20506 0 -1 1077944384 158 0 0 0 2 0 0 0 20 0 15 0 250637278 14420721664 12461 33554432000 4194304 4196468 140720800914032 140179384752496 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21882] ppid=21866 vsize=14082736 memory=139690885039744 CPUtime=0.08 cores=0,2,4,6
/proc/21869/task/21882/stat : 21882 (java) S 21866 21869 20506 0 -1 1077944384 429 0 0 0 8 0 0 0 20 0 15 0 250637278 14420721664 12461 33554432000 4194304 4196468 140720800914032 140179383699440 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21883] ppid=21866 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21883/stat : 21883 (java) S 21866 21869 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637279 14420721664 12461 33554432000 4194304 4196468 140720800914032 140179382647136 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21884] ppid=21866 vsize=14082736 memory=139690885039744 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21884/stat : 21884 (java) S 21866 21869 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637279 14420721664 12461 33554432000 4194304 4196468 140720800914032 140179381595184 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 49844 KiB

[startup+0.700652 s]
/proc/loadavg: 1.95 1.89 1.72 3/215 21884
/proc/meminfo: memFree=14844564/32770624 swapFree=67108860/67108860
[pid=21869] ppid=21866 vsize=14084804 memory=85716 CPUtime=0.99 cores=0,2,4,6
/proc/21869/stat : 21869 (java) S 21866 21869 20506 0 -1 1077944320 17346 0 0 0 94 5 0 0 20 0 15 0 250637273 14422839296 21429 33554432000 4194304 4196468 140720800914032 140720800896576 140179915362039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
/proc/21869/statm: 3521201 21429 3504 1 0 3483273 0
[pid=21869/tid=21871] ppid=21866 vsize=14084804 memory=876 CPUtime=0.67 cores=0,2,4,6
/proc/21869/task/21871/stat : 21871 (java) R 21866 21869 20506 0 -1 4202560 14427 0 0 0 63 4 0 0 20 0 15 0 250637273 14422839296 21429 33554432000 4194304 4196468 140720800914032 140179919587344 140179882963648 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21872] ppid=21866 vsize=14084804 memory=10096 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21872/stat : 21872 (java) S 21866 21869 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637274 14422839296 21429 33554432000 4194304 4196468 140720800914032 140179882920464 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21873] ppid=21866 vsize=14084804 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21873/stat : 21873 (java) S 21866 21869 20506 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250637274 14422839296 21429 33554432000 4194304 4196468 140720800914032 140179881867920 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21874] ppid=21866 vsize=14084804 memory=6296683612554547549 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21874/stat : 21874 (java) S 21866 21869 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637274 14422839296 21429 33554432000 4194304 4196468 140720800914032 140179509541136 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21875] ppid=21866 vsize=14084804 memory=7597685182856913236 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21875/stat : 21875 (java) S 21866 21869 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637274 14422839296 21429 33554432000 4194304 4196468 140720800914032 140179508488592 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21876] ppid=21866 vsize=14084804 memory=7881696724453321575 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21876/stat : 21876 (java) S 21866 21869 20506 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250637275 14422839296 21429 33554432000 4194304 4196468 140720800914032 140179390016240 140179915373186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21877] ppid=21866 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21877/stat : 21877 (java) S 21866 21869 20506 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250637276 14422839296 21429 33554432000 4194304 4196468 140720800914032 140179388962464 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21878] ppid=21866 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21878/stat : 21878 (java) S 21866 21869 20506 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250637276 14422839296 21429 33554432000 4194304 4196468 140720800914032 140179387909360 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21879] ppid=21866 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21879/stat : 21879 (java) S 21866 21869 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637278 14422839296 21429 33554432000 4194304 4196468 140720800914032 140179386857936 140179915380635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21880] ppid=21866 vsize=14084804 memory=268 CPUtime=0.07 cores=0,2,4,6
/proc/21869/task/21880/stat : 21880 (java) S 21866 21869 20506 0 -1 1077944384 642 0 0 0 7 0 0 0 20 0 15 0 250637278 14422839296 21429 33554432000 4194304 4196468 140720800914032 140179385805040 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21881] ppid=21866 vsize=14084804 memory=7 CPUtime=0.08 cores=0,2,4,6
/proc/21869/task/21881/stat : 21881 (java) S 21866 21869 20506 0 -1 1077944384 332 0 0 0 8 0 0 0 20 0 15 0 250637278 14422839296 21429 33554432000 4194304 4196468 140720800914032 140179384752496 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21882] ppid=21866 vsize=14084804 memory=20518 CPUtime=0.15 cores=0,2,4,6
/proc/21869/task/21882/stat : 21882 (java) S 21866 21869 20506 0 -1 1077944384 564 0 0 0 15 0 0 0 20 0 15 0 250637278 14422839296 21429 33554432000 4194304 4196468 140720800914032 140179383699440 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21883] ppid=21866 vsize=14084804 memory=279381449018864 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21883/stat : 21883 (java) S 21866 21869 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637279 14422839296 21429 33554432000 4194304 4196468 140720800914032 140179382647136 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21884] ppid=21866 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21884/stat : 21884 (java) S 21866 21869 20506 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250637279 14422839296 21429 33554432000 4194304 4196468 140720800914032 140179381595184 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 85716 KiB

[startup+1.50065 s]
/proc/loadavg: 1.95 1.89 1.72 4/215 21884
/proc/meminfo: memFree=14602976/32770624 swapFree=67108860/67108860
[pid=21869] ppid=21866 vsize=14086852 memory=494152 CPUtime=3.01 cores=0,2,4,6
/proc/21869/stat : 21869 (java) S 21866 21869 20506 0 -1 1077944320 20751 0 0 0 253 48 0 0 20 0 15 0 250637273 14424936448 123538 33554432000 4194304 4196468 140720800914032 140720800896576 140179915362039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
/proc/21869/statm: 3521713 123538 3563 1 0 3483785 0
[pid=21869/tid=21871] ppid=21866 vsize=14086852 memory=0 CPUtime=1.24 cores=0,2,4,6
/proc/21869/task/21871/stat : 21871 (java) R 21866 21869 20506 0 -1 4202560 14841 0 0 0 114 10 0 0 20 0 15 0 250637273 14424936448 123538 33554432000 4194304 4196468 140720800914032 140179919592544 140179895554866 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21872] ppid=21866 vsize=14086852 memory=-3535359994705172833 CPUtime=0.21 cores=0,2,4,6
/proc/21869/task/21872/stat : 21872 (java) S 21866 21869 20506 0 -1 1077944384 338 0 0 0 12 9 0 0 20 0 15 0 250637274 14424936448 123538 33554432000 4194304 4196468 140720800914032 140179882920464 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21873] ppid=21866 vsize=14086852 memory=-3472574513799858003 CPUtime=0.21 cores=0,2,4,6
/proc/21869/task/21873/stat : 21873 (java) S 21866 21869 20506 0 -1 1077944384 393 0 0 0 12 9 0 0 20 0 15 0 250637274 14424936448 123538 33554432000 4194304 4196468 140720800914032 140179881867920 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21874] ppid=21866 vsize=14086852 memory=-1088251628401078322 CPUtime=0.2 cores=0,2,4,6
/proc/21869/task/21874/stat : 21874 (java) S 21866 21869 20506 0 -1 1077944384 564 0 0 0 12 8 0 0 20 0 15 0 250637274 14424936448 123538 33554432000 4194304 4196468 140720800914032 140179509541136 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21875] ppid=21866 vsize=14086852 memory=-6439125508584531810 CPUtime=0.2 cores=0,2,4,6
/proc/21869/task/21875/stat : 21875 (java) S 21866 21869 20506 0 -1 1077944384 449 0 0 0 12 8 0 0 20 0 15 0 250637274 14424936448 123538 33554432000 4194304 4196468 140720800914032 140179508488592 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21876] ppid=21866 vsize=14086852 memory=-6585528546044026665 CPUtime=0.01 cores=0,2,4,6
/proc/21869/task/21876/stat : 21876 (java) S 21866 21869 20506 0 -1 1077944384 303 0 0 0 1 0 0 0 20 0 15 0 250637275 14424936448 123538 33554432000 4194304 4196468 140720800914032 140179390016240 140179915373186 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0

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

/proc/21869/task/21871/stat : 21871 (java) R 21866 21869 20506 0 -1 4202560 39126 0 0 0 15555 46 0 0 20 0 15 0 250637273 14429130752 1347404 33554432000 4194304 4196468 140720800914032 140179919600064 140179564163260 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21872] ppid=21866 vsize=14090948 memory=5413188 CPUtime=5.87 cores=0,2,4,6
/proc/21869/task/21872/stat : 21872 (java) S 21866 21869 20506 0 -1 1077944384 5801 0 0 0 510 77 0 0 20 0 15 0 250637274 14429130752 1347404 33554432000 4194304 4196468 140720800914032 140179882920464 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21873] ppid=21866 vsize=14090948 memory=5413188 CPUtime=5.88 cores=0,2,4,6
/proc/21869/task/21873/stat : 21873 (java) S 21866 21869 20506 0 -1 1077944384 4758 0 0 0 513 75 0 0 20 0 15 0 250637274 14429130752 1347404 33554432000 4194304 4196468 140720800914032 140179881867920 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21874] ppid=21866 vsize=14090948 memory=0 CPUtime=5.86 cores=0,2,4,6
/proc/21869/task/21874/stat : 21874 (java) S 21866 21869 20506 0 -1 1077944384 5115 0 0 0 513 73 0 0 20 0 15 0 250637274 14429130752 1347404 33554432000 4194304 4196468 140720800914032 140179509541136 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21875] ppid=21866 vsize=14090948 memory=5389616 CPUtime=5.85 cores=0,2,4,6
/proc/21869/task/21875/stat : 21875 (java) S 21866 21869 20506 0 -1 1077944384 6325 0 0 0 510 75 0 0 20 0 15 0 250637274 14429130752 1347404 33554432000 4194304 4196468 140720800914032 140179508488592 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21876] ppid=21866 vsize=14090948 memory=5389616 CPUtime=0.31 cores=0,2,4,6
/proc/21869/task/21876/stat : 21876 (java) S 21866 21869 20506 0 -1 1077944384 17981 0 0 0 30 1 0 0 20 0 15 0 250637275 14429130752 1347404 33554432000 4194304 4196468 140720800914032 140179390016240 140179915373186 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21877] ppid=21866 vsize=14090948 memory=0 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21877/stat : 21877 (java) S 21866 21869 20506 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 250637276 14429130752 1347404 33554432000 4194304 4196468 140720800914032 140179388962528 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21878] ppid=21866 vsize=14090948 memory=5389616 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21878/stat : 21878 (java) S 21866 21869 20506 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 250637276 14429130752 1347404 33554432000 4194304 4196468 140720800914032 140179387909376 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21879] ppid=21866 vsize=14090948 memory=5389616 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21879/stat : 21879 (java) S 21866 21869 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637278 14429130752 1347404 33554432000 4194304 4196468 140720800914032 140179386857936 140179915380635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21880] ppid=21866 vsize=14090948 memory=5389616 CPUtime=3.86 cores=0,2,4,6
/proc/21869/task/21880/stat : 21880 (java) S 21866 21869 20506 0 -1 1077944384 9951 0 0 0 385 1 0 0 20 0 15 0 250637278 14429130752 1347404 33554432000 4194304 4196468 140720800914032 140179385805040 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21881] ppid=21866 vsize=14090948 memory=5389616 CPUtime=4 cores=0,2,4,6
/proc/21869/task/21881/stat : 21881 (java) S 21866 21869 20506 0 -1 1077944384 7241 0 0 0 399 1 0 0 20 0 15 0 250637278 14429130752 1347404 33554432000 4194304 4196468 140720800914032 140179384752496 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21882] ppid=21866 vsize=14090948 memory=5413188 CPUtime=1.27 cores=0,2,4,6
/proc/21869/task/21882/stat : 21882 (java) S 21866 21869 20506 0 -1 1077944384 10549 0 0 0 125 2 0 0 20 0 15 0 250637278 14429130752 1347404 33554432000 4194304 4196468 140720800914032 140179383699440 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21883] ppid=21866 vsize=14090948 memory=68104 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21883/stat : 21883 (java) S 21866 21869 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637279 14429130752 1347404 33554432000 4194304 4196468 140720800914032 140179382647136 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21884] ppid=21866 vsize=14090948 memory=5389616 CPUtime=0.09 cores=0,2,4,6
/proc/21869/task/21884/stat : 21884 (java) S 21866 21869 20506 0 -1 1077944384 1124 0 0 0 5 4 0 0 20 0 15 0 250637279 14429130752 1347404 33554432000 4194304 4196468 140720800914032 140179381595184 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
Current children cumulated CPU time: 189.09 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5389616 KiB

[startup+222.301 s]
/proc/loadavg: 2.51 2.14 1.86 6/218 21999
/proc/meminfo: memFree=9016760/32770624 swapFree=67108860/67108860
[pid=21869] ppid=21866 vsize=14090948 memory=5389680 CPUtime=249.26 cores=0,2,4,6
/proc/21869/stat : 21869 (java) S 21866 21869 20506 0 -1 1077944320 118728 0 0 0 24565 361 0 0 20 0 15 0 250637273 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140720800896576 140179915362039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
/proc/21869/statm: 3522737 1347420 3607 1 0 3484809 0
[pid=21869/tid=21871] ppid=21866 vsize=14090948 memory=5389680 CPUtime=215.95 cores=0,2,4,6
/proc/21869/task/21871/stat : 21871 (java) R 21866 21869 20506 0 -1 4202560 44118 0 0 0 21548 47 0 0 20 0 15 0 250637273 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179919600160 140179554310407 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21872] ppid=21866 vsize=14090948 memory=5389616 CPUtime=5.92 cores=0,2,4,6
/proc/21869/task/21872/stat : 21872 (java) S 21866 21869 20506 0 -1 1077944384 6355 0 0 0 515 77 0 0 20 0 15 0 250637274 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179882920464 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21873] ppid=21866 vsize=14090948 memory=5389680 CPUtime=5.92 cores=0,2,4,6
/proc/21869/task/21873/stat : 21873 (java) S 21866 21869 20506 0 -1 1077944384 5102 0 0 0 517 75 0 0 20 0 15 0 250637274 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179881867920 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21874] ppid=21866 vsize=14090948 memory=5389680 CPUtime=5.91 cores=0,2,4,6
/proc/21869/task/21874/stat : 21874 (java) S 21866 21869 20506 0 -1 1077944384 6556 0 0 0 518 73 0 0 20 0 15 0 250637274 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179509541136 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21875] ppid=21866 vsize=14090948 memory=960 CPUtime=5.9 cores=0,2,4,6
/proc/21869/task/21875/stat : 21875 (java) S 21866 21869 20506 0 -1 1077944384 7157 0 0 0 515 75 0 0 20 0 15 0 250637274 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179508488592 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21876] ppid=21866 vsize=14090948 memory=5389680 CPUtime=0.31 cores=0,2,4,6
/proc/21869/task/21876/stat : 21876 (java) S 21866 21869 20506 0 -1 1077944384 18218 0 0 0 30 1 0 0 20 0 15 0 250637275 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179390016240 140179915373186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21877] ppid=21866 vsize=14090948 memory=5389680 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21877/stat : 21877 (java) S 21866 21869 20506 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 250637276 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179388962528 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21878] ppid=21866 vsize=14090948 memory=5389680 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21878/stat : 21878 (java) S 21866 21869 20506 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 250637276 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179387909376 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21879] ppid=21866 vsize=14090948 memory=5389680 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21879/stat : 21879 (java) S 21866 21869 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637278 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179386857936 140179915380635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21880] ppid=21866 vsize=14090948 memory=4128 CPUtime=3.86 cores=0,2,4,6
/proc/21869/task/21880/stat : 21880 (java) S 21866 21869 20506 0 -1 1077944384 10816 0 0 0 385 1 0 0 20 0 15 0 250637278 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179385805040 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21881] ppid=21866 vsize=14090948 memory=68104 CPUtime=4 cores=0,2,4,6
/proc/21869/task/21881/stat : 21881 (java) S 21866 21869 20506 0 -1 1077944384 7249 0 0 0 399 1 0 0 20 0 15 0 250637278 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179384752496 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21882] ppid=21866 vsize=14090948 memory=5389680 CPUtime=1.27 cores=0,2,4,6
/proc/21869/task/21882/stat : 21882 (java) S 21866 21869 20506 0 -1 1077944384 10562 0 0 0 125 2 0 0 20 0 15 0 250637278 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179383699440 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21883] ppid=21866 vsize=14090948 memory=5389680 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21883/stat : 21883 (java) S 21866 21869 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637279 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179382647136 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21884] ppid=21866 vsize=14090948 memory=796 CPUtime=0.12 cores=0,2,4,6
/proc/21869/task/21884/stat : 21884 (java) S 21866 21869 20506 0 -1 1077944384 1153 0 0 0 6 6 0 0 20 0 15 0 250637279 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179381595184 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
Current children cumulated CPU time: 249.26 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5389680 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+225.111 s]
/proc/loadavg: 2.47 2.14 1.86 6/218 21999
/proc/meminfo: memFree=6968272/32770624 swapFree=67108860/67108860
[pid=21869] ppid=21866 vsize=14090948 memory=5389680 CPUtime=252.07 cores=0,2,4,6
/proc/21869/stat : 21869 (java) S 21866 21869 20506 0 -1 1077944320 118876 0 0 0 24845 362 0 0 20 0 15 0 250637273 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140720800896576 140179915362039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
/proc/21869/statm: 3522737 1347420 3607 1 0 3484809 0
[pid=21869/tid=21871] ppid=21866 vsize=14090948 memory=5389616 CPUtime=218.76 cores=0,2,4,6
/proc/21869/task/21871/stat : 21871 (java) R 21866 21869 20506 0 -1 4202560 44266 0 0 0 21829 47 0 0 20 0 15 0 250637273 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179919600160 140179560100462 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21872] ppid=21866 vsize=14090948 memory=5389680 CPUtime=5.92 cores=0,2,4,6
/proc/21869/task/21872/stat : 21872 (java) S 21866 21869 20506 0 -1 1077944384 6355 0 0 0 515 77 0 0 20 0 15 0 250637274 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179882920464 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21873] ppid=21866 vsize=14090948 memory=5389680 CPUtime=5.92 cores=0,2,4,6
/proc/21869/task/21873/stat : 21873 (java) S 21866 21869 20506 0 -1 1077944384 5102 0 0 0 517 75 0 0 20 0 15 0 250637274 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179881867920 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21874] ppid=21866 vsize=14090948 memory=5389680 CPUtime=5.91 cores=0,2,4,6
/proc/21869/task/21874/stat : 21874 (java) S 21866 21869 20506 0 -1 1077944384 6556 0 0 0 518 73 0 0 20 0 15 0 250637274 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179509541136 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21875] ppid=21866 vsize=14090948 memory=5389680 CPUtime=5.9 cores=0,2,4,6
/proc/21869/task/21875/stat : 21875 (java) S 21866 21869 20506 0 -1 1077944384 7157 0 0 0 515 75 0 0 20 0 15 0 250637274 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179508488592 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21876] ppid=21866 vsize=14090948 memory=5389680 CPUtime=0.31 cores=0,2,4,6
/proc/21869/task/21876/stat : 21876 (java) S 21866 21869 20506 0 -1 1077944384 18218 0 0 0 30 1 0 0 20 0 15 0 250637275 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179390016240 140179915373186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21877] ppid=21866 vsize=14090948 memory=5389680 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21877/stat : 21877 (java) S 21866 21869 20506 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 250637276 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179388962528 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21878] ppid=21866 vsize=14090948 memory=5389680 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21878/stat : 21878 (java) S 21866 21869 20506 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 250637276 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179387909376 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21879] ppid=21866 vsize=14090948 memory=5389680 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21879/stat : 21879 (java) S 21866 21869 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637278 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179386857936 140179915380635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21880] ppid=21866 vsize=14090948 memory=5389680 CPUtime=3.86 cores=0,2,4,6
/proc/21869/task/21880/stat : 21880 (java) S 21866 21869 20506 0 -1 1077944384 10816 0 0 0 385 1 0 0 20 0 15 0 250637278 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179385805040 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21881] ppid=21866 vsize=14090948 memory=5389680 CPUtime=4 cores=0,2,4,6
/proc/21869/task/21881/stat : 21881 (java) S 21866 21869 20506 0 -1 1077944384 7249 0 0 0 399 1 0 0 20 0 15 0 250637278 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179384752496 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21882] ppid=21866 vsize=14090948 memory=5389680 CPUtime=1.27 cores=0,2,4,6
/proc/21869/task/21882/stat : 21882 (java) S 21866 21869 20506 0 -1 1077944384 10562 0 0 0 125 2 0 0 20 0 15 0 250637278 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179383699440 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21883] ppid=21866 vsize=14090948 memory=2100 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21883/stat : 21883 (java) S 21866 21869 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637279 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179382647136 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21884] ppid=21866 vsize=14090948 memory=5389680 CPUtime=0.12 cores=0,2,4,6
/proc/21869/task/21884/stat : 21884 (java) S 21866 21869 20506 0 -1 1077944384 1153 0 0 0 6 6 0 0 20 0 15 0 250637279 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179381595184 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5389680 KiB

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

[startup+225.149 s]
# the end of solver process 21869 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=248.469 s, system=3.65161 s

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

[startup+225.111 s]
/proc/loadavg: 2.47 2.14 1.86 6/218 21999
/proc/meminfo: memFree=6968272/32770624 swapFree=67108860/67108860
[pid=21869] ppid=21866 vsize=14090948 memory=5389680 CPUtime=252.07 cores=0,2,4,6
/proc/21869/stat : 21869 (java) S 21866 21869 20506 0 -1 1077944320 118876 0 0 0 24845 362 0 0 20 0 15 0 250637273 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140720800896576 140179915362039 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
/proc/21869/statm: 3522737 1347420 3607 1 0 3484809 0
[pid=21869/tid=21871] ppid=21866 vsize=14090948 memory=5389616 CPUtime=218.76 cores=0,2,4,6
/proc/21869/task/21871/stat : 21871 (java) R 21866 21869 20506 0 -1 4202560 44266 0 0 0 21829 47 0 0 20 0 15 0 250637273 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179919600160 140179560100462 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21872] ppid=21866 vsize=14090948 memory=5389680 CPUtime=5.92 cores=0,2,4,6
/proc/21869/task/21872/stat : 21872 (java) S 21866 21869 20506 0 -1 1077944384 6355 0 0 0 515 77 0 0 20 0 15 0 250637274 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179882920464 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21873] ppid=21866 vsize=14090948 memory=5389680 CPUtime=5.92 cores=0,2,4,6
/proc/21869/task/21873/stat : 21873 (java) S 21866 21869 20506 0 -1 1077944384 5102 0 0 0 517 75 0 0 20 0 15 0 250637274 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179881867920 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21874] ppid=21866 vsize=14090948 memory=5389680 CPUtime=5.91 cores=0,2,4,6
/proc/21869/task/21874/stat : 21874 (java) S 21866 21869 20506 0 -1 1077944384 6556 0 0 0 518 73 0 0 20 0 15 0 250637274 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179509541136 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21875] ppid=21866 vsize=14090948 memory=5389680 CPUtime=5.9 cores=0,2,4,6
/proc/21869/task/21875/stat : 21875 (java) S 21866 21869 20506 0 -1 1077944384 7157 0 0 0 515 75 0 0 20 0 15 0 250637274 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179508488592 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21876] ppid=21866 vsize=14090948 memory=5389680 CPUtime=0.31 cores=0,2,4,6
/proc/21869/task/21876/stat : 21876 (java) S 21866 21869 20506 0 -1 1077944384 18218 0 0 0 30 1 0 0 20 0 15 0 250637275 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179390016240 140179915373186 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21877] ppid=21866 vsize=14090948 memory=5389680 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21877/stat : 21877 (java) S 21866 21869 20506 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 250637276 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179388962528 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21878] ppid=21866 vsize=14090948 memory=5389680 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21878/stat : 21878 (java) S 21866 21869 20506 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 15 0 250637276 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179387909376 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21879] ppid=21866 vsize=14090948 memory=5389680 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21879/stat : 21879 (java) S 21866 21869 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637278 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179386857936 140179915380635 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21880] ppid=21866 vsize=14090948 memory=5389680 CPUtime=3.86 cores=0,2,4,6
/proc/21869/task/21880/stat : 21880 (java) S 21866 21869 20506 0 -1 1077944384 10816 0 0 0 385 1 0 0 20 0 15 0 250637278 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179385805040 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21881] ppid=21866 vsize=14090948 memory=5389680 CPUtime=4 cores=0,2,4,6
/proc/21869/task/21881/stat : 21881 (java) S 21866 21869 20506 0 -1 1077944384 7249 0 0 0 399 1 0 0 20 0 15 0 250637278 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179384752496 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21882] ppid=21866 vsize=14090948 memory=5389680 CPUtime=1.27 cores=0,2,4,6
/proc/21869/task/21882/stat : 21882 (java) S 21866 21869 20506 0 -1 1077944384 10562 0 0 0 125 2 0 0 20 0 15 0 250637278 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179383699440 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21883] ppid=21866 vsize=14090948 memory=2100 CPUtime=0 cores=0,2,4,6
/proc/21869/task/21883/stat : 21883 (java) S 21866 21869 20506 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250637279 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179382647136 140179915372245 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
[pid=21869/tid=21884] ppid=21866 vsize=14090948 memory=5389680 CPUtime=0.12 cores=0,2,4,6
/proc/21869/task/21884/stat : 21884 (java) S 21866 21869 20506 0 -1 1077944384 1153 0 0 0 6 6 0 0 20 0 15 0 250637279 14429130752 1347420 33554432000 4194304 4196468 140720800914032 140179381595184 140179915373186 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 12247040 140720800920667 140720800920846 140720800920846 140720800923599 0
Current children cumulated CPU time: 252.07 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 5389680 KiB

Child status: 143
Real time (s): 225.149
CPU time (s): 252.12
CPU user time (s): 248.469
CPU system time (s): 3.65161
CPU usage (%): 111.979
Max. virtual memory (cumulated for all children) (KiB): 14090948
Max. memory (cumulated for all children) (KiB): 5413188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 248.469
system time used= 3.65161
maximum resident set size= 5413236
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 119574
page faults= 0
swaps= 0
block input operations= 0
block output operations= 352
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9803
involuntary context switches= 482


# summary of solver processes directly reported to runsolver:
#   pid: 21869
#   total CPU time (s): 252.12
#   total CPU user time (s): 248.469
#   total CPU system time (s): 3.65161

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.34134 second user time and 2.26585 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-15 12:59:01
IDJOB=4310575
IDBENCH=141270
IDSOLVER=2796
FILE ID=node139/4310575-1534330740
RUNJOBID= node139-1534329043-20537
PBS_JOBID= 21038153
Free space on /tmp= 34752 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-05-0350_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4310575-1534330740/watcher-4310575-1534330740 -o /tmp/evaluation-result-4310575-1534330740/solver-4310575-1534330740 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534329043-20537 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 105696461 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310575-1534330740.xml

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

MD5SUM BENCH= 51c3d091a7e4b0716a15e9a29832b849
RANDOM SEED=105696461

node139.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.80
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.80
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.80
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.80
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:        14899140 kB
MemAvailable:   27899624 kB
Buffers:          270676 kB
Cached:         12829508 kB
SwapCached:            0 kB
Active:         10454628 kB
Inactive:        6690624 kB
Active(anon):    3999216 kB
Inactive(anon):   106808 kB
Active(file):    6455412 kB
Inactive(file):  6583816 kB
Unevictable:        7192 kB
Mlocked:            7192 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            184332 kB
Writeback:             4 kB
AnonPages:       4052580 kB
Mapped:            78872 kB
Shmem:             57996 kB
Slab:             418272 kB
SReclaimable:     389716 kB
SUnreclaim:        28556 kB
KernelStack:        3504 kB
PageTables:        13484 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5670644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3880960 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 34748 MiB
End job on node139 at 2018-08-15 13:02:46