Trace number 4309246

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 - Parallel with EPS 2018-08-14? (TO) 2526.42 2520.02

General information on the benchmark

NameRlfap/Rlfap-opt/
Rlfap-graph-14-opt_c18.xml
MD5SUM06e1d56807384f8426568c6f8eb09a57
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark18
Best CPU time to get the best result obtained on this benchmark17909.9
Satisfiable
(Un)Satisfiability was proved
Number of variables916
Number of constraints4638
Number of domains6
Minimum domain size22
Maximum domain size44
Distribution of domain sizes[{"size":22,"count":4},{"size":24,"count":2},{"size":36,"count":426},{"size":42,"count":26},{"size":44,"count":458}]
Minimum variable degree6
Maximum variable degree27
Distribution of variable degrees[{"degree":6,"count":2},{"degree":8,"count":62},{"degree":9,"count":41},{"degree":10,"count":352},{"degree":11,"count":180},{"degree":12,"count":118},{"degree":13,"count":63},{"degree":14,"count":34},{"degree":15,"count":20},{"degree":16,"count":22},{"degree":17,"count":6},{"degree":19,"count":4},{"degree":21,"count":6},{"degree":23,"count":2},{"degree":24,"count":2},{"degree":27,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4638}]
Number of extensional constraints0
Number of intensional constraints4638
Distribution of constraint types[{"type":"intension","count":4638}]
Optimization problemYES
Type of objectivemin NVALUES

Solver Data

0.67/0.55	c version: 2018-08-14
0.67/0.55	c seed: 392332114
0.67/0.55	c timeout: 20160
0.67/0.55	c memlimit: 22000
0.67/0.55	c nbcore: 8
0.67/0.58	c Parsing instance...
4.14/1.59	c Parsing done, starting search...
2526.39/2520.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 (14573 MiB free)
  memory of node 1: 16384 MiB (13769 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309246-1534366593/watcher-4309246-1534366593 -o /tmp/evaluation-result-4309246-1534366593/solver-4309246-1534366593 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1534362980-1115 --watchdog 2580 java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 392332114 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309246-1534366593.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 20160 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 20190 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=1423, runsolver pid=1420
Current StackSize limit: 8192 KiB


[startup+0.100139 s]*
/proc/loadavg: 8.64 8.76 8.80 2/198 1443
/proc/meminfo: memFree=29005732/32770624 swapFree=67030680/67108860
[pid=1423] ppid=1420 vsize=26103420 memory=30836 CPUtime=0.11 cores=0-7
/proc/1423/stat : 1423 (java) S 1420 1423 1087 0 -1 1077944320 6649 0 0 0 9 2 0 0 20 0 20 0 254222469 26729902080 7709 33554432000 4194304 4196468 140723656289136 140723656271680 139809276870391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
/proc/1423/statm: 6525855 7709 3134 1 0 6487932 0
[pid=1423/tid=1425] ppid=1420 vsize=26103420 memory=1399051139730258233 CPUtime=0.09 cores=0-7
/proc/1423/task/1425/stat : 1425 (java) R 1420 1423 1087 0 -1 4202560 5042 0 0 0 8 1 0 0 20 0 20 0 254222470 26729902080 8039 33554432000 4194304 4196468 140723656289136 139809281073520 139809257146151 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1426] ppid=1420 vsize=26103420 memory=664954298467758088 CPUtime=0 cores=0-7
/proc/1423/task/1426/stat : 1426 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 8039 33554432000 4194304 4196468 140723656289136 139809239976208 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1427] ppid=1420 vsize=26103420 memory=139991828461184 CPUtime=0 cores=0-7
/proc/1423/task/1427/stat : 1427 (java) S 1420 1423 1087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 8039 33554432000 4194304 4196468 140723656289136 139808834189712 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1428] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1428/stat : 1428 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 8039 33554432000 4194304 4196468 140723656289136 139808833137168 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1429] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1429/stat : 1429 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 8039 33554432000 4194304 4196468 140723656289136 139808832084624 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1430] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1430/stat : 1430 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 8039 33554432000 4194304 4196468 140723656289136 139808831032080 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1431] ppid=1420 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/1423/task/1431/stat : 1431 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 8039 33554432000 4194304 4196468 140723656289136 139808829979536 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1432] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1432/stat : 1432 (java) S 1420 1423 1087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 8105 33554432000 4194304 4196468 140723656289136 139808828926992 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1433] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1433/stat : 1433 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 8105 33554432000 4194304 4196468 140723656289136 139808827874448 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1434] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1434/stat : 1434 (java) S 1420 1423 1087 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 254222472 26729902080 8105 33554432000 4194304 4196468 140723656289136 139807863764976 139809276881538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1435] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1435/stat : 1435 (java) S 1420 1423 1087 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 254222472 26729902080 8105 33554432000 4194304 4196468 140723656289136 139807862711200 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1436] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1436/stat : 1436 (java) S 1420 1423 1087 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 254222473 26729902080 8105 33554432000 4194304 4196468 140723656289136 139807861658608 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1437] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1437/stat : 1437 (java) S 1420 1423 1087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254222475 26729902080 8105 33554432000 4194304 4196468 140723656289136 139807860607184 139809276888987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1438] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1438/stat : 1438 (java) S 1420 1423 1087 0 -1 1077944384 299 0 0 0 0 0 0 0 20 0 20 0 254222475 26729902080 8105 33554432000 4194304 4196468 140723656289136 139807859554800 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1439] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1439/stat : 1439 (java) S 1420 1423 1087 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254222475 26729902080 8105 33554432000 4194304 4196468 140723656289136 139807858502256 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1440] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1440/stat : 1440 (java) S 1420 1423 1087 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254222475 26729902080 8105 33554432000 4194304 4196468 140723656289136 139807857449712 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1441] ppid=1420 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/1423/task/1441/stat : 1441 (java) S 1420 1423 1087 0 -1 1077944384 249 0 0 0 1 0 0 0 20 0 20 0 254222475 26729902080 8105 33554432000 4194304 4196468 140723656289136 139807856397168 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1442] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1442/stat : 1442 (java) S 1420 1423 1087 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254222475 26729902080 8105 33554432000 4194304 4196468 140723656289136 139807855343840 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1443] ppid=1420 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/1423/task/1443/stat : 1443 (java) S 1420 1423 1087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254222475 26729902080 8171 33554432000 4194304 4196468 140723656289136 139807854291376 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 30836 KiB

