Trace number 4291989

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Conflict Ordering with restarts 2018-07-02? (TO) 2400.03 2372.13

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-04-0300_c18.xml
MD5SUMd2f9cd7b3c3026f57264f10c0685d9a6
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark26739930
Best CPU time to get the best result obtained on this benchmark2520.12
Satisfiable
(Un)Satisfiability was proved
Number of variables5284
Number of constraints3360
Number of domains68
Minimum domain size1
Maximum domain size135
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":1859},{"size":11,"count":1561},{"size":12,"count":1},{"size":25,"count":10},{"size":29,"count":10},{"size":31,"count":42},{"size":33,"count":12},{"size":36,"count":26},{"size":39,"count":45},{"size":41,"count":7},{"size":45,"count":9},{"size":50,"count":6},{"size":51,"count":9},{"size":53,"count":7},{"size":57,"count":23},{"size":58,"count":6},{"size":61,"count":6},{"size":62,"count":10},{"size":67,"count":13},{"size":73,"count":1},{"size":74,"count":2},{"size":75,"count":8},{"size":77,"count":3},{"size":79,"count":9},{"size":81,"count":11},{"size":83,"count":7},{"size":84,"count":1},{"size":85,"count":1},{"size":87,"count":11},{"size":89,"count":6},{"size":93,"count":4},{"size":95,"count":35},{"size":97,"count":5},{"size":100,"count":29},{"size":102,"count":51},{"size":104,"count":11},{"size":105,"count":5},{"size":107,"count":8},{"size":109,"count":6},{"size":110,"count":32},{"size":117,"count":53},{"size":118,"count":63},{"size":122,"count":30},{"size":127,"count":118},{"size":130,"count":112},{"size":132,"count":30},{"size":135,"count":968}]
Minimum variable degree2
Maximum variable degree1562
Distribution of variable degrees[{"degree":2,"count":4684},{"degree":3,"count":6},{"degree":4,"count":6},{"degree":5,"count":11},{"degree":6,"count":24},{"degree":7,"count":24},{"degree":8,"count":40},{"degree":9,"count":42},{"degree":10,"count":48},{"degree":11,"count":68},{"degree":12,"count":79},{"degree":13,"count":128},{"degree":14,"count":97},{"degree":15,"count":11},{"degree":16,"count":8},{"degree":17,"count":6},{"degree":18,"count":1},{"degree":1562,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":238},{"arity":3,"count":1561},{"arity":6,"count":1561}]
Number of extensional constraints1561
Number of intensional constraints1799
Distribution of constraint types[{"type":"extension","count":1561},{"type":"intension","count":1799}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.55	c version: 2018-07-02
0.68/0.56	c seed: 1406388872
0.68/0.56	c timeout: 2400
0.68/0.56	c memlimit: 11000
0.68/0.56	c nbcore: 4
0.68/0.58	c Parsing instance...
38.05/23.03	c Parsing done, starting search...
2400.01/2372.11	s UNKNOWN

Verifier Data


Watcher Data

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

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

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291989-1532280198/watcher-4291989-1532280198 -o /tmp/evaluation-result-4291989-1532280198/solver-4291989-1532280198 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532270698-13416 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1406388872 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291989-1532280198.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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
Current StackSize limit: 8192 KiB

solver pid=14375, runsolver pid=14372

[startup+0.108177 s]*
/proc/loadavg: 1.56 1.52 1.47 3/221 14390
/proc/meminfo: memFree=19630752/32770624 swapFree=67108860/67108860
[pid=14375] ppid=14372 vsize=14082740 memory=32836 CPUtime=0.13 cores=1,3,5,7
/proc/14375/stat : 14375 (java) S 14372 14375 2672 0 -1 1077944320 7156 0 0 0 12 1 0 0 20 0 15 0 45582983 14420725760 8209 33554432000 4194304 4196468 140732439617856 140732439600400 139674481688311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
/proc/14375/statm: 3520685 8209 3140 1 0 3482761 0
[pid=14375/tid=14377] ppid=14372 vsize=14082740 memory=-6966717417093883519 CPUtime=0.09 cores=1,3,5,7
/proc/14375/task/14377/stat : 14377 (java) R 14372 14375 2672 0 -1 4202560 5281 0 0 0 9 0 0 0 20 0 15 0 45582983 14420725760 8340 33554432000 4194304 4196468 140732439617856 139674485903104 139674481710237 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14378] ppid=14372 vsize=14082740 memory=5793855460578777529 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14378/stat : 14378 (java) S 14372 14375 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45582984 14420725760 8340 33554432000 4194304 4196468 140732439617856 139674419288336 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14379] ppid=14372 vsize=14082740 memory=140209568884352 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14379/stat : 14379 (java) S 14372 14375 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45582984 14420725760 8340 33554432000 4194304 4196468 140732439617856 139674418235792 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14380] ppid=14372 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14380/stat : 14380 (java) S 14372 14375 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45582984 14420725760 8340 33554432000 4194304 4196468 140732439617856 139674075535888 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14381] ppid=14372 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14381/stat : 14381 (java) S 14372 14375 2672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45582984 14420725760 8340 33554432000 4194304 4196468 140732439617856 139674074483344 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14382] ppid=14372 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14382/stat : 14382 (java) S 14372 14375 2672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45582985 14420725760 8340 33554432000 4194304 4196468 140732439617856 139673394412016 139674481699458 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14383] ppid=14372 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14383/stat : 14383 (java) S 14372 14375 2672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45582986 14420725760 8340 33554432000 4194304 4196468 140732439617856 139673393358240 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14384] ppid=14372 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14384/stat : 14384 (java) S 14372 14375 2672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45582986 14420725760 8340 33554432000 4194304 4196468 140732439617856 139673392305648 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14385] ppid=14372 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14385/stat : 14385 (java) S 14372 14375 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45582988 14420725760 8340 33554432000 4194304 4196468 140732439617856 139673391254224 139674481706907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14386] ppid=14372 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14386/stat : 14386 (java) S 14372 14375 2672 0 -1 1077944384 310 0 0 0 0 0 0 0 20 0 15 0 45582988 14420725760 8340 33554432000 4194304 4196468 140732439617856 139673390200816 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14387] ppid=14372 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14387/stat : 14387 (java) S 14372 14375 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45582988 14420725760 8340 33554432000 4194304 4196468 140732439617856 139673389148272 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14388] ppid=14372 vsize=14082740 memory=140209568884352 CPUtime=0.01 cores=1,3,5,7
/proc/14375/task/14388/stat : 14388 (java) S 14372 14375 2672 0 -1 1077944384 265 0 0 0 1 0 0 0 20 0 15 0 45582988 14420725760 8340 33554432000 4194304 4196468 140732439617856 139673388095728 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14389] ppid=14372 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14389/stat : 14389 (java) S 14372 14375 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45582989 14420725760 8340 33554432000 4194304 4196468 140732439617856 139673387043424 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14390] ppid=14372 vsize=14082740 memory=140209568884352 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14390/stat : 14390 (java) S 14372 14375 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45582989 14420725760 8340 33554432000 4194304 4196468 140732439617856 139673385990960 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
Current children cumulated CPU time: 0.13 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 32836 KiB

