Trace number 4291610

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.09 2371.92

General information on the benchmark

NameNurseRostering/
NurseRostering-19_c18.xml
MD5SUM4516482276b9b550f1c9d24d3edf9abb
Bench CategoryCOP (optimization 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 variables5922
Number of constraints16251
Number of domains21
Minimum domain size1
Maximum domain size85
Distribution of domain sizes[{"size":1,"count":156},{"size":2,"count":1314},{"size":6,"count":3360},{"size":8,"count":2},{"size":12,"count":4},{"size":13,"count":16},{"size":21,"count":3},{"size":22,"count":15},{"size":41,"count":924},{"size":85,"count":128}]
Minimum variable degree2
Maximum variable degree27
Distribution of variable degrees[{"degree":2,"count":2082},{"degree":3,"count":480},{"degree":17,"count":32},{"degree":18,"count":39},{"degree":19,"count":7},{"degree":20,"count":30},{"degree":21,"count":44},{"degree":22,"count":52},{"degree":23,"count":70},{"degree":24,"count":83},{"degree":25,"count":1394},{"degree":26,"count":1316},{"degree":27,"count":293}]
Minimum constraint arity2
Maximum constraint arity320
Distribution of constraint arities[{"arity":2,"count":5706},{"arity":3,"count":6232},{"arity":4,"count":324},{"arity":5,"count":320},{"arity":6,"count":2884},{"arity":12,"count":40},{"arity":41,"count":504},{"arity":85,"count":240},{"arity":320,"count":1}]
Number of extensional constraints3824
Number of intensional constraints1882
Distribution of constraint types[{"type":"extension","count":3824},{"type":"intension","count":1882},{"type":"regular","count":6556},{"type":"sum","count":80},{"type":"count","count":3908},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.55	c version: 2018-07-02
0.67/0.55	c seed: 707935308
0.67/0.55	c timeout: 2400
0.67/0.55	c memlimit: 11000
0.67/0.55	c nbcore: 4
0.67/0.58	c Parsing instance...
18.57/7.96	c Parsing done, starting first complete search...
2400.06/2371.90	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 (9947 MiB free)
  memory of node 1: 16384 MiB (9167 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4291610-1532228889/watcher-4291610-1532228889 -o /tmp/evaluation-result-4291610-1532228889/solver-4291610-1532228889 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532226532-29117 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 707935308 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291610-1532228889.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
solver pid=29338, runsolver pid=29335
Current StackSize limit: 8192 KiB


[startup+0.100128 s]*
/proc/loadavg: 1.35 1.27 1.35 3/215 29353
/proc/meminfo: memFree=19557940/32770624 swapFree=67108860/67108860
[pid=29338] ppid=29335 vsize=14082740 memory=31100 CPUtime=0.11 cores=1,3,5,7
/proc/29338/stat : 29338 (java) S 29335 29338 29085 0 -1 1077944320 7197 0 0 0 10 1 0 0 20 0 15 0 40452068 14420725760 7775 33554432000 4194304 4196468 140736825352688 140736825335232 140561357475575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
/proc/29338/statm: 3520685 7775 3154 1 0 3482761 0
[pid=29338/tid=29340] ppid=29335 vsize=14082740 memory=-8701690554792449410 CPUtime=0.09 cores=1,3,5,7
/proc/29338/task/29340/stat : 29340 (java) R 29335 29338 29085 0 -1 4202560 5224 0 0 0 8 1 0 0 20 0 15 0 40452069 14420725760 7775 33554432000 4194304 4196468 140736825352688 140561361709040 140561341556062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29341] ppid=29335 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29341/stat : 29341 (java) S 29335 29338 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452069 14420725760 7775 33554432000 4194304 4196468 140736825352688 140561329318800 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29342] ppid=29335 vsize=14082740 memory=140377504450176 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29342/stat : 29342 (java) S 29335 29338 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452069 14420725760 7775 33554432000 4194304 4196468 140736825352688 140560952040208 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29343] ppid=29335 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29343/stat : 29343 (java) S 29335 29338 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452069 14420725760 7775 33554432000 4194304 4196468 140736825352688 140560950987920 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29344] ppid=29335 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29344/stat : 29344 (java) S 29335 29338 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452069 14420725760 7775 33554432000 4194304 4196468 140736825352688 140560949935120 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29345] ppid=29335 vsize=14082740 memory=140377504450176 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29345/stat : 29345 (java) S 29335 29338 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452071 14420725760 7775 33554432000 4194304 4196468 140736825352688 140560538982512 140561357486722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29346] ppid=29335 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29346/stat : 29346 (java) S 29335 29338 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40452071 14420725760 7775 33554432000 4194304 4196468 140736825352688 140560537928480 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29347] ppid=29335 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29347/stat : 29347 (java) S 29335 29338 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40452071 14420725760 7775 33554432000 4194304 4196468 140736825352688 140560536876144 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29348] ppid=29335 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29348/stat : 29348 (java) S 29335 29338 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452074 14420725760 7775 33554432000 4194304 4196468 140736825352688 140560535824464 140561357494171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29349] ppid=29335 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29349/stat : 29349 (java) S 29335 29338 29085 0 -1 1077944384 300 0 0 0 0 0 0 0 20 0 15 0 40452074 14420725760 7775 33554432000 4194304 4196468 140736825352688 140560534772336 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29350] ppid=29335 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29350/stat : 29350 (java) S 29335 29338 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452074 14420725760 7775 33554432000 4194304 4196468 140736825352688 140560533719536 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29351] ppid=29335 vsize=14082740 memory=140377504450176 CPUtime=0.01 cores=1,3,5,7
/proc/29338/task/29351/stat : 29351 (java) R 29335 29338 29085 0 -1 4202560 292 0 0 0 1 0 0 0 20 0 15 0 40452074 14420725760 7775 33554432000 4194304 4196468 140736825352688 140560532667248 140561341556062 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29352] ppid=29335 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29352/stat : 29352 (java) S 29335 29338 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452074 14420725760 7775 33554432000 4194304 4196468 140736825352688 140560531614688 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29353] ppid=29335 vsize=14082740 memory=140377504450176 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29353/stat : 29353 (java) S 29335 29338 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452074 14420725760 7775 33554432000 4194304 4196468 140736825352688 140560530561456 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 31100 KiB

