Trace number 4310533

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.054 243.033

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-scen-08-opt_c18.xml
MD5SUM9be5bd0a86f9e024d7fdf548556c4b89
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark2505
Best CPU time to get the best result obtained on this benchmark251.999
Satisfiable
(Un)Satisfiability was proved
Number of variables6202
Number of constraints5744
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":5286},{"size":6,"count":6},{"size":22,"count":36},{"size":24,"count":8},{"size":36,"count":360},{"size":42,"count":22},{"size":44,"count":484}]
Minimum variable degree1
Maximum variable degree62
Distribution of variable degrees[{"degree":1,"count":12},{"degree":2,"count":5287},{"degree":3,"count":38},{"degree":4,"count":17},{"degree":5,"count":102},{"degree":6,"count":22},{"degree":7,"count":111},{"degree":8,"count":16},{"degree":9,"count":111},{"degree":10,"count":35},{"degree":11,"count":48},{"degree":12,"count":33},{"degree":13,"count":52},{"degree":14,"count":19},{"degree":15,"count":61},{"degree":16,"count":14},{"degree":17,"count":33},{"degree":18,"count":10},{"degree":19,"count":26},{"degree":20,"count":19},{"degree":21,"count":18},{"degree":22,"count":8},{"degree":23,"count":15},{"degree":24,"count":11},{"degree":25,"count":13},{"degree":26,"count":1},{"degree":27,"count":14},{"degree":28,"count":12},{"degree":29,"count":6},{"degree":30,"count":10},{"degree":31,"count":2},{"degree":32,"count":2},{"degree":34,"count":3},{"degree":35,"count":4},{"degree":36,"count":4},{"degree":37,"count":1},{"degree":38,"count":2},{"degree":39,"count":4},{"degree":42,"count":1},{"degree":43,"count":1},{"degree":44,"count":1},{"degree":47,"count":1},{"degree":55,"count":1},{"degree":62,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":458},{"arity":3,"count":5286}]
Number of extensional constraints0
Number of intensional constraints5744
Distribution of constraint types[{"type":"intension","count":5744}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.56	c version: 2018-08-14
0.67/0.56	c seed: 588512394
0.67/0.56	c timeout: 252
0.67/0.56	c memlimit: 11000
0.67/0.56	c nbcore: 4
0.67/0.58	c Parsing instance...
10.34/5.43	c Parsing done, starting first complete search...
252.02/243.01	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 (14550 MiB free)
  memory of node 1: 16384 MiB (11520 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310533-1534329210/watcher-4310533-1534329210 -o /tmp/evaluation-result-4310533-1534329210/solver-4310533-1534329210 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534328374-25580 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 588512394 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310533-1534329210.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=26270, runsolver pid=26267
Current StackSize limit: 8192 KiB


[startup+0.100167 s]*
/proc/loadavg: 1.25 1.66 1.75 3/216 26285
/proc/meminfo: memFree=26680112/32770624 swapFree=67030680/67108860
[pid=26270] ppid=26267 vsize=14082736 memory=32412 CPUtime=0.11 cores=0,2,4,6
/proc/26270/stat : 26270 (java) S 26267 26270 25549 0 -1 1077944320 7027 0 0 0 10 1 0 0 20 0 15 0 250484134 14420721664 8103 33554432000 4194304 4196468 140723035731152 140723035713696 139701734072055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
/proc/26270/statm: 3520684 8103 3120 1 0 3482761 0
[pid=26270/tid=26272] ppid=26267 vsize=14082736 memory=-8629632960754390143 CPUtime=0.08 cores=0,2,4,6
/proc/26270/task/26272/stat : 26272 (java) R 26267 26270 25549 0 -1 4202560 5149 0 0 0 8 0 0 0 20 0 15 0 250484135 14420721664 8169 33554432000 4194304 4196468 140723035731152 139701738273928 139701714347815 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26273] ppid=26267 vsize=14082736 memory=-7522837583129502606 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26273/stat : 26273 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484136 14420721664 8169 33554432000 4194304 4196468 140723035731152 139701664160144 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26274] ppid=26267 vsize=14082736 memory=140112081118848 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26274/stat : 26274 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484136 14420721664 8169 33554432000 4194304 4196468 140723035731152 139701329246480 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26275] ppid=26267 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26275/stat : 26275 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484136 14420721664 8169 33554432000 4194304 4196468 140723035731152 139701328194192 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26276] ppid=26267 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26276/stat : 26276 (java) S 26267 26270 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250484136 14420721664 8169 33554432000 4194304 4196468 140723035731152 139701327141392 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26277] ppid=26267 vsize=14082736 memory=140112081118848 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26277/stat : 26277 (java) S 26267 26270 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250484137 14420721664 8169 33554432000 4194304 4196468 140723035731152 139701276265072 139701734083202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26278] ppid=26267 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26278/stat : 26278 (java) S 26267 26270 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250484137 14420721664 8169 33554432000 4194304 4196468 140723035731152 139701275211040 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26279] ppid=26267 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26279/stat : 26279 (java) S 26267 26270 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250484138 14420721664 8169 33554432000 4194304 4196468 140723035731152 139701274158704 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26280] ppid=26267 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26280/stat : 26280 (java) S 26267 26270 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250484140 14420721664 8169 33554432000 4194304 4196468 140723035731152 139701273107024 139701734090651 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26281] ppid=26267 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26281/stat : 26281 (java) S 26267 26270 25549 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 15 0 250484140 14420721664 8169 33554432000 4194304 4196468 140723035731152 139701272053872 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26282] ppid=26267 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26282/stat : 26282 (java) S 26267 26270 25549 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 15 0 250484140 14420721664 8169 33554432000 4194304 4196468 140723035731152 139701271001072 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26283] ppid=26267 vsize=14082736 memory=140112081118848 CPUtime=0.01 cores=0,2,4,6
/proc/26270/task/26283/stat : 26283 (java) S 26267 26270 25549 0 -1 1077944384 228 0 0 0 1 0 0 0 20 0 15 0 250484140 14420721664 8235 33554432000 4194304 4196468 140723035731152 139701269948784 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26284] ppid=26267 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26284/stat : 26284 (java) S 26267 26270 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250484140 14420721664 8235 33554432000 4194304 4196468 140723035731152 139701268896224 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26285] ppid=26267 vsize=14082736 memory=140112081118848 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26285/stat : 26285 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484140 14420721664 8235 33554432000 4194304 4196468 140723035731152 139701267844016 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32412 KiB