[startup+0.214176 s]*
/proc/loadavg: 1.56 1.52 1.47 5/221 14390
/proc/meminfo: memFree=19615364/32770624 swapFree=67108860/67108860
[pid=14375] ppid=14372 vsize=14082740 memory=47056 CPUtime=0.32 cores=1,3,5,7
/proc/14375/stat : 14375 (java) S 14372 14375 2672 0 -1 1077944320 10406 0 0 0 30 2 0 0 20 0 15 0 45582983 14420725760 11764 33554432000 4194304 4196468 140732439617856 140732439600400 139674481688311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
/proc/14375/statm: 3520685 11764 3369 1 0 3482761 0
[pid=14375/tid=14377] ppid=14372 vsize=14082740 memory=6735269665583770266 CPUtime=0.2 cores=1,3,5,7
/proc/14375/task/14377/stat : 14377 (java) R 14372 14375 2672 0 -1 4202560 8100 0 0 0 19 1 0 0 20 0 15 0 45582983 14420725760 11764 33554432000 4194304 4196468 140732439617856 139674485914336 139674098210956 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14378] ppid=14372 vsize=14082740 memory=4211973935773674890 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14378/stat : 14378 (java) S 14372 14375 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45582984 14420725760 11764 33554432000 4194304 4196468 140732439617856 139674419288336 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14379] ppid=14372 vsize=14082740 memory=140209568884352 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14379/stat : 14379 (java) S 14372 14375 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45582984 14420725760 11764 33554432000 4194304 4196468 140732439617856 139674418235792 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14380] ppid=14372 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14380/stat : 14380 (java) S 14372 14375 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45582984 14420725760 11764 33554432000 4194304 4196468 140732439617856 139674075535888 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14381] ppid=14372 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14381/stat : 14381 (java) S 14372 14375 2672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45582984 14420725760 11764 33554432000 4194304 4196468 140732439617856 139674074483344 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14382] ppid=14372 vsize=14082740 memory=140209568884352 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14382/stat : 14382 (java) S 14372 14375 2672 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45582985 14420725760 11829 33554432000 4194304 4196468 140732439617856 139673394412016 139674481699458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14383] ppid=14372 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14383/stat : 14383 (java) S 14372 14375 2672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45582986 14420725760 11829 33554432000 4194304 4196468 140732439617856 139673393358240 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14384] ppid=14372 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14384/stat : 14384 (java) S 14372 14375 2672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45582986 14420725760 11829 33554432000 4194304 4196468 140732439617856 139673392305648 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14385] ppid=14372 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14385/stat : 14385 (java) S 14372 14375 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45582988 14420725760 11829 33554432000 4194304 4196468 140732439617856 139673391254224 139674481706907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14386] ppid=14372 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14375/task/14386/stat : 14386 (java) R 14372 14375 2672 0 -1 1077944384 554 0 0 0 2 0 0 0 20 0 15 0 45582988 14420725760 11829 33554432000 4194304 4196468 140732439617856 139673390200816 139674481699458 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14387] ppid=14372 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/14375/task/14387/stat : 14387 (java) R 14372 14375 2672 0 -1 4202560 68 0 0 0 1 0 0 0 20 0 15 0 45582988 14420725760 11829 33554432000 4194304 4196468 140732439617856 139673389148272 139674463199232 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14388] ppid=14372 vsize=14082740 memory=140209568884352 CPUtime=0.06 cores=1,3,5,7
/proc/14375/task/14388/stat : 14388 (java) R 14372 14375 2672 0 -1 4202560 311 0 0 0 6 0 0 0 20 0 15 0 45582988 14420725760 11829 33554432000 4194304 4196468 140732439617856 139673388095728 139674460656395 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14389] ppid=14372 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14389/stat : 14389 (java) S 14372 14375 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45582989 14420725760 11829 33554432000 4194304 4196468 140732439617856 139673387043424 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14390] ppid=14372 vsize=14082740 memory=140209568884352 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14390/stat : 14390 (java) S 14372 14375 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45582989 14420725760 11829 33554432000 4194304 4196468 140732439617856 139673385990960 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47056 KiB