[startup+0.215498 s]*
/proc/loadavg: 1.40 1.28 1.36 7/202 29355
/proc/meminfo: memFree=20566788/32770624 swapFree=67108860/67108860
[pid=29338] ppid=29335 vsize=14082740 memory=45520 CPUtime=0.32 cores=1,3,5,7
/proc/29338/stat : 29338 (java) S 29335 29338 29085 0 -1 1077944320 10590 0 0 0 29 3 0 0 20 0 15 0 40452068 14420725760 11380 33554432000 4194304 4196468 140736825352688 140736825335232 140561357475575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
/proc/29338/statm: 3520685 11380 3374 1 0 3482761 0
[pid=29338/tid=29340] ppid=29335 vsize=14082740 memory=7311146985107750967 CPUtime=0.2 cores=1,3,5,7
/proc/29338/task/29340/stat : 29340 (java) R 29335 29338 29085 0 -1 4202560 8130 0 0 0 19 1 0 0 20 0 15 0 40452069 14420725760 11380 33554432000 4194304 4196468 140736825352688 140561361703504 140561341556062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29341] ppid=29335 vsize=14082740 memory=14545 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29341/stat : 29341 (java) S 29335 29338 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452069 14420725760 11380 33554432000 4194304 4196468 140736825352688 140561329318800 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29342] ppid=29335 vsize=14082740 memory=288370753656161920 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29342/stat : 29342 (java) S 29335 29338 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452069 14420725760 11380 33554432000 4194304 4196468 140736825352688 140560952040208 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29343] ppid=29335 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29343/stat : 29343 (java) S 29335 29338 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452069 14420725760 11380 33554432000 4194304 4196468 140736825352688 140560950987920 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29344] ppid=29335 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29344/stat : 29344 (java) S 29335 29338 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452069 14420725760 11380 33554432000 4194304 4196468 140736825352688 140560949935120 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29345] ppid=29335 vsize=14082740 memory=140377504450176 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29345/stat : 29345 (java) S 29335 29338 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40452071 14420725760 11445 33554432000 4194304 4196468 140736825352688 140560538982512 140561357486722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29346] ppid=29335 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29346/stat : 29346 (java) S 29335 29338 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40452071 14420725760 11445 33554432000 4194304 4196468 140736825352688 140560537928480 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29347] ppid=29335 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29347/stat : 29347 (java) S 29335 29338 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40452071 14420725760 11445 33554432000 4194304 4196468 140736825352688 140560536876144 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29348] ppid=29335 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29348/stat : 29348 (java) S 29335 29338 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452074 14420725760 11445 33554432000 4194304 4196468 140736825352688 140560535824464 140561357494171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29349] ppid=29335 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29338/task/29349/stat : 29349 (java) S 29335 29338 29085 0 -1 1077944384 457 0 0 0 2 0 0 0 20 0 15 0 40452074 14420725760 11445 33554432000 4194304 4196468 140736825352688 140560534772336 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29350] ppid=29335 vsize=14082740 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/29338/task/29350/stat : 29350 (java) S 29335 29338 29085 0 -1 1077944384 180 0 0 0 1 0 0 0 20 0 15 0 40452074 14420725760 11445 33554432000 4194304 4196468 140736825352688 140560533719536 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29351] ppid=29335 vsize=14082740 memory=140377504450176 CPUtime=0.06 cores=1,3,5,7
/proc/29338/task/29351/stat : 29351 (java) S 29335 29338 29085 0 -1 1077944384 444 0 0 0 6 0 0 0 20 0 15 0 40452074 14420725760 11445 33554432000 4194304 4196468 140736825352688 140560532667248 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29352] ppid=29335 vsize=14082740 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29352/stat : 29352 (java) S 29335 29338 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452074 14420725760 11445 33554432000 4194304 4196468 140736825352688 140560531614688 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29353] ppid=29335 vsize=14082740 memory=140377504450176 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29353/stat : 29353 (java) S 29335 29338 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452074 14420725760 11445 33554432000 4194304 4196468 140736825352688 140560530561456 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
Current children cumulated CPU time: 0.32 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 45520 KiB