[startup+0.212576 s]*
/proc/loadavg: 1.25 1.66 1.75 3/216 26285
/proc/meminfo: memFree=26664080/32770624 swapFree=67030680/67108860
[pid=26270] ppid=26267 vsize=14082736 memory=47120 CPUtime=0.3 cores=0,2,4,6
/proc/26270/stat : 26270 (java) S 26267 26270 25549 0 -1 1077944320 10323 0 0 0 28 2 0 0 20 0 15 0 250484134 14420721664 11780 33554432000 4194304 4196468 140723035731152 140723035713696 139701734072055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
/proc/26270/statm: 3520684 11780 3410 1 0 3482761 0
[pid=26270/tid=26272] ppid=26267 vsize=14082736 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/26270/task/26272/stat : 26272 (java) R 26267 26270 25549 0 -1 4202560 8036 0 0 0 18 1 0 0 20 0 15 0 250484135 14420721664 11780 33554432000 4194304 4196468 140723035731152 139701738299136 139701718152542 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26273] ppid=26267 vsize=14082736 memory=343 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26273/stat : 26273 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484136 14420721664 11780 33554432000 4194304 4196468 140723035731152 139701664160144 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26274] ppid=26267 vsize=14082736 memory=288370488232830592 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26274/stat : 26274 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484136 14420721664 11780 33554432000 4194304 4196468 140723035731152 139701329246480 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26275] ppid=26267 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26275/stat : 26275 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484136 14420721664 11780 33554432000 4194304 4196468 140723035731152 139701328194192 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26276] ppid=26267 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26276/stat : 26276 (java) S 26267 26270 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250484136 14420721664 11780 33554432000 4194304 4196468 140723035731152 139701327141392 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26277] ppid=26267 vsize=14082736 memory=140112081118848 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26277/stat : 26277 (java) S 26267 26270 25549 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250484137 14420721664 11780 33554432000 4194304 4196468 140723035731152 139701276265072 139701734083202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26278] ppid=26267 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26278/stat : 26278 (java) S 26267 26270 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250484137 14420721664 11780 33554432000 4194304 4196468 140723035731152 139701275211040 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26279] ppid=26267 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26279/stat : 26279 (java) S 26267 26270 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250484138 14420721664 11780 33554432000 4194304 4196468 140723035731152 139701274158704 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26280] ppid=26267 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26280/stat : 26280 (java) S 26267 26270 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250484140 14420721664 11780 33554432000 4194304 4196468 140723035731152 139701273107024 139701734090651 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26281] ppid=26267 vsize=14082736 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/26270/task/26281/stat : 26281 (java) S 26267 26270 25549 0 -1 1077944384 144 0 0 0 1 0 0 0 20 0 15 0 250484140 14420721664 11780 33554432000 4194304 4196468 140723035731152 139701272053872 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26282] ppid=26267 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26270/task/26282/stat : 26282 (java) R 26267 26270 25549 0 -1 4202560 478 0 0 0 2 0 0 0 20 0 15 0 250484140 14420721664 11780 33554432000 4194304 4196468 140723035731152 139701271001072 139701711667456 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26283] ppid=26267 vsize=14082736 memory=140112081118848 CPUtime=0.05 cores=0,2,4,6
/proc/26270/task/26283/stat : 26283 (java) R 26267 26270 25549 0 -1 1077944384 287 0 0 0 5 0 0 0 20 0 15 0 250484140 14420721664 11780 33554432000 4194304 4196468 140723035731152 139701269948784 139701734083202 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26284] ppid=26267 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26284/stat : 26284 (java) S 26267 26270 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250484140 14420721664 11780 33554432000 4194304 4196468 140723035731152 139701268896224 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26285] ppid=26267 vsize=14082736 memory=140112081118848 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26285/stat : 26285 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484140 14420721664 11780 33554432000 4194304 4196468 140723035731152 139701267844016 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47120 KiB

