Trace number 4291605

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
OscaR - Hybrid 2018-07-02? (TO) 2400.04 2381.61

General information on the benchmark

NameNurseRostering/
NurseRostering-14_c18.xml
MD5SUM22d4927d0bd5c0ea6a9359fe3e752ee5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark27589
Best CPU time to get the best result obtained on this benchmark2519.95
Satisfiable
(Un)Satisfiability was proved
Number of variables2475
Number of constraints6489
Number of domains18
Minimum domain size1
Maximum domain size43
Distribution of domain sizes[{"size":1,"count":76},{"size":2,"count":551},{"size":3,"count":3},{"size":5,"count":1344},{"size":6,"count":17},{"size":11,"count":8},{"size":22,"count":34},{"size":33,"count":378},{"size":43,"count":64}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":939},{"degree":3,"count":192},{"degree":14,"count":4},{"degree":15,"count":23},{"degree":16,"count":35},{"degree":17,"count":6},{"degree":18,"count":18},{"degree":19,"count":41},{"degree":20,"count":52},{"degree":21,"count":51},{"degree":22,"count":124},{"degree":23,"count":377},{"degree":24,"count":320},{"degree":25,"count":177},{"degree":26,"count":94},{"degree":27,"count":22}]
Minimum constraint arity2
Maximum constraint arity128
Distribution of constraint arities[{"arity":2,"count":2524},{"arity":3,"count":2080},{"arity":4,"count":273},{"arity":5,"count":32},{"arity":6,"count":957},{"arity":7,"count":252},{"arity":33,"count":210},{"arity":43,"count":160},{"arity":128,"count":1}]
Number of extensional constraints1522
Number of intensional constraints797
Distribution of constraint types[{"type":"extension","count":1522},{"type":"intension","count":797},{"type":"regular","count":2558},{"type":"sum","count":64},{"type":"count","count":1547},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.68/0.55	c version: 2018-07-02
0.68/0.55	c seed: 332950484
0.68/0.55	c timeout: 2400
0.68/0.55	c memlimit: 11000
0.68/0.55	c nbcore: 4
0.68/0.57	c Parsing instance...
9.73/3.94	c Parsing done, starting first complete search...
2400.01/2381.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 (13971 MiB free)
  memory of node 1: 16384 MiB (14269 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291605-1532228896/watcher-4291605-1532228896 -o /tmp/evaluation-result-4291605-1532228896/solver-4291605-1532228896 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532226534-26746 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 332950484 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291605-1532228896.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=27044, runsolver pid=27041

[startup+0.100139 s]*
/proc/loadavg: 1.54 1.47 1.49 3/215 27059
/proc/meminfo: memFree=28899608/32770624 swapFree=67108860/67108860
[pid=27044] ppid=27041 vsize=14082740 memory=33420 CPUtime=0.11 cores=1,3,5,7
/proc/27044/stat : 27044 (java) S 27041 27044 26714 0 -1 1077944320 7253 0 0 0 9 2 0 0 20 0 15 0 40452855 14420725760 8355 33554432000 4194304 4196468 140725717837696 140725717820240 140134810955511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
/proc/27044/statm: 3520685 8355 3138 1 0 3482761 0
[pid=27044/tid=27046] ppid=27041 vsize=14082740 memory=-8557575366716593023 CPUtime=0.08 cores=1,3,5,7
/proc/27044/task/27046/stat : 27046 (java) R 27041 27044 26714 0 -1 4202560 5355 0 0 0 7 1 0 0 20 0 15 0 40452856 14420725760 8355 33554432000 4194304 4196468 140725717837696 140134815150320 140134795035998 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27047] ppid=27041 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27047/stat : 27047 (java) S 27041 27044 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452856 14420725760 8355 33554432000 4194304 4196468 140725717837696 140134726023824 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27048] ppid=27041 vsize=14082740 memory=139711289136768 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27048/stat : 27048 (java) S 27041 27044 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452856 14420725760 8355 33554432000 4194304 4196468 140725717837696 140134724971024 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27049] ppid=27041 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27049/stat : 27049 (java) S 27041 27044 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452856 14420725760 8355 33554432000 4194304 4196468 140725717837696 140134723918224 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27050] ppid=27041 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27050/stat : 27050 (java) S 27041 27044 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452856 14420725760 8355 33554432000 4194304 4196468 140725717837696 140134722865424 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27051] ppid=27041 vsize=14082740 memory=139711289136768 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27051/stat : 27051 (java) S 27041 27044 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452858 14420725760 8355 33554432000 4194304 4196468 140725717837696 140133992717168 140134810966658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27052] ppid=27041 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27052/stat : 27052 (java) S 27041 27044 26714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40452858 14420725760 8355 33554432000 4194304 4196468 140725717837696 140133991663136 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27053] ppid=27041 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27053/stat : 27053 (java) S 27041 27044 26714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40452859 14420725760 8355 33554432000 4194304 4196468 140725717837696 140133990610288 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27054] ppid=27041 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27054/stat : 27054 (java) S 27041 27044 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452861 14420725760 8355 33554432000 4194304 4196468 140725717837696 140133989558608 140134810974107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27055] ppid=27041 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27055/stat : 27055 (java) S 27041 27044 26714 0 -1 1077944384 291 0 0 0 0 0 0 0 20 0 15 0 40452861 14420725760 8355 33554432000 4194304 4196468 140725717837696 140133988505968 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27056] ppid=27041 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27056/stat : 27056 (java) S 27041 27044 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452861 14420725760 8355 33554432000 4194304 4196468 140725717837696 140133987453168 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27057] ppid=27041 vsize=14082740 memory=139711289136768 CPUtime=0.01 cores=1,3,5,7
/proc/27044/task/27057/stat : 27057 (java) S 27041 27044 26714 0 -1 1077944384 229 0 0 0 1 0 0 0 20 0 15 0 40452861 14420725760 8355 33554432000 4194304 4196468 140725717837696 140133986400368 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27058] ppid=27041 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27058/stat : 27058 (java) S 27041 27044 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452861 14420725760 8355 33554432000 4194304 4196468 140725717837696 140133985347808 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27059] ppid=27041 vsize=14082740 memory=139711289136768 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27059/stat : 27059 (java) S 27041 27044 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452861 14420725760 8355 33554432000 4194304 4196468 140725717837696 140133984296112 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 33420 KiB

