Trace number 4290411

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

NameNurseRostering/
NurseRostering-18_c18.xml
MD5SUM2080050c46f9199df44cd86a0d29de9d
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 variables3286
Number of constraints8967
Number of domains16
Minimum domain size1
Maximum domain size85
Distribution of domain sizes[{"size":1,"count":96},{"size":2,"count":678},{"size":4,"count":1848},{"size":23,"count":588},{"size":41,"count":2},{"size":44,"count":16},{"size":85,"count":58}]
Minimum variable degree2
Maximum variable degree23
Distribution of variable degrees[{"degree":2,"count":1174},{"degree":3,"count":264},{"degree":13,"count":19},{"degree":14,"count":23},{"degree":15,"count":2},{"degree":16,"count":17},{"degree":17,"count":24},{"degree":18,"count":38},{"degree":19,"count":38},{"degree":20,"count":189},{"degree":21,"count":776},{"degree":22,"count":573},{"degree":23,"count":149}]
Minimum constraint arity2
Maximum constraint arity176
Distribution of constraint arities[{"arity":2,"count":3148},{"arity":3,"count":3608},{"arity":4,"count":22},{"arity":5,"count":320},{"arity":6,"count":1422},{"arity":12,"count":22},{"arity":23,"count":336},{"arity":85,"count":88},{"arity":176,"count":1}]
Number of extensional constraints2162
Number of intensional constraints986
Distribution of constraint types[{"type":"extension","count":2162},{"type":"intension","count":986},{"type":"regular","count":3608},{"type":"sum","count":44},{"type":"count","count":2166},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.67/0.59	c version: 2018-07-02
0.67/0.59	c seed: 524952069
0.67/0.59	c timeout: 2400
0.67/0.59	c memlimit: 11000
0.67/0.59	c nbcore: 4
0.81/0.61	c Parsing instance...
12.26/5.37	c Parsing done, starting search...
2400.07/2379.40	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 (10771 MiB free)
  memory of node 1: 16384 MiB (12095 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4290411-1532228912/watcher-4290411-1532228912 -o /tmp/evaluation-result-4290411-1532228912/solver-4290411-1532228912 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532226533-28559 --watchdog 2560 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 524952069 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290411-1532228912.xml 

running on 4 cores: 0,2,4,6

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=28866, runsolver pid=28863

[startup+0.109437 s]*
/proc/loadavg: 1.44 1.34 1.33 4/218 28881
/proc/meminfo: memFree=23389180/32770624 swapFree=67108860/67108860
[pid=28866] ppid=28863 vsize=14082740 memory=32160 CPUtime=0.12 cores=0,2,4,6
/proc/28866/stat : 28866 (java) S 28863 28866 28528 0 -1 1077944320 6934 0 0 0 10 2 0 0 20 0 15 0 40454386 14420725760 8040 33554432000 4194304 4196468 140734555237088 140734555219632 140323419594487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
/proc/28866/statm: 3520685 8040 3160 1 0 3482761 0
[pid=28866/tid=28868] ppid=28863 vsize=14082740 memory=-8629632960754519938 CPUtime=0.1 cores=0,2,4,6
/proc/28866/task/28868/stat : 28868 (java) R 28863 28866 28528 0 -1 4202560 4986 0 0 0 8 2 0 0 20 0 15 0 40454387 14420725760 8040 33554432000 4194304 4196468 140734555237088 140323423819352 140323399870315 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28869] ppid=28863 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28869/stat : 28869 (java) S 28863 28866 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454388 14420725760 8040 33554432000 4194304 4196468 140734555237088 140323372215184 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28870] ppid=28863 vsize=14082740 memory=140429453035136 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28870/stat : 28870 (java) S 28863 28866 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454388 14420725760 8040 33554432000 4194304 4196468 140734555237088 140323371162384 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28871] ppid=28863 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28871/stat : 28871 (java) S 28863 28866 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454388 14420725760 8040 33554432000 4194304 4196468 140734555237088 140323370110096 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28872] ppid=28863 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28872/stat : 28872 (java) S 28863 28866 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454388 14420725760 8040 33554432000 4194304 4196468 140734555237088 140323369057296 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28873] ppid=28863 vsize=14082740 memory=140429453035136 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28873/stat : 28873 (java) S 28863 28866 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454389 14420725760 8040 33554432000 4194304 4196468 140734555237088 140322961795184 140323419605634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28874] ppid=28863 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28874/stat : 28874 (java) S 28863 28866 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40454389 14420725760 8106 33554432000 4194304 4196468 140734555237088 140322960741152 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28875] ppid=28863 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28875/stat : 28875 (java) S 28863 28866 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40454389 14420725760 8106 33554432000 4194304 4196468 140734555237088 140322959688816 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28876] ppid=28863 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28876/stat : 28876 (java) S 28863 28866 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454392 14420725760 8106 33554432000 4194304 4196468 140734555237088 140322958637136 140323419613083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28877] ppid=28863 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28877/stat : 28877 (java) S 28863 28866 28528 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 40454392 14420725760 8106 33554432000 4194304 4196468 140734555237088 140322889788016 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28878] ppid=28863 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28878/stat : 28878 (java) S 28863 28866 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40454392 14420725760 8106 33554432000 4194304 4196468 140734555237088 140322888735216 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28879] ppid=28863 vsize=14082740 memory=140429453035136 CPUtime=0.01 cores=0,2,4,6
/proc/28866/task/28879/stat : 28879 (java) S 28863 28866 28528 0 -1 1077944384 286 0 0 0 1 0 0 0 20 0 15 0 40454392 14420725760 8106 33554432000 4194304 4196468 140734555237088 140322887682928 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28880] ppid=28863 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28880/stat : 28880 (java) S 28863 28866 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454392 14420725760 8106 33554432000 4194304 4196468 140734555237088 140322886630368 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28881] ppid=28863 vsize=14082740 memory=140429453035136 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28881/stat : 28881 (java) S 28863 28866 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454392 14420725760 8106 33554432000 4194304 4196468 140734555237088 140322885577136 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 32160 KiB