[startup+0.311999 s]*
/proc/loadavg: 1.25 1.66 1.75 3/216 26285
/proc/meminfo: memFree=26660668/32770624 swapFree=67030680/67108860
[pid=26270] ppid=26267 vsize=14082736 memory=50332 CPUtime=0.44 cores=0,2,4,6
/proc/26270/stat : 26270 (java) S 26267 26270 25549 0 -1 1077944320 10711 0 0 0 41 3 0 0 20 0 15 0 250484134 14420721664 12583 33554432000 4194304 4196468 140723035731152 140723035713696 139701734072055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
/proc/26270/statm: 3520684 12583 3411 1 0 3482761 0
[pid=26270/tid=26272] ppid=26267 vsize=14082736 memory=7022364594140610616 CPUtime=0.29 cores=0,2,4,6
/proc/26270/task/26272/stat : 26272 (java) R 26267 26270 25549 0 -1 4202560 8390 0 0 0 28 1 0 0 20 0 15 0 250484135 14420721664 12583 33554432000 4194304 4196468 140723035731152 139701738253104 139701714338015 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26273] ppid=26267 vsize=14082736 memory=4294976238 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26273/stat : 26273 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484136 14420721664 12583 33554432000 4194304 4196468 140723035731152 139701664160144 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26274] ppid=26267 vsize=14082736 memory=288370488232830592 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26274/stat : 26274 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484136 14420721664 12583 33554432000 4194304 4196468 140723035731152 139701329246480 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26275] ppid=26267 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26275/stat : 26275 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484136 14420721664 12583 33554432000 4194304 4196468 140723035731152 139701328194192 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26276] ppid=26267 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26276/stat : 26276 (java) S 26267 26270 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250484136 14420721664 12583 33554432000 4194304 4196468 140723035731152 139701327141392 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26277] ppid=26267 vsize=14082736 memory=140112081118848 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26277/stat : 26277 (java) S 26267 26270 25549 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250484137 14420721664 12583 33554432000 4194304 4196468 140723035731152 139701276265072 139701734083202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26278] ppid=26267 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26278/stat : 26278 (java) S 26267 26270 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250484137 14420721664 12583 33554432000 4194304 4196468 140723035731152 139701275211040 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26279] ppid=26267 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26279/stat : 26279 (java) S 26267 26270 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250484138 14420721664 12583 33554432000 4194304 4196468 140723035731152 139701274158704 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26280] ppid=26267 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26280/stat : 26280 (java) S 26267 26270 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250484140 14420721664 12583 33554432000 4194304 4196468 140723035731152 139701273107024 139701734090651 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26281] ppid=26267 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/26270/task/26281/stat : 26281 (java) S 26267 26270 25549 0 -1 1077944384 151 0 0 0 2 0 0 0 20 0 15 0 250484140 14420721664 12583 33554432000 4194304 4196468 140723035731152 139701272053872 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26282] ppid=26267 vsize=14082736 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/26270/task/26282/stat : 26282 (java) S 26267 26270 25549 0 -1 1077944384 483 0 0 0 2 0 0 0 20 0 15 0 250484140 14420721664 12583 33554432000 4194304 4196468 140723035731152 139701271001072 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26283] ppid=26267 vsize=14082736 memory=140112081118848 CPUtime=0.07 cores=0,2,4,6
/proc/26270/task/26283/stat : 26283 (java) S 26267 26270 25549 0 -1 1077944384 306 0 0 0 7 0 0 0 20 0 15 0 250484140 14420721664 12583 33554432000 4194304 4196468 140723035731152 139701269948784 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26284] ppid=26267 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26284/stat : 26284 (java) S 26267 26270 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250484140 14420721664 12583 33554432000 4194304 4196468 140723035731152 139701268896224 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26285] ppid=26267 vsize=14082736 memory=140112081118848 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26285/stat : 26285 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484140 14420721664 12583 33554432000 4194304 4196468 140723035731152 139701267844016 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50332 KiB

[startup+0.700734 s]
/proc/loadavg: 1.25 1.66 1.75 4/216 26285
/proc/meminfo: memFree=26638284/32770624 swapFree=67030680/67108860
[pid=26270] ppid=26267 vsize=14084804 memory=88704 CPUtime=0.99 cores=0,2,4,6
/proc/26270/stat : 26270 (java) S 26267 26270 25549 0 -1 1077944320 17559 0 0 0 94 5 0 0 20 0 15 0 250484134 14422839296 22176 33554432000 4194304 4196468 140723035731152 140723035713696 139701734072055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
/proc/26270/statm: 3521201 22176 3498 1 0 3483273 0
[pid=26270/tid=26272] ppid=26267 vsize=14084804 memory=34112 CPUtime=0.67 cores=0,2,4,6
/proc/26270/task/26272/stat : 26272 (java) R 26267 26270 25549 0 -1 4202560 14835 0 0 0 63 4 0 0 20 0 15 0 250484135 14422839296 22176 33554432000 4194304 4196468 140723035731152 139701738297136 139701734093981 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26273] ppid=26267 vsize=14084804 memory=11908 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26273/stat : 26273 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484136 14422839296 22176 33554432000 4194304 4196468 140723035731152 139701664160144 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26274] ppid=26267 vsize=14084804 memory=492 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26274/stat : 26274 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484136 14422839296 22176 33554432000 4194304 4196468 140723035731152 139701329246480 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26275] ppid=26267 vsize=14084804 memory=1560 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26275/stat : 26275 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484136 14422839296 22176 33554432000 4194304 4196468 140723035731152 139701328194192 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26276] ppid=26267 vsize=14084804 memory=932 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26276/stat : 26276 (java) S 26267 26270 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250484136 14422839296 22176 33554432000 4194304 4196468 140723035731152 139701327141392 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26277] ppid=26267 vsize=14084804 memory=1156 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26277/stat : 26277 (java) S 26267 26270 25549 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250484137 14422839296 22176 33554432000 4194304 4196468 140723035731152 139701276265072 139701734083202 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26278] ppid=26267 vsize=14084804 memory=1572 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26278/stat : 26278 (java) S 26267 26270 25549 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250484137 14422839296 22176 33554432000 4194304 4196468 140723035731152 139701275211040 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26279] ppid=26267 vsize=14084804 memory=1996 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26279/stat : 26279 (java) S 26267 26270 25549 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250484138 14422839296 22176 33554432000 4194304 4196468 140723035731152 139701274158704 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26280] ppid=26267 vsize=14084804 memory=7086240636212695395 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26280/stat : 26280 (java) S 26267 26270 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250484140 14422839296 22176 33554432000 4194304 4196468 140723035731152 139701273107024 139701734090651 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26281] ppid=26267 vsize=14084804 memory=7881696724453321575 CPUtime=0.08 cores=0,2,4,6
/proc/26270/task/26281/stat : 26281 (java) S 26267 26270 25549 0 -1 1077944384 294 0 0 0 8 0 0 0 20 0 15 0 250484140 14422839296 22176 33554432000 4194304 4196468 140723035731152 139701272053872 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26282] ppid=26267 vsize=14084804 memory=7453282923461570405 CPUtime=0.06 cores=0,2,4,6
/proc/26270/task/26282/stat : 26282 (java) S 26267 26270 25549 0 -1 1077944384 642 0 0 0 6 0 0 0 20 0 15 0 250484140 14422839296 22176 33554432000 4194304 4196468 140723035731152 139701271001072 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26283] ppid=26267 vsize=14084804 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/26270/task/26283/stat : 26283 (java) S 26267 26270 25549 0 -1 1077944384 407 0 0 0 15 0 0 0 20 0 15 0 250484140 14422839296 22176 33554432000 4194304 4196468 140723035731152 139701269948784 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26284] ppid=26267 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26284/stat : 26284 (java) S 26267 26270 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250484140 14422839296 22176 33554432000 4194304 4196468 140723035731152 139701268896224 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26285] ppid=26267 vsize=14084804 memory=972 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26285/stat : 26285 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484140 14422839296 22176 33554432000 4194304 4196468 140723035731152 139701267844016 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88704 KiB