[startup+0.31073 s]*
/proc/loadavg: 1.56 1.52 1.47 3/221 14390
/proc/meminfo: memFree=19611208/32770624 swapFree=67108860/67108860
[pid=14375] ppid=14372 vsize=14082740 memory=50968 CPUtime=0.45 cores=1,3,5,7
/proc/14375/stat : 14375 (java) S 14372 14375 2672 0 -1 1077944320 10796 0 0 0 43 2 0 0 20 0 15 0 45582983 14420725760 12742 33554432000 4194304 4196468 140732439617856 140732439600400 139674481688311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
/proc/14375/statm: 3520685 12742 3412 1 0 3482761 0
[pid=14375/tid=14377] ppid=14372 vsize=14082740 memory=6735269665583770266 CPUtime=0.29 cores=1,3,5,7
/proc/14375/task/14377/stat : 14377 (java) R 14372 14375 2672 0 -1 4202560 8447 0 0 0 28 1 0 0 20 0 15 0 45582983 14420725760 12742 33554432000 4194304 4196468 140732439617856 139674485896144 139674463251871 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14378] ppid=14372 vsize=14082740 memory=4211973935773674890 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14378/stat : 14378 (java) S 14372 14375 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45582984 14420725760 12742 33554432000 4194304 4196468 140732439617856 139674419288336 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14379] ppid=14372 vsize=14082740 memory=280418977700224 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14379/stat : 14379 (java) S 14372 14375 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45582984 14420725760 12742 33554432000 4194304 4196468 140732439617856 139674418235792 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14380] ppid=14372 vsize=14082740 memory=280418817659392 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14380/stat : 14380 (java) S 14372 14375 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45582984 14420725760 12742 33554432000 4194304 4196468 140732439617856 139674075535888 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14381] ppid=14372 vsize=14082740 memory=140209408815887 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14381/stat : 14381 (java) S 14372 14375 2672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45582984 14420725760 12742 33554432000 4194304 4196468 140732439617856 139674074483344 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14382] ppid=14372 vsize=14082740 memory=280418977709440 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14382/stat : 14382 (java) S 14372 14375 2672 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45582985 14420725760 12742 33554432000 4194304 4196468 140732439617856 139673394412016 139674481699458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14383] ppid=14372 vsize=14082740 memory=140209408820495 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14383/stat : 14383 (java) S 14372 14375 2672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45582986 14420725760 12742 33554432000 4194304 4196468 140732439617856 139673393358240 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14384] ppid=14372 vsize=14082740 memory=140209408836216 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14384/stat : 14384 (java) S 14372 14375 2672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45582986 14420725760 12742 33554432000 4194304 4196468 140732439617856 139673392305648 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14385] ppid=14372 vsize=14082740 memory=140209408838885 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14385/stat : 14385 (java) S 14372 14375 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45582988 14420725760 12742 33554432000 4194304 4196468 140732439617856 139673391254224 139674481706907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14386] ppid=14372 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/14375/task/14386/stat : 14386 (java) S 14372 14375 2672 0 -1 1077944384 554 0 0 0 2 0 0 0 20 0 15 0 45582988 14420725760 12742 33554432000 4194304 4196468 140732439617856 139673390200816 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14387] ppid=14372 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/14375/task/14387/stat : 14387 (java) S 14372 14375 2672 0 -1 1077944384 84 0 0 0 2 0 0 0 20 0 15 0 45582988 14420725760 12742 33554432000 4194304 4196468 140732439617856 139673389148272 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14388] ppid=14372 vsize=14082740 memory=140209568884352 CPUtime=0.08 cores=1,3,5,7
/proc/14375/task/14388/stat : 14388 (java) S 14372 14375 2672 0 -1 1077944384 330 0 0 0 8 0 0 0 20 0 15 0 45582988 14420725760 12742 33554432000 4194304 4196468 140732439617856 139673388095728 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14389] ppid=14372 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14389/stat : 14389 (java) S 14372 14375 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45582989 14420725760 12742 33554432000 4194304 4196468 140732439617856 139673387043424 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14390] ppid=14372 vsize=14082740 memory=140209568917188 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14390/stat : 14390 (java) S 14372 14375 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45582989 14420725760 12742 33554432000 4194304 4196468 140732439617856 139673385990960 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
Current children cumulated CPU time: 0.45 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50968 KiB