[startup+0.210344 s]*
/proc/loadavg: 1.44 1.34 1.33 5/218 28881
/proc/meminfo: memFree=23371324/32770624 swapFree=67108860/67108860
[pid=28866] ppid=28863 vsize=14082740 memory=47444 CPUtime=0.28 cores=0,2,4,6
/proc/28866/stat : 28866 (java) S 28863 28866 28528 0 -1 1077944320 10444 0 0 0 24 4 0 0 20 0 15 0 40454386 14420725760 11861 33554432000 4194304 4196468 140734555237088 140734555219632 140323419594487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
/proc/28866/statm: 3520685 11861 3325 1 0 3482761 0
[pid=28866/tid=28868] ppid=28863 vsize=14082740 memory=7022364594140610616 CPUtime=0.2 cores=0,2,4,6
/proc/28866/task/28868/stat : 28868 (java) R 28863 28866 28528 0 -1 4202560 8243 0 0 0 17 3 0 0 20 0 15 0 40454387 14420725760 11861 33554432000 4194304 4196468 140734555237088 140323423816544 140323403674974 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28869] ppid=28863 vsize=14082740 memory=365 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28869/stat : 28869 (java) S 28863 28866 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454388 14420725760 11861 33554432000 4194304 4196468 140734555237088 140323372215184 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28870] ppid=28863 vsize=14082740 memory=288370805604746880 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28870/stat : 28870 (java) S 28863 28866 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454388 14420725760 11861 33554432000 4194304 4196468 140734555237088 140323371162384 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28871] ppid=28863 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28871/stat : 28871 (java) S 28863 28866 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454388 14420725760 11861 33554432000 4194304 4196468 140734555237088 140323370110096 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28872] ppid=28863 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28872/stat : 28872 (java) S 28863 28866 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454388 14420725760 11861 33554432000 4194304 4196468 140734555237088 140323369057296 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28873] ppid=28863 vsize=14082740 memory=140429453035136 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28873/stat : 28873 (java) S 28863 28866 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40454389 14420725760 11861 33554432000 4194304 4196468 140734555237088 140322961795184 140323419605634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28874] ppid=28863 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28874/stat : 28874 (java) S 28863 28866 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40454389 14420725760 11861 33554432000 4194304 4196468 140734555237088 140322960741152 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28875] ppid=28863 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28875/stat : 28875 (java) S 28863 28866 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40454389 14420725760 11861 33554432000 4194304 4196468 140734555237088 140322959688816 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28876] ppid=28863 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28876/stat : 28876 (java) S 28863 28866 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454392 14420725760 11861 33554432000 4194304 4196468 140734555237088 140322958637136 140323419613083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28877] ppid=28863 vsize=14082740 memory=0 CPUtime=0.01 cores=0,2,4,6
/proc/28866/task/28877/stat : 28877 (java) R 28863 28866 28528 0 -1 4202560 451 0 0 0 1 0 0 0 20 0 15 0 40454392 14420725760 11861 33554432000 4194304 4196468 140734555237088 140322889788016 140323400294784 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28878] ppid=28863 vsize=14082740 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28866/task/28878/stat : 28878 (java) R 28863 28866 28528 0 -1 1077944384 68 0 0 0 1 0 0 0 20 0 15 0 40454392 14420725760 11861 33554432000 4194304 4196468 140734555237088 140322888735216 140323419605634 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28879] ppid=28863 vsize=14082740 memory=140429453035136 CPUtime=0.05 cores=0,2,4,6
/proc/28866/task/28879/stat : 28879 (java) R 28863 28866 28528 0 -1 4202560 304 0 0 0 5 0 0 0 20 0 15 0 40454392 14420725760 11861 33554432000 4194304 4196468 140734555237088 140322887682928 140323398560630 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28880] ppid=28863 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28880/stat : 28880 (java) S 28863 28866 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454392 14420725760 11861 33554432000 4194304 4196468 140734555237088 140322886630368 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28881] ppid=28863 vsize=14082740 memory=140429453035136 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28881/stat : 28881 (java) S 28863 28866 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454392 14420725760 11861 33554432000 4194304 4196468 140734555237088 140322885577136 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
Current children cumulated CPU time: 0.28 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 47444 KiB

