Trace number 4300546

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 NameAnswerCPU timeWall clock time
The dodo solver 2018-04-29? (TO) 2520.09 2511.61

General information on the benchmark

NameEternity/
Eternity-09-09_c18.xml
MD5SUM2dad1046de21c69494c3eda64529acdc
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables261
Number of constraints118
Number of domains2
Minimum domain size14
Maximum domain size81
Distribution of domain sizes[{"size":14,"count":180},{"size":81,"count":81}]
Minimum variable degree1
Maximum variable degree10
Distribution of variable degrees[{"degree":1,"count":8},{"degree":2,"count":252},{"degree":10,"count":1}]
Minimum constraint arity1
Maximum constraint arity81
Distribution of constraint arities[{"arity":1,"count":36},{"arity":5,"count":81},{"arity":81,"count":1}]
Number of extensional constraints81
Number of intensional constraints36
Distribution of constraint types[{"type":"extension","count":81},{"type":"intension","count":36},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.07/0.27	c version: 2018-04-11
0.07/0.27	c seed: 1811631
0.07/0.27	c timeout: 2520
0.07/0.27	c memlimit: -1
0.07/0.27	c nbcore: -1
2520.07/2511.60	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 (14938 MiB free)
  memory of node 1: 16384 MiB (11664 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4300546-1532898061/watcher-4300546-1532898061 -o /tmp/evaluation-result-4300546-1532898061/solver-4300546-1532898061 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532895549-17079 --watchdog 2580 java -jar HOME/dodo_solver.jar HOME/instance-4300546-1532898061.xml --timelimit 2520 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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
Starting watchdog threadCurrent StackSize limit: 8192 KiB

solver pid=17389, runsolver pid=17386

[startup+0.100087 s]*
/proc/loadavg: 1.54 1.48 1.43 2/210 17398
/proc/meminfo: memFree=27230276/32770624 swapFree=67108496/67108860
[pid=17389] ppid=17386 vsize=10259504 memory=20372 CPUtime=0.02 cores=1,3,5,7
/proc/17389/stat : 17389 (java) S 17386 17389 7585 0 -1 1077944320 3856 0 0 0 2 0 0 0 20 0 9 0 107369288 10505732096 5093 33554432000 4194304 4196468 140726036004976 140726035987520 140478350970615 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
/proc/17389/statm: 2564876 5093 2117 1 0 2527417 0
[pid=17389/tid=17391] ppid=17386 vsize=10259504 memory=-8774029623806955136 CPUtime=0.02 cores=1,3,5,7
/proc/17389/task/17391/stat : 17391 (java) S 17386 17389 7585 0 -1 1077944384 2495 0 0 0 2 0 0 0 20 0 9 0 107369288 10505732096 5093 33554432000 4194304 4196468 140726036004976 140478355206000 140478343667197 0 4 0 16784584 18446744071581020693 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17392] ppid=17386 vsize=10259504 memory=8257237230052613020 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17392/stat : 17392 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 107369289 10505732096 5093 33554432000 4194304 4196468 140726036004976 140477958117904 140478350980821 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17393] ppid=17386 vsize=10259504 memory=140633031173760 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17393/stat : 17393 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 107369289 10505732096 5093 33554432000 4194304 4196468 140726036004976 140477957065360 140478350980821 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17394] ppid=17386 vsize=10259504 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17394/stat : 17394 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 9 0 107369289 10505732096 5093 33554432000 4194304 4196468 140726036004976 140477956012304 140478350980821 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17395] ppid=17386 vsize=10259504 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17395/stat : 17395 (java) S 17386 17389 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 107369289 10505732096 5093 33554432000 4194304 4196468 140726036004976 140477954959760 140478350980821 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17396] ppid=17386 vsize=10259504 memory=140633031173760 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17396/stat : 17396 (java) S 17386 17389 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 9 0 107369291 10505732096 5093 33554432000 4194304 4196468 140726036004976 140477386971888 140478350981762 0 0 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17397] ppid=17386 vsize=10259504 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17397/stat : 17397 (java) S 17386 17389 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 9 0 107369291 10505732096 5093 33554432000 4194304 4196468 140726036004976 140477385918112 140478350980821 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17398] ppid=17386 vsize=10259504 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17398/stat : 17398 (java) S 17386 17389 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 9 0 107369291 10505732096 5093 33554432000 4194304 4196468 140726036004976 140477384865072 140478350980821 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
Current children cumulated CPU time: 0.02 s
Current children cumulated vsize: 10259504 KiB
Current children cumulated memory: 20372 KiB