[startup+0.210378 s]*
/proc/loadavg: 1.54 1.47 1.49 4/215 27059
/proc/meminfo: memFree=28884608/32770624 swapFree=67108860/67108860
[pid=27044] ppid=27041 vsize=14082740 memory=47044 CPUtime=0.31 cores=1,3,5,7
/proc/27044/stat : 27044 (java) S 27041 27044 26714 0 -1 1077944320 10330 0 0 0 28 3 0 0 20 0 15 0 40452855 14420725760 11761 33554432000 4194304 4196468 140725717837696 140725717820240 140134810955511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
/proc/27044/statm: 3520685 11761 3380 1 0 3482761 0
[pid=27044/tid=27046] ppid=27041 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/27044/task/27046/stat : 27046 (java) R 27041 27044 26714 0 -1 4202560 8070 0 0 0 18 2 0 0 20 0 15 0 40452856 14420725760 11761 33554432000 4194304 4196468 140725717837696 140134815184464 140134794999141 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27047] ppid=27041 vsize=14082740 memory=345 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27047/stat : 27047 (java) S 27041 27044 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452856 14420725760 11761 33554432000 4194304 4196468 140725717837696 140134726023824 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27048] ppid=27041 vsize=14082740 memory=288370087440848512 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27048/stat : 27048 (java) S 27041 27044 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452856 14420725760 11761 33554432000 4194304 4196468 140725717837696 140134724971024 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27049] ppid=27041 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27049/stat : 27049 (java) S 27041 27044 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452856 14420725760 11761 33554432000 4194304 4196468 140725717837696 140134723918224 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27050] ppid=27041 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27050/stat : 27050 (java) S 27041 27044 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452856 14420725760 11761 33554432000 4194304 4196468 140725717837696 140134722865424 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27051] ppid=27041 vsize=14082740 memory=139711289136768 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27051/stat : 27051 (java) S 27041 27044 26714 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40452858 14420725760 11761 33554432000 4194304 4196468 140725717837696 140133992717168 140134810966658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27052] ppid=27041 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27052/stat : 27052 (java) S 27041 27044 26714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40452858 14420725760 11761 33554432000 4194304 4196468 140725717837696 140133991663136 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27053] ppid=27041 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27053/stat : 27053 (java) S 27041 27044 26714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40452859 14420725760 11761 33554432000 4194304 4196468 140725717837696 140133990610288 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27054] ppid=27041 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27054/stat : 27054 (java) S 27041 27044 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452861 14420725760 11761 33554432000 4194304 4196468 140725717837696 140133989558608 140134810974107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27055] ppid=27041 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27044/task/27055/stat : 27055 (java) S 27041 27044 26714 0 -1 1077944384 365 0 0 0 1 0 0 0 20 0 15 0 40452861 14420725760 11761 33554432000 4194304 4196468 140725717837696 140133988505968 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27056] ppid=27041 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/27044/task/27056/stat : 27056 (java) R 27041 27044 26714 0 -1 4202560 232 0 0 0 1 0 0 0 20 0 15 0 40452861 14420725760 11761 33554432000 4194304 4196468 140725717837696 140133987451568 140134790405249 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27057] ppid=27041 vsize=14082740 memory=139711289136768 CPUtime=0.06 cores=1,3,5,7
/proc/27044/task/27057/stat : 27057 (java) R 27041 27044 26714 0 -1 4202560 282 0 0 0 6 0 0 0 20 0 15 0 40452861 14420725760 11761 33554432000 4194304 4196468 140725717837696 140133986398160 140134795035998 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27058] ppid=27041 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27058/stat : 27058 (java) S 27041 27044 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452861 14420725760 11761 33554432000 4194304 4196468 140725717837696 140133985347808 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27059] ppid=27041 vsize=14082740 memory=139711289136768 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27059/stat : 27059 (java) S 27041 27044 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452861 14420725760 11761 33554432000 4194304 4196468 140725717837696 140133984296112 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47044 KiB