[startup+0.310992 s]*
/proc/loadavg: 1.40 1.28 1.36 3/199 29355
/proc/meminfo: memFree=20563500/32770624 swapFree=67108860/67108860
[pid=29338] ppid=29335 vsize=14082740 memory=49256 CPUtime=0.43 cores=1,3,5,7
/proc/29338/stat : 29338 (java) S 29335 29338 29085 0 -1 1077944320 10947 0 0 0 40 3 0 0 20 0 15 0 40452068 14420725760 12314 33554432000 4194304 4196468 140736825352688 140736825335232 140561357475575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
/proc/29338/statm: 3520685 12314 3416 1 0 3482761 0
[pid=29338/tid=29340] ppid=29335 vsize=14082740 memory=6791534058613427641 CPUtime=0.3 cores=1,3,5,7
/proc/29338/task/29340/stat : 29340 (java) R 29335 29338 29085 0 -1 4202560 8437 0 0 0 28 2 0 0 20 0 15 0 40452069 14420725760 12314 33554432000 4194304 4196468 140736825352688 140561361666624 140561341556062 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29341] ppid=29335 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29341/stat : 29341 (java) S 29335 29338 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452069 14420725760 12314 33554432000 4194304 4196468 140736825352688 140561329318800 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29342] ppid=29335 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29342/stat : 29342 (java) S 29335 29338 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452069 14420725760 12314 33554432000 4194304 4196468 140736825352688 140560952040208 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29343] ppid=29335 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29343/stat : 29343 (java) S 29335 29338 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452069 14420725760 12314 33554432000 4194304 4196468 140736825352688 140560950987920 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29344] ppid=29335 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29344/stat : 29344 (java) S 29335 29338 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452069 14420725760 12314 33554432000 4194304 4196468 140736825352688 140560949935120 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29345] ppid=29335 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29345/stat : 29345 (java) S 29335 29338 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40452071 14420725760 12314 33554432000 4194304 4196468 140736825352688 140560538982512 140561357486722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29346] ppid=29335 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29346/stat : 29346 (java) S 29335 29338 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40452071 14420725760 12314 33554432000 4194304 4196468 140736825352688 140560537928480 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29347] ppid=29335 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29347/stat : 29347 (java) S 29335 29338 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40452071 14420725760 12314 33554432000 4194304 4196468 140736825352688 140560536876144 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29348] ppid=29335 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29348/stat : 29348 (java) S 29335 29338 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452074 14420725760 12314 33554432000 4194304 4196468 140736825352688 140560535824464 140561357494171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29349] ppid=29335 vsize=14082740 memory=0 CPUtime=0.02 cores=1,3,5,7
/proc/29338/task/29349/stat : 29349 (java) S 29335 29338 29085 0 -1 1077944384 467 0 0 0 2 0 0 0 20 0 15 0 40452074 14420725760 12314 33554432000 4194304 4196468 140736825352688 140560534772336 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29350] ppid=29335 vsize=14082740 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/29338/task/29350/stat : 29350 (java) S 29335 29338 29085 0 -1 1077944384 180 0 0 0 1 0 0 0 20 0 15 0 40452074 14420725760 12314 33554432000 4194304 4196468 140736825352688 140560533719536 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29351] ppid=29335 vsize=14082740 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/29338/task/29351/stat : 29351 (java) S 29335 29338 29085 0 -1 1077944384 481 0 0 0 7 0 0 0 20 0 15 0 40452074 14420725760 12314 33554432000 4194304 4196468 140736825352688 140560532667248 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29352] ppid=29335 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29352/stat : 29352 (java) S 29335 29338 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452074 14420725760 12314 33554432000 4194304 4196468 140736825352688 140560531614688 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29353] ppid=29335 vsize=14082740 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29353/stat : 29353 (java) S 29335 29338 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452074 14420725760 12314 33554432000 4194304 4196468 140736825352688 140560530561456 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 49256 KiB