[startup+0.210648 s]*
/proc/loadavg: 1.54 1.48 1.43 3/216 17404
/proc/meminfo: memFree=27211224/32770624 swapFree=67108496/67108860
[pid=17389] ppid=17386 vsize=10658972 memory=23460 CPUtime=0.07 cores=1,3,5,7
/proc/17389/stat : 17389 (java) S 17386 17389 7585 0 -1 1077944320 4781 0 0 0 6 1 0 0 20 0 15 0 107369288 10914787328 5865 33554432000 4194304 4196468 140726036004976 140726035987520 140478350970615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
/proc/17389/statm: 2664743 5865 2641 1 0 2627263 0
[pid=17389/tid=17391] ppid=17386 vsize=10658972 memory=7022364594140610616 CPUtime=0.05 cores=1,3,5,7
/proc/17389/task/17391/stat : 17391 (java) R 17386 17389 7585 0 -1 4202560 2891 0 0 0 5 0 0 0 20 0 15 0 107369288 10914787328 5865 33554432000 4194304 4196468 140726036004976 140478355196304 140478350992541 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17392] ppid=17386 vsize=10658972 memory=364 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17392/stat : 17392 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107369289 10914787328 5865 33554432000 4194304 4196468 140726036004976 140477958117904 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17393] ppid=17386 vsize=10658972 memory=288371009182885504 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17393/stat : 17393 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107369289 10914787328 5865 33554432000 4194304 4196468 140726036004976 140477957065360 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17394] ppid=17386 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17394/stat : 17394 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107369289 10914787328 5865 33554432000 4194304 4196468 140726036004976 140477956012304 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17395] ppid=17386 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17395/stat : 17395 (java) S 17386 17389 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107369289 10914787328 5865 33554432000 4194304 4196468 140726036004976 140477954959760 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17396] ppid=17386 vsize=10658972 memory=140633031173760 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17396/stat : 17396 (java) S 17386 17389 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107369291 10914787328 5865 33554432000 4194304 4196468 140726036004976 140477386971888 140478350981762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17397] ppid=17386 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17397/stat : 17397 (java) S 17386 17389 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 107369291 10914787328 5865 33554432000 4194304 4196468 140726036004976 140477385918112 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17398] ppid=17386 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17398/stat : 17398 (java) S 17386 17389 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 107369291 10914787328 5865 33554432000 4194304 4196468 140726036004976 140477384865008 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17399] ppid=17386 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17399/stat : 17399 (java) S 17386 17389 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107369308 10914787328 5865 33554432000 4194304 4196468 140726036004976 140477383813584 140478350989211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17400] ppid=17386 vsize=10658972 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17400/stat : 17400 (java) S 17386 17389 7585 0 -1 1077944384 302 0 0 0 0 0 0 0 20 0 15 0 107369308 10914787328 5865 33554432000 4194304 4196468 140726036004976 140477382760688 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17401] ppid=17386 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17401/stat : 17401 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107369308 10914787328 5865 33554432000 4194304 4196468 140726036004976 140477381708144 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17402] ppid=17386 vsize=10658972 memory=140633031173760 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17402/stat : 17402 (java) S 17386 17389 7585 0 -1 1077944384 219 0 0 0 0 0 0 0 20 0 15 0 107369308 10914787328 5865 33554432000 4194304 4196468 140726036004976 140477380655088 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17403] ppid=17386 vsize=10658972 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17403/stat : 17403 (java) S 17386 17389 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107369308 10914787328 5865 33554432000 4194304 4196468 140726036004976 140477379602784 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17404] ppid=17386 vsize=10658972 memory=140633031173760 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17404/stat : 17404 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107369308 10914787328 5865 33554432000 4194304 4196468 140726036004976 140477378550832 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
Current children cumulated CPU time: 0.07 s
Current children cumulated vsize: 10658972 KiB
Current children cumulated memory: 23460 KiB

[startup+0.310273 s]*
/proc/loadavg: 1.54 1.48 1.43 4/216 17404
/proc/meminfo: memFree=27199672/32770624 swapFree=67108496/67108860
[pid=17389] ppid=17386 vsize=10661056 memory=38296 CPUtime=0.25 cores=1,3,5,7
/proc/17389/stat : 17389 (java) S 17386 17389 7585 0 -1 1077944320 7644 0 0 0 23 2 0 0 20 0 15 0 107369288 10916921344 9574 33554432000 4194304 4196468 140726036004976 140726035987520 140478350970615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
/proc/17389/statm: 2665264 9574 2937 1 0 2627263 0
[pid=17389/tid=17391] ppid=17386 vsize=10661056 memory=6791534058613427641 CPUtime=0.15 cores=1,3,5,7
/proc/17389/task/17391/stat : 17391 (java) R 17386 17389 7585 0 -1 4202560 4818 0 0 0 14 1 0 0 20 0 15 0 107369288 10916921344 9574 33554432000 4194304 4196468 140726036004976 140478355198368 140478335014245 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17392] ppid=17386 vsize=10661056 memory=4126316290023845779 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17392/stat : 17392 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107369289 10916921344 9574 33554432000 4194304 4196468 140726036004976 140477958117904 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17393] ppid=17386 vsize=10661056 memory=140633031180753 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17393/stat : 17393 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107369289 10916921344 9574 33554432000 4194304 4196468 140726036004976 140477957065360 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17394] ppid=17386 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17394/stat : 17394 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107369289 10916921344 9574 33554432000 4194304 4196468 140726036004976 140477956012304 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17395] ppid=17386 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17395/stat : 17395 (java) S 17386 17389 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107369289 10916921344 9574 33554432000 4194304 4196468 140726036004976 140477954959760 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17396] ppid=17386 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17396/stat : 17396 (java) S 17386 17389 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107369291 10916921344 9574 33554432000 4194304 4196468 140726036004976 140477386971888 140478350981762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17397] ppid=17386 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17397/stat : 17397 (java) S 17386 17389 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 107369291 10916921344 9574 33554432000 4194304 4196468 140726036004976 140477385918112 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17398] ppid=17386 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17398/stat : 17398 (java) S 17386 17389 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 107369291 10916921344 9574 33554432000 4194304 4196468 140726036004976 140477384865008 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17399] ppid=17386 vsize=10661056 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17399/stat : 17399 (java) S 17386 17389 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107369308 10916921344 9574 33554432000 4194304 4196468 140726036004976 140477383813584 140478350989211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17400] ppid=17386 vsize=10661056 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/17389/task/17400/stat : 17400 (java) R 17386 17389 7585 0 -1 1077944384 472 0 0 0 1 0 0 0 20 0 15 0 107369308 10916921344 9574 33554432000 4194304 4196468 140726036004976 140477382760688 140478350981762 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17401] ppid=17386 vsize=10661056 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/17389/task/17401/stat : 17401 (java) R 17386 17389 7585 0 -1 4202560 219 0 0 0 1 0 0 0 20 0 15 0 107369308 10916921344 9574 33554432000 4194304 4196468 140726036004976 140477381707328 140478331722835 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17402] ppid=17386 vsize=10661056 memory=140633031173760 CPUtime=0.06 cores=1,3,5,7
/proc/17389/task/17402/stat : 17402 (java) S 17386 17389 7585 0 -1 1077944384 774 0 0 0 6 0 0 0 20 0 15 0 107369308 10916921344 9574 33554432000 4194304 4196468 140726036004976 140477380655088 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17403] ppid=17386 vsize=10661056 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17403/stat : 17403 (java) S 17386 17389 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107369308 10916921344 9574 33554432000 4194304 4196468 140726036004976 140477379602784 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17404] ppid=17386 vsize=10661056 memory=140633031173760 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17404/stat : 17404 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107369308 10916921344 9574 33554432000 4194304 4196468 140726036004976 140477378550832 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10661056 KiB
Current children cumulated memory: 38296 KiB