[startup+0.700771 s]
/proc/loadavg: 1.56 1.52 1.47 3/221 14390
/proc/meminfo: memFree=19587148/32770624 swapFree=67108860/67108860
[pid=14375] ppid=14372 vsize=14084808 memory=89080 CPUtime=0.99 cores=1,3,5,7
/proc/14375/stat : 14375 (java) S 14372 14375 2672 0 -1 1077944320 17651 0 0 0 96 3 0 0 20 0 15 0 45582983 14422843392 22205 33554432000 4194304 4196468 140732439617856 140732439600400 139674481688311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
/proc/14375/statm: 3521202 22205 3500 1 0 3483273 0
[pid=14375/tid=14377] ppid=14372 vsize=14084808 memory=56 CPUtime=0.68 cores=1,3,5,7
/proc/14375/task/14377/stat : 14377 (java) R 14372 14375 2672 0 -1 4202560 14896 0 0 0 65 3 0 0 20 0 15 0 45582983 14422843392 22270 33554432000 4194304 4196468 140732439617856 139674485911680 139674465768798 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14378] ppid=14372 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14378/stat : 14378 (java) S 14372 14375 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45582984 14422843392 22270 33554432000 4194304 4196468 140732439617856 139674419288336 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14379] ppid=14372 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14379/stat : 14379 (java) S 14372 14375 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45582984 14422843392 22270 33554432000 4194304 4196468 140732439617856 139674418235792 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14380] ppid=14372 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14380/stat : 14380 (java) S 14372 14375 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45582984 14422843392 22270 33554432000 4194304 4196468 140732439617856 139674075535888 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14381] ppid=14372 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14381/stat : 14381 (java) S 14372 14375 2672 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 45582984 14422843392 22270 33554432000 4194304 4196468 140732439617856 139674074483344 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14382] ppid=14372 vsize=14084808 memory=1424 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14382/stat : 14382 (java) S 14372 14375 2672 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 45582985 14422843392 22270 33554432000 4194304 4196468 140732439617856 139673394412016 139674481699458 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14383] ppid=14372 vsize=14084808 memory=796 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14383/stat : 14383 (java) S 14372 14375 2672 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 45582986 14422843392 22270 33554432000 4194304 4196468 140732439617856 139673393358240 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14384] ppid=14372 vsize=14084808 memory=8380 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14384/stat : 14384 (java) S 14372 14375 2672 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 45582986 14422843392 22270 33554432000 4194304 4196468 140732439617856 139673392305648 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14385] ppid=14372 vsize=14084808 memory=5784 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14385/stat : 14385 (java) S 14372 14375 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45582988 14422843392 22270 33554432000 4194304 4196468 140732439617856 139673391254224 139674481706907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14386] ppid=14372 vsize=14084808 memory=1200 CPUtime=0.07 cores=1,3,5,7
/proc/14375/task/14386/stat : 14386 (java) S 14372 14375 2672 0 -1 1077944384 703 0 0 0 7 0 0 0 20 0 15 0 45582988 14422843392 22270 33554432000 4194304 4196468 140732439617856 139673390200816 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14387] ppid=14372 vsize=14084808 memory=11956 CPUtime=0.07 cores=1,3,5,7
/proc/14375/task/14387/stat : 14387 (java) S 14372 14375 2672 0 -1 1077944384 243 0 0 0 7 0 0 0 20 0 15 0 45582988 14422843392 22270 33554432000 4194304 4196468 140732439617856 139673389148272 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14388] ppid=14372 vsize=14084808 memory=1008 CPUtime=0.15 cores=1,3,5,7
/proc/14375/task/14388/stat : 14388 (java) S 14372 14375 2672 0 -1 1077944384 429 0 0 0 15 0 0 0 20 0 15 0 45582988 14422843392 22270 33554432000 4194304 4196468 140732439617856 139673388095728 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14389] ppid=14372 vsize=14084808 memory=4620 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14389/stat : 14389 (java) S 14372 14375 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45582989 14422843392 22270 33554432000 4194304 4196468 140732439617856 139673387043424 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14390] ppid=14372 vsize=14084808 memory=15872 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14390/stat : 14390 (java) S 14372 14375 2672 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 45582989 14422843392 22270 33554432000 4194304 4196468 140732439617856 139673385990960 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 89080 KiB

[startup+1.50091 s]
/proc/loadavg: 1.56 1.52 1.47 3/221 14390
/proc/meminfo: memFree=19349468/32770624 swapFree=67108860/67108860
[pid=14375] ppid=14372 vsize=14086856 memory=453192 CPUtime=3.2 cores=1,3,5,7
/proc/14375/stat : 14375 (java) S 14372 14375 2672 0 -1 1077944320 20214 0 0 0 282 38 0 0 20 0 15 0 45582983 14424940544 113298 33554432000 4194304 4196468 140732439617856 140732439600400 139674481688311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
/proc/14375/statm: 3521714 113298 3563 1 0 3483785 0
[pid=14375/tid=14377] ppid=14372 vsize=14086856 memory=0 CPUtime=1.33 cores=1,3,5,7
/proc/14375/task/14377/stat : 14377 (java) R 14372 14375 2672 0 -1 4202560 15362 0 0 0 126 7 0 0 20 0 15 0 45582983 14424940544 113298 33554432000 4194304 4196468 140732439617856 139674485921920 139674101327887 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14378] ppid=14372 vsize=14086856 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/14375/task/14378/stat : 14378 (java) S 14372 14375 2672 0 -1 1077944384 145 0 0 0 4 6 0 0 20 0 15 0 45582984 14424940544 113298 33554432000 4194304 4196468 140732439617856 139674419288336 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14379] ppid=14372 vsize=14086856 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/14375/task/14379/stat : 14379 (java) S 14372 14375 2672 0 -1 1077944384 162 0 0 0 5 7 0 0 20 0 15 0 45582984 14424940544 113298 33554432000 4194304 4196468 140732439617856 139674418235792 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14380] ppid=14372 vsize=14086856 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/14375/task/14380/stat : 14380 (java) S 14372 14375 2672 0 -1 1077944384 210 0 0 0 5 7 0 0 20 0 15 0 45582984 14424940544 113298 33554432000 4194304 4196468 140732439617856 139674075535888 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14381] ppid=14372 vsize=14086856 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/14375/task/14381/stat : 14381 (java) S 14372 14375 2672 0 -1 1077944384 146 0 0 0 5 7 0 0 20 0 15 0 45582984 14424940544 113298 33554432000 4194304 4196468 140732439617856 139674074483344 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14382] ppid=14372 vsize=14086856 memory=0 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14382/stat : 14382 (java) S 14372 14375 2672 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 15 0 45582985 14424940544 113298 33554432000 4194304 4196468 140732439617856 139673394412016 139674481699458 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0

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