[startup+1.50072 s]
/proc/loadavg: 1.25 1.66 1.75 5/216 26285
/proc/meminfo: memFree=26576084/32770624 swapFree=67030680/67108860
[pid=26270] ppid=26267 vsize=14086852 memory=209004 CPUtime=3.47 cores=0,2,4,6
/proc/26270/stat : 26270 (java) S 26267 26270 25549 0 -1 1077944320 27232 0 0 0 338 9 0 0 20 0 15 0 250484134 14424936448 52251 33554432000 4194304 4196468 140723035731152 140723035713696 139701734072055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
/proc/26270/statm: 3521713 52251 3547 1 0 3483785 0
[pid=26270/tid=26272] ppid=26267 vsize=14086852 memory=174040 CPUtime=1.47 cores=0,2,4,6
/proc/26270/task/26272/stat : 26272 (java) R 26267 26270 25549 0 -1 4202560 17983 0 0 0 141 6 0 0 20 0 15 0 250484135 14424936448 52251 33554432000 4194304 4196468 140723035731152 139701738305680 139701346443530 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26273] ppid=26267 vsize=14086852 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26273/stat : 26273 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484136 14424936448 52251 33554432000 4194304 4196468 140723035731152 139701664160144 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26274] ppid=26267 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26274/stat : 26274 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484136 14424936448 52251 33554432000 4194304 4196468 140723035731152 139701329246480 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26275] ppid=26267 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26275/stat : 26275 (java) S 26267 26270 25549 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250484136 14424936448 52251 33554432000 4194304 4196468 140723035731152 139701328194192 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26276] ppid=26267 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26276/stat : 26276 (java) S 26267 26270 25549 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250484136 14424936448 52251 33554432000 4194304 4196468 140723035731152 139701327141392 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26277] ppid=26267 vsize=14086852 memory=0 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26277/stat : 26277 (java) S 26267 26270 25549 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 250484137 14424936448 52251 33554432000 4194304 4196468 140723035731152 139701276265072 139701734083202 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0

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