[startup+0.310586 s]*
/proc/loadavg: 1.54 1.47 1.49 3/215 27059
/proc/meminfo: memFree=28881444/32770624 swapFree=67108860/67108860
[pid=27044] ppid=27041 vsize=14082740 memory=50172 CPUtime=0.43 cores=1,3,5,7
/proc/27044/stat : 27044 (java) S 27041 27044 26714 0 -1 1077944320 10704 0 0 0 40 3 0 0 20 0 15 0 40452855 14420725760 12543 33554432000 4194304 4196468 140725717837696 140725717820240 140134810955511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
/proc/27044/statm: 3520685 12543 3381 1 0 3482761 0
[pid=27044/tid=27046] ppid=27041 vsize=14082740 memory=7311146985107750967 CPUtime=0.3 cores=1,3,5,7
/proc/27044/task/27046/stat : 27046 (java) R 27041 27044 26714 0 -1 4202560 8421 0 0 0 28 2 0 0 20 0 15 0 40452856 14420725760 12543 33554432000 4194304 4196468 140725717837696 140134815136560 140134810967446 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27047] ppid=27041 vsize=14082740 memory=288230609002954775 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27047/stat : 27047 (java) S 27041 27044 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452856 14420725760 12543 33554432000 4194304 4196468 140725717837696 140134726023824 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27048] ppid=27041 vsize=14082740 memory=288370087440848512 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27048/stat : 27048 (java) S 27041 27044 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452856 14420725760 12543 33554432000 4194304 4196468 140725717837696 140134724971024 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27049] ppid=27041 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27049/stat : 27049 (java) S 27041 27044 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452856 14420725760 12543 33554432000 4194304 4196468 140725717837696 140134723918224 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27050] ppid=27041 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27050/stat : 27050 (java) S 27041 27044 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452856 14420725760 12543 33554432000 4194304 4196468 140725717837696 140134722865424 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27051] ppid=27041 vsize=14082740 memory=139711289136768 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27051/stat : 27051 (java) S 27041 27044 26714 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40452858 14420725760 12543 33554432000 4194304 4196468 140725717837696 140133992717168 140134810966658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27052] ppid=27041 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27052/stat : 27052 (java) S 27041 27044 26714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40452858 14420725760 12543 33554432000 4194304 4196468 140725717837696 140133991663136 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27053] ppid=27041 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27053/stat : 27053 (java) S 27041 27044 26714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40452859 14420725760 12543 33554432000 4194304 4196468 140725717837696 140133990610288 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27054] ppid=27041 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27054/stat : 27054 (java) S 27041 27044 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452861 14420725760 12543 33554432000 4194304 4196468 140725717837696 140133989558608 140134810974107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27055] ppid=27041 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/27044/task/27055/stat : 27055 (java) S 27041 27044 26714 0 -1 1077944384 370 0 0 0 1 0 0 0 20 0 15 0 40452861 14420725760 12543 33554432000 4194304 4196468 140725717837696 140133988505968 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27056] ppid=27041 vsize=14082740 memory=-1 CPUtime=0.02 cores=1,3,5,7
/proc/27044/task/27056/stat : 27056 (java) S 27041 27044 26714 0 -1 1077944384 233 0 0 0 2 0 0 0 20 0 15 0 40452861 14420725760 12543 33554432000 4194304 4196468 140725717837696 140133987453168 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27057] ppid=27041 vsize=14082740 memory=139711289136768 CPUtime=0.07 cores=1,3,5,7
/proc/27044/task/27057/stat : 27057 (java) R 27041 27044 26714 0 -1 4202560 297 0 0 0 7 0 0 0 20 0 15 0 40452861 14420725760 12543 33554432000 4194304 4196468 140725717837696 140133986400368 140134810967446 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27058] ppid=27041 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27058/stat : 27058 (java) S 27041 27044 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452861 14420725760 12543 33554432000 4194304 4196468 140725717837696 140133985347808 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27059] ppid=27041 vsize=14082740 memory=139711289136768 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27059/stat : 27059 (java) S 27041 27044 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452861 14420725760 12543 33554432000 4194304 4196468 140725717837696 140133984296112 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50172 KiB

[startup+0.700746 s]
/proc/loadavg: 1.54 1.47 1.49 3/215 27059
/proc/meminfo: memFree=28856888/32770624 swapFree=67108860/67108860
[pid=27044] ppid=27041 vsize=14084808 memory=88708 CPUtime=0.99 cores=1,3,5,7
/proc/27044/stat : 27044 (java) S 27041 27044 26714 0 -1 1077944320 17579 0 0 0 94 5 0 0 20 0 15 0 40452855 14422843392 22177 33554432000 4194304 4196468 140725717837696 140725717820240 140134810955511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
/proc/27044/statm: 3521202 22177 3481 1 0 3483273 0
[pid=27044/tid=27046] ppid=27041 vsize=14084808 memory=1724 CPUtime=0.67 cores=1,3,5,7
/proc/27044/task/27046/stat : 27046 (java) R 27041 27044 26714 0 -1 4202560 14879 0 0 0 63 4 0 0 20 0 15 0 40452856 14422843392 22177 33554432000 4194304 4196468 140725717837696 140134815158768 140134795035998 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27047] ppid=27041 vsize=14084808 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27047/stat : 27047 (java) S 27041 27044 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452856 14422843392 22177 33554432000 4194304 4196468 140725717837696 140134726023824 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27048] ppid=27041 vsize=14084808 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27048/stat : 27048 (java) S 27041 27044 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452856 14422843392 22177 33554432000 4194304 4196468 140725717837696 140134724971024 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27049] ppid=27041 vsize=14084808 memory=796 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27049/stat : 27049 (java) S 27041 27044 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452856 14422843392 22177 33554432000 4194304 4196468 140725717837696 140134723918224 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27050] ppid=27041 vsize=14084808 memory=1712 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27050/stat : 27050 (java) S 27041 27044 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452856 14422843392 22177 33554432000 4194304 4196468 140725717837696 140134722865424 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27051] ppid=27041 vsize=14084808 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27051/stat : 27051 (java) S 27041 27044 26714 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40452858 14422843392 22177 33554432000 4194304 4196468 140725717837696 140133992717168 140134810966658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27052] ppid=27041 vsize=14084808 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27052/stat : 27052 (java) S 27041 27044 26714 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40452858 14422843392 22177 33554432000 4194304 4196468 140725717837696 140133991663136 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27053] ppid=27041 vsize=14084808 memory=8356 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27053/stat : 27053 (java) S 27041 27044 26714 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40452859 14422843392 22177 33554432000 4194304 4196468 140725717837696 140133990610288 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27054] ppid=27041 vsize=14084808 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27054/stat : 27054 (java) S 27041 27044 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452861 14422843392 22177 33554432000 4194304 4196468 140725717837696 140133989558608 140134810974107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27055] ppid=27041 vsize=14084808 memory=7092418796125250880 CPUtime=0.05 cores=1,3,5,7
/proc/27044/task/27055/stat : 27055 (java) S 27041 27044 26714 0 -1 1077944384 517 0 0 0 5 0 0 0 20 0 15 0 40452861 14422843392 22177 33554432000 4194304 4196468 140725717837696 140133988505968 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27056] ppid=27041 vsize=14084808 memory=7597685182856913236 CPUtime=0.09 cores=1,3,5,7
/proc/27044/task/27056/stat : 27056 (java) S 27041 27044 26714 0 -1 1077944384 390 0 0 0 9 0 0 0 20 0 15 0 40452861 14422843392 22177 33554432000 4194304 4196468 140725717837696 140133987453168 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27057] ppid=27041 vsize=14084808 memory=7301858164987948385 CPUtime=0.15 cores=1,3,5,7
/proc/27044/task/27057/stat : 27057 (java) S 27041 27044 26714 0 -1 1077944384 411 0 0 0 15 0 0 0 20 0 15 0 40452861 14422843392 22177 33554432000 4194304 4196468 140725717837696 140133986400368 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27058] ppid=27041 vsize=14084808 memory=0 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27058/stat : 27058 (java) S 27041 27044 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452861 14422843392 22177 33554432000 4194304 4196468 140725717837696 140133985347808 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27059] ppid=27041 vsize=14084808 memory=31396 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27059/stat : 27059 (java) S 27041 27044 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452861 14422843392 22177 33554432000 4194304 4196468 140725717837696 140133984296112 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88708 KiB