[startup+0.310518 s]*
/proc/loadavg: 1.44 1.34 1.33 3/218 28881
/proc/meminfo: memFree=23362328/32770624 swapFree=67108860/67108860
[pid=28866] ppid=28863 vsize=14082740 memory=50832 CPUtime=0.44 cores=0,2,4,6
/proc/28866/stat : 28866 (java) S 28863 28866 28528 0 -1 1077944320 10867 0 0 0 40 4 0 0 20 0 15 0 40454386 14420725760 12708 33554432000 4194304 4196468 140734555237088 140734555219632 140323419594487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
/proc/28866/statm: 3520685 12708 3407 1 0 3482761 0
[pid=28866/tid=28868] ppid=28863 vsize=14082740 memory=7311146985107750967 CPUtime=0.29 cores=0,2,4,6
/proc/28866/task/28868/stat : 28868 (java) R 28863 28866 28528 0 -1 4202560 8536 0 0 0 26 3 0 0 20 0 15 0 40454387 14420725760 12708 33554432000 4194304 4196468 140734555237088 140323423802320 140323401158016 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28869] ppid=28863 vsize=14082740 memory=288230613314699287 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28869/stat : 28869 (java) S 28863 28866 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454388 14420725760 12708 33554432000 4194304 4196468 140734555237088 140323372215184 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28870] ppid=28863 vsize=14082740 memory=288370805604746880 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28870/stat : 28870 (java) S 28863 28866 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454388 14420725760 12708 33554432000 4194304 4196468 140734555237088 140323371162384 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28871] ppid=28863 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28871/stat : 28871 (java) S 28863 28866 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454388 14420725760 12708 33554432000 4194304 4196468 140734555237088 140323370110096 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28872] ppid=28863 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28872/stat : 28872 (java) S 28863 28866 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454388 14420725760 12708 33554432000 4194304 4196468 140734555237088 140323369057296 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28873] ppid=28863 vsize=14082740 memory=140429453035136 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28873/stat : 28873 (java) S 28863 28866 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40454389 14420725760 12708 33554432000 4194304 4196468 140734555237088 140322961795184 140323419605634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28874] ppid=28863 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28874/stat : 28874 (java) S 28863 28866 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40454389 14420725760 12708 33554432000 4194304 4196468 140734555237088 140322960741152 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28875] ppid=28863 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28875/stat : 28875 (java) S 28863 28866 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40454389 14420725760 12708 33554432000 4194304 4196468 140734555237088 140322959688816 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28876] ppid=28863 vsize=14082740 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28876/stat : 28876 (java) S 28863 28866 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454392 14420725760 12708 33554432000 4194304 4196468 140734555237088 140322958637136 140323419613083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28877] ppid=28863 vsize=14082740 memory=0 CPUtime=0.03 cores=0,2,4,6
/proc/28866/task/28877/stat : 28877 (java) S 28863 28866 28528 0 -1 1077944384 473 0 0 0 3 0 0 0 20 0 15 0 40454392 14420725760 12708 33554432000 4194304 4196468 140734555237088 140322889788016 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28878] ppid=28863 vsize=14082740 memory=-1 CPUtime=0.02 cores=0,2,4,6
/proc/28866/task/28878/stat : 28878 (java) S 28863 28866 28528 0 -1 1077944384 158 0 0 0 2 0 0 0 20 0 15 0 40454392 14420725760 12708 33554432000 4194304 4196468 140734555237088 140322888735216 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28879] ppid=28863 vsize=14082740 memory=140429453035136 CPUtime=0.08 cores=0,2,4,6
/proc/28866/task/28879/stat : 28879 (java) S 28863 28866 28528 0 -1 1077944384 317 0 0 0 8 0 0 0 20 0 15 0 40454392 14420725760 12708 33554432000 4194304 4196468 140734555237088 140322887682928 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28880] ppid=28863 vsize=14082740 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28880/stat : 28880 (java) S 28863 28866 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454392 14420725760 12708 33554432000 4194304 4196468 140734555237088 140322886630368 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28881] ppid=28863 vsize=14082740 memory=140429453035136 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28881/stat : 28881 (java) S 28863 28866 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454392 14420725760 12708 33554432000 4194304 4196468 140734555237088 140322885577136 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
Current children cumulated CPU time: 0.44 s
Current children cumulated vsize: 14082740 KiB
Current children cumulated memory: 50832 KiB