[startup+0.700695 s]
/proc/loadavg: 1.40 1.28 1.36 4/214 29384
/proc/meminfo: memFree=20522608/32770624 swapFree=67108860/67108860
[pid=29338] ppid=29335 vsize=14084808 memory=88328 CPUtime=0.98 cores=1,3,5,7
/proc/29338/stat : 29338 (java) S 29335 29338 29085 0 -1 1077944320 17915 0 0 0 94 4 0 0 20 0 15 0 40452068 14422843392 22082 33554432000 4194304 4196468 140736825352688 140736825335232 140561357475575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
/proc/29338/statm: 3521202 22082 3498 1 0 3483273 0
[pid=29338/tid=29340] ppid=29335 vsize=14084808 memory=2276 CPUtime=0.67 cores=1,3,5,7
/proc/29338/task/29340/stat : 29340 (java) R 29335 29338 29085 0 -1 4202560 14888 0 0 0 64 3 0 0 20 0 15 0 40452069 14422843392 22082 33554432000 4194304 4196468 140736825352688 140561361698704 140561357497501 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29341] ppid=29335 vsize=14084808 memory=9428 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29341/stat : 29341 (java) S 29335 29338 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452069 14422843392 22082 33554432000 4194304 4196468 140736825352688 140561329318800 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29342] ppid=29335 vsize=14084808 memory=4052 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29342/stat : 29342 (java) S 29335 29338 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452069 14422843392 22082 33554432000 4194304 4196468 140736825352688 140560952040208 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29343] ppid=29335 vsize=14084808 memory=18444 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29343/stat : 29343 (java) S 29335 29338 29085 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40452069 14422843392 22082 33554432000 4194304 4196468 140736825352688 140560950987920 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29344] ppid=29335 vsize=14084808 memory=640 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29344/stat : 29344 (java) S 29335 29338 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452069 14422843392 22082 33554432000 4194304 4196468 140736825352688 140560949935120 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29345] ppid=29335 vsize=14084808 memory=1792 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29345/stat : 29345 (java) S 29335 29338 29085 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40452071 14422843392 22082 33554432000 4194304 4196468 140736825352688 140560538982512 140561357486722 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29346] ppid=29335 vsize=14084808 memory=1240 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29346/stat : 29346 (java) S 29335 29338 29085 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40452071 14422843392 22082 33554432000 4194304 4196468 140736825352688 140560537928480 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29347] ppid=29335 vsize=14084808 memory=960 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29347/stat : 29347 (java) S 29335 29338 29085 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40452071 14422843392 22082 33554432000 4194304 4196468 140736825352688 140560536876144 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29348] ppid=29335 vsize=14084808 memory=2340 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29348/stat : 29348 (java) S 29335 29338 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452074 14422843392 22082 33554432000 4194304 4196468 140736825352688 140560535824464 140561357494171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29349] ppid=29335 vsize=14084808 memory=928 CPUtime=0.07 cores=1,3,5,7
/proc/29338/task/29349/stat : 29349 (java) S 29335 29338 29085 0 -1 1077944384 625 0 0 0 7 0 0 0 20 0 15 0 40452074 14422843392 22082 33554432000 4194304 4196468 140736825352688 140560534772336 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29350] ppid=29335 vsize=14084808 memory=1572 CPUtime=0.07 cores=1,3,5,7
/proc/29338/task/29350/stat : 29350 (java) S 29335 29338 29085 0 -1 1077944384 355 0 0 0 7 0 0 0 20 0 15 0 40452074 14422843392 22082 33554432000 4194304 4196468 140736825352688 140560533719536 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29351] ppid=29335 vsize=14084808 memory=2244 CPUtime=0.14 cores=1,3,5,7
/proc/29338/task/29351/stat : 29351 (java) S 29335 29338 29085 0 -1 1077944384 663 0 0 0 14 0 0 0 20 0 15 0 40452074 14422843392 22082 33554432000 4194304 4196468 140736825352688 140560532667248 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29352] ppid=29335 vsize=14084808 memory=4124 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29352/stat : 29352 (java) S 29335 29338 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452074 14422843392 22082 33554432000 4194304 4196468 140736825352688 140560531614688 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29353] ppid=29335 vsize=14084808 memory=2200 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29353/stat : 29353 (java) S 29335 29338 29085 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40452074 14422843392 22082 33554432000 4194304 4196468 140736825352688 140560530561456 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 88328 KiB