[startup+0.701484 s]
/proc/loadavg: 1.54 1.48 1.43 5/216 17404
/proc/meminfo: memFree=27175352/32770624 swapFree=67108496/67108860
[pid=17389] ppid=17386 vsize=10661132 memory=99216 CPUtime=1.45 cores=1,3,5,7
/proc/17389/stat : 17389 (java) S 17386 17389 7585 0 -1 1077944320 11203 0 0 0 141 4 0 0 20 0 15 0 107369288 10916999168 24804 33554432000 4194304 4196468 140726036004976 140726035987520 140478350970615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
/proc/17389/statm: 2665283 24804 3106 1 0 2627263 0
[pid=17389/tid=17391] ppid=17386 vsize=10661132 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/17389/task/17391/stat : 17391 (java) R 17386 17389 7585 0 -1 4202560 5717 0 0 0 51 3 0 0 20 0 15 0 107369288 10916999168 24804 33554432000 4194304 4196468 140726036004976 140478355204304 140478335051102 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17392] ppid=17386 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17392/stat : 17392 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107369289 10916999168 24804 33554432000 4194304 4196468 140726036004976 140477958117904 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17393] ppid=17386 vsize=10661132 memory=2450949932545 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17393/stat : 17393 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107369289 10916999168 24804 33554432000 4194304 4196468 140726036004976 140477957065360 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17394] ppid=17386 vsize=10661132 memory=8730491 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17394/stat : 17394 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107369289 10916999168 24804 33554432000 4194304 4196468 140726036004976 140477956012304 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17395] ppid=17386 vsize=10661132 memory=-7453528518462155811 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17395/stat : 17395 (java) S 17386 17389 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107369289 10916999168 24804 33554432000 4194304 4196468 140726036004976 140477954959760 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17396] ppid=17386 vsize=10661132 memory=33 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17396/stat : 17396 (java) S 17386 17389 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 107369291 10916999168 24804 33554432000 4194304 4196468 140726036004976 140477386971888 140478350981762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17397] ppid=17386 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17397/stat : 17397 (java) S 17386 17389 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 107369291 10916999168 24804 33554432000 4194304 4196468 140726036004976 140477385918112 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17398] ppid=17386 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17398/stat : 17398 (java) S 17386 17389 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 107369291 10916999168 24804 33554432000 4194304 4196468 140726036004976 140477384865008 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17399] ppid=17386 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17399/stat : 17399 (java) S 17386 17389 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107369308 10916999168 24804 33554432000 4194304 4196468 140726036004976 140477383813584 140478350989211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17400] ppid=17386 vsize=10661132 memory=8551153264050215042 CPUtime=0.3 cores=1,3,5,7
/proc/17389/task/17400/stat : 17400 (java) S 17386 17389 7585 0 -1 1077944384 1475 0 0 0 30 0 0 0 20 0 15 0 107369308 10916999168 24804 33554432000 4194304 4196468 140726036004976 140477382760688 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17401] ppid=17386 vsize=10661132 memory=0 CPUtime=0.3 cores=1,3,5,7
/proc/17389/task/17401/stat : 17401 (java) R 17386 17389 7585 0 -1 4202560 1164 0 0 0 30 0 0 0 20 0 15 0 107369308 10916999168 24804 33554432000 4194304 4196468 140726036004976 140477381697408 140478332162455 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17402] ppid=17386 vsize=10661132 memory=140633031176273 CPUtime=0.28 cores=1,3,5,7
/proc/17389/task/17402/stat : 17402 (java) R 17386 17389 7585 0 -1 4202560 1476 0 0 0 28 0 0 0 20 0 15 0 107369308 10916999168 24804 33554432000 4194304 4196468 140726036004976 140477380653048 140478329689217 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17403] ppid=17386 vsize=10661132 memory=3872 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17403/stat : 17403 (java) S 17386 17389 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107369308 10916999168 24804 33554432000 4194304 4196468 140726036004976 140477379602784 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17404] ppid=17386 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17404/stat : 17404 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107369308 10916999168 24804 33554432000 4194304 4196468 140726036004976 140477378550832 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 99216 KiB