/proc/26270/task/26272/stat : 26272 (java) R 26267 26270 25549 0 -1 4202560 27742 0 0 0 10137 35 0 0 20 0 15 0 250484135 14429130752 556949 33554432000 4194304 4196468 140723035731152 139701738310256 139701357195882 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26273] ppid=26267 vsize=14090948 memory=2227796 CPUtime=0.21 cores=0,2,4,6
/proc/26270/task/26273/stat : 26273 (java) S 26267 26270 25549 0 -1 1077944384 1115 0 0 0 14 7 0 0 20 0 15 0 250484136 14429130752 556949 33554432000 4194304 4196468 140723035731152 139701664160144 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26274] ppid=26267 vsize=14090948 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/26270/task/26274/stat : 26274 (java) S 26267 26270 25549 0 -1 1077944384 754 0 0 0 14 6 0 0 20 0 15 0 250484136 14429130752 556949 33554432000 4194304 4196468 140723035731152 139701329246480 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26275] ppid=26267 vsize=14090948 memory=2227796 CPUtime=0.21 cores=0,2,4,6
/proc/26270/task/26275/stat : 26275 (java) S 26267 26270 25549 0 -1 1077944384 1647 0 0 0 15 6 0 0 20 0 15 0 250484136 14429130752 556949 33554432000 4194304 4196468 140723035731152 139701328194192 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26276] ppid=26267 vsize=14090948 memory=3544 CPUtime=0.21 cores=0,2,4,6
/proc/26270/task/26276/stat : 26276 (java) S 26267 26270 25549 0 -1 1077944384 617 0 0 0 15 6 0 0 20 0 15 0 250484136 14429130752 556949 33554432000 4194304 4196468 140723035731152 139701327141392 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26277] ppid=26267 vsize=14090948 memory=2227796 CPUtime=0.02 cores=0,2,4,6
/proc/26270/task/26277/stat : 26277 (java) S 26267 26270 25549 0 -1 1077944384 2160 0 0 0 2 0 0 0 20 0 15 0 250484137 14429130752 556949 33554432000 4194304 4196468 140723035731152 139701276265072 139701734083202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26278] ppid=26267 vsize=14090948 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26278/stat : 26278 (java) S 26267 26270 25549 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250484137 14429130752 556949 33554432000 4194304 4196468 140723035731152 139701275211104 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26279] ppid=26267 vsize=14090948 memory=1876 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26279/stat : 26279 (java) S 26267 26270 25549 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250484138 14429130752 556949 33554432000 4194304 4196468 140723035731152 139701274158720 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26280] ppid=26267 vsize=14090948 memory=1392 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26280/stat : 26280 (java) S 26267 26270 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250484140 14429130752 556949 33554432000 4194304 4196468 140723035731152 139701273107024 139701734090651 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26281] ppid=26267 vsize=14090948 memory=1684 CPUtime=3.75 cores=0,2,4,6
/proc/26270/task/26281/stat : 26281 (java) S 26267 26270 25549 0 -1 1077944384 10728 0 0 0 374 1 0 0 20 0 15 0 250484140 14429130752 556949 33554432000 4194304 4196468 140723035731152 139701272053872 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26282] ppid=26267 vsize=14090948 memory=768 CPUtime=3.58 cores=0,2,4,6
/proc/26270/task/26282/stat : 26282 (java) S 26267 26270 25549 0 -1 1077944384 9086 0 0 0 357 1 0 0 20 0 15 0 250484140 14429130752 556949 33554432000 4194304 4196468 140723035731152 139701271001072 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26283] ppid=26267 vsize=14090948 memory=66464 CPUtime=1.05 cores=0,2,4,6
/proc/26270/task/26283/stat : 26283 (java) S 26267 26270 25549 0 -1 1077944384 8911 0 0 0 103 2 0 0 20 0 15 0 250484140 14429130752 556949 33554432000 4194304 4196468 140723035731152 139701269948784 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26284] ppid=26267 vsize=14090948 memory=776 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26284/stat : 26284 (java) S 26267 26270 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250484140 14429130752 556949 33554432000 4194304 4196468 140723035731152 139701268896224 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26285] ppid=26267 vsize=14090948 memory=280223934301120 CPUtime=0.02 cores=0,2,4,6
/proc/26270/task/26285/stat : 26285 (java) S 26267 26270 25549 0 -1 1077944384 89 0 0 0 1 1 0 0 20 0 15 0 250484140 14429130752 556949 33554432000 4194304 4196468 140723035731152 139701267844016 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 37 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
Current children cumulated CPU time: 111.08 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2227796 KiB