[startup+0.700791 s]
/proc/loadavg: 1.44 1.34 1.33 3/218 28881
/proc/meminfo: memFree=23324156/32770624 swapFree=67108860/67108860
[pid=28866] ppid=28863 vsize=14084808 memory=86308 CPUtime=0.98 cores=0,2,4,6
/proc/28866/stat : 28866 (java) S 28863 28866 28528 0 -1 1077944320 17475 0 0 0 90 8 0 0 20 0 15 0 40454386 14422843392 21577 33554432000 4194304 4196468 140734555237088 140734555219632 140323419594487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
/proc/28866/statm: 3521202 21577 3496 1 0 3483273 0
[pid=28866/tid=28868] ppid=28863 vsize=14084808 memory=1728 CPUtime=0.67 cores=0,2,4,6
/proc/28866/task/28868/stat : 28868 (java) R 28863 28866 28528 0 -1 4202560 14792 0 0 0 61 6 0 0 20 0 15 0 40454387 14422843392 21577 33554432000 4194304 4196468 140734555237088 140323423813648 140323403674974 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28869] ppid=28863 vsize=14084808 memory=792 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28869/stat : 28869 (java) S 28863 28866 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454388 14422843392 21577 33554432000 4194304 4196468 140734555237088 140323372215184 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28870] ppid=28863 vsize=14084808 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28870/stat : 28870 (java) S 28863 28866 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454388 14422843392 21577 33554432000 4194304 4196468 140734555237088 140323371162384 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28871] ppid=28863 vsize=14084808 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28871/stat : 28871 (java) S 28863 28866 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454388 14422843392 21577 33554432000 4194304 4196468 140734555237088 140323370110096 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28872] ppid=28863 vsize=14084808 memory=5524 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28872/stat : 28872 (java) S 28863 28866 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454388 14422843392 21577 33554432000 4194304 4196468 140734555237088 140323369057296 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28873] ppid=28863 vsize=14084808 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28873/stat : 28873 (java) S 28863 28866 28528 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 40454389 14422843392 21577 33554432000 4194304 4196468 140734555237088 140322961795184 140323419605634 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28874] ppid=28863 vsize=14084808 memory=1200 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28874/stat : 28874 (java) S 28863 28866 28528 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 40454389 14422843392 21577 33554432000 4194304 4196468 140734555237088 140322960741152 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28875] ppid=28863 vsize=14084808 memory=1008 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28875/stat : 28875 (java) S 28863 28866 28528 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 40454389 14422843392 21577 33554432000 4194304 4196468 140734555237088 140322959688816 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28876] ppid=28863 vsize=14084808 memory=7518026621751088994 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28876/stat : 28876 (java) S 28863 28866 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454392 14422843392 21577 33554432000 4194304 4196468 140734555237088 140322958637136 140323419613083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28877] ppid=28863 vsize=14084808 memory=6082227202167695463 CPUtime=0.09 cores=0,2,4,6
/proc/28866/task/28877/stat : 28877 (java) R 28863 28866 28528 0 -1 4202560 638 0 0 0 9 0 0 0 20 0 15 0 40454392 14422843392 21577 33554432000 4194304 4196468 140734555237088 140322889776688 140323403490264 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28878] ppid=28863 vsize=14084808 memory=7810487918915055718 CPUtime=0.05 cores=0,2,4,6
/proc/28866/task/28878/stat : 28878 (java) S 28863 28866 28528 0 -1 1077944384 287 0 0 0 5 0 0 0 20 0 15 0 40454392 14422843392 21577 33554432000 4194304 4196468 140734555237088 140322888735216 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28879] ppid=28863 vsize=14084808 memory=0 CPUtime=0.15 cores=0,2,4,6
/proc/28866/task/28879/stat : 28879 (java) S 28863 28866 28528 0 -1 1077944384 376 0 0 0 15 0 0 0 20 0 15 0 40454392 14422843392 21577 33554432000 4194304 4196468 140734555237088 140322887682928 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28880] ppid=28863 vsize=14084808 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28880/stat : 28880 (java) S 28863 28866 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454392 14422843392 21577 33554432000 4194304 4196468 140734555237088 140322886630368 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28881] ppid=28863 vsize=14084808 memory=33 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28881/stat : 28881 (java) S 28863 28866 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454392 14422843392 21577 33554432000 4194304 4196468 140734555237088 140322885577136 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084808 KiB
Current children cumulated memory: 86308 KiB

[startup+1.50067 s]
/proc/loadavg: 1.44 1.34 1.33 7/218 28881
/proc/meminfo: memFree=23235024/32770624 swapFree=67108860/67108860
[pid=28866] ppid=28863 vsize=14088904 memory=176408 CPUtime=3.28 cores=0,2,4,6
/proc/28866/stat : 28866 (java) S 28863 28866 28528 0 -1 1077944320 24321 0 0 0 317 11 0 0 20 0 15 0 40454386 14427037696 44102 33554432000 4194304 4196468 140734555237088 140734555219632 140323419594487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
/proc/28866/statm: 3522226 44102 3552 1 0 3484297 0
[pid=28866/tid=28868] ppid=28863 vsize=14088904 memory=6791534058613427641 CPUtime=1.47 cores=0,2,4,6
/proc/28866/task/28868/stat : 28868 (java) R 28863 28866 28528 0 -1 4202560 17259 0 0 0 139 8 0 0 20 0 15 0 40454387 14427037696 44102 33554432000 4194304 4196468 140734555237088 140323423830704 140323041919758 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28869] ppid=28863 vsize=14088904 memory=-6951259422114956437 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28869/stat : 28869 (java) S 28863 28866 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454388 14427037696 44102 33554432000 4194304 4196468 140734555237088 140323372215184 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28870] ppid=28863 vsize=14088904 memory=-6509546260019855299 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28870/stat : 28870 (java) S 28863 28866 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454388 14427037696 44102 33554432000 4194304 4196468 140734555237088 140323371162384 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28871] ppid=28863 vsize=14088904 memory=-7390251449858225344 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28871/stat : 28871 (java) S 28863 28866 28528 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 40454388 14427037696 44102 33554432000 4194304 4196468 140734555237088 140323370110096 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28872] ppid=28863 vsize=14088904 memory=4134692831991786133 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28872/stat : 28872 (java) S 28863 28866 28528 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 40454388 14427037696 44102 33554432000 4194304 4196468 140734555237088 140323369057296 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28873] ppid=28863 vsize=14088904 memory=-7165351541977658656 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28873/stat : 28873 (java) S 28863 28866 28528 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 40454389 14427037696 44102 33554432000 4194304 4196468 140734555237088 140322961795184 140323419605634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0

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