[startup+1.50071 s]
/proc/loadavg: 1.54 1.48 1.43 3/216 17404
/proc/meminfo: memFree=27120936/32770624 swapFree=67108496/67108860
[pid=17389] ppid=17386 vsize=10661132 memory=154580 CPUtime=2.88 cores=1,3,5,7
/proc/17389/stat : 17389 (java) S 17386 17389 7585 0 -1 1077944320 13122 0 0 0 282 6 0 0 20 0 15 0 107369288 10916999168 38645 33554432000 4194304 4196468 140726036004976 140726035987520 140478350970615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
/proc/17389/statm: 2665283 38645 3136 1 0 2627263 0
[pid=17389/tid=17391] ppid=17386 vsize=10661132 memory=9168 CPUtime=1.33 cores=1,3,5,7
/proc/17389/task/17391/stat : 17391 (java) R 17386 17389 7585 0 -1 4202560 5859 0 0 0 129 4 0 0 20 0 15 0 107369288 10916999168 38645 33554432000 4194304 4196468 140726036004976 140478355186336 140726036191170 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17392] ppid=17386 vsize=10661132 memory=33 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17392/stat : 17392 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107369289 10916999168 38645 33554432000 4194304 4196468 140726036004976 140477958117904 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17393] ppid=17386 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17393/stat : 17393 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107369289 10916999168 38645 33554432000 4194304 4196468 140726036004976 140477957065360 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17394] ppid=17386 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17394/stat : 17394 (java) S 17386 17389 7585 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 107369289 10916999168 38645 33554432000 4194304 4196468 140726036004976 140477956012304 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17395] ppid=17386 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17395/stat : 17395 (java) S 17386 17389 7585 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 107369289 10916999168 38645 33554432000 4194304 4196468 140726036004976 140477954959760 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17396] ppid=17386 vsize=10661132 memory=8551153264050215042 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17396/stat : 17396 (java) S 17386 17389 7585 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 107369291 10916999168 38645 33554432000 4194304 4196468 140726036004976 140477386971888 140478350981762 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17397] ppid=17386 vsize=10661132 memory=0 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17397/stat : 17397 (java) S 17386 17389 7585 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 107369291 10916999168 38645 33554432000 4194304 4196468 140726036004976 140477385918112 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17398] ppid=17386 vsize=10661132 memory=140633031176273 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17398/stat : 17398 (java) S 17386 17389 7585 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 107369291 10916999168 38645 33554432000 4194304 4196468 140726036004976 140477384865008 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17399] ppid=17386 vsize=10661132 memory=177 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17399/stat : 17399 (java) S 17386 17389 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107369308 10916999168 38645 33554432000 4194304 4196468 140726036004976 140477383813584 140478350989211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17400] ppid=17386 vsize=10661132 memory=504 CPUtime=0.59 cores=1,3,5,7
/proc/17389/task/17400/stat : 17400 (java) S 17386 17389 7585 0 -1 1077944384 2012 0 0 0 59 0 0 0 20 0 15 0 107369308 10916999168 38645 33554432000 4194304 4196468 140726036004976 140477382760688 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17401] ppid=17386 vsize=10661132 memory=1010 CPUtime=0.58 cores=1,3,5,7
/proc/17389/task/17401/stat : 17401 (java) S 17386 17389 7585 0 -1 1077944384 2177 0 0 0 58 0 0 0 20 0 15 0 107369308 10916999168 38645 33554432000 4194304 4196468 140726036004976 140477381708144 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17402] ppid=17386 vsize=10661132 memory=92 CPUtime=0.34 cores=1,3,5,7
/proc/17389/task/17402/stat : 17402 (java) S 17386 17389 7585 0 -1 1077944384 1701 0 0 0 34 0 0 0 20 0 15 0 107369308 10916999168 38645 33554432000 4194304 4196468 140726036004976 140477380655088 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0

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