[startup+1.50075 s]
/proc/loadavg: 1.40 1.28 1.36 4/198 29387
/proc/meminfo: memFree=20498720/32770624 swapFree=67108860/67108860
[pid=29338] ppid=29335 vsize=14086856 memory=224804 CPUtime=3.59 cores=1,3,5,7
/proc/29338/stat : 29338 (java) S 29335 29338 29085 0 -1 1077944320 25066 0 0 0 350 9 0 0 20 0 15 0 40452068 14424940544 56183 33554432000 4194304 4196468 140736825352688 140736825335232 140561357475575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
/proc/29338/statm: 3521714 56201 3564 1 0 3483785 0
[pid=29338/tid=29340] ppid=29335 vsize=14086856 memory=2321 CPUtime=1.44 cores=1,3,5,7
/proc/29338/task/29340/stat : 29340 (java) R 29335 29338 29085 0 -1 4202560 16442 0 0 0 139 5 0 0 20 0 15 0 40452069 14424940544 56201 33554432000 4194304 4196468 140736825352688 140561361710800 140560998908716 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29341] ppid=29335 vsize=14086856 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29341/stat : 29341 (java) S 29335 29338 29085 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 15 0 40452069 14424940544 56201 33554432000 4194304 4196468 140736825352688 140561329318800 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29342] ppid=29335 vsize=14086856 memory=14088 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29342/stat : 29342 (java) S 29335 29338 29085 0 -1 1077944384 93 0 0 0 0 0 0 0 20 0 15 0 40452069 14424940544 56201 33554432000 4194304 4196468 140736825352688 140560952040208 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29343] ppid=29335 vsize=14086856 memory=1296 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29343/stat : 29343 (java) S 29335 29338 29085 0 -1 1077944384 193 0 0 0 0 0 0 0 20 0 15 0 40452069 14424940544 56201 33554432000 4194304 4196468 140736825352688 140560950987920 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29344] ppid=29335 vsize=14086856 memory=2428 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29344/stat : 29344 (java) S 29335 29338 29085 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 40452069 14424940544 56201 33554432000 4194304 4196468 140736825352688 140560949935120 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29345] ppid=29335 vsize=14086856 memory=0 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29345/stat : 29345 (java) S 29335 29338 29085 0 -1 1077944384 151 0 0 0 0 0 0 0 20 0 15 0 40452071 14424940544 56201 33554432000 4194304 4196468 140736825352688 140560538982512 140561357486722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0

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

/proc/29338/task/29340/stat : 29340 (java) R 29335 29338 29085 0 -1 4202560 82741 0 0 0 219491 35 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140561361713696 140560999164687 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29341] ppid=29335 vsize=14093000 memory=3848 CPUtime=5.26 cores=1,3,5,7
/proc/29338/task/29341/stat : 29341 (java) S 29335 29338 29085 0 -1 1077944384 26021 0 0 0 484 42 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140561329318800 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29342] ppid=29335 vsize=14093000 memory=2600 CPUtime=5.29 cores=1,3,5,7
/proc/29338/task/29342/stat : 29342 (java) S 29335 29338 29085 0 -1 1077944384 25897 0 0 0 485 44 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560952040208 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29343] ppid=29335 vsize=14093000 memory=2632 CPUtime=5.27 cores=1,3,5,7
/proc/29338/task/29343/stat : 29343 (java) S 29335 29338 29085 0 -1 1077944384 26946 0 0 0 487 40 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560950987920 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29344] ppid=29335 vsize=14093000 memory=4108 CPUtime=5.28 cores=1,3,5,7
/proc/29338/task/29344/stat : 29344 (java) S 29335 29338 29085 0 -1 1077944384 25259 0 0 0 486 42 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560949935120 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29345] ppid=29335 vsize=14093000 memory=1829596 CPUtime=0.97 cores=1,3,5,7
/proc/29338/task/29345/stat : 29345 (java) S 29335 29338 29085 0 -1 1077944384 12137 0 0 0 88 9 0 0 20 0 15 0 40452071 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560538982512 140561357486722 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29346] ppid=29335 vsize=14093000 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29346/stat : 29346 (java) S 29335 29338 29085 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 40452071 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560537928544 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29347] ppid=29335 vsize=14093000 memory=5520 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29347/stat : 29347 (java) S 29335 29338 29085 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 40452071 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560536876160 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29348] ppid=29335 vsize=14093000 memory=792 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29348/stat : 29348 (java) S 29335 29338 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560535824464 140561357494171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29349] ppid=29335 vsize=14093000 memory=1228 CPUtime=4.41 cores=1,3,5,7
/proc/29338/task/29349/stat : 29349 (java) S 29335 29338 29085 0 -1 1077944384 9791 0 0 0 439 2 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560534772336 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29350] ppid=29335 vsize=14093000 memory=1944 CPUtime=4.5 cores=1,3,5,7
/proc/29338/task/29350/stat : 29350 (java) S 29335 29338 29085 0 -1 1077944384 10475 0 0 0 449 1 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560533719536 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29351] ppid=29335 vsize=14093000 memory=1424 CPUtime=1.66 cores=1,3,5,7
/proc/29338/task/29351/stat : 29351 (java) S 29335 29338 29085 0 -1 1077944384 9205 0 0 0 163 3 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560532667248 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29352] ppid=29335 vsize=14093000 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29352/stat : 29352 (java) S 29335 29338 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560531614688 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29353] ppid=29335 vsize=14093000 memory=0 CPUtime=0.63 cores=1,3,5,7
/proc/29338/task/29353/stat : 29353 (java) S 29335 29338 29085 0 -1 1077944384 1512 0 0 0 31 32 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560530561456 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
Current children cumulated CPU time: 2228.63 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1829596 KiB