[startup+1.50067 s]
/proc/loadavg: 1.54 1.47 1.49 5/215 27059
/proc/meminfo: memFree=28813272/32770624 swapFree=67108860/67108860
[pid=27044] ppid=27041 vsize=14088904 memory=180888 CPUtime=3.63 cores=1,3,5,7
/proc/27044/stat : 27044 (java) S 27041 27044 26714 0 -1 1077944320 24036 0 0 0 355 8 0 0 20 0 15 0 40452855 14427037696 45222 33554432000 4194304 4196468 140725717837696 140725717820240 140134810955511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
/proc/27044/statm: 3522226 45222 3548 1 0 3484297 0
[pid=27044/tid=27046] ppid=27041 vsize=14088904 memory=0 CPUtime=1.47 cores=1,3,5,7
/proc/27044/task/27046/stat : 27046 (java) R 27041 27044 26714 0 -1 4202560 17255 0 0 0 141 6 0 0 20 0 15 0 40452856 14427037696 45222 33554432000 4194304 4196468 140725717837696 140134815188480 140134810967446 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27047] ppid=27041 vsize=14088904 memory=-6951259422114956437 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27047/stat : 27047 (java) S 27041 27044 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452856 14427037696 45222 33554432000 4194304 4196468 140725717837696 140134726023824 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27048] ppid=27041 vsize=14088904 memory=-6509546260019855299 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27048/stat : 27048 (java) S 27041 27044 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452856 14427037696 45222 33554432000 4194304 4196468 140725717837696 140134724971024 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27049] ppid=27041 vsize=14088904 memory=-7390251449858225344 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27049/stat : 27049 (java) S 27041 27044 26714 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452856 14427037696 45222 33554432000 4194304 4196468 140725717837696 140134723918224 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27050] ppid=27041 vsize=14088904 memory=4134692831991786133 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27050/stat : 27050 (java) S 27041 27044 26714 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452856 14427037696 45222 33554432000 4194304 4196468 140725717837696 140134722865424 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27051] ppid=27041 vsize=14088904 memory=-7165351541977658656 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27051/stat : 27051 (java) S 27041 27044 26714 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 40452858 14427037696 45222 33554432000 4194304 4196468 140725717837696 140133992717168 140134810966658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0

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