/proc/28866/task/28868/stat : 28868 (java) R 28863 28866 28528 0 -1 4202560 75841 0 0 0 219463 35 0 0 20 0 15 0 40454387 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323423832640 140323041920322 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28869] ppid=28863 vsize=14093000 memory=1476068 CPUtime=3.99 cores=0,2,4,6
/proc/28866/task/28869/stat : 28869 (java) S 28863 28866 28528 0 -1 1077944384 25623 0 0 0 375 24 0 0 20 0 15 0 40454388 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323372215184 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28870] ppid=28863 vsize=14093000 memory=1476068 CPUtime=3.99 cores=0,2,4,6
/proc/28866/task/28870/stat : 28870 (java) S 28863 28866 28528 0 -1 1077944384 24525 0 0 0 375 24 0 0 20 0 15 0 40454388 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323371162384 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28871] ppid=28863 vsize=14093000 memory=1474020 CPUtime=3.98 cores=0,2,4,6
/proc/28866/task/28871/stat : 28871 (java) S 28863 28866 28528 0 -1 1077944384 24813 0 0 0 374 24 0 0 20 0 15 0 40454388 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323370110096 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28872] ppid=28863 vsize=14093000 memory=1476068 CPUtime=4 cores=0,2,4,6
/proc/28866/task/28872/stat : 28872 (java) S 28863 28866 28528 0 -1 1077944384 18642 0 0 0 377 23 0 0 20 0 15 0 40454388 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323369057296 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28873] ppid=28863 vsize=14093000 memory=1476068 CPUtime=1.83 cores=0,2,4,6
/proc/28866/task/28873/stat : 28873 (java) S 28863 28866 28528 0 -1 1077944384 16461 0 0 0 168 15 0 0 20 0 15 0 40454389 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322961795184 140323419605634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28874] ppid=28863 vsize=14093000 memory=1476068 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28874/stat : 28874 (java) S 28863 28866 28528 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 40454389 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322960741216 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28875] ppid=28863 vsize=14093000 memory=1476068 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28875/stat : 28875 (java) S 28863 28866 28528 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 40454389 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322959688832 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28876] ppid=28863 vsize=14093000 memory=2448 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28876/stat : 28876 (java) S 28863 28866 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322958637136 140323419613083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28877] ppid=28863 vsize=14093000 memory=1728 CPUtime=3.34 cores=0,2,4,6
/proc/28866/task/28877/stat : 28877 (java) S 28863 28866 28528 0 -1 1077944384 11505 0 0 0 333 1 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322889788016 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28878] ppid=28863 vsize=14093000 memory=215574 CPUtime=3.35 cores=0,2,4,6
/proc/28866/task/28878/stat : 28878 (java) S 28863 28866 28528 0 -1 1077944384 9273 0 0 0 333 2 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322888735216 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28879] ppid=28863 vsize=14093000 memory=0 CPUtime=1.47 cores=0,2,4,6
/proc/28866/task/28879/stat : 28879 (java) S 28863 28866 28528 0 -1 1077944384 15938 0 0 0 144 3 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322887682928 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28880] ppid=28863 vsize=14093000 memory=1476068 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28880/stat : 28880 (java) S 28863 28866 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322886630368 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28881] ppid=28863 vsize=14093000 memory=1474020 CPUtime=0.87 cores=0,2,4,6
/proc/28866/task/28881/stat : 28881 (java) S 28863 28866 28528 0 -1 1077944384 2107 0 0 0 42 45 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322885577136 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
Current children cumulated CPU time: 2221.89 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1476068 KiB