[startup+2262.3 s]
/proc/loadavg: 1.67 1.66 1.68 3/215 29503
/proc/meminfo: memFree=14302052/32770624 swapFree=67108860/67108860
[pid=29338] ppid=29335 vsize=14093000 memory=1829596 CPUtime=2289.27 cores=1,3,5,7
/proc/29338/stat : 29338 (java) S 29335 29338 29085 0 -1 1077944320 234761 0 0 0 228686 241 0 0 20 0 15 0 40452068 14431232000 457399 33554432000 4194304 4196468 140736825352688 140736825335232 140561357475575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
/proc/29338/statm: 3523250 457399 3628 1 0 3485321 0
[pid=29338/tid=29340] ppid=29335 vsize=14093000 memory=4126316290023845779 CPUtime=2254.93 cores=1,3,5,7
/proc/29338/task/29340/stat : 29340 (java) R 29335 29338 29085 0 -1 4202560 83455 0 0 0 225458 35 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140561361713936 140561003312015 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29341] ppid=29335 vsize=14093000 memory=1200 CPUtime=5.49 cores=1,3,5,7
/proc/29338/task/29341/stat : 29341 (java) S 29335 29338 29085 0 -1 1077944384 26464 0 0 0 506 43 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140561329318800 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29342] ppid=29335 vsize=14093000 memory=15872 CPUtime=5.51 cores=1,3,5,7
/proc/29338/task/29342/stat : 29342 (java) S 29335 29338 29085 0 -1 1077944384 26537 0 0 0 507 44 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560952040208 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29343] ppid=29335 vsize=14093000 memory=9448 CPUtime=5.5 cores=1,3,5,7
/proc/29338/task/29343/stat : 29343 (java) S 29335 29338 29085 0 -1 1077944384 27314 0 0 0 509 41 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560950987920 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29344] ppid=29335 vsize=14093000 memory=4052 CPUtime=5.51 cores=1,3,5,7
/proc/29338/task/29344/stat : 29344 (java) S 29335 29338 29085 0 -1 1077944384 26009 0 0 0 509 42 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560949935120 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29345] ppid=29335 vsize=14093000 memory=18444 CPUtime=1.03 cores=1,3,5,7
/proc/29338/task/29345/stat : 29345 (java) S 29335 29338 29085 0 -1 1077944384 12509 0 0 0 93 10 0 0 20 0 15 0 40452071 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560538982512 140561357486722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29346] ppid=29335 vsize=14093000 memory=6689 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29346/stat : 29346 (java) S 29335 29338 29085 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 40452071 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560537928544 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29347] ppid=29335 vsize=14093000 memory=4420 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29347/stat : 29347 (java) S 29335 29338 29085 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 40452071 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560536876160 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29348] ppid=29335 vsize=14093000 memory=6628 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29348/stat : 29348 (java) S 29335 29338 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560535824464 140561357494171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29349] ppid=29335 vsize=14093000 memory=303430223234596890 CPUtime=4.41 cores=1,3,5,7
/proc/29338/task/29349/stat : 29349 (java) S 29335 29338 29085 0 -1 1077944384 9795 0 0 0 439 2 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560534772336 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29350] ppid=29335 vsize=14093000 memory=288230621803970871 CPUtime=4.5 cores=1,3,5,7
/proc/29338/task/29350/stat : 29350 (java) S 29335 29338 29085 0 -1 1077944384 10479 0 0 0 449 1 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560533719536 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29351] ppid=29335 vsize=14093000 memory=14418107267549734 CPUtime=1.66 cores=1,3,5,7
/proc/29338/task/29351/stat : 29351 (java) S 29335 29338 29085 0 -1 1077944384 9209 0 0 0 163 3 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560532667248 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29352] ppid=29335 vsize=14093000 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29352/stat : 29352 (java) S 29335 29338 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560531614688 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29353] ppid=29335 vsize=14093000 memory=8384 CPUtime=0.65 cores=1,3,5,7
/proc/29338/task/29353/stat : 29353 (java) S 29335 29338 29085 0 -1 1077944384 1538 0 0 0 32 33 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560530561456 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
Current children cumulated CPU time: 2289.27 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1829596 KiB