[startup+162.301 s]
/proc/loadavg: 1.73 1.67 1.74 3/215 26364
/proc/meminfo: memFree=26554588/32770624 swapFree=67030680/67108860
[pid=26270] ppid=26267 vsize=14090948 memory=2237164 CPUtime=171.21 cores=0,2,4,6
/proc/26270/stat : 26270 (java) S 26267 26270 25549 0 -1 1077944320 69277 0 0 0 17046 75 0 0 20 0 15 0 250484134 14429130752 559291 33554432000 4194304 4196468 140723035731152 140723035713696 139701734072055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
/proc/26270/statm: 3522737 559291 3585 1 0 3484809 0
[pid=26270/tid=26272] ppid=26267 vsize=14090948 memory=2237164 CPUtime=161.67 cores=0,2,4,6
/proc/26270/task/26272/stat : 26272 (java) R 26267 26270 25549 0 -1 4202560 29988 0 0 0 16130 37 0 0 20 0 15 0 250484135 14429130752 559291 33554432000 4194304 4196468 140723035731152 139701738310128 139701355979200 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26273] ppid=26267 vsize=14090948 memory=2234416 CPUtime=0.24 cores=0,2,4,6
/proc/26270/task/26273/stat : 26273 (java) S 26267 26270 25549 0 -1 1077944384 2410 0 0 0 17 7 0 0 20 0 15 0 250484136 14429130752 559291 33554432000 4194304 4196468 140723035731152 139701664160144 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26274] ppid=26267 vsize=14090948 memory=2234416 CPUtime=0.25 cores=0,2,4,6
/proc/26270/task/26274/stat : 26274 (java) S 26267 26270 25549 0 -1 1077944384 1147 0 0 0 18 7 0 0 20 0 15 0 250484136 14429130752 559291 33554432000 4194304 4196468 140723035731152 139701329246480 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26275] ppid=26267 vsize=14090948 memory=2234416 CPUtime=0.25 cores=0,2,4,6
/proc/26270/task/26275/stat : 26275 (java) S 26267 26270 25549 0 -1 1077944384 2156 0 0 0 18 7 0 0 20 0 15 0 250484136 14429130752 559291 33554432000 4194304 4196468 140723035731152 139701328194192 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26276] ppid=26267 vsize=14090948 memory=2234416 CPUtime=0.25 cores=0,2,4,6
/proc/26270/task/26276/stat : 26276 (java) S 26267 26270 25549 0 -1 1077944384 668 0 0 0 18 7 0 0 20 0 15 0 250484136 14429130752 559291 33554432000 4194304 4196468 140723035731152 139701327141392 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26277] ppid=26267 vsize=14090948 memory=2234416 CPUtime=0.03 cores=0,2,4,6
/proc/26270/task/26277/stat : 26277 (java) S 26267 26270 25549 0 -1 1077944384 2636 0 0 0 3 0 0 0 20 0 15 0 250484137 14429130752 559291 33554432000 4194304 4196468 140723035731152 139701276265072 139701734083202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26278] ppid=26267 vsize=14090948 memory=2234416 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26278/stat : 26278 (java) S 26267 26270 25549 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250484137 14429130752 559291 33554432000 4194304 4196468 140723035731152 139701275211104 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26279] ppid=26267 vsize=14090948 memory=2237164 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26279/stat : 26279 (java) S 26267 26270 25549 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250484138 14429130752 559291 33554432000 4194304 4196468 140723035731152 139701274158720 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26280] ppid=26267 vsize=14090948 memory=2234416 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26280/stat : 26280 (java) S 26267 26270 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250484140 14429130752 559291 33554432000 4194304 4196468 140723035731152 139701273107024 139701734090651 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26281] ppid=26267 vsize=14090948 memory=2234416 CPUtime=3.75 cores=0,2,4,6
/proc/26270/task/26281/stat : 26281 (java) S 26267 26270 25549 0 -1 1077944384 10731 0 0 0 374 1 0 0 20 0 15 0 250484140 14429130752 559291 33554432000 4194304 4196468 140723035731152 139701272053872 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26282] ppid=26267 vsize=14090948 memory=2234416 CPUtime=3.58 cores=0,2,4,6
/proc/26270/task/26282/stat : 26282 (java) S 26267 26270 25549 0 -1 1077944384 9093 0 0 0 357 1 0 0 20 0 15 0 250484140 14429130752 559291 33554432000 4194304 4196468 140723035731152 139701271001072 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26283] ppid=26267 vsize=14090948 memory=2237164 CPUtime=1.05 cores=0,2,4,6
/proc/26270/task/26283/stat : 26283 (java) S 26267 26270 25549 0 -1 1077944384 8916 0 0 0 103 2 0 0 20 0 15 0 250484140 14429130752 559291 33554432000 4194304 4196468 140723035731152 139701269948784 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26284] ppid=26267 vsize=14090948 memory=2237164 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26284/stat : 26284 (java) S 26267 26270 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250484140 14429130752 559291 33554432000 4194304 4196468 140723035731152 139701268896224 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26285] ppid=26267 vsize=14090948 memory=2224988 CPUtime=0.05 cores=0,2,4,6
/proc/26270/task/26285/stat : 26285 (java) S 26267 26270 25549 0 -1 1077944384 117 0 0 0 3 2 0 0 20 0 15 0 250484140 14429130752 559291 33554432000 4194304 4196468 140723035731152 139701267844016 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
Current children cumulated CPU time: 171.21 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2237164 KiB