/proc/27044/task/27046/stat : 27046 (java) R 27041 27044 26714 0 -1 4202560 68621 0 0 0 219706 39 0 0 20 0 15 0 40452856 14431232000 369521 33554432000 4194304 4196468 140725717837696 140134815193712 140134413263873 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27047] ppid=27041 vsize=14093000 memory=1478084 CPUtime=3.11 cores=1,3,5,7
/proc/27044/task/27047/stat : 27047 (java) S 27041 27044 26714 0 -1 1077944384 13938 0 0 0 292 19 0 0 20 0 15 0 40452856 14431232000 369521 33554432000 4194304 4196468 140725717837696 140134726023824 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27048] ppid=27041 vsize=14093000 memory=1478084 CPUtime=3.13 cores=1,3,5,7
/proc/27044/task/27048/stat : 27048 (java) S 27041 27044 26714 0 -1 1077944384 11831 0 0 0 294 19 0 0 20 0 15 0 40452856 14431232000 369521 33554432000 4194304 4196468 140725717837696 140134724971024 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27049] ppid=27041 vsize=14093000 memory=1478084 CPUtime=3.13 cores=1,3,5,7
/proc/27044/task/27049/stat : 27049 (java) S 27041 27044 26714 0 -1 1077944384 12619 0 0 0 295 18 0 0 20 0 15 0 40452856 14431232000 369521 33554432000 4194304 4196468 140725717837696 140134723918224 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27050] ppid=27041 vsize=14093000 memory=1478084 CPUtime=3.1 cores=1,3,5,7
/proc/27044/task/27050/stat : 27050 (java) S 27041 27044 26714 0 -1 1077944384 13428 0 0 0 292 18 0 0 20 0 15 0 40452856 14431232000 369521 33554432000 4194304 4196468 140725717837696 140134722865424 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27051] ppid=27041 vsize=14093000 memory=1478084 CPUtime=1.29 cores=1,3,5,7
/proc/27044/task/27051/stat : 27051 (java) S 27041 27044 26714 0 -1 1077944384 12888 0 0 0 119 10 0 0 20 0 15 0 40452858 14431232000 369521 33554432000 4194304 4196468 140725717837696 140133992717168 140134810966658 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27052] ppid=27041 vsize=14093000 memory=1478084 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27052/stat : 27052 (java) S 27041 27044 26714 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40452858 14431232000 369521 33554432000 4194304 4196468 140725717837696 140133991663200 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27053] ppid=27041 vsize=14093000 memory=1478084 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27053/stat : 27053 (java) S 27041 27044 26714 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 40452859 14431232000 369521 33554432000 4194304 4196468 140725717837696 140133990610304 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27054] ppid=27041 vsize=14093000 memory=1478084 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27054/stat : 27054 (java) S 27041 27044 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452861 14431232000 369521 33554432000 4194304 4196468 140725717837696 140133989558608 140134810974107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27055] ppid=27041 vsize=14093000 memory=16248 CPUtime=3.25 cores=1,3,5,7
/proc/27044/task/27055/stat : 27055 (java) S 27041 27044 26714 0 -1 1077944384 7027 0 0 0 324 1 0 0 20 0 15 0 40452861 14431232000 369521 33554432000 4194304 4196468 140725717837696 140133988505968 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27056] ppid=27041 vsize=14093000 memory=2344 CPUtime=3.22 cores=1,3,5,7
/proc/27044/task/27056/stat : 27056 (java) S 27041 27044 26714 0 -1 1077944384 7247 0 0 0 321 1 0 0 20 0 15 0 40452861 14431232000 369521 33554432000 4194304 4196468 140725717837696 140133987453168 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27057] ppid=27041 vsize=14093000 memory=1724 CPUtime=1.4 cores=1,3,5,7
/proc/27044/task/27057/stat : 27057 (java) S 27041 27044 26714 0 -1 1077944384 6449 0 0 0 138 2 0 0 20 0 15 0 40452861 14431232000 369521 33554432000 4194304 4196468 140725717837696 140133986400368 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27058] ppid=27041 vsize=14093000 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27058/stat : 27058 (java) S 27041 27044 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452861 14431232000 369521 33554432000 4194304 4196468 140725717837696 140133985347808 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27059] ppid=27041 vsize=14093000 memory=1478084 CPUtime=0.47 cores=1,3,5,7
/proc/27044/task/27059/stat : 27059 (java) S 27041 27044 26714 0 -1 1077944384 1067 0 0 0 21 26 0 0 20 0 15 0 40452861 14431232000 369521 33554432000 4194304 4196468 140725717837696 140133984296112 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
Current children cumulated CPU time: 2219.66 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1478084 KiB