[startup+0.210185 s]*
/proc/loadavg: 8.64 8.76 8.80 3/198 1443
/proc/meminfo: memFree=28992400/32770624 swapFree=67030680/67108860
[pid=1423] ppid=1420 vsize=26103420 memory=43832 CPUtime=0.3 cores=0-7
/proc/1423/stat : 1423 (java) S 1420 1423 1087 0 -1 1077944320 10094 0 0 0 27 3 0 0 20 0 20 0 254222469 26729902080 10958 33554432000 4194304 4196468 140723656289136 140723656271680 139809276870391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
/proc/1423/statm: 6525855 10958 3351 1 0 6487932 0
[pid=1423/tid=1425] ppid=1420 vsize=26103420 memory=32758254098972862 CPUtime=0.2 cores=0-7
/proc/1423/task/1425/stat : 1425 (java) R 1420 1423 1087 0 -1 4202560 7893 0 0 0 18 2 0 0 20 0 20 0 254222470 26729902080 10958 33554432000 4194304 4196468 140723656289136 139809281087968 139809260914021 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1426] ppid=1420 vsize=26103420 memory=288230608969400343 CPUtime=0 cores=0-7
/proc/1423/task/1426/stat : 1426 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 10958 33554432000 4194304 4196468 140723656289136 139809239976208 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1427] ppid=1420 vsize=26103420 memory=15395935546308248 CPUtime=0 cores=0-7
/proc/1423/task/1427/stat : 1427 (java) S 1420 1423 1087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 10958 33554432000 4194304 4196468 140723656289136 139808834189712 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1428] ppid=1420 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/1423/task/1428/stat : 1428 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 10958 33554432000 4194304 4196468 140723656289136 139808833137168 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1429] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1429/stat : 1429 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 10958 33554432000 4194304 4196468 140723656289136 139808832084624 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1430] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1430/stat : 1430 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 10958 33554432000 4194304 4196468 140723656289136 139808831032080 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1431] ppid=1420 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/1423/task/1431/stat : 1431 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 10958 33554432000 4194304 4196468 140723656289136 139808829979536 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1432] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1432/stat : 1432 (java) S 1420 1423 1087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 10958 33554432000 4194304 4196468 140723656289136 139808828926992 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1433] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1433/stat : 1433 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 10958 33554432000 4194304 4196468 140723656289136 139808827874448 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1434] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1434/stat : 1434 (java) S 1420 1423 1087 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 254222472 26729902080 10958 33554432000 4194304 4196468 140723656289136 139807863764976 139809276881538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1435] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1435/stat : 1435 (java) S 1420 1423 1087 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 254222472 26729902080 10958 33554432000 4194304 4196468 140723656289136 139807862711200 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1436] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1436/stat : 1436 (java) S 1420 1423 1087 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 254222473 26729902080 10958 33554432000 4194304 4196468 140723656289136 139807861658608 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1437] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1437/stat : 1437 (java) S 1420 1423 1087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254222475 26729902080 10958 33554432000 4194304 4196468 140723656289136 139807860607184 139809276888987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1438] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1438/stat : 1438 (java) S 1420 1423 1087 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 254222475 26729902080 10958 33554432000 4194304 4196468 140723656289136 139807859554800 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1439] ppid=1420 vsize=26103420 memory=0 CPUtime=0.01 cores=0-7
/proc/1423/task/1439/stat : 1439 (java) S 1420 1423 1087 0 -1 1077944384 90 0 0 0 1 0 0 0 20 0 20 0 254222475 26729902080 10958 33554432000 4194304 4196468 140723656289136 139807858502256 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1440] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1440/stat : 1440 (java) R 1420 1423 1087 0 -1 4202560 161 0 0 0 0 0 0 0 20 0 20 0 254222475 26729902080 10958 33554432000 4194304 4196468 140723656289136 139807857449712 139809256569003 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1441] ppid=1420 vsize=26103420 memory=0 CPUtime=0.06 cores=0-7
/proc/1423/task/1441/stat : 1441 (java) R 1420 1423 1087 0 -1 4202560 291 0 0 0 6 0 0 0 20 0 20 0 254222475 26729902080 10958 33554432000 4194304 4196468 140723656289136 139807856392896 139809255788963 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1442] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1442/stat : 1442 (java) S 1420 1423 1087 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254222475 26729902080 10958 33554432000 4194304 4196468 140723656289136 139807855343840 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1443] ppid=1420 vsize=26103420 memory=-1 CPUtime=0 cores=0-7
/proc/1423/task/1443/stat : 1443 (java) S 1420 1423 1087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254222475 26729902080 10958 33554432000 4194304 4196468 140723656289136 139807854291376 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 43832 KiB