/proc/17389/task/17391/stat : 17391 (java) R 17386 17389 7585 0 -1 4202560 13387 0 0 0 237089 523 0 0 20 0 15 0 107369288 10916999168 57258 33554432000 4194304 4196468 140726036004976 140478355193952 140477988938855 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17392] ppid=17386 vsize=10661132 memory=229032 CPUtime=2.32 cores=1,3,5,7
/proc/17389/task/17392/stat : 17392 (java) S 17386 17389 7585 0 -1 1077944384 2885 0 0 0 212 20 0 0 20 0 15 0 107369289 10916999168 57258 33554432000 4194304 4196468 140726036004976 140477958117904 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17393] ppid=17386 vsize=10661132 memory=229032 CPUtime=2.32 cores=1,3,5,7
/proc/17389/task/17393/stat : 17393 (java) S 17386 17389 7585 0 -1 1077944384 2989 0 0 0 212 20 0 0 20 0 15 0 107369289 10916999168 57258 33554432000 4194304 4196468 140726036004976 140477957065360 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17394] ppid=17386 vsize=10661132 memory=229032 CPUtime=2.32 cores=1,3,5,7
/proc/17389/task/17394/stat : 17394 (java) S 17386 17389 7585 0 -1 1077944384 2657 0 0 0 212 20 0 0 20 0 15 0 107369289 10916999168 57258 33554432000 4194304 4196468 140726036004976 140477956012304 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17395] ppid=17386 vsize=10661132 memory=229032 CPUtime=2.31 cores=1,3,5,7
/proc/17389/task/17395/stat : 17395 (java) S 17386 17389 7585 0 -1 1077944384 3039 0 0 0 211 20 0 0 20 0 15 0 107369289 10916999168 57258 33554432000 4194304 4196468 140726036004976 140477954959760 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17396] ppid=17386 vsize=10661132 memory=229032 CPUtime=2.42 cores=1,3,5,7
/proc/17389/task/17396/stat : 17396 (java) S 17386 17389 7585 0 -1 1077944384 4177 0 0 0 225 17 0 0 20 0 15 0 107369291 10916999168 57258 33554432000 4194304 4196468 140726036004976 140477386971888 140478350981762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17397] ppid=17386 vsize=10661132 memory=231 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17397/stat : 17397 (java) S 17386 17389 7585 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 107369291 10916999168 57258 33554432000 4194304 4196468 140726036004976 140477385918112 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17398] ppid=17386 vsize=10661132 memory=229032 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17398/stat : 17398 (java) S 17386 17389 7585 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 107369291 10916999168 57258 33554432000 4194304 4196468 140726036004976 140477384865008 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17399] ppid=17386 vsize=10661132 memory=229032 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17399/stat : 17399 (java) S 17386 17389 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107369308 10916999168 57258 33554432000 4194304 4196468 140726036004976 140477383813584 140478350989211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17400] ppid=17386 vsize=10661132 memory=7888 CPUtime=0.66 cores=1,3,5,7
/proc/17389/task/17400/stat : 17400 (java) S 17386 17389 7585 0 -1 1077944384 3302 0 0 0 66 0 0 0 20 0 15 0 107369308 10916999168 57258 33554432000 4194304 4196468 140726036004976 140477382760688 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17401] ppid=17386 vsize=10661132 memory=808 CPUtime=0.94 cores=1,3,5,7
/proc/17389/task/17401/stat : 17401 (java) S 17386 17389 7585 0 -1 1077944384 4825 0 0 0 93 1 0 0 20 0 15 0 107369308 10916999168 57258 33554432000 4194304 4196468 140726036004976 140477381708144 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17402] ppid=17386 vsize=10661132 memory=1224 CPUtime=0.35 cores=1,3,5,7
/proc/17389/task/17402/stat : 17402 (java) S 17386 17389 7585 0 -1 1077944384 1786 0 0 0 35 0 0 0 20 0 15 0 107369308 10916999168 57258 33554432000 4194304 4196468 140726036004976 140477380655088 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17403] ppid=17386 vsize=10661132 memory=2260 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17403/stat : 17403 (java) S 17386 17389 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107369308 10916999168 57258 33554432000 4194304 4196468 140726036004976 140477379602784 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17404] ppid=17386 vsize=10661132 memory=1836 CPUtime=0.53 cores=1,3,5,7
/proc/17389/task/17404/stat : 17404 (java) S 17386 17389 7585 0 -1 1077944384 468 0 0 0 21 32 0 0 20 0 15 0 107369308 10916999168 57258 33554432000 4194304 4196468 140726036004976 140477378550832 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
Current children cumulated CPU time: 2390.35 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 229032 KiB