[startup+2262.3 s]
/proc/loadavg: 1.52 1.34 1.42 3/215 27131
/proc/meminfo: memFree=27467544/32770624 swapFree=67108860/67108860
[pid=27044] ppid=27041 vsize=14093000 memory=1478084 CPUtime=2280.01 cores=1,3,5,7
/proc/27044/stat : 27044 (java) S 27041 27044 26714 0 -1 1077944320 158261 0 0 0 227855 146 0 0 20 0 15 0 40452855 14431232000 369521 33554432000 4194304 4196468 140725717837696 140725717820240 140134810955511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
/proc/27044/statm: 3523250 369521 3597 1 0 3485321 0
[pid=27044/tid=27046] ppid=27041 vsize=14093000 memory=1478084 CPUtime=2257.29 cores=1,3,5,7
/proc/27044/task/27046/stat : 27046 (java) R 27041 27044 26714 0 -1 4202560 69330 0 0 0 225689 40 0 0 20 0 15 0 40452856 14431232000 369521 33554432000 4194304 4196468 140725717837696 140134815193936 140134413179718 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27047] ppid=27041 vsize=14093000 memory=1478084 CPUtime=3.22 cores=1,3,5,7
/proc/27044/task/27047/stat : 27047 (java) S 27041 27044 26714 0 -1 1077944384 14034 0 0 0 303 19 0 0 20 0 15 0 40452856 14431232000 369521 33554432000 4194304 4196468 140725717837696 140134726023824 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27048] ppid=27041 vsize=14093000 memory=1478084 CPUtime=3.24 cores=1,3,5,7
/proc/27044/task/27048/stat : 27048 (java) S 27041 27044 26714 0 -1 1077944384 12092 0 0 0 305 19 0 0 20 0 15 0 40452856 14431232000 369521 33554432000 4194304 4196468 140725717837696 140134724971024 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27049] ppid=27041 vsize=14093000 memory=1478084 CPUtime=3.24 cores=1,3,5,7
/proc/27044/task/27049/stat : 27049 (java) S 27041 27044 26714 0 -1 1077944384 12832 0 0 0 306 18 0 0 20 0 15 0 40452856 14431232000 369521 33554432000 4194304 4196468 140725717837696 140134723918224 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27050] ppid=27041 vsize=14093000 memory=1478084 CPUtime=3.21 cores=1,3,5,7
/proc/27044/task/27050/stat : 27050 (java) S 27041 27044 26714 0 -1 1077944384 13645 0 0 0 303 18 0 0 20 0 15 0 40452856 14431232000 369521 33554432000 4194304 4196468 140725717837696 140134722865424 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27051] ppid=27041 vsize=14093000 memory=1478084 CPUtime=1.35 cores=1,3,5,7
/proc/27044/task/27051/stat : 27051 (java) S 27041 27044 26714 0 -1 1077944384 13083 0 0 0 124 11 0 0 20 0 15 0 40452858 14431232000 369521 33554432000 4194304 4196468 140725717837696 140133992717168 140134810966658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27052] ppid=27041 vsize=14093000 memory=1478084 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27052/stat : 27052 (java) S 27041 27044 26714 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40452858 14431232000 369521 33554432000 4194304 4196468 140725717837696 140133991663200 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27053] ppid=27041 vsize=14093000 memory=1478084 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27053/stat : 27053 (java) S 27041 27044 26714 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 40452859 14431232000 369521 33554432000 4194304 4196468 140725717837696 140133990610304 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27054] ppid=27041 vsize=14093000 memory=1478084 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27054/stat : 27054 (java) S 27041 27044 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452861 14431232000 369521 33554432000 4194304 4196468 140725717837696 140133989558608 140134810974107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27055] ppid=27041 vsize=14093000 memory=1478084 CPUtime=3.25 cores=1,3,5,7
/proc/27044/task/27055/stat : 27055 (java) S 27041 27044 26714 0 -1 1077944384 7032 0 0 0 324 1 0 0 20 0 15 0 40452861 14431232000 369521 33554432000 4194304 4196468 140725717837696 140133988505968 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27056] ppid=27041 vsize=14093000 memory=319 CPUtime=3.22 cores=1,3,5,7
/proc/27044/task/27056/stat : 27056 (java) S 27041 27044 26714 0 -1 1077944384 7251 0 0 0 321 1 0 0 20 0 15 0 40452861 14431232000 369521 33554432000 4194304 4196468 140725717837696 140133987453168 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27057] ppid=27041 vsize=14093000 memory=6791534058613427641 CPUtime=1.4 cores=1,3,5,7
/proc/27044/task/27057/stat : 27057 (java) S 27041 27044 26714 0 -1 1077944384 6453 0 0 0 138 2 0 0 20 0 15 0 40452861 14431232000 369521 33554432000 4194304 4196468 140725717837696 140133986400368 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27058] ppid=27041 vsize=14093000 memory=1478084 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27058/stat : 27058 (java) S 27041 27044 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452861 14431232000 369521 33554432000 4194304 4196468 140725717837696 140133985347808 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27059] ppid=27041 vsize=14093000 memory=1478084 CPUtime=0.48 cores=1,3,5,7
/proc/27044/task/27059/stat : 27059 (java) S 27041 27044 26714 0 -1 1077944384 1084 0 0 0 22 26 0 0 20 0 15 0 40452861 14431232000 369521 33554432000 4194304 4196468 140725717837696 140133984296112 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
Current children cumulated CPU time: 2280.01 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1478084 KiB