/proc/14375/task/14377/stat : 14377 (java) R 14372 14375 2672 0 -1 4202560 154423 0 0 0 225546 71 0 0 20 0 15 0 45582983 14431232000 680410 33554432000 4194304 4196468 140732439617856 139674485926240 139674106232725 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14378] ppid=14372 vsize=14093000 memory=2721640 CPUtime=5.58 cores=1,3,5,7
/proc/14375/task/14378/stat : 14378 (java) S 14372 14375 2672 0 -1 1077944384 27142 0 0 0 483 75 0 0 20 0 15 0 45582984 14431232000 680410 33554432000 4194304 4196468 140732439617856 139674419288336 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14379] ppid=14372 vsize=14093000 memory=432 CPUtime=5.65 cores=1,3,5,7
/proc/14375/task/14379/stat : 14379 (java) S 14372 14375 2672 0 -1 1077944384 24896 0 0 0 489 76 0 0 20 0 15 0 45582984 14431232000 680410 33554432000 4194304 4196468 140732439617856 139674418235792 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14380] ppid=14372 vsize=14093000 memory=280418818513744 CPUtime=5.63 cores=1,3,5,7
/proc/14375/task/14380/stat : 14380 (java) S 14372 14375 2672 0 -1 1077944384 30023 0 0 0 484 79 0 0 20 0 15 0 45582984 14431232000 680410 33554432000 4194304 4196468 140732439617856 139674075535888 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14381] ppid=14372 vsize=14093000 memory=562 CPUtime=5.65 cores=1,3,5,7
/proc/14375/task/14381/stat : 14381 (java) S 14372 14375 2672 0 -1 1077944384 24186 0 0 0 490 75 0 0 20 0 15 0 45582984 14431232000 680410 33554432000 4194304 4196468 140732439617856 139674074483344 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14382] ppid=14372 vsize=14093000 memory=228002 CPUtime=0.33 cores=1,3,5,7
/proc/14375/task/14382/stat : 14382 (java) S 14372 14375 2672 0 -1 1077944384 24757 0 0 0 27 6 0 0 20 0 15 0 45582985 14431232000 680410 33554432000 4194304 4196468 140732439617856 139673394412016 139674481699458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14383] ppid=14372 vsize=14093000 memory=2761656 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14383/stat : 14383 (java) S 14372 14375 2672 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 45582986 14431232000 680410 33554432000 4194304 4196468 140732439617856 139673393358304 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14384] ppid=14372 vsize=14093000 memory=2721640 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14384/stat : 14384 (java) S 14372 14375 2672 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 45582986 14431232000 680410 33554432000 4194304 4196468 140732439617856 139673392305664 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14385] ppid=14372 vsize=14093000 memory=2721640 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14385/stat : 14385 (java) S 14372 14375 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45582988 14431232000 680410 33554432000 4194304 4196468 140732439617856 139673391254224 139674481706907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14386] ppid=14372 vsize=14093000 memory=2761656 CPUtime=4.32 cores=1,3,5,7
/proc/14375/task/14386/stat : 14386 (java) S 14372 14375 2672 0 -1 1077944384 14336 0 0 0 430 2 0 0 20 0 15 0 45582988 14431232000 680410 33554432000 4194304 4196468 140732439617856 139673390200816 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14387] ppid=14372 vsize=14093000 memory=2721640 CPUtime=4 cores=1,3,5,7
/proc/14375/task/14387/stat : 14387 (java) S 14372 14375 2672 0 -1 1077944384 11668 0 0 0 399 1 0 0 20 0 15 0 45582988 14431232000 680410 33554432000 4194304 4196468 140732439617856 139673389148272 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14388] ppid=14372 vsize=14093000 memory=4132 CPUtime=1.36 cores=1,3,5,7
/proc/14375/task/14388/stat : 14388 (java) S 14372 14375 2672 0 -1 1077944384 11764 0 0 0 133 3 0 0 20 0 15 0 45582988 14431232000 680410 33554432000 4194304 4196468 140732439617856 139673388095728 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14389] ppid=14372 vsize=14093000 memory=2721640 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14389/stat : 14389 (java) S 14372 14375 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45582989 14431232000 680410 33554432000 4194304 4196468 140732439617856 139673387043424 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14390] ppid=14372 vsize=14093000 memory=3168 CPUtime=1.17 cores=1,3,5,7
/proc/14375/task/14390/stat : 14390 (java) S 14372 14375 2672 0 -1 1077944384 2019 0 0 0 53 64 0 0 20 0 15 0 45582989 14431232000 680410 33554432000 4194304 4196468 140732439617856 139673385990960 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
Current children cumulated CPU time: 2289.95 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 2721640 KiB