[startup+2322.3 s]
/proc/loadavg: 1.53 1.63 1.67 3/215 29504
/proc/meminfo: memFree=14322492/32770624 swapFree=67108860/67108860
[pid=29338] ppid=29335 vsize=14093000 memory=1829596 CPUtime=2349.92 cores=1,3,5,7
/proc/29338/stat : 29338 (java) S 29335 29338 29085 0 -1 1077944320 236993 0 0 0 234748 244 0 0 20 0 15 0 40452068 14431232000 457399 33554432000 4194304 4196468 140736825352688 140736825335232 140561357475575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
/proc/29338/statm: 3523250 457399 3628 1 0 3485321 0
[pid=29338/tid=29340] ppid=29335 vsize=14093000 memory=288230621803970871 CPUtime=2314.61 cores=1,3,5,7
/proc/29338/task/29340/stat : 29340 (java) R 29335 29338 29085 0 -1 4202560 84113 0 0 0 231426 35 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140561361713824 140560999164640 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29341] ppid=29335 vsize=14093000 memory=14418107267549734 CPUtime=5.71 cores=1,3,5,7
/proc/29338/task/29341/stat : 29341 (java) S 29335 29338 29085 0 -1 1077944384 26836 0 0 0 528 43 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140561329318800 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29342] ppid=29335 vsize=14093000 memory=1424 CPUtime=5.74 cores=1,3,5,7
/proc/29338/task/29342/stat : 29342 (java) S 29335 29338 29085 0 -1 1077944384 26928 0 0 0 529 45 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560952040208 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29343] ppid=29335 vsize=14093000 memory=4612 CPUtime=5.72 cores=1,3,5,7
/proc/29338/task/29343/stat : 29343 (java) S 29335 29338 29085 0 -1 1077944384 27704 0 0 0 531 41 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560950987920 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29344] ppid=29335 vsize=14093000 memory=8384 CPUtime=5.74 cores=1,3,5,7
/proc/29338/task/29344/stat : 29344 (java) S 29335 29338 29085 0 -1 1077944384 26208 0 0 0 531 43 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560949935120 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29345] ppid=29335 vsize=14093000 memory=33 CPUtime=1.07 cores=1,3,5,7
/proc/29338/task/29345/stat : 29345 (java) S 29335 29338 29085 0 -1 1077944384 12710 0 0 0 97 10 0 0 20 0 15 0 40452071 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560538982512 140561357486722 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29346] ppid=29335 vsize=14093000 memory=4028 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29346/stat : 29346 (java) S 29335 29338 29085 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 40452071 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560537928544 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29347] ppid=29335 vsize=14093000 memory=14128 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29347/stat : 29347 (java) S 29335 29338 29085 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 40452071 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560536876160 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29348] ppid=29335 vsize=14093000 memory=1228 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29348/stat : 29348 (java) S 29335 29338 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560535824464 140561357494171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29349] ppid=29335 vsize=14093000 memory=1944 CPUtime=4.41 cores=1,3,5,7
/proc/29338/task/29349/stat : 29349 (java) S 29335 29338 29085 0 -1 1077944384 9797 0 0 0 439 2 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560534772336 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29350] ppid=29335 vsize=14093000 memory=1829596 CPUtime=4.5 cores=1,3,5,7
/proc/29338/task/29350/stat : 29350 (java) S 29335 29338 29085 0 -1 1077944384 10481 0 0 0 449 1 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560533719536 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29351] ppid=29335 vsize=14093000 memory=6791534058613427641 CPUtime=1.66 cores=1,3,5,7
/proc/29338/task/29351/stat : 29351 (java) S 29335 29338 29085 0 -1 1077944384 9211 0 0 0 163 3 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560532667248 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29352] ppid=29335 vsize=14093000 memory=8384 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29352/stat : 29352 (java) S 29335 29338 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560531614688 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29353] ppid=29335 vsize=14093000 memory=1004 CPUtime=0.67 cores=1,3,5,7
/proc/29338/task/29353/stat : 29353 (java) S 29335 29338 29085 0 -1 1077944384 1553 0 0 0 33 34 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560530561456 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
Current children cumulated CPU time: 2349.92 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1829596 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2371.9 s]
/proc/loadavg: 1.69 1.66 1.68 3/215 29582
/proc/meminfo: memFree=18766228/32770624 swapFree=67108860/67108860
[pid=29338] ppid=29335 vsize=14093000 memory=1829596 CPUtime=2400.06 cores=1,3,5,7
/proc/29338/stat : 29338 (java) S 29335 29338 29085 0 -1 1077944320 238915 0 0 0 239761 245 0 0 20 0 15 0 40452068 14431232000 457399 33554432000 4194304 4196468 140736825352688 140736825335232 140561357475575 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
/proc/29338/statm: 3523250 457399 3628 1 0 3485321 0
[pid=29338/tid=29340] ppid=29335 vsize=14093000 memory=1572 CPUtime=2363.97 cores=1,3,5,7
/proc/29338/task/29340/stat : 29340 (java) R 29335 29338 29085 0 -1 4202560 84632 0 0 0 236362 35 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140561361713664 140560999164720 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29341] ppid=29335 vsize=14093000 memory=2244 CPUtime=5.89 cores=1,3,5,7
/proc/29338/task/29341/stat : 29341 (java) S 29335 29338 29085 0 -1 1077944384 27257 0 0 0 546 43 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140561329318800 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29342] ppid=29335 vsize=14093000 memory=4124 CPUtime=5.93 cores=1,3,5,7
/proc/29338/task/29342/stat : 29342 (java) S 29335 29338 29085 0 -1 1077944384 27075 0 0 0 548 45 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560952040208 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29343] ppid=29335 vsize=14093000 memory=2200 CPUtime=5.91 cores=1,3,5,7
/proc/29338/task/29343/stat : 29343 (java) S 29335 29338 29085 0 -1 1077944384 27811 0 0 0 550 41 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560950987920 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29344] ppid=29335 vsize=14093000 memory=6791534058613427641 CPUtime=5.92 cores=1,3,5,7
/proc/29338/task/29344/stat : 29344 (java) S 29335 29338 29085 0 -1 1077944384 26723 0 0 0 549 43 0 0 20 0 15 0 40452069 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560949935120 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29345] ppid=29335 vsize=14093000 memory=916 CPUtime=1.11 cores=1,3,5,7
/proc/29338/task/29345/stat : 29345 (java) S 29335 29338 29085 0 -1 1077944384 12904 0 0 0 100 11 0 0 20 0 15 0 40452071 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560538982512 140561357486722 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29346] ppid=29335 vsize=14093000 memory=3848 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29346/stat : 29346 (java) S 29335 29338 29085 0 -1 1077944384 73 0 0 0 0 0 0 0 20 0 15 0 40452071 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560537928544 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29347] ppid=29335 vsize=14093000 memory=2600 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29347/stat : 29347 (java) S 29335 29338 29085 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 40452071 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560536876160 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29348] ppid=29335 vsize=14093000 memory=2632 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29348/stat : 29348 (java) S 29335 29338 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560535824464 140561357494171 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29349] ppid=29335 vsize=14093000 memory=2428 CPUtime=4.41 cores=1,3,5,7
/proc/29338/task/29349/stat : 29349 (java) S 29335 29338 29085 0 -1 1077944384 9799 0 0 0 439 2 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560534772336 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29350] ppid=29335 vsize=14093000 memory=1728 CPUtime=4.5 cores=1,3,5,7
/proc/29338/task/29350/stat : 29350 (java) S 29335 29338 29085 0 -1 1077944384 10483 0 0 0 449 1 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560533719536 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29351] ppid=29335 vsize=14093000 memory=1004 CPUtime=1.66 cores=1,3,5,7
/proc/29338/task/29351/stat : 29351 (java) S 29335 29338 29085 0 -1 1077944384 9213 0 0 0 163 3 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560532667248 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29352] ppid=29335 vsize=14093000 memory=11956 CPUtime=0 cores=1,3,5,7
/proc/29338/task/29352/stat : 29352 (java) S 29335 29338 29085 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560531614688 140561357485781 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
[pid=29338/tid=29353] ppid=29335 vsize=14093000 memory=5520 CPUtime=0.68 cores=1,3,5,7
/proc/29338/task/29353/stat : 29353 (java) S 29335 29338 29085 0 -1 1077944384 1566 0 0 0 33 35 0 0 20 0 15 0 40452074 14431232000 457399 33554432000 4194304 4196468 140736825352688 140560530561456 140561357486722 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8871936 140736825361493 140736825361673 140736825361673 140736825364431 0
Current children cumulated CPU time: 2400.06 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1829596 KiB

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