[startup+0.310049 s]*
/proc/loadavg: 8.64 8.76 8.80 3/198 1443
/proc/meminfo: memFree=28988840/32770624 swapFree=67030680/67108860
[pid=1423] ppid=1420 vsize=26103420 memory=47124 CPUtime=0.43 cores=0-7
/proc/1423/stat : 1423 (java) S 1420 1423 1087 0 -1 1077944320 10507 0 0 0 40 3 0 0 20 0 20 0 254222469 26729902080 11781 33554432000 4194304 4196468 140723656289136 140723656271680 139809276870391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
/proc/1423/statm: 6525855 11781 3353 1 0 6487932 0
[pid=1423/tid=1425] ppid=1420 vsize=26103420 memory=1399051139730258233 CPUtime=0.3 cores=0-7
/proc/1423/task/1425/stat : 1425 (java) R 1420 1423 1087 0 -1 4202560 8218 0 0 0 28 2 0 0 20 0 20 0 254222470 26729902080 11781 33554432000 4194304 4196468 140723656289136 139809281032128 139809262035936 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1426] ppid=1420 vsize=26103420 memory=4872558044660077418 CPUtime=0 cores=0-7
/proc/1423/task/1426/stat : 1426 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 11781 33554432000 4194304 4196468 140723656289136 139809239976208 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1427] ppid=1420 vsize=26103420 memory=752 CPUtime=0 cores=0-7
/proc/1423/task/1427/stat : 1427 (java) S 1420 1423 1087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 11781 33554432000 4194304 4196468 140723656289136 139808834189712 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1428] ppid=1420 vsize=26103420 memory=972 CPUtime=0 cores=0-7
/proc/1423/task/1428/stat : 1428 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 11781 33554432000 4194304 4196468 140723656289136 139808833137168 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1429] ppid=1420 vsize=26103420 memory=13888 CPUtime=0 cores=0-7
/proc/1423/task/1429/stat : 1429 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 11781 33554432000 4194304 4196468 140723656289136 139808832084624 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1430] ppid=1420 vsize=26103420 memory=2228 CPUtime=0 cores=0-7
/proc/1423/task/1430/stat : 1430 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 11781 33554432000 4194304 4196468 140723656289136 139808831032080 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1431] ppid=1420 vsize=26103420 memory=34680 CPUtime=0 cores=0-7
/proc/1423/task/1431/stat : 1431 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 11781 33554432000 4194304 4196468 140723656289136 139808829979536 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1432] ppid=1420 vsize=26103420 memory=11908 CPUtime=0 cores=0-7
/proc/1423/task/1432/stat : 1432 (java) S 1420 1423 1087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 11781 33554432000 4194304 4196468 140723656289136 139808828926992 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1433] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1433/stat : 1433 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26729902080 11781 33554432000 4194304 4196468 140723656289136 139808827874448 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1434] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1434/stat : 1434 (java) S 1420 1423 1087 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 254222472 26729902080 11781 33554432000 4194304 4196468 140723656289136 139807863764976 139809276881538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1435] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1435/stat : 1435 (java) S 1420 1423 1087 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 254222472 26729902080 11781 33554432000 4194304 4196468 140723656289136 139807862711200 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1436] ppid=1420 vsize=26103420 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1436/stat : 1436 (java) S 1420 1423 1087 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 254222473 26729902080 11781 33554432000 4194304 4196468 140723656289136 139807861658608 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1437] ppid=1420 vsize=26103420 memory=139991707649487 CPUtime=0 cores=0-7
/proc/1423/task/1437/stat : 1437 (java) S 1420 1423 1087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254222475 26729902080 11781 33554432000 4194304 4196468 140723656289136 139807860607184 139809276888987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1438] ppid=1420 vsize=26103420 memory=67 CPUtime=0 cores=0-7
/proc/1423/task/1438/stat : 1438 (java) S 1420 1423 1087 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 20 0 254222475 26729902080 11781 33554432000 4194304 4196468 140723656289136 139807859554800 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1439] ppid=1420 vsize=26103420 memory=51172 CPUtime=0.02 cores=0-7
/proc/1423/task/1439/stat : 1439 (java) S 1420 1423 1087 0 -1 1077944384 127 0 0 0 2 0 0 0 20 0 20 0 254222475 26729902080 11781 33554432000 4194304 4196468 140723656289136 139807858502256 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1440] ppid=1420 vsize=26103420 memory=53476 CPUtime=0 cores=0-7
/proc/1423/task/1440/stat : 1440 (java) S 1420 1423 1087 0 -1 1077944384 171 0 0 0 0 0 0 0 20 0 20 0 254222475 26729902080 11781 33554432000 4194304 4196468 140723656289136 139807857449712 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1441] ppid=1420 vsize=26103420 memory=55780 CPUtime=0.07 cores=0-7
/proc/1423/task/1441/stat : 1441 (java) S 1420 1423 1087 0 -1 1077944384 299 0 0 0 7 0 0 0 20 0 20 0 254222475 26729902080 11781 33554432000 4194304 4196468 140723656289136 139807856397168 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1442] ppid=1420 vsize=26103420 memory=110297088 CPUtime=0 cores=0-7
/proc/1423/task/1442/stat : 1442 (java) S 1420 1423 1087 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254222475 26729902080 11781 33554432000 4194304 4196468 140723656289136 139807855343840 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1443] ppid=1420 vsize=26103420 memory=26729902079 CPUtime=0 cores=0-7
/proc/1423/task/1443/stat : 1443 (java) S 1420 1423 1087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254222475 26729902080 11781 33554432000 4194304 4196468 140723656289136 139807854291376 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 26103420 KiB
Current children cumulated memory: 47124 KiB