[startup+2322.3 s]
/proc/loadavg: 2.04 1.98 1.94 3/219 14568
/proc/meminfo: memFree=13262236/32770624 swapFree=67108860/67108860
[pid=14375] ppid=14372 vsize=14093000 memory=2655464 CPUtime=2350.08 cores=1,3,5,7
/proc/14375/stat : 14375 (java) S 14372 14375 2672 0 -1 1077944320 329758 0 0 0 234569 439 0 0 20 0 15 0 45582983 14431232000 663866 33554432000 4194304 4196468 140732439617856 140732439600400 139674481688311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
/proc/14375/statm: 3523250 663866 3615 1 0 3485321 0
[pid=14375/tid=14377] ppid=14372 vsize=14093000 memory=2655464 CPUtime=2316.13 cores=1,3,5,7
/proc/14375/task/14377/stat : 14377 (java) R 14372 14375 2672 0 -1 4202560 155592 0 0 0 231542 71 0 0 20 0 15 0 45582983 14431232000 663866 33554432000 4194304 4196468 140732439617856 139674485926256 139674106156284 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14378] ppid=14372 vsize=14093000 memory=228002 CPUtime=5.61 cores=1,3,5,7
/proc/14375/task/14378/stat : 14378 (java) S 14372 14375 2672 0 -1 1077944384 27582 0 0 0 486 75 0 0 20 0 15 0 45582984 14431232000 663866 33554432000 4194304 4196468 140732439617856 139674419288336 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14379] ppid=14372 vsize=14093000 memory=0 CPUtime=5.68 cores=1,3,5,7
/proc/14375/task/14379/stat : 14379 (java) S 14372 14375 2672 0 -1 1077944384 25621 0 0 0 492 76 0 0 20 0 15 0 45582984 14431232000 663866 33554432000 4194304 4196468 140732439617856 139674418235792 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14380] ppid=14372 vsize=14093000 memory=2721128 CPUtime=5.67 cores=1,3,5,7
/proc/14375/task/14380/stat : 14380 (java) S 14372 14375 2672 0 -1 1077944384 30400 0 0 0 488 79 0 0 20 0 15 0 45582984 14431232000 663866 33554432000 4194304 4196468 140732439617856 139674075535888 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14381] ppid=14372 vsize=14093000 memory=2685732 CPUtime=5.68 cores=1,3,5,7
/proc/14375/task/14381/stat : 14381 (java) S 14372 14375 2672 0 -1 1077944384 24475 0 0 0 493 75 0 0 20 0 15 0 45582984 14431232000 663866 33554432000 4194304 4196468 140732439617856 139674074483344 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14382] ppid=14372 vsize=14093000 memory=2685732 CPUtime=0.33 cores=1,3,5,7
/proc/14375/task/14382/stat : 14382 (java) S 14372 14375 2672 0 -1 1077944384 24868 0 0 0 27 6 0 0 20 0 15 0 45582985 14431232000 663866 33554432000 4194304 4196468 140732439617856 139673394412016 139674481699458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14383] ppid=14372 vsize=14093000 memory=2685732 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14383/stat : 14383 (java) S 14372 14375 2672 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 45582986 14431232000 663866 33554432000 4194304 4196468 140732439617856 139673393358304 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14384] ppid=14372 vsize=14093000 memory=2655464 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14384/stat : 14384 (java) S 14372 14375 2672 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 45582986 14431232000 663866 33554432000 4194304 4196468 140732439617856 139673392305664 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14385] ppid=14372 vsize=14093000 memory=2655464 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14385/stat : 14385 (java) S 14372 14375 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45582988 14431232000 663866 33554432000 4194304 4196468 140732439617856 139673391254224 139674481706907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14386] ppid=14372 vsize=14093000 memory=280418818029312 CPUtime=4.32 cores=1,3,5,7
/proc/14375/task/14386/stat : 14386 (java) S 14372 14375 2672 0 -1 1077944384 14338 0 0 0 430 2 0 0 20 0 15 0 45582988 14431232000 663866 33554432000 4194304 4196468 140732439617856 139673390200816 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14387] ppid=14372 vsize=14093000 memory=4132 CPUtime=4 cores=1,3,5,7
/proc/14375/task/14387/stat : 14387 (java) S 14372 14375 2672 0 -1 1077944384 11669 0 0 0 399 1 0 0 20 0 15 0 45582988 14431232000 663866 33554432000 4194304 4196468 140732439617856 139673389148272 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14388] ppid=14372 vsize=14093000 memory=15532 CPUtime=1.36 cores=1,3,5,7
/proc/14375/task/14388/stat : 14388 (java) S 14372 14375 2672 0 -1 1077944384 11770 0 0 0 133 3 0 0 20 0 15 0 45582988 14431232000 663866 33554432000 4194304 4196468 140732439617856 139673388095728 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14389] ppid=14372 vsize=14093000 memory=2655464 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14389/stat : 14389 (java) S 14372 14375 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45582989 14431232000 663866 33554432000 4194304 4196468 140732439617856 139673387043424 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14390] ppid=14372 vsize=14093000 memory=2655464 CPUtime=1.2 cores=1,3,5,7
/proc/14375/task/14390/stat : 14390 (java) S 14372 14375 2672 0 -1 1077944384 2025 0 0 0 55 65 0 0 20 0 15 0 45582989 14431232000 663866 33554432000 4194304 4196468 140732439617856 139673385990960 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
Current children cumulated CPU time: 2350.08 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 2655464 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2372.11 s]
/proc/loadavg: 1.98 1.97 1.94 3/219 14645
/proc/meminfo: memFree=12501352/32770624 swapFree=67108860/67108860
[pid=14375] ppid=14372 vsize=14093000 memory=2606588 CPUtime=2400.01 cores=1,3,5,7
/proc/14375/stat : 14375 (java) S 14372 14375 2672 0 -1 1077944320 333147 0 0 0 239560 441 0 0 20 0 15 0 45582983 14431232000 651647 33554432000 4194304 4196468 140732439617856 140732439600400 139674481688311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
/proc/14375/statm: 3523250 651647 3615 1 0 3485321 0
[pid=14375/tid=14377] ppid=14372 vsize=14093000 memory=2629340 CPUtime=2365.89 cores=1,3,5,7
/proc/14375/task/14377/stat : 14377 (java) R 14372 14375 2672 0 -1 4202560 156717 0 0 0 236518 71 0 0 20 0 15 0 45582983 14431232000 651647 33554432000 4194304 4196468 140732439617856 139674485926112 139674106155864 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14378] ppid=14372 vsize=14093000 memory=2606588 CPUtime=5.65 cores=1,3,5,7
/proc/14375/task/14378/stat : 14378 (java) S 14372 14375 2672 0 -1 1077944384 28448 0 0 0 490 75 0 0 20 0 15 0 45582984 14431232000 651647 33554432000 4194304 4196468 140732439617856 139674419288336 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14379] ppid=14372 vsize=14093000 memory=2606588 CPUtime=5.72 cores=1,3,5,7
/proc/14375/task/14379/stat : 14379 (java) S 14372 14375 2672 0 -1 1077944384 25990 0 0 0 496 76 0 0 20 0 15 0 45582984 14431232000 651647 33554432000 4194304 4196468 140732439617856 139674418235792 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14380] ppid=14372 vsize=14093000 memory=2629676 CPUtime=5.7 cores=1,3,5,7
/proc/14375/task/14380/stat : 14380 (java) S 14372 14375 2672 0 -1 1077944384 30804 0 0 0 491 79 0 0 20 0 15 0 45582984 14431232000 651647 33554432000 4194304 4196468 140732439617856 139674075535888 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14381] ppid=14372 vsize=14093000 memory=2629340 CPUtime=5.72 cores=1,3,5,7
/proc/14375/task/14381/stat : 14381 (java) S 14372 14375 2672 0 -1 1077944384 24812 0 0 0 497 75 0 0 20 0 15 0 45582984 14431232000 651647 33554432000 4194304 4196468 140732439617856 139674074483344 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14382] ppid=14372 vsize=14093000 memory=2629340 CPUtime=0.34 cores=1,3,5,7
/proc/14375/task/14382/stat : 14382 (java) S 14372 14375 2672 0 -1 1077944384 25115 0 0 0 28 6 0 0 20 0 15 0 45582985 14431232000 651647 33554432000 4194304 4196468 140732439617856 139673394412016 139674481699458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14383] ppid=14372 vsize=14093000 memory=2606588 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14383/stat : 14383 (java) S 14372 14375 2672 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 45582986 14431232000 651647 33554432000 4194304 4196468 140732439617856 139673393358304 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14384] ppid=14372 vsize=14093000 memory=2629676 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14384/stat : 14384 (java) S 14372 14375 2672 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 45582986 14431232000 651647 33554432000 4194304 4196468 140732439617856 139673392305664 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14385] ppid=14372 vsize=14093000 memory=2629676 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14385/stat : 14385 (java) S 14372 14375 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45582988 14431232000 651647 33554432000 4194304 4196468 140732439617856 139673391254224 139674481706907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14386] ppid=14372 vsize=14093000 memory=2629676 CPUtime=4.32 cores=1,3,5,7
/proc/14375/task/14386/stat : 14386 (java) S 14372 14375 2672 0 -1 1077944384 14341 0 0 0 430 2 0 0 20 0 15 0 45582988 14431232000 651647 33554432000 4194304 4196468 140732439617856 139673390200816 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14387] ppid=14372 vsize=14093000 memory=2629340 CPUtime=4 cores=1,3,5,7
/proc/14375/task/14387/stat : 14387 (java) S 14372 14375 2672 0 -1 1077944384 11673 0 0 0 399 1 0 0 20 0 15 0 45582988 14431232000 651647 33554432000 4194304 4196468 140732439617856 139673389148272 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14388] ppid=14372 vsize=14093000 memory=2629340 CPUtime=1.36 cores=1,3,5,7
/proc/14375/task/14388/stat : 14388 (java) S 14372 14375 2672 0 -1 1077944384 11778 0 0 0 133 3 0 0 20 0 15 0 45582988 14431232000 651647 33554432000 4194304 4196468 140732439617856 139673388095728 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14389] ppid=14372 vsize=14093000 memory=2629676 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14389/stat : 14389 (java) S 14372 14375 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45582989 14431232000 651647 33554432000 4194304 4196468 140732439617856 139673387043424 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14390] ppid=14372 vsize=14093000 memory=2629676 CPUtime=1.22 cores=1,3,5,7
/proc/14375/task/14390/stat : 14390 (java) S 14372 14375 2672 0 -1 1077944384 2051 0 0 0 56 66 0 0 20 0 15 0 45582989 14431232000 651647 33554432000 4194304 4196468 140732439617856 139673385990960 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 2606588 KiB

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