[startup+2371.92 s]
# the end of solver process 29338 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2397.62 s, system=2.46911 s

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

Child status: 143
Real time (s): 2371.92
CPU time (s): 2400.09
CPU user time (s): 2397.62
CPU system time (s): 2.46911
CPU usage (%): 101.188
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 2677612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.62
system time used= 2.46911
maximum resident set size= 2681672
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 239175
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2616
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 80613
involuntary context switches= 2058


# summary of solver processes directly reported to runsolver:
#   pid: 29338
#   total CPU time (s): 2400.09
#   total CPU user time (s): 2397.62
#   total CPU system time (s): 2.46911

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.0783 second user time and 22.8417 second system time

The end

Launcher Data

Begin job on node151 at 2018-07-22 05:08:09
IDJOB=4291610
IDBENCH=141041
IDSOLVER=2746
FILE ID=node151/4291610-1532228889
RUNJOBID= node151-1532226532-29117
PBS_JOBID= 21018950
Free space on /tmp= 55036 MiB

SOLVER NAME= OscaR - Hybrid 2018-07-02
BENCH NAME= XCSP18/NurseRostering/NurseRostering-19_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-4291610-1532228889/watcher-4291610-1532228889 -o /tmp/evaluation-result-4291610-1532228889/solver-4291610-1532228889 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1532226532-29117 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-hybrid.jar --randomseed 707935308 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4291610-1532228889.xml

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

MD5SUM BENCH= 4516482276b9b550f1c9d24d3edf9abb
RANDOM SEED=707935308

node151.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.87
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.87
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.87
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.87
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:        19573840 kB
MemAvailable:   30912456 kB
Buffers:          228200 kB
Cached:         11260136 kB
SwapCached:            0 kB
Active:          2070976 kB
Inactive:       10496096 kB
Active(anon):    1081480 kB
Inactive(anon):    16936 kB
Active(file):     989496 kB
Inactive(file): 10479160 kB
Unevictable:        7940 kB
Mlocked:            7940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             36192 kB
Writeback:             0 kB
AnonPages:       1103104 kB
Mapped:            48884 kB
Shmem:             17032 kB
Slab:             325548 kB
SReclaimable:     298420 kB
SUnreclaim:        27128 kB
KernelStack:        3792 kB
PageTables:         7412 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1714144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1028096 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= 55000 MiB
End job on node151 at 2018-07-22 05:47:41