[startup+0.700872 s]
/proc/loadavg: 8.64 8.76 8.80 3/198 1443
/proc/meminfo: memFree=28964780/32770624 swapFree=67030680/67108860
[pid=1423] ppid=1420 vsize=26105488 memory=87832 CPUtime=0.99 cores=0-7
/proc/1423/stat : 1423 (java) S 1420 1423 1087 0 -1 1077944320 17334 0 0 0 93 6 0 0 20 0 20 0 254222469 26732019712 21958 33554432000 4194304 4196468 140723656289136 140723656271680 139809276870391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
/proc/1423/statm: 6526372 21958 3497 1 0 6488444 0
[pid=1423/tid=1425] ppid=1420 vsize=26105488 memory=0 CPUtime=0.67 cores=0-7
/proc/1423/task/1425/stat : 1425 (java) R 1420 1423 1087 0 -1 4202560 14601 0 0 0 63 4 0 0 20 0 20 0 254222470 26732019712 21958 33554432000 4194304 4196468 140723656289136 139809281093696 139809260950878 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1426] ppid=1420 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1426/stat : 1426 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26732019712 21958 33554432000 4194304 4196468 140723656289136 139809239976208 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1427] ppid=1420 vsize=26105488 memory=2353 CPUtime=0 cores=0-7
/proc/1423/task/1427/stat : 1427 (java) S 1420 1423 1087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254222470 26732019712 21958 33554432000 4194304 4196468 140723656289136 139808834189712 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1428] ppid=1420 vsize=26105488 memory=0 CPUtime=0 cores=0-7
/proc/1423/task/1428/stat : 1428 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26732019712 21958 33554432000 4194304 4196468 140723656289136 139808833137168 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1429] ppid=1420 vsize=26105488 memory=2680 CPUtime=0 cores=0-7
/proc/1423/task/1429/stat : 1429 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26732019712 21958 33554432000 4194304 4196468 140723656289136 139808832084624 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1430] ppid=1420 vsize=26105488 memory=3160 CPUtime=0 cores=0-7
/proc/1423/task/1430/stat : 1430 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26732019712 21958 33554432000 4194304 4196468 140723656289136 139808831032080 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1431] ppid=1420 vsize=26105488 memory=2120 CPUtime=0 cores=0-7
/proc/1423/task/1431/stat : 1431 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26732019712 21958 33554432000 4194304 4196468 140723656289136 139808829979536 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1432] ppid=1420 vsize=26105488 memory=752 CPUtime=0 cores=0-7
/proc/1423/task/1432/stat : 1432 (java) S 1420 1423 1087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254222470 26732019712 21958 33554432000 4194304 4196468 140723656289136 139808828926992 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1433] ppid=1420 vsize=26105488 memory=972 CPUtime=0 cores=0-7
/proc/1423/task/1433/stat : 1433 (java) S 1420 1423 1087 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 254222470 26732019712 21958 33554432000 4194304 4196468 140723656289136 139808827874448 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1434] ppid=1420 vsize=26105488 memory=13888 CPUtime=0 cores=0-7
/proc/1423/task/1434/stat : 1434 (java) S 1420 1423 1087 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 254222472 26732019712 21958 33554432000 4194304 4196468 140723656289136 139807863764976 139809276881538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0

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