[startup+2372.13 s]
# the end of solver process 14375 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2395.61 s, system=4.42087 s

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

[startup+2372.11 s]
/proc/loadavg: 1.98 1.97 1.94 3/219 14645
/proc/meminfo: memFree=12501352/32770624 swapFree=67108860/67108860
[pid=14375] ppid=14372 vsize=14093000 memory=2606588 CPUtime=2400.01 cores=1,3,5,7
/proc/14375/stat : 14375 (java) S 14372 14375 2672 0 -1 1077944320 333147 0 0 0 239560 441 0 0 20 0 15 0 45582983 14431232000 651647 33554432000 4194304 4196468 140732439617856 140732439600400 139674481688311 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
/proc/14375/statm: 3523250 651647 3615 1 0 3485321 0
[pid=14375/tid=14377] ppid=14372 vsize=14093000 memory=2629340 CPUtime=2365.89 cores=1,3,5,7
/proc/14375/task/14377/stat : 14377 (java) R 14372 14375 2672 0 -1 4202560 156717 0 0 0 236518 71 0 0 20 0 15 0 45582983 14431232000 651647 33554432000 4194304 4196468 140732439617856 139674485926112 139674106155864 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14378] ppid=14372 vsize=14093000 memory=2606588 CPUtime=5.65 cores=1,3,5,7
/proc/14375/task/14378/stat : 14378 (java) S 14372 14375 2672 0 -1 1077944384 28448 0 0 0 490 75 0 0 20 0 15 0 45582984 14431232000 651647 33554432000 4194304 4196468 140732439617856 139674419288336 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14379] ppid=14372 vsize=14093000 memory=2606588 CPUtime=5.72 cores=1,3,5,7
/proc/14375/task/14379/stat : 14379 (java) S 14372 14375 2672 0 -1 1077944384 25990 0 0 0 496 76 0 0 20 0 15 0 45582984 14431232000 651647 33554432000 4194304 4196468 140732439617856 139674418235792 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14380] ppid=14372 vsize=14093000 memory=2629676 CPUtime=5.7 cores=1,3,5,7
/proc/14375/task/14380/stat : 14380 (java) S 14372 14375 2672 0 -1 1077944384 30804 0 0 0 491 79 0 0 20 0 15 0 45582984 14431232000 651647 33554432000 4194304 4196468 140732439617856 139674075535888 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14381] ppid=14372 vsize=14093000 memory=2629340 CPUtime=5.72 cores=1,3,5,7
/proc/14375/task/14381/stat : 14381 (java) S 14372 14375 2672 0 -1 1077944384 24812 0 0 0 497 75 0 0 20 0 15 0 45582984 14431232000 651647 33554432000 4194304 4196468 140732439617856 139674074483344 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14382] ppid=14372 vsize=14093000 memory=2629340 CPUtime=0.34 cores=1,3,5,7
/proc/14375/task/14382/stat : 14382 (java) S 14372 14375 2672 0 -1 1077944384 25115 0 0 0 28 6 0 0 20 0 15 0 45582985 14431232000 651647 33554432000 4194304 4196468 140732439617856 139673394412016 139674481699458 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14383] ppid=14372 vsize=14093000 memory=2606588 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14383/stat : 14383 (java) S 14372 14375 2672 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 45582986 14431232000 651647 33554432000 4194304 4196468 140732439617856 139673393358304 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14384] ppid=14372 vsize=14093000 memory=2629676 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14384/stat : 14384 (java) S 14372 14375 2672 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 45582986 14431232000 651647 33554432000 4194304 4196468 140732439617856 139673392305664 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14385] ppid=14372 vsize=14093000 memory=2629676 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14385/stat : 14385 (java) S 14372 14375 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45582988 14431232000 651647 33554432000 4194304 4196468 140732439617856 139673391254224 139674481706907 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14386] ppid=14372 vsize=14093000 memory=2629676 CPUtime=4.32 cores=1,3,5,7
/proc/14375/task/14386/stat : 14386 (java) S 14372 14375 2672 0 -1 1077944384 14341 0 0 0 430 2 0 0 20 0 15 0 45582988 14431232000 651647 33554432000 4194304 4196468 140732439617856 139673390200816 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14387] ppid=14372 vsize=14093000 memory=2629340 CPUtime=4 cores=1,3,5,7
/proc/14375/task/14387/stat : 14387 (java) S 14372 14375 2672 0 -1 1077944384 11673 0 0 0 399 1 0 0 20 0 15 0 45582988 14431232000 651647 33554432000 4194304 4196468 140732439617856 139673389148272 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14388] ppid=14372 vsize=14093000 memory=2629340 CPUtime=1.36 cores=1,3,5,7
/proc/14375/task/14388/stat : 14388 (java) S 14372 14375 2672 0 -1 1077944384 11778 0 0 0 133 3 0 0 20 0 15 0 45582988 14431232000 651647 33554432000 4194304 4196468 140732439617856 139673388095728 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14389] ppid=14372 vsize=14093000 memory=2629676 CPUtime=0 cores=1,3,5,7
/proc/14375/task/14389/stat : 14389 (java) S 14372 14375 2672 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 45582989 14431232000 651647 33554432000 4194304 4196468 140732439617856 139673387043424 139674481698517 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
[pid=14375/tid=14390] ppid=14372 vsize=14093000 memory=2629676 CPUtime=1.22 cores=1,3,5,7
/proc/14375/task/14390/stat : 14390 (java) S 14372 14375 2672 0 -1 1077944384 2051 0 0 0 56 66 0 0 20 0 15 0 45582989 14431232000 651647 33554432000 4194304 4196468 140732439617856 139673385990960 139674481699458 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 30777344 140732439626824 140732439627017 140732439627017 140732439629775 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 2606588 KiB