[startup+2262.3 s]
/proc/loadavg: 1.17 1.34 1.38 3/218 28955
/proc/meminfo: memFree=21212616/32770624 swapFree=67108860/67108860
[pid=28866] ppid=28863 vsize=14093000 memory=1476068 CPUtime=2282.27 cores=0,2,4,6
/proc/28866/stat : 28866 (java) S 28863 28866 28528 0 -1 1077944320 228981 0 0 0 228047 180 0 0 20 0 15 0 40454386 14431232000 369017 33554432000 4194304 4196468 140734555237088 140734555219632 140323419594487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
/proc/28866/statm: 3523250 369017 3627 1 0 3485321 0
[pid=28866/tid=28868] ppid=28863 vsize=14093000 memory=1476068 CPUtime=2254.74 cores=0,2,4,6
/proc/28866/task/28868/stat : 28868 (java) R 28863 28866 28528 0 -1 4202560 76868 0 0 0 225439 35 0 0 20 0 15 0 40454387 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323423832752 140323056163610 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28869] ppid=28863 vsize=14093000 memory=1476068 CPUtime=4.13 cores=0,2,4,6
/proc/28866/task/28869/stat : 28869 (java) S 28863 28866 28528 0 -1 1077944384 25868 0 0 0 388 25 0 0 20 0 15 0 40454388 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323372215184 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28870] ppid=28863 vsize=14093000 memory=1476068 CPUtime=4.12 cores=0,2,4,6
/proc/28866/task/28870/stat : 28870 (java) S 28863 28866 28528 0 -1 1077944384 25069 0 0 0 387 25 0 0 20 0 15 0 40454388 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323371162384 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28871] ppid=28863 vsize=14093000 memory=4132 CPUtime=4.11 cores=0,2,4,6
/proc/28866/task/28871/stat : 28871 (java) S 28863 28866 28528 0 -1 1077944384 24992 0 0 0 387 24 0 0 20 0 15 0 40454388 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323370110096 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28872] ppid=28863 vsize=14093000 memory=1476068 CPUtime=4.13 cores=0,2,4,6
/proc/28866/task/28872/stat : 28872 (java) S 28863 28866 28528 0 -1 1077944384 19248 0 0 0 390 23 0 0 20 0 15 0 40454388 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323369057296 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28873] ppid=28863 vsize=14093000 memory=1476068 CPUtime=1.89 cores=0,2,4,6
/proc/28866/task/28873/stat : 28873 (java) S 28863 28866 28528 0 -1 1077944384 16632 0 0 0 174 15 0 0 20 0 15 0 40454389 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322961795184 140323419605634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28874] ppid=28863 vsize=14093000 memory=3828 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28874/stat : 28874 (java) S 28863 28866 28528 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 40454389 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322960741216 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28875] ppid=28863 vsize=14093000 memory=14164 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28875/stat : 28875 (java) S 28863 28866 28528 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 40454389 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322959688832 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28876] ppid=28863 vsize=14093000 memory=1476068 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28876/stat : 28876 (java) S 28863 28866 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322958637136 140323419613083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28877] ppid=28863 vsize=14093000 memory=280858650278096 CPUtime=3.34 cores=0,2,4,6
/proc/28866/task/28877/stat : 28877 (java) S 28863 28866 28528 0 -1 1077944384 11510 0 0 0 333 1 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322889788016 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28878] ppid=28863 vsize=14093000 memory=280858649596928 CPUtime=3.35 cores=0,2,4,6
/proc/28866/task/28878/stat : 28878 (java) S 28863 28866 28528 0 -1 1077944384 9277 0 0 0 333 2 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322888735216 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28879] ppid=28863 vsize=14093000 memory=-3967418655009478193 CPUtime=1.47 cores=0,2,4,6
/proc/28866/task/28879/stat : 28879 (java) S 28863 28866 28528 0 -1 1077944384 15942 0 0 0 144 3 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322887682928 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28880] ppid=28863 vsize=14093000 memory=14164 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28880/stat : 28880 (java) S 28863 28866 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322886630368 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28881] ppid=28863 vsize=14093000 memory=1296 CPUtime=0.89 cores=0,2,4,6
/proc/28866/task/28881/stat : 28881 (java) S 28863 28866 28528 0 -1 1077944384 2133 0 0 0 43 46 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322885577136 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
Current children cumulated CPU time: 2282.27 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1476068 KiB