[startup+222.301 s]
/proc/loadavg: 1.90 1.73 1.76 3/215 26365
/proc/meminfo: memFree=26551736/32770624 swapFree=67030680/67108860
[pid=26270] ppid=26267 vsize=14090948 memory=2235040 CPUtime=231.28 cores=0,2,4,6
/proc/26270/stat : 26270 (java) S 26267 26270 25549 0 -1 1077944320 72120 0 0 0 23052 76 0 0 20 0 15 0 250484134 14429130752 558760 33554432000 4194304 4196468 140723035731152 140723035713696 139701734072055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
/proc/26270/statm: 3522737 558760 3585 1 0 3484809 0
[pid=26270/tid=26272] ppid=26267 vsize=14090948 memory=3544 CPUtime=221.65 cores=0,2,4,6
/proc/26270/task/26272/stat : 26272 (java) R 26267 26270 25549 0 -1 4202560 32004 0 0 0 22128 37 0 0 20 0 15 0 250484135 14429130752 558760 33554432000 4194304 4196468 140723035731152 139701738309984 139701355979291 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26273] ppid=26267 vsize=14090948 memory=2238696 CPUtime=0.26 cores=0,2,4,6
/proc/26270/task/26273/stat : 26273 (java) S 26267 26270 25549 0 -1 1077944384 2438 0 0 0 19 7 0 0 20 0 15 0 250484136 14429130752 558760 33554432000 4194304 4196468 140723035731152 139701664160144 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26274] ppid=26267 vsize=14090948 memory=2238696 CPUtime=0.26 cores=0,2,4,6
/proc/26270/task/26274/stat : 26274 (java) S 26267 26270 25549 0 -1 1077944384 1161 0 0 0 19 7 0 0 20 0 15 0 250484136 14429130752 558760 33554432000 4194304 4196468 140723035731152 139701329246480 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26275] ppid=26267 vsize=14090948 memory=2238696 CPUtime=0.26 cores=0,2,4,6
/proc/26270/task/26275/stat : 26275 (java) S 26267 26270 25549 0 -1 1077944384 2785 0 0 0 19 7 0 0 20 0 15 0 250484136 14429130752 558760 33554432000 4194304 4196468 140723035731152 139701328194192 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26276] ppid=26267 vsize=14090948 memory=2238696 CPUtime=0.26 cores=0,2,4,6
/proc/26270/task/26276/stat : 26276 (java) S 26267 26270 25549 0 -1 1077944384 782 0 0 0 19 7 0 0 20 0 15 0 250484136 14429130752 558760 33554432000 4194304 4196468 140723035731152 139701327141392 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26277] ppid=26267 vsize=14090948 memory=2235040 CPUtime=0.03 cores=0,2,4,6
/proc/26270/task/26277/stat : 26277 (java) S 26267 26270 25549 0 -1 1077944384 2653 0 0 0 3 0 0 0 20 0 15 0 250484137 14429130752 558760 33554432000 4194304 4196468 140723035731152 139701276265072 139701734083202 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 27 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26278] ppid=26267 vsize=14090948 memory=26 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26278/stat : 26278 (java) S 26267 26270 25549 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250484137 14429130752 558760 33554432000 4194304 4196468 140723035731152 139701275211104 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26279] ppid=26267 vsize=14090948 memory=2235040 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26279/stat : 26279 (java) S 26267 26270 25549 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250484138 14429130752 558760 33554432000 4194304 4196468 140723035731152 139701274158720 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26280] ppid=26267 vsize=14090948 memory=2235040 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26280/stat : 26280 (java) S 26267 26270 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250484140 14429130752 558760 33554432000 4194304 4196468 140723035731152 139701273107024 139701734090651 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26281] ppid=26267 vsize=14090948 memory=2237164 CPUtime=3.75 cores=0,2,4,6
/proc/26270/task/26281/stat : 26281 (java) S 26267 26270 25549 0 -1 1077944384 10731 0 0 0 374 1 0 0 20 0 15 0 250484140 14429130752 558760 33554432000 4194304 4196468 140723035731152 139701272053872 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26282] ppid=26267 vsize=14090948 memory=56 CPUtime=3.58 cores=0,2,4,6
/proc/26270/task/26282/stat : 26282 (java) S 26267 26270 25549 0 -1 1077944384 9093 0 0 0 357 1 0 0 20 0 15 0 250484140 14429130752 558760 33554432000 4194304 4196468 140723035731152 139701271001072 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26283] ppid=26267 vsize=14090948 memory=56 CPUtime=1.05 cores=0,2,4,6
/proc/26270/task/26283/stat : 26283 (java) S 26267 26270 25549 0 -1 1077944384 8916 0 0 0 103 2 0 0 20 0 15 0 250484140 14429130752 558760 33554432000 4194304 4196468 140723035731152 139701269948784 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26284] ppid=26267 vsize=14090948 memory=2235040 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26284/stat : 26284 (java) S 26267 26270 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250484140 14429130752 558760 33554432000 4194304 4196468 140723035731152 139701268896224 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26285] ppid=26267 vsize=14090948 memory=1520 CPUtime=0.07 cores=0,2,4,6
/proc/26270/task/26285/stat : 26285 (java) S 26267 26270 25549 0 -1 1077944384 142 0 0 0 4 3 0 0 20 0 15 0 250484140 14429130752 558760 33554432000 4194304 4196468 140723035731152 139701267844016 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 37 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
Current children cumulated CPU time: 231.28 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2235040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+243.001 s]*
/proc/loadavg: 1.87 1.73 1.76 3/215 26365
/proc/meminfo: memFree=26577708/32770624 swapFree=67030680/67108860
[pid=26270] ppid=26267 vsize=14090948 memory=2237712 CPUtime=252.02 cores=0,2,4,6
/proc/26270/stat : 26270 (java) S 26267 26270 25549 0 -1 1077944320 73777 0 0 0 25125 77 0 0 20 0 15 0 250484134 14429130752 559428 33554432000 4194304 4196468 140723035731152 140723035713696 139701734072055 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
/proc/26270/statm: 3522737 559428 3585 1 0 3484809 0
[pid=26270/tid=26272] ppid=26267 vsize=14090948 memory=7022364594140610616 CPUtime=242.35 cores=0,2,4,6
/proc/26270/task/26272/stat : 26272 (java) R 26267 26270 25549 0 -1 4202560 32945 0 0 0 24198 37 0 0 20 0 15 0 250484135 14429130752 559428 33554432000 4194304 4196468 140723035731152 139701738309984 139701357285376 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26273] ppid=26267 vsize=14090948 memory=343 CPUtime=0.27 cores=0,2,4,6
/proc/26270/task/26273/stat : 26273 (java) S 26267 26270 25549 0 -1 1077944384 2640 0 0 0 19 8 0 0 20 0 15 0 250484136 14429130752 559428 33554432000 4194304 4196468 140723035731152 139701664160144 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26274] ppid=26267 vsize=14090948 memory=316884167084544896 CPUtime=0.27 cores=0,2,4,6
/proc/26270/task/26274/stat : 26274 (java) S 26267 26270 25549 0 -1 1077944384 1177 0 0 0 20 7 0 0 20 0 15 0 250484136 14429130752 559428 33554432000 4194304 4196468 140723035731152 139701329246480 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26275] ppid=26267 vsize=14090948 memory=6944652177228980320 CPUtime=0.27 cores=0,2,4,6
/proc/26270/task/26275/stat : 26275 (java) S 26267 26270 25549 0 -1 1077944384 2926 0 0 0 20 7 0 0 20 0 15 0 250484136 14429130752 559428 33554432000 4194304 4196468 140723035731152 139701328194192 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26276] ppid=26267 vsize=14090948 memory=3471202396320837679 CPUtime=0.27 cores=0,2,4,6
/proc/26270/task/26276/stat : 26276 (java) S 26267 26270 25549 0 -1 1077944384 892 0 0 0 20 7 0 0 20 0 15 0 250484136 14429130752 559428 33554432000 4194304 4196468 140723035731152 139701327141392 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26277] ppid=26267 vsize=14090948 memory=3472464010262288048 CPUtime=0.03 cores=0,2,4,6
/proc/26270/task/26277/stat : 26277 (java) S 26267 26270 25549 0 -1 1077944384 2882 0 0 0 3 0 0 0 20 0 15 0 250484137 14429130752 559428 33554432000 4194304 4196468 140723035731152 139701276265072 139701734083202 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 27 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26278] ppid=26267 vsize=14090948 memory=8461260352690138415 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26278/stat : 26278 (java) S 26267 26270 25549 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 15 0 250484137 14429130752 559428 33554432000 4194304 4196468 140723035731152 139701275211104 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26279] ppid=26267 vsize=14090948 memory=5865188000529146989 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26279/stat : 26279 (java) S 26267 26270 25549 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 15 0 250484138 14429130752 559428 33554432000 4194304 4196468 140723035731152 139701274158720 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26280] ppid=26267 vsize=14090948 memory=7810487918915055718 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26280/stat : 26280 (java) S 26267 26270 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250484140 14429130752 559428 33554432000 4194304 4196468 140723035731152 139701273107024 139701734090651 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26281] ppid=26267 vsize=14090948 memory=0 CPUtime=3.75 cores=0,2,4,6
/proc/26270/task/26281/stat : 26281 (java) S 26267 26270 25549 0 -1 1077944384 10734 0 0 0 374 1 0 0 20 0 15 0 250484140 14429130752 559428 33554432000 4194304 4196468 140723035731152 139701272053872 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26282] ppid=26267 vsize=14090948 memory=140111967624751 CPUtime=3.58 cores=0,2,4,6
/proc/26270/task/26282/stat : 26282 (java) S 26267 26270 25549 0 -1 1077944384 9100 0 0 0 357 1 0 0 20 0 15 0 250484140 14429130752 559428 33554432000 4194304 4196468 140723035731152 139701271001072 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26283] ppid=26267 vsize=14090948 memory=280224048745968 CPUtime=1.05 cores=0,2,4,6
/proc/26270/task/26283/stat : 26283 (java) S 26267 26270 25549 0 -1 1077944384 8921 0 0 0 103 2 0 0 20 0 15 0 250484140 14429130752 559428 33554432000 4194304 4196468 140723035731152 139701269948784 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26284] ppid=26267 vsize=14090948 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/26270/task/26284/stat : 26284 (java) S 26267 26270 25549 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250484140 14429130752 559428 33554432000 4194304 4196468 140723035731152 139701268896224 139701734082261 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
[pid=26270/tid=26285] ppid=26267 vsize=14090948 memory=7800937660397328032 CPUtime=0.07 cores=0,2,4,6
/proc/26270/task/26285/stat : 26285 (java) S 26267 26270 25549 0 -1 1077944384 145 0 0 0 4 3 0 0 20 0 15 0 250484140 14429130752 559428 33554432000 4194304 4196468 140723035731152 139701267844016 139701734083202 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 37 0 0 6293624 6294260 31752192 140723035735131 140723035735310 140723035735310 140723035738063 0
Current children cumulated CPU time: 252.02 s
Current children cumulated vsize: 14090948 KiB
Current children cumulated memory: 2237712 KiB

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