Child status: 143
Real time (s): 2372.13
CPU time (s): 2400.03
CPU user time (s): 2395.61
CPU system time (s): 4.42087
CPU usage (%): 101.176
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 4815684

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.61
system time used= 4.42087
maximum resident set size= 4817984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 333386
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= 57362
involuntary context switches= 3083


# summary of solver processes directly reported to runsolver:
#   pid: 14375
#   total CPU time (s): 2400.03
#   total CPU user time (s): 2395.61
#   total CPU system time (s): 4.42087

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.746 second user time and 21.9491 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-22 19:23:18
IDJOB=4291989
IDBENCH=141261
IDSOLVER=2743
FILE ID=node132/4291989-1532280198
RUNJOBID= node132-1532270698-13416
PBS_JOBID= 21018965
Free space on /tmp= 54992 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-04-0300_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291989-1532280198/watcher-4291989-1532280198 -o /tmp/evaluation-result-4291989-1532280198/solver-4291989-1532280198 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532270698-13416 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 1406388872 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291989-1532280198.xml

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

MD5SUM BENCH= d2f9cd7b3c3026f57264f10c0685d9a6
RANDOM SEED=1406388872

node132.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.65
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.65
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.65
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.65
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:        19648912 kB
MemAvailable:   30801448 kB
Buffers:          250664 kB
Cached:         11047524 kB
SwapCached:            0 kB
Active:          3314432 kB
Inactive:        9174516 kB
Active(anon):    1193484 kB
Inactive(anon):    17028 kB
Active(file):    2120948 kB
Inactive(file):  9157488 kB
Unevictable:        6988 kB
Mlocked:            6988 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:            141340 kB
Writeback:             0 kB
AnonPages:       1197760 kB
Mapped:            49500 kB
Shmem:             17056 kB
Slab:             329412 kB
SReclaimable:     302560 kB
SUnreclaim:        26852 kB
KernelStack:        3600 kB
PageTables:         7524 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2598192 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1060864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 54812 MiB
End job on node132 at 2018-07-22 20:02:50