[startup+2442.3 s]
/proc/loadavg: 1.01 1.04 1.60 2/198 1498
/proc/meminfo: memFree=28688568/32770624 swapFree=67030680/67108860
[pid=1423] ppid=1420 vsize=26111632 memory=350956 CPUtime=2448.66 cores=0-7
/proc/1423/stat : 1423 (java) S 1420 1423 1087 0 -1 1077944320 97330 0 0 0 244777 89 0 0 20 0 20 0 254222469 26738311168 87739 33554432000 4194304 4196468 140723656289136 140723656271680 139809276870391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
/proc/1423/statm: 6527908 87739 3592 1 0 6489980 0
[pid=1423/tid=1425] ppid=1420 vsize=26111632 memory=350956 CPUtime=2442.09 cores=0-7
/proc/1423/task/1425/stat : 1425 (java) R 1420 1423 1087 0 -1 4202560 41447 0 0 0 244199 10 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139809281104760 139808923138932 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1426] ppid=1420 vsize=26111632 memory=350956 CPUtime=0.08 cores=0-7
/proc/1423/task/1426/stat : 1426 (java) S 1420 1423 1087 0 -1 1077944384 449 0 0 0 5 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139809239976208 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1427] ppid=1420 vsize=26111632 memory=350956 CPUtime=0.07 cores=0-7
/proc/1423/task/1427/stat : 1427 (java) S 1420 1423 1087 0 -1 1077944384 430 0 0 0 4 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808834189712 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1428] ppid=1420 vsize=26111632 memory=350956 CPUtime=0.08 cores=0-7
/proc/1423/task/1428/stat : 1428 (java) S 1420 1423 1087 0 -1 1077944384 149 0 0 0 5 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808833137168 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1429] ppid=1420 vsize=26111632 memory=350956 CPUtime=0.08 cores=0-7
/proc/1423/task/1429/stat : 1429 (java) S 1420 1423 1087 0 -1 1077944384 326 0 0 0 5 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808832084624 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1430] ppid=1420 vsize=26111632 memory=350956 CPUtime=0.08 cores=0-7
/proc/1423/task/1430/stat : 1430 (java) S 1420 1423 1087 0 -1 1077944384 542 0 0 0 5 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808831032080 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1431] ppid=1420 vsize=26111632 memory=350956 CPUtime=0.09 cores=0-7
/proc/1423/task/1431/stat : 1431 (java) S 1420 1423 1087 0 -1 1077944384 972 0 0 0 5 4 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808829979536 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1432] ppid=1420 vsize=26111632 memory=350956 CPUtime=0.09 cores=0-7
/proc/1423/task/1432/stat : 1432 (java) S 1420 1423 1087 0 -1 1077944384 346 0 0 0 6 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808828926992 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1433] ppid=1420 vsize=26111632 memory=337164 CPUtime=0.08 cores=0-7
/proc/1423/task/1433/stat : 1433 (java) S 1420 1423 1087 0 -1 1077944384 696 0 0 0 5 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808827874448 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1434] ppid=1420 vsize=26111632 memory=350956 CPUtime=0.06 cores=0-7
/proc/1423/task/1434/stat : 1434 (java) S 1420 1423 1087 0 -1 1077944384 2009 0 0 0 4 2 0 0 20 0 20 0 254222472 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807863764976 139809276881538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1435] ppid=1420 vsize=26111632 memory=350956 CPUtime=0 cores=0-7
/proc/1423/task/1435/stat : 1435 (java) S 1420 1423 1087 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 254222472 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807862711264 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1436] ppid=1420 vsize=26111632 memory=350956 CPUtime=0 cores=0-7
/proc/1423/task/1436/stat : 1436 (java) S 1420 1423 1087 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 254222473 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807861658624 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1437] ppid=1420 vsize=26111632 memory=1572 CPUtime=0 cores=0-7
/proc/1423/task/1437/stat : 1437 (java) S 1420 1423 1087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807860607184 139809276888987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1438] ppid=1420 vsize=26111632 memory=3544 CPUtime=1.25 cores=0-7
/proc/1423/task/1438/stat : 1438 (java) S 1420 1423 1087 0 -1 1077944384 9713 0 0 0 122 3 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807859554800 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1439] ppid=1420 vsize=26111632 memory=67596 CPUtime=1.5 cores=0-7
/proc/1423/task/1439/stat : 1439 (java) S 1420 1423 1087 0 -1 1077944384 10695 0 0 0 148 2 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807858502256 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1440] ppid=1420 vsize=26111632 memory=125 CPUtime=1.24 cores=0-7
/proc/1423/task/1440/stat : 1440 (java) S 1420 1423 1087 0 -1 1077944384 8439 0 0 0 122 2 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807857449712 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1441] ppid=1420 vsize=26111632 memory=150 CPUtime=0.93 cores=0-7
/proc/1423/task/1441/stat : 1441 (java) S 1420 1423 1087 0 -1 1077944384 18200 0 0 0 88 5 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807856397168 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1442] ppid=1420 vsize=26111632 memory=350956 CPUtime=0 cores=0-7
/proc/1423/task/1442/stat : 1442 (java) S 1420 1423 1087 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807855343840 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1443] ppid=1420 vsize=26111632 memory=350956 CPUtime=0.79 cores=0-7
/proc/1423/task/1443/stat : 1443 (java) S 1420 1423 1087 0 -1 1077944384 1493 0 0 0 33 46 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807854291376 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
Current children cumulated CPU time: 2448.66 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 350956 KiB