[startup+243.033 s]
# the end of solver process 26270 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.265 s, system=0.789348 s

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

Child status: 143
Real time (s): 243.033
CPU time (s): 252.054
CPU user time (s): 251.265
CPU system time (s): 0.789348
CPU usage (%): 103.712
Max. virtual memory (cumulated for all children) (KiB): 14090980
Max. memory (cumulated for all children) (KiB): 2238696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.265
system time used= 0.789348
maximum resident set size= 2241260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74316
page faults= 0
swaps= 0
block input operations= 0
block output operations= 344
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8928
involuntary context switches= 1634


# summary of solver processes directly reported to runsolver:
#   pid: 26270
#   total CPU time (s): 252.054
#   total CPU user time (s): 251.265
#   total CPU system time (s): 0.789348

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.50373 second user time and 2.16784 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-15 12:33:30
IDJOB=4310533
IDBENCH=141189
IDSOLVER=2796
FILE ID=node102/4310533-1534329210
RUNJOBID= node102-1534328374-25580
PBS_JOBID= 21038150
Free space on /tmp= 39416 MiB

SOLVER NAME= OscaR - Hybrid 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-scen-08-opt_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-4310533-1534329210/watcher-4310533-1534329210 -o /tmp/evaluation-result-4310533-1534329210/solver-4310533-1534329210 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node102-1534328374-25580 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 588512394 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310533-1534329210.xml

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

MD5SUM BENCH= 9be5bd0a86f9e024d7fdf548556c4b89
RANDOM SEED=588512394

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:        26696892 kB
MemAvailable:   29542908 kB
Buffers:          160548 kB
Cached:          2950868 kB
SwapCached:        51224 kB
Active:          3942080 kB
Inactive:        1575204 kB
Active(anon):    2330508 kB
Inactive(anon):   135252 kB
Active(file):    1611572 kB
Inactive(file):  1439952 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030680 kB
Dirty:             36432 kB
Writeback:             0 kB
AnonPages:       2432356 kB
Mapped:            67140 kB
Shmem:             57196 kB
Slab:             250448 kB
SReclaimable:     220656 kB
SUnreclaim:        29792 kB
KernelStack:        3808 kB
PageTables:        10344 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3909920 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2297856 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= 39380 MiB
End job on node102 at 2018-08-15 12:37:33