[startup+2322.3 s]
/proc/loadavg: 1.21 1.32 1.37 3/218 28956
/proc/meminfo: memFree=21210648/32770624 swapFree=67108860/67108860
[pid=28866] ppid=28863 vsize=14093000 memory=1476068 CPUtime=2342.63 cores=0,2,4,6
/proc/28866/stat : 28866 (java) S 28863 28866 28528 0 -1 1077944320 231787 0 0 0 234080 183 0 0 20 0 15 0 40454386 14431232000 369017 33554432000 4194304 4196468 140734555237088 140734555219632 140323419594487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
/proc/28866/statm: 3523250 369017 3627 1 0 3485321 0
[pid=28866/tid=28868] ppid=28863 vsize=14093000 memory=1476068 CPUtime=2314.5 cores=0,2,4,6
/proc/28866/task/28868/stat : 28868 (java) R 28863 28866 28528 0 -1 4202560 77909 0 0 0 231414 36 0 0 20 0 15 0 40454387 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323423832560 140323056051578 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28869] ppid=28863 vsize=14093000 memory=1476068 CPUtime=4.25 cores=0,2,4,6
/proc/28866/task/28869/stat : 28869 (java) S 28863 28866 28528 0 -1 1077944384 26343 0 0 0 400 25 0 0 20 0 15 0 40454388 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323372215184 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28870] ppid=28863 vsize=14093000 memory=1476068 CPUtime=4.25 cores=0,2,4,6
/proc/28866/task/28870/stat : 28870 (java) S 28863 28866 28528 0 -1 1077944384 25438 0 0 0 400 25 0 0 20 0 15 0 40454388 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323371162384 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28871] ppid=28863 vsize=14093000 memory=1476068 CPUtime=4.23 cores=0,2,4,6
/proc/28866/task/28871/stat : 28871 (java) S 28863 28866 28528 0 -1 1077944384 25265 0 0 0 399 24 0 0 20 0 15 0 40454388 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323370110096 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28872] ppid=28863 vsize=14093000 memory=1476068 CPUtime=4.26 cores=0,2,4,6
/proc/28866/task/28872/stat : 28872 (java) S 28863 28866 28528 0 -1 1077944384 19684 0 0 0 403 23 0 0 20 0 15 0 40454388 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323369057296 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28873] ppid=28863 vsize=14093000 memory=1476068 CPUtime=1.96 cores=0,2,4,6
/proc/28866/task/28873/stat : 28873 (java) S 28863 28866 28528 0 -1 1077944384 16807 0 0 0 180 16 0 0 20 0 15 0 40454389 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322961795184 140323419605634 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28874] ppid=28863 vsize=14093000 memory=1476068 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28874/stat : 28874 (java) S 28863 28866 28528 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 40454389 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322960741216 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28875] ppid=28863 vsize=14093000 memory=1476068 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28875/stat : 28875 (java) S 28863 28866 28528 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 40454389 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322959688832 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28876] ppid=28863 vsize=14093000 memory=1476068 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28876/stat : 28876 (java) S 28863 28866 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322958637136 140323419613083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28877] ppid=28863 vsize=14093000 memory=1476068 CPUtime=3.35 cores=0,2,4,6
/proc/28866/task/28877/stat : 28877 (java) S 28863 28866 28528 0 -1 1077944384 11514 0 0 0 334 1 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322889788016 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28878] ppid=28863 vsize=14093000 memory=1476068 CPUtime=3.35 cores=0,2,4,6
/proc/28866/task/28878/stat : 28878 (java) S 28863 28866 28528 0 -1 1077944384 9281 0 0 0 333 2 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322888735216 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28879] ppid=28863 vsize=14093000 memory=1476068 CPUtime=1.47 cores=0,2,4,6
/proc/28866/task/28879/stat : 28879 (java) S 28863 28866 28528 0 -1 1077944384 15946 0 0 0 144 3 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322887682928 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28880] ppid=28863 vsize=14093000 memory=1476068 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28880/stat : 28880 (java) S 28863 28866 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322886630368 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28881] ppid=28863 vsize=14093000 memory=1476068 CPUtime=0.91 cores=0,2,4,6
/proc/28866/task/28881/stat : 28881 (java) S 28863 28866 28528 0 -1 1077944384 2158 0 0 0 44 47 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322885577136 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
Current children cumulated CPU time: 2342.63 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1476068 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2379.4 s]
/proc/loadavg: 1.33 1.32 1.37 5/218 29037
/proc/meminfo: memFree=21940240/32770624 swapFree=67108860/67108860
[pid=28866] ppid=28863 vsize=14093000 memory=1476068 CPUtime=2400.07 cores=0,2,4,6
/proc/28866/stat : 28866 (java) S 28863 28866 28528 0 -1 1077944320 233657 0 0 0 239822 185 0 0 20 0 15 0 40454386 14431232000 369017 33554432000 4194304 4196468 140734555237088 140734555219632 140323419594487 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
/proc/28866/statm: 3523250 369017 3627 1 0 3485321 0
[pid=28866/tid=28868] ppid=28863 vsize=14093000 memory=14164 CPUtime=2371.36 cores=0,2,4,6
/proc/28866/task/28868/stat : 28868 (java) R 28863 28866 28528 0 -1 4202560 78816 0 0 0 237100 36 0 0 20 0 15 0 40454387 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323423832640 140323056163129 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28869] ppid=28863 vsize=14093000 memory=1296 CPUtime=4.38 cores=0,2,4,6
/proc/28866/task/28869/stat : 28869 (java) S 28863 28866 28528 0 -1 1077944384 26599 0 0 0 413 25 0 0 20 0 15 0 40454388 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323372215184 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28870] ppid=28863 vsize=14093000 memory=2448 CPUtime=4.37 cores=0,2,4,6
/proc/28866/task/28870/stat : 28870 (java) S 28863 28866 28528 0 -1 1077944384 25513 0 0 0 412 25 0 0 20 0 15 0 40454388 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323371162384 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28871] ppid=28863 vsize=14093000 memory=1728 CPUtime=4.36 cores=0,2,4,6
/proc/28866/task/28871/stat : 28871 (java) S 28863 28866 28528 0 -1 1077944384 25402 0 0 0 412 24 0 0 20 0 15 0 40454388 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323370110096 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28872] ppid=28863 vsize=14093000 memory=792 CPUtime=4.39 cores=0,2,4,6
/proc/28866/task/28872/stat : 28872 (java) S 28863 28866 28528 0 -1 1077944384 20066 0 0 0 415 24 0 0 20 0 15 0 40454388 14431232000 369017 33554432000 4194304 4196468 140734555237088 140323369057296 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28873] ppid=28863 vsize=14093000 memory=1476068 CPUtime=2.02 cores=0,2,4,6
/proc/28866/task/28873/stat : 28873 (java) S 28863 28866 28528 0 -1 1077944384 16899 0 0 0 186 16 0 0 20 0 15 0 40454389 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322961795184 140323419605634 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28874] ppid=28863 vsize=14093000 memory=1444 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28874/stat : 28874 (java) S 28863 28866 28528 0 -1 1077944384 65 0 0 0 0 0 0 0 20 0 15 0 40454389 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322960741216 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28875] ppid=28863 vsize=14093000 memory=1228 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28875/stat : 28875 (java) S 28863 28866 28528 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 40454389 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322959688832 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28876] ppid=28863 vsize=14093000 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28876/stat : 28876 (java) S 28863 28866 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322958637136 140323419613083 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28877] ppid=28863 vsize=14093000 memory=5524 CPUtime=3.35 cores=0,2,4,6
/proc/28866/task/28877/stat : 28877 (java) S 28863 28866 28528 0 -1 1077944384 11516 0 0 0 334 1 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322889788016 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28878] ppid=28863 vsize=14093000 memory=1444 CPUtime=3.35 cores=0,2,4,6
/proc/28866/task/28878/stat : 28878 (java) S 28863 28866 28528 0 -1 1077944384 9283 0 0 0 333 2 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322888735216 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28879] ppid=28863 vsize=14093000 memory=1228 CPUtime=1.47 cores=0,2,4,6
/proc/28866/task/28879/stat : 28879 (java) S 28863 28866 28528 0 -1 1077944384 15948 0 0 0 144 3 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322887682928 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28880] ppid=28863 vsize=14093000 memory=1948 CPUtime=0 cores=0,2,4,6
/proc/28866/task/28880/stat : 28880 (java) S 28863 28866 28528 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322886630368 140323419604693 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
[pid=28866/tid=28881] ppid=28863 vsize=14093000 memory=5524 CPUtime=0.94 cores=0,2,4,6
/proc/28866/task/28881/stat : 28881 (java) S 28863 28866 28528 0 -1 1077944384 2173 0 0 0 45 49 0 0 20 0 15 0 40454392 14431232000 369017 33554432000 4194304 4196468 140734555237088 140322885577136 140323419605634 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 8794112 140734555239497 140734555239689 140734555239689 140734555242447 0
Current children cumulated CPU time: 2400.07 s
Current children cumulated vsize: 14093000 KiB
Current children cumulated memory: 1476068 KiB

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