[startup+2442.3 s]
/proc/loadavg: 1.29 1.24 1.31 3/215 17477
/proc/meminfo: memFree=26955800/32770624 swapFree=67108496/67108860
[pid=17389] ppid=17386 vsize=10661132 memory=231080 CPUtime=2450.53 cores=1,3,5,7
/proc/17389/stat : 17389 (java) S 17386 17389 7585 0 -1 1077944320 41140 0 0 0 244420 633 0 0 20 0 15 0 107369288 10916999168 57770 33554432000 4194304 4196468 140726036004976 140726035987520 140478350970615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
/proc/17389/statm: 2665283 57770 3164 1 0 2627263 0
[pid=17389/tid=17391] ppid=17386 vsize=10661132 memory=231080 CPUtime=2435.97 cores=1,3,5,7
/proc/17389/task/17391/stat : 17391 (java) R 17386 17389 7585 0 -1 4202560 13496 0 0 0 243062 535 0 0 20 0 15 0 107369288 10916999168 57770 33554432000 4194304 4196468 140726036004976 140478355188480 140726036191170 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17392] ppid=17386 vsize=10661132 memory=231080 CPUtime=2.38 cores=1,3,5,7
/proc/17389/task/17392/stat : 17392 (java) S 17386 17389 7585 0 -1 1077944384 2887 0 0 0 218 20 0 0 20 0 15 0 107369289 10916999168 57770 33554432000 4194304 4196468 140726036004976 140477958117904 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17393] ppid=17386 vsize=10661132 memory=231080 CPUtime=2.38 cores=1,3,5,7
/proc/17389/task/17393/stat : 17393 (java) S 17386 17389 7585 0 -1 1077944384 2992 0 0 0 218 20 0 0 20 0 15 0 107369289 10916999168 57770 33554432000 4194304 4196468 140726036004976 140477957065360 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17394] ppid=17386 vsize=10661132 memory=229032 CPUtime=2.38 cores=1,3,5,7
/proc/17389/task/17394/stat : 17394 (java) S 17386 17389 7585 0 -1 1077944384 2701 0 0 0 218 20 0 0 20 0 15 0 107369289 10916999168 57770 33554432000 4194304 4196468 140726036004976 140477956012304 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17395] ppid=17386 vsize=10661132 memory=229032 CPUtime=2.38 cores=1,3,5,7
/proc/17389/task/17395/stat : 17395 (java) S 17386 17389 7585 0 -1 1077944384 3094 0 0 0 217 21 0 0 20 0 15 0 107369289 10916999168 57770 33554432000 4194304 4196468 140726036004976 140477954959760 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17396] ppid=17386 vsize=10661132 memory=231080 CPUtime=2.47 cores=1,3,5,7
/proc/17389/task/17396/stat : 17396 (java) S 17386 17389 7585 0 -1 1077944384 4182 0 0 0 230 17 0 0 20 0 15 0 107369291 10916999168 57770 33554432000 4194304 4196468 140726036004976 140477386971888 140478350981762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17397] ppid=17386 vsize=10661132 memory=231080 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17397/stat : 17397 (java) S 17386 17389 7585 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 107369291 10916999168 57770 33554432000 4194304 4196468 140726036004976 140477385918112 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17398] ppid=17386 vsize=10661132 memory=231080 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17398/stat : 17398 (java) S 17386 17389 7585 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 107369291 10916999168 57770 33554432000 4194304 4196468 140726036004976 140477384865008 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17399] ppid=17386 vsize=10661132 memory=231080 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17399/stat : 17399 (java) S 17386 17389 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107369308 10916999168 57770 33554432000 4194304 4196468 140726036004976 140477383813584 140478350989211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17400] ppid=17386 vsize=10661132 memory=66 CPUtime=0.66 cores=1,3,5,7
/proc/17389/task/17400/stat : 17400 (java) S 17386 17389 7585 0 -1 1077944384 3302 0 0 0 66 0 0 0 20 0 15 0 107369308 10916999168 57770 33554432000 4194304 4196468 140726036004976 140477382760688 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17401] ppid=17386 vsize=10661132 memory=231080 CPUtime=0.94 cores=1,3,5,7
/proc/17389/task/17401/stat : 17401 (java) S 17386 17389 7585 0 -1 1077944384 4825 0 0 0 93 1 0 0 20 0 15 0 107369308 10916999168 57770 33554432000 4194304 4196468 140726036004976 140477381708144 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17402] ppid=17386 vsize=10661132 memory=231080 CPUtime=0.35 cores=1,3,5,7
/proc/17389/task/17402/stat : 17402 (java) S 17386 17389 7585 0 -1 1077944384 1786 0 0 0 35 0 0 0 20 0 15 0 107369308 10916999168 57770 33554432000 4194304 4196468 140726036004976 140477380655088 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17403] ppid=17386 vsize=10661132 memory=231080 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17403/stat : 17403 (java) S 17386 17389 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107369308 10916999168 57770 33554432000 4194304 4196468 140726036004976 140477379602784 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17404] ppid=17386 vsize=10661132 memory=0 CPUtime=0.54 cores=1,3,5,7
/proc/17389/task/17404/stat : 17404 (java) S 17386 17389 7585 0 -1 1077944384 472 0 0 0 22 32 0 0 20 0 15 0 107369308 10916999168 57770 33554432000 4194304 4196468 140726036004976 140477378550832 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
Current children cumulated CPU time: 2450.53 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 231080 KiB