[startup+2502.3 s]
/proc/loadavg: 1.00 1.04 1.57 2/198 1498
/proc/meminfo: memFree=28688692/32770624 swapFree=67030680/67108860
[pid=1423] ppid=1420 vsize=26111632 memory=350956 CPUtime=2508.68 cores=0-7
/proc/1423/stat : 1423 (java) S 1420 1423 1087 0 -1 1077944320 97593 0 0 0 250778 90 0 0 20 0 20 0 254222469 26738311168 87739 33554432000 4194304 4196468 140723656289136 140723656271680 139809276870391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
/proc/1423/statm: 6527908 87739 3592 1 0 6489980 0
[pid=1423/tid=1425] ppid=1420 vsize=26111632 memory=350956 CPUtime=2502.09 cores=0-7
/proc/1423/task/1425/stat : 1425 (java) R 1420 1423 1087 0 -1 4202560 41706 0 0 0 250199 10 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139809281104760 139808923138787 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1426] ppid=1420 vsize=26111632 memory=0 CPUtime=0.08 cores=0-7
/proc/1423/task/1426/stat : 1426 (java) S 1420 1423 1087 0 -1 1077944384 449 0 0 0 5 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139809239976208 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1427] ppid=1420 vsize=26111632 memory=350956 CPUtime=0.07 cores=0-7
/proc/1423/task/1427/stat : 1427 (java) S 1420 1423 1087 0 -1 1077944384 430 0 0 0 4 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808834189712 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1428] ppid=1420 vsize=26111632 memory=350956 CPUtime=0.08 cores=0-7
/proc/1423/task/1428/stat : 1428 (java) S 1420 1423 1087 0 -1 1077944384 149 0 0 0 5 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808833137168 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1429] ppid=1420 vsize=26111632 memory=279983415462224 CPUtime=0.08 cores=0-7
/proc/1423/task/1429/stat : 1429 (java) S 1420 1423 1087 0 -1 1077944384 326 0 0 0 5 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808832084624 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1430] ppid=1420 vsize=26111632 memory=4639948313719891052 CPUtime=0.08 cores=0-7
/proc/1423/task/1430/stat : 1430 (java) S 1420 1423 1087 0 -1 1077944384 542 0 0 0 5 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808831032080 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1431] ppid=1420 vsize=26111632 memory=2228 CPUtime=0.09 cores=0-7
/proc/1423/task/1431/stat : 1431 (java) S 1420 1423 1087 0 -1 1077944384 972 0 0 0 5 4 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808829979536 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1432] ppid=1420 vsize=26111632 memory=34724 CPUtime=0.09 cores=0-7
/proc/1423/task/1432/stat : 1432 (java) S 1420 1423 1087 0 -1 1077944384 346 0 0 0 6 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808828926992 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1433] ppid=1420 vsize=26111632 memory=350956 CPUtime=0.08 cores=0-7
/proc/1423/task/1433/stat : 1433 (java) S 1420 1423 1087 0 -1 1077944384 696 0 0 0 5 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808827874448 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1434] ppid=1420 vsize=26111632 memory=3544 CPUtime=0.06 cores=0-7
/proc/1423/task/1434/stat : 1434 (java) S 1420 1423 1087 0 -1 1077944384 2009 0 0 0 4 2 0 0 20 0 20 0 254222472 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807863764976 139809276881538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1435] ppid=1420 vsize=26111632 memory=350956 CPUtime=0 cores=0-7
/proc/1423/task/1435/stat : 1435 (java) S 1420 1423 1087 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 254222472 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807862711264 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1436] ppid=1420 vsize=26111632 memory=350956 CPUtime=0 cores=0-7
/proc/1423/task/1436/stat : 1436 (java) S 1420 1423 1087 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 254222473 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807861658624 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1437] ppid=1420 vsize=26111632 memory=5300 CPUtime=0 cores=0-7
/proc/1423/task/1437/stat : 1437 (java) S 1420 1423 1087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807860607184 139809276888987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1438] ppid=1420 vsize=26111632 memory=350956 CPUtime=1.25 cores=0-7
/proc/1423/task/1438/stat : 1438 (java) S 1420 1423 1087 0 -1 1077944384 9713 0 0 0 122 3 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807859554800 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1439] ppid=1420 vsize=26111632 memory=350956 CPUtime=1.5 cores=0-7
/proc/1423/task/1439/stat : 1439 (java) S 1420 1423 1087 0 -1 1077944384 10695 0 0 0 148 2 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807858502256 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1440] ppid=1420 vsize=26111632 memory=67596 CPUtime=1.24 cores=0-7
/proc/1423/task/1440/stat : 1440 (java) S 1420 1423 1087 0 -1 1077944384 8439 0 0 0 122 2 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807857449712 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1441] ppid=1420 vsize=26111632 memory=776 CPUtime=0.93 cores=0-7
/proc/1423/task/1441/stat : 1441 (java) S 1420 1423 1087 0 -1 1077944384 18200 0 0 0 88 5 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807856397168 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1442] ppid=1420 vsize=26111632 memory=1876 CPUtime=0 cores=0-7
/proc/1423/task/1442/stat : 1442 (java) S 1420 1423 1087 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807855343840 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1443] ppid=1420 vsize=26111632 memory=350956 CPUtime=0.81 cores=0-7
/proc/1423/task/1443/stat : 1443 (java) S 1420 1423 1087 0 -1 1077944384 1497 0 0 0 34 47 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807854291376 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
Current children cumulated CPU time: 2508.68 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 350956 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 1.00 1.03 1.55 2/198 1498
/proc/meminfo: memFree=28688692/32770624 swapFree=67030680/67108860
[pid=1423] ppid=1420 vsize=26111632 memory=350956 CPUtime=2526.39 cores=0-7
/proc/1423/stat : 1423 (java) S 1420 1423 1087 0 -1 1077944320 97784 0 0 0 252549 90 0 0 20 0 20 0 254222469 26738311168 87739 33554432000 4194304 4196468 140723656289136 140723656271680 139809276870391 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
/proc/1423/statm: 6527908 87739 3592 1 0 6489980 0
[pid=1423/tid=1425] ppid=1420 vsize=26111632 memory=1399051139730258233 CPUtime=2519.8 cores=0-7
/proc/1423/task/1425/stat : 1425 (java) R 1420 1423 1087 0 -1 4202560 41860 0 0 0 251970 10 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139809281104760 139808923138507 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1426] ppid=1420 vsize=26111632 memory=972 CPUtime=0.08 cores=0-7
/proc/1423/task/1426/stat : 1426 (java) S 1420 1423 1087 0 -1 1077944384 449 0 0 0 5 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139809239976208 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1427] ppid=1420 vsize=26111632 memory=13888 CPUtime=0.07 cores=0-7
/proc/1423/task/1427/stat : 1427 (java) S 1420 1423 1087 0 -1 1077944384 430 0 0 0 4 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808834189712 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1428] ppid=1420 vsize=26111632 memory=350956 CPUtime=0.08 cores=0-7
/proc/1423/task/1428/stat : 1428 (java) S 1420 1423 1087 0 -1 1077944384 149 0 0 0 5 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808833137168 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1429] ppid=1420 vsize=26111632 memory=4872558044660077418 CPUtime=0.08 cores=0-7
/proc/1423/task/1429/stat : 1429 (java) S 1420 1423 1087 0 -1 1077944384 326 0 0 0 5 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808832084624 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1430] ppid=1420 vsize=26111632 memory=1876 CPUtime=0.08 cores=0-7
/proc/1423/task/1430/stat : 1430 (java) S 1420 1423 1087 0 -1 1077944384 542 0 0 0 5 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808831032080 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1431] ppid=1420 vsize=26111632 memory=1392 CPUtime=0.09 cores=0-7
/proc/1423/task/1431/stat : 1431 (java) S 1420 1423 1087 0 -1 1077944384 972 0 0 0 5 4 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808829979536 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1432] ppid=1420 vsize=26111632 memory=1684 CPUtime=0.09 cores=0-7
/proc/1423/task/1432/stat : 1432 (java) S 1420 1423 1087 0 -1 1077944384 346 0 0 0 6 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808828926992 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1433] ppid=1420 vsize=26111632 memory=768 CPUtime=0.08 cores=0-7
/proc/1423/task/1433/stat : 1433 (java) S 1420 1423 1087 0 -1 1077944384 696 0 0 0 5 3 0 0 20 0 20 0 254222470 26738311168 87739 33554432000 4194304 4196468 140723656289136 139808827874448 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1434] ppid=1420 vsize=26111632 memory=1392 CPUtime=0.06 cores=0-7
/proc/1423/task/1434/stat : 1434 (java) S 1420 1423 1087 0 -1 1077944384 2014 0 0 0 4 2 0 0 20 0 20 0 254222472 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807863764976 139809276881538 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1435] ppid=1420 vsize=26111632 memory=768 CPUtime=0 cores=0-7
/proc/1423/task/1435/stat : 1435 (java) S 1420 1423 1087 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 254222472 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807862711264 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1436] ppid=1420 vsize=26111632 memory=5300 CPUtime=0 cores=0-7
/proc/1423/task/1436/stat : 1436 (java) S 1420 1423 1087 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 20 0 254222473 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807861658624 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1437] ppid=1420 vsize=26111632 memory=11068 CPUtime=0 cores=0-7
/proc/1423/task/1437/stat : 1437 (java) S 1420 1423 1087 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807860607184 139809276888987 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1438] ppid=1420 vsize=26111632 memory=1192 CPUtime=1.25 cores=0-7
/proc/1423/task/1438/stat : 1438 (java) S 1420 1423 1087 0 -1 1077944384 9715 0 0 0 122 3 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807859554800 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1439] ppid=1420 vsize=26111632 memory=1520 CPUtime=1.5 cores=0-7
/proc/1423/task/1439/stat : 1439 (java) S 1420 1423 1087 0 -1 1077944384 10697 0 0 0 148 2 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807858502256 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1440] ppid=1420 vsize=26111632 memory=2680 CPUtime=1.24 cores=0-7
/proc/1423/task/1440/stat : 1440 (java) S 1420 1423 1087 0 -1 1077944384 8442 0 0 0 122 2 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807857449712 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1441] ppid=1420 vsize=26111632 memory=3160 CPUtime=0.93 cores=0-7
/proc/1423/task/1441/stat : 1441 (java) S 1420 1423 1087 0 -1 1077944384 18202 0 0 0 88 5 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807856397168 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1442] ppid=1420 vsize=26111632 memory=2120 CPUtime=0 cores=0-7
/proc/1423/task/1442/stat : 1442 (java) S 1420 1423 1087 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807855343840 139809276880597 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
[pid=1423/tid=1443] ppid=1420 vsize=26111632 memory=752 CPUtime=0.81 cores=0-7
/proc/1423/task/1443/stat : 1443 (java) S 1420 1423 1087 0 -1 1077944384 1520 0 0 0 34 47 0 0 20 0 20 0 254222475 26738311168 87739 33554432000 4194304 4196468 140723656289136 139807854291376 139809276881538 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 11 0 0 6293624 6294260 33787904 140723656295502 140723656295685 140723656295685 140723656298447 0
Current children cumulated CPU time: 2526.39 s
Current children cumulated vsize: 26111632 KiB
Current children cumulated memory: 350956 KiB

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