[startup+2322.3 s]
/proc/loadavg: 1.55 1.37 1.42 3/215 27132
/proc/meminfo: memFree=27456472/32770624 swapFree=67108860/67108860
[pid=27044] ppid=27041 vsize=14093000 memory=1480132 CPUtime=2340.36 cores=1,3,5,7
/proc/27044/stat : 27044 (java) S 27041 27044 26714 0 -1 1077944320 160242 0 0 0 233888 148 0 0 20 0 15 0 40452855 14431232000 370033 33554432000 4194304 4196468 140725717837696 140725717820240 140134810955511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
/proc/27044/statm: 3523250 370033 3597 1 0 3485321 0
[pid=27044/tid=27046] ppid=27041 vsize=14093000 memory=1480132 CPUtime=2317.1 cores=1,3,5,7
/proc/27044/task/27046/stat : 27046 (java) R 27041 27044 26714 0 -1 4202560 70105 0 0 0 231670 40 0 0 20 0 15 0 40452856 14431232000 370033 33554432000 4194304 4196468 140725717837696 140134815193744 140134411029384 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27047] ppid=27041 vsize=14093000 memory=1480132 CPUtime=3.35 cores=1,3,5,7
/proc/27044/task/27047/stat : 27047 (java) S 27041 27044 26714 0 -1 1077944384 14219 0 0 0 315 20 0 0 20 0 15 0 40452856 14431232000 370033 33554432000 4194304 4196468 140725717837696 140134726023824 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27048] ppid=27041 vsize=14093000 memory=1480132 CPUtime=3.35 cores=1,3,5,7
/proc/27044/task/27048/stat : 27048 (java) S 27041 27044 26714 0 -1 1077944384 12205 0 0 0 316 19 0 0 20 0 15 0 40452856 14431232000 370033 33554432000 4194304 4196468 140725717837696 140134724971024 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27049] ppid=27041 vsize=14093000 memory=1480132 CPUtime=3.36 cores=1,3,5,7
/proc/27044/task/27049/stat : 27049 (java) S 27041 27044 26714 0 -1 1077944384 13096 0 0 0 318 18 0 0 20 0 15 0 40452856 14431232000 370033 33554432000 4194304 4196468 140725717837696 140134723918224 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27050] ppid=27041 vsize=14093000 memory=1480132 CPUtime=3.33 cores=1,3,5,7
/proc/27044/task/27050/stat : 27050 (java) S 27041 27044 26714 0 -1 1077944384 13920 0 0 0 314 19 0 0 20 0 15 0 40452856 14431232000 370033 33554432000 4194304 4196468 140725717837696 140134722865424 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27051] ppid=27041 vsize=14093000 memory=1480132 CPUtime=1.4 cores=1,3,5,7
/proc/27044/task/27051/stat : 27051 (java) S 27041 27044 26714 0 -1 1077944384 13419 0 0 0 129 11 0 0 20 0 15 0 40452858 14431232000 370033 33554432000 4194304 4196468 140725717837696 140133992717168 140134810966658 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27052] ppid=27041 vsize=14093000 memory=1480132 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27052/stat : 27052 (java) S 27041 27044 26714 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40452858 14431232000 370033 33554432000 4194304 4196468 140725717837696 140133991663200 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27053] ppid=27041 vsize=14093000 memory=4140 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27053/stat : 27053 (java) S 27041 27044 26714 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 40452859 14431232000 370033 33554432000 4194304 4196468 140725717837696 140133990610304 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27054] ppid=27041 vsize=14093000 memory=14228 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27054/stat : 27054 (java) S 27041 27044 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452861 14431232000 370033 33554432000 4194304 4196468 140725717837696 140133989558608 140134810974107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27055] ppid=27041 vsize=14093000 memory=1480132 CPUtime=3.25 cores=1,3,5,7
/proc/27044/task/27055/stat : 27055 (java) S 27041 27044 26714 0 -1 1077944384 7034 0 0 0 324 1 0 0 20 0 15 0 40452861 14431232000 370033 33554432000 4194304 4196468 140725717837696 140133988505968 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27056] ppid=27041 vsize=14093000 memory=1480132 CPUtime=3.22 cores=1,3,5,7
/proc/27044/task/27056/stat : 27056 (java) S 27041 27044 26714 0 -1 1077944384 7253 0 0 0 321 1 0 0 20 0 15 0 40452861 14431232000 370033 33554432000 4194304 4196468 140725717837696 140133987453168 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27057] ppid=27041 vsize=14093000 memory=1480132 CPUtime=1.4 cores=1,3,5,7
/proc/27044/task/27057/stat : 27057 (java) S 27041 27044 26714 0 -1 1077944384 6455 0 0 0 138 2 0 0 20 0 15 0 40452861 14431232000 370033 33554432000 4194304 4196468 140725717837696 140133986400368 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27058] ppid=27041 vsize=14093000 memory=1480132 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27058/stat : 27058 (java) S 27041 27044 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452861 14431232000 370033 33554432000 4194304 4196468 140725717837696 140133985347808 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27059] ppid=27041 vsize=14093000 memory=6791534058613427641 CPUtime=0.5 cores=1,3,5,7
/proc/27044/task/27059/stat : 27059 (java) S 27041 27044 26714 0 -1 1077944384 1111 0 0 0 23 27 0 0 20 0 15 0 40452861 14431232000 370033 33554432000 4194304 4196468 140725717837696 140133984296112 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
Current children cumulated CPU time: 2340.36 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1480132 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2381.6 s]
/proc/loadavg: 1.57 1.41 1.43 3/215 27212
/proc/meminfo: memFree=27141368/32770624 swapFree=67108860/67108860
[pid=27044] ppid=27041 vsize=14093000 memory=1480132 CPUtime=2400.01 cores=1,3,5,7
/proc/27044/stat : 27044 (java) S 27041 27044 26714 0 -1 1077944320 161971 0 0 0 239851 150 0 0 20 0 15 0 40452855 14431232000 370033 33554432000 4194304 4196468 140725717837696 140725717820240 140134810955511 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
/proc/27044/statm: 3523250 370033 3597 1 0 3485321 0
[pid=27044/tid=27046] ppid=27041 vsize=14093000 memory=1480132 CPUtime=2376.21 cores=1,3,5,7
/proc/27044/task/27046/stat : 27046 (java) R 27041 27044 26714 0 -1 4202560 70807 0 0 0 237581 40 0 0 20 0 15 0 40452856 14431232000 370033 33554432000 4194304 4196468 140725717837696 140134815193664 140134412386447 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27047] ppid=27041 vsize=14093000 memory=2204 CPUtime=3.46 cores=1,3,5,7
/proc/27044/task/27047/stat : 27047 (java) S 27041 27044 26714 0 -1 1077944384 14464 0 0 0 326 20 0 0 20 0 15 0 40452856 14431232000 370033 33554432000 4194304 4196468 140725717837696 140134726023824 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27048] ppid=27041 vsize=14093000 memory=7888 CPUtime=3.47 cores=1,3,5,7
/proc/27044/task/27048/stat : 27048 (java) S 27041 27044 26714 0 -1 1077944384 12274 0 0 0 327 20 0 0 20 0 15 0 40452856 14431232000 370033 33554432000 4194304 4196468 140725717837696 140134724971024 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27049] ppid=27041 vsize=14093000 memory=14228 CPUtime=3.48 cores=1,3,5,7
/proc/27044/task/27049/stat : 27049 (java) S 27041 27044 26714 0 -1 1077944384 13332 0 0 0 329 19 0 0 20 0 15 0 40452856 14431232000 370033 33554432000 4194304 4196468 140725717837696 140134723918224 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27050] ppid=27041 vsize=14093000 memory=1296 CPUtime=3.45 cores=1,3,5,7
/proc/27044/task/27050/stat : 27050 (java) S 27041 27044 26714 0 -1 1077944384 14171 0 0 0 326 19 0 0 20 0 15 0 40452856 14431232000 370033 33554432000 4194304 4196468 140725717837696 140134722865424 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27051] ppid=27041 vsize=14093000 memory=2344 CPUtime=1.45 cores=1,3,5,7
/proc/27044/task/27051/stat : 27051 (java) S 27041 27044 26714 0 -1 1077944384 13614 0 0 0 134 11 0 0 20 0 15 0 40452858 14431232000 370033 33554432000 4194304 4196468 140725717837696 140133992717168 140134810966658 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27052] ppid=27041 vsize=14093000 memory=6791534058613427641 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27052/stat : 27052 (java) S 27041 27044 26714 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 40452858 14431232000 370033 33554432000 4194304 4196468 140725717837696 140133991663200 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27053] ppid=27041 vsize=14093000 memory=1952 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27053/stat : 27053 (java) S 27041 27044 26714 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 15 0 40452859 14431232000 370033 33554432000 4194304 4196468 140725717837696 140133990610304 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27054] ppid=27041 vsize=14093000 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27054/stat : 27054 (java) S 27041 27044 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452861 14431232000 370033 33554432000 4194304 4196468 140725717837696 140133989558608 140134810974107 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27055] ppid=27041 vsize=14093000 memory=8356 CPUtime=3.25 cores=1,3,5,7
/proc/27044/task/27055/stat : 27055 (java) S 27041 27044 26714 0 -1 1077944384 7038 0 0 0 324 1 0 0 20 0 15 0 40452861 14431232000 370033 33554432000 4194304 4196468 140725717837696 140133988505968 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27056] ppid=27041 vsize=14093000 memory=1724 CPUtime=3.22 cores=1,3,5,7
/proc/27044/task/27056/stat : 27056 (java) S 27041 27044 26714 0 -1 1077944384 7257 0 0 0 321 1 0 0 20 0 15 0 40452861 14431232000 370033 33554432000 4194304 4196468 140725717837696 140133987453168 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27057] ppid=27041 vsize=14093000 memory=1004 CPUtime=1.4 cores=1,3,5,7
/proc/27044/task/27057/stat : 27057 (java) S 27041 27044 26714 0 -1 1077944384 6459 0 0 0 138 2 0 0 20 0 15 0 40452861 14431232000 370033 33554432000 4194304 4196468 140725717837696 140133986400368 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27058] ppid=27041 vsize=14093000 memory=14004 CPUtime=0 cores=1,3,5,7
/proc/27044/task/27058/stat : 27058 (java) S 27041 27044 26714 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452861 14431232000 370033 33554432000 4194304 4196468 140725717837696 140133985347808 140134810965717 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
[pid=27044/tid=27059] ppid=27041 vsize=14093000 memory=796 CPUtime=0.51 cores=1,3,5,7
/proc/27044/task/27059/stat : 27059 (java) S 27041 27044 26714 0 -1 1077944384 1130 0 0 0 24 27 0 0 20 0 15 0 40452861 14431232000 370033 33554432000 4194304 4196468 140725717837696 140133984296112 140134810966658 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23896064 140725717845077 140725717845257 140725717845257 140725717848015 0
Current children cumulated CPU time: 2400.01 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1480132 KiB

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