[startup+2502.3 s]
/proc/loadavg: 1.25 1.23 1.31 3/215 17478
/proc/meminfo: memFree=26953712/32770624 swapFree=67108496/67108860
[pid=17389] ppid=17386 vsize=10661132 memory=233128 CPUtime=2510.73 cores=1,3,5,7
/proc/17389/stat : 17389 (java) S 17386 17389 7585 0 -1 1077944320 41629 0 0 0 250426 647 0 0 20 0 15 0 107369288 10916999168 58282 33554432000 4194304 4196468 140726036004976 140726035987520 140478350970615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
/proc/17389/statm: 2665283 58282 3164 1 0 2627263 0
[pid=17389/tid=17391] ppid=17386 vsize=10661132 memory=233128 CPUtime=2495.81 cores=1,3,5,7
/proc/17389/task/17391/stat : 17391 (java) R 17386 17389 7585 0 -1 4202560 13628 0 0 0 249035 546 0 0 20 0 15 0 107369288 10916999168 58282 33554432000 4194304 4196468 140726036004976 140478355195872 140477988938877 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17392] ppid=17386 vsize=10661132 memory=231080 CPUtime=2.45 cores=1,3,5,7
/proc/17389/task/17392/stat : 17392 (java) S 17386 17389 7585 0 -1 1077944384 2913 0 0 0 225 20 0 0 20 0 15 0 107369289 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477958117904 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17393] ppid=17386 vsize=10661132 memory=231080 CPUtime=2.45 cores=1,3,5,7
/proc/17389/task/17393/stat : 17393 (java) S 17386 17389 7585 0 -1 1077944384 3242 0 0 0 225 20 0 0 20 0 15 0 107369289 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477957065360 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17394] ppid=17386 vsize=10661132 memory=233128 CPUtime=2.44 cores=1,3,5,7
/proc/17389/task/17394/stat : 17394 (java) S 17386 17389 7585 0 -1 1077944384 2722 0 0 0 224 20 0 0 20 0 15 0 107369289 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477956012304 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17395] ppid=17386 vsize=10661132 memory=233128 CPUtime=2.44 cores=1,3,5,7
/proc/17389/task/17395/stat : 17395 (java) S 17386 17389 7585 0 -1 1077944384 3121 0 0 0 223 21 0 0 20 0 15 0 107369289 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477954959760 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17396] ppid=17386 vsize=10661132 memory=233128 CPUtime=2.53 cores=1,3,5,7
/proc/17389/task/17396/stat : 17396 (java) S 17386 17389 7585 0 -1 1077944384 4203 0 0 0 236 17 0 0 20 0 15 0 107369291 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477386971888 140478350981762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17397] ppid=17386 vsize=10661132 memory=233128 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17397/stat : 17397 (java) S 17386 17389 7585 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 107369291 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477385918112 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17398] ppid=17386 vsize=10661132 memory=233128 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17398/stat : 17398 (java) S 17386 17389 7585 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 107369291 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477384865008 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17399] ppid=17386 vsize=10661132 memory=233128 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17399/stat : 17399 (java) S 17386 17389 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107369308 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477383813584 140478350989211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17400] ppid=17386 vsize=10661132 memory=233128 CPUtime=0.66 cores=1,3,5,7
/proc/17389/task/17400/stat : 17400 (java) S 17386 17389 7585 0 -1 1077944384 3304 0 0 0 66 0 0 0 20 0 15 0 107369308 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477382760688 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17401] ppid=17386 vsize=10661132 memory=1788 CPUtime=0.94 cores=1,3,5,7
/proc/17389/task/17401/stat : 17401 (java) S 17386 17389 7585 0 -1 1077944384 4827 0 0 0 93 1 0 0 20 0 15 0 107369308 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477381708144 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17402] ppid=17386 vsize=10661132 memory=860 CPUtime=0.35 cores=1,3,5,7
/proc/17389/task/17402/stat : 17402 (java) S 17386 17389 7585 0 -1 1077944384 1788 0 0 0 35 0 0 0 20 0 15 0 107369308 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477380655088 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17403] ppid=17386 vsize=10661132 memory=233128 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17403/stat : 17403 (java) S 17386 17389 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107369308 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477379602784 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17404] ppid=17386 vsize=10661132 memory=3872 CPUtime=0.55 cores=1,3,5,7
/proc/17389/task/17404/stat : 17404 (java) S 17386 17389 7585 0 -1 1077944384 478 0 0 0 22 33 0 0 20 0 15 0 107369308 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477378550832 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
Current children cumulated CPU time: 2510.73 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 233128 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2511.6 s]
/proc/loadavg: 1.21 1.22 1.30 3/196 17488
/proc/meminfo: memFree=27198432/32770624 swapFree=67108496/67108860
[pid=17389] ppid=17386 vsize=10661132 memory=233128 CPUtime=2520.07 cores=1,3,5,7
/proc/17389/stat : 17389 (java) S 17386 17389 7585 0 -1 1077944320 41653 0 0 0 251357 650 0 0 20 0 15 0 107369288 10916999168 58282 33554432000 4194304 4196468 140726036004976 140726035987520 140478350970615 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
/proc/17389/statm: 2665283 58282 3164 1 0 2627263 0
[pid=17389/tid=17391] ppid=17386 vsize=10661132 memory=30568 CPUtime=2505.07 cores=1,3,5,7
/proc/17389/task/17391/stat : 17391 (java) R 17386 17389 7585 0 -1 4202560 13645 0 0 0 249958 549 0 0 20 0 15 0 107369288 10916999168 58282 33554432000 4194304 4196468 140726036004976 140478355193808 140477992692300 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17392] ppid=17386 vsize=10661132 memory=1224 CPUtime=2.47 cores=1,3,5,7
/proc/17389/task/17392/stat : 17392 (java) S 17386 17389 7585 0 -1 1077944384 2913 0 0 0 227 20 0 0 20 0 15 0 107369289 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477958117904 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17393] ppid=17386 vsize=10661132 memory=1380 CPUtime=2.46 cores=1,3,5,7
/proc/17389/task/17393/stat : 17393 (java) S 17386 17389 7585 0 -1 1077944384 3242 0 0 0 226 20 0 0 20 0 15 0 107369289 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477957065360 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17394] ppid=17386 vsize=10661132 memory=1160 CPUtime=2.46 cores=1,3,5,7
/proc/17389/task/17394/stat : 17394 (java) S 17386 17389 7585 0 -1 1077944384 2724 0 0 0 226 20 0 0 20 0 15 0 107369289 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477956012304 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17395] ppid=17386 vsize=10661132 memory=15184 CPUtime=2.46 cores=1,3,5,7
/proc/17389/task/17395/stat : 17395 (java) S 17386 17389 7585 0 -1 1077944384 3122 0 0 0 225 21 0 0 20 0 15 0 107369289 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477954959760 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17396] ppid=17386 vsize=10661132 memory=6791534058613427641 CPUtime=2.55 cores=1,3,5,7
/proc/17389/task/17396/stat : 17396 (java) S 17386 17389 7585 0 -1 1077944384 4205 0 0 0 237 18 0 0 20 0 15 0 107369291 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477386971888 140478350981762 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17397] ppid=17386 vsize=10661132 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17397/stat : 17397 (java) S 17386 17389 7585 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 107369291 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477385918112 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17398] ppid=17386 vsize=10661132 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17398/stat : 17398 (java) S 17386 17389 7585 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 107369291 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477384865008 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17399] ppid=17386 vsize=10661132 memory=8836 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17399/stat : 17399 (java) S 17386 17389 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107369308 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477383813584 140478350989211 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17400] ppid=17386 vsize=10661132 memory=932 CPUtime=0.66 cores=1,3,5,7
/proc/17389/task/17400/stat : 17400 (java) S 17386 17389 7585 0 -1 1077944384 3304 0 0 0 66 0 0 0 20 0 15 0 107369308 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477382760688 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17401] ppid=17386 vsize=10661132 memory=1564 CPUtime=0.94 cores=1,3,5,7
/proc/17389/task/17401/stat : 17401 (java) S 17386 17389 7585 0 -1 1077944384 4827 0 0 0 93 1 0 0 20 0 15 0 107369308 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477381708144 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17402] ppid=17386 vsize=10661132 memory=2212 CPUtime=0.35 cores=1,3,5,7
/proc/17389/task/17402/stat : 17402 (java) S 17386 17389 7585 0 -1 1077944384 1788 0 0 0 35 0 0 0 20 0 15 0 107369308 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477380655088 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17403] ppid=17386 vsize=10661132 memory=3988 CPUtime=0 cores=1,3,5,7
/proc/17389/task/17403/stat : 17403 (java) S 17386 17389 7585 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 107369308 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477379602784 140478350980821 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
[pid=17389/tid=17404] ppid=17386 vsize=10661132 memory=2048 CPUtime=0.55 cores=1,3,5,7
/proc/17389/task/17404/stat : 17404 (java) S 17386 17389 7585 0 -1 1077944384 480 0 0 0 22 33 0 0 20 0 15 0 107369308 10916999168 58282 33554432000 4194304 4196468 140726036004976 140477378550832 140478350981762 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 29573120 140726036006008 140726036006153 140726036006153 140726036008911 0
Current children cumulated CPU time: 2520.07 s
Current children cumulated vsize: 10661132 KiB
Current children cumulated memory: 233128 KiB

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