[startup+2379.41 s]
# the end of solver process 28866 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2398.24 s, system=1.86356 s

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

Child status: 143
Real time (s): 2379.41
CPU time (s): 2400.1
CPU user time (s): 2398.24
CPU system time (s): 1.86356
CPU usage (%): 100.869
Max. virtual memory (cumulated for all children) (KiB): 14093000
Max. memory (cumulated for all children) (KiB): 1796112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.24
system time used= 1.86356
maximum resident set size= 1798232
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 233897
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105577
involuntary context switches= 5812


# summary of solver processes directly reported to runsolver:
#   pid: 28866
#   total CPU time (s): 2400.1
#   total CPU user time (s): 2398.24
#   total CPU system time (s): 1.86356

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.1443 second user time and 23.1519 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-22 05:08:32
IDJOB=4290411
IDBENCH=141053
IDSOLVER=2743
FILE ID=node135/4290411-1532228912
RUNJOBID= node135-1532226533-28559
PBS_JOBID= 21018955
Free space on /tmp= 52900 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-07-02
BENCH NAME= XCSP18/NurseRostering/NurseRostering-18_c18.xml
COMMAND LINE= java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4290411-1532228912/watcher-4290411-1532228912 -o /tmp/evaluation-result-4290411-1532228912/solver-4290411-1532228912 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532226533-28559 --watchdog 2560  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 524952069 --timelimit 2400 --memlimit 11000 --nbcore 4 HOME/instance-4290411-1532228912.xml

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

MD5SUM BENCH= 2080050c46f9199df44cd86a0d29de9d
RANDOM SEED=524952069

node135.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.50
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.50
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.50
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.50
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:        23421276 kB
MemAvailable:   31914664 kB
Buffers:          139784 kB
Cached:          8559960 kB
SwapCached:            0 kB
Active:          1418072 kB
Inactive:        7360664 kB
Active(anon):      29532 kB
Inactive(anon):    69904 kB
Active(file):    1388540 kB
Inactive(file):  7290760 kB
Unevictable:        7200 kB
Mlocked:            7200 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             71892 kB
Writeback:             0 kB
AnonPages:         77196 kB
Mapped:            46452 kB
Shmem:             17056 kB
Slab:             269644 kB
SReclaimable:     242548 kB
SUnreclaim:        27096 kB
KernelStack:        3344 kB
PageTables:         5136 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1274976 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 52860 MiB
End job on node135 at 2018-07-22 05:48:12