[startup+2381.61 s]
# the end of solver process 27044 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.52 s, system=1.51506 s

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

Child status: 143
Real time (s): 2381.61
CPU time (s): 2400.04
CPU user time (s): 2398.52
CPU system time (s): 1.51506
CPU usage (%): 100.774
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 2373660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.52
system time used= 1.51506
maximum resident set size= 2375708
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 162157
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2640
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 91817
involuntary context switches= 1623


# summary of solver processes directly reported to runsolver:
#   pid: 27044
#   total CPU time (s): 2400.04
#   total CPU user time (s): 2398.52
#   total CPU system time (s): 1.51506

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.3722 second user time and 21.7369 second system time

The end

Launcher Data

Begin job on node149 at 2018-07-22 05:08:16
IDJOB=4291605
IDBENCH=141045
IDSOLVER=2746
FILE ID=node149/4291605-1532228896
RUNJOBID= node149-1532226534-26746
PBS_JOBID= 21018956
Free space on /tmp= 51848 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
BENCH NAME= XCSP18/NurseRostering/NurseRostering-14_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4291605-1532228896/watcher-4291605-1532228896 -o /tmp/evaluation-result-4291605-1532228896/solver-4291605-1532228896 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1532226534-26746 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 332950484 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291605-1532228896.xml

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

MD5SUM BENCH= 22d4927d0bd5c0ea6a9359fe3e752ee5
RANDOM SEED=332950484

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:        28918256 kB
MemAvailable:   31557576 kB
Buffers:           85584 kB
Cached:          2814208 kB
SwapCached:            0 kB
Active:          1930828 kB
Inactive:        1441496 kB
Active(anon):     422260 kB
Inactive(anon):    70216 kB
Active(file):    1508568 kB
Inactive(file):  1371280 kB
Unevictable:        7620 kB
Mlocked:            7620 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             35968 kB
Writeback:             0 kB
AnonPages:        488652 kB
Mapped:            48536 kB
Shmem:             17032 kB
Slab:             178472 kB
SReclaimable:     150616 kB
SUnreclaim:        27856 kB
KernelStack:        3792 kB
PageTables:         6132 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1688864 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    348160 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= 51812 MiB
End job on node149 at 2018-07-22 05:47:58