[startup+2511.61 s]
# the end of solver process 17389 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2513.58 s, system=6.50871 s

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

Child status: 143
Real time (s): 2511.61
CPU time (s): 2520.09
CPU user time (s): 2513.58
CPU system time (s): 6.50871
CPU usage (%): 100.338
Max. virtual memory (cumulated for all children) (KiB): 10661132
Max. memory (cumulated for all children) (KiB): 233128

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2513.58
system time used= 6.50871
maximum resident set size= 233632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41872
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2768
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 125054
involuntary context switches= 4388


# summary of solver processes directly reported to runsolver:
#   pid: 17389
#   total CPU time (s): 2520.09
#   total CPU user time (s): 2513.58
#   total CPU system time (s): 6.50871

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.4597 second user time and 22.7911 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-29 23:01:01
IDJOB=4300546
IDBENCH=141657
IDSOLVER=2768
FILE ID=node149/4300546-1532898061
RUNJOBID= node149-1532895549-17079
PBS_JOBID= 21022517
Free space on /tmp= 45740 MiB

SOLVER NAME= The dodo solver 2018-04-29
BENCH NAME= XCSP18/Eternity/Eternity-09-09_c18.xml
COMMAND LINE= java -jar DIR/dodo_solver.jar BENCHNAME --timelimit TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4300546-1532898061/watcher-4300546-1532898061 -o /tmp/evaluation-result-4300546-1532898061/solver-4300546-1532898061 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532895549-17079 --watchdog 2580  java -jar HOME/dodo_solver.jar HOME/instance-4300546-1532898061.xml --timelimit 2520

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

MD5SUM BENCH= 2dad1046de21c69494c3eda64529acdc
RANDOM SEED=14131665

node149.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.60
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.60
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.60
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.60
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:        27241944 kB
MemAvailable:   31748828 kB
Buffers:          169164 kB
Cached:          4560988 kB
SwapCached:           60 kB
Active:          1783260 kB
Inactive:        3178676 kB
Active(anon):     181352 kB
Inactive(anon):    78004 kB
Active(file):    1601908 kB
Inactive(file):  3100672 kB
Unevictable:        7752 kB
Mlocked:            7752 kB
SwapTotal:      67108860 kB
SwapFree:       67108496 kB
Dirty:              4464 kB
Writeback:             0 kB
AnonPages:        249868 kB
Mapped:            48792 kB
Shmem:             25044 kB
Slab:             261296 kB
SReclaimable:     232764 kB
SUnreclaim:        28532 kB
KernelStack:        3840 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1308456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    163840 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 45744 MiB
End job on node149 at 2018-07-29 23:42:53