[startup+2520.02 s]
# the end of solver process 1423 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2525.51 s, system=0.913102 s

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

Child status: 143
Real time (s): 2520.02
CPU time (s): 2526.42
CPU user time (s): 2525.51
CPU system time (s): 0.913102
CPU usage (%): 100.254
Max. virtual memory (cumulated for all children) (KiB): 26111632
Max. memory (cumulated for all children) (KiB): 350956

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2525.51
system time used= 0.913102
maximum resident set size= 358196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 98047
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2240
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 59920
involuntary context switches= 3214


# summary of solver processes directly reported to runsolver:
#   pid: 1423
#   total CPU time (s): 2526.42
#   total CPU user time (s): 2525.51
#   total CPU system time (s): 0.913102

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.3117 second user time and 23.1081 second system time

The end

Launcher Data

Begin job on node102 at 2018-08-15 22:56:33
IDJOB=4309246
IDBENCH=141211
IDSOLVER=2793
FILE ID=node102/4309246-1534366593
RUNJOBID= node102-1534362980-1115
PBS_JOBID= 21038276
Free space on /tmp= 43904 MiB

SOLVER NAME= OscaR - Parallel with EPS 2018-08-14
BENCH NAME= XCSP18/Rlfap/Rlfap-opt/Rlfap-graph-14-opt_c18.xml
COMMAND LINE= java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 22000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309246-1534366593/watcher-4309246-1534366593 -o /tmp/evaluation-result-4309246-1534366593/solver-4309246-1534366593 -C 20160 -W 2520 -M 31000 --bin-var /tmp/runsolver-exch-node102-1534362980-1115 --watchdog 2580  java -Xmx22000m -jar oscarCPXcsp3-parallel.jar --randomseed 392332114 --timelimit 20160 --memlimit 22000 --nbcore 8 HOME/instance-4309246-1534366593.xml

TIME LIMIT= 20160 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 06e1d56807384f8426568c6f8eb09a57
RANDOM SEED=392332114

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:        29023004 kB
MemAvailable:   31876156 kB
Buffers:          178268 kB
Cached:          2945288 kB
SwapCached:        51224 kB
Active:          1619860 kB
Inactive:        1583232 kB
Active(anon):       4240 kB
Inactive(anon):   135192 kB
Active(file):    1615620 kB
Inactive(file):  1448040 kB
Unevictable:        7348 kB
Mlocked:            7348 kB
SwapTotal:      67108860 kB
SwapFree:       67030680 kB
Dirty:             35892 kB
Writeback:             0 kB
AnonPages:         35932 kB
Mapped:            54164 kB
Shmem:             57196 kB
Slab:             239640 kB
SReclaimable:     210656 kB
SUnreclaim:        28984 kB
KernelStack:        3520 kB
PageTables:         5320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     357292 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 43868 MiB
End job on node102 at 2018-08-15 23:38:33