Trace number 4310117

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-08-14SAT10 251.713 247.377

General information on the benchmark

NameSumColoring/
SumColoring-myciel3_c18.xml
MD5SUM2a16ad2ecbd4987722397e2a286d7eb3
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark0.008955
Satisfiable
(Un)Satisfiability was proved
Number of variables11
Number of constraints20
Number of domains1
Minimum domain size11
Maximum domain size11
Distribution of domain sizes[{"size":11,"count":11}]
Minimum variable degree4
Maximum variable degree6
Distribution of variable degrees[{"degree":4,"count":5},{"degree":5,"count":5},{"degree":6,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":20}]
Number of extensional constraints0
Number of intensional constraints20
Distribution of constraint types[{"type":"intension","count":20}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.66/0.57	c version: 2018-08-14
0.66/0.57	c seed: 698108923
0.66/0.57	c timeout: 252
0.66/0.57	c memlimit: 11000
0.66/0.57	c nbcore: 4
0.66/0.59	c Parsing instance...
1.32/0.99	c Parsing done, starting search...
1.49/1.01	o 54
1.49/1.02	o 50
1.49/1.02	o 49
1.49/1.02	o 48
1.49/1.02	o 47
1.49/1.02	o 45
1.49/1.02	o 44
1.49/1.02	o 43
1.49/1.03	o 41
1.49/1.03	o 40
1.49/1.03	o 37
1.49/1.03	o 36
1.49/1.03	o 35
1.49/1.03	o 34
1.49/1.03	o 33
1.49/1.03	o 31
1.49/1.03	o 30
1.49/1.03	o 29
1.49/1.04	o 28
1.49/1.04	o 27
1.49/1.04	o 25
1.49/1.04	o 24
1.49/1.04	o 23
1.49/1.04	o 22
1.49/1.04	o 21
1.49/1.04	o 20
1.49/1.04	o 18
1.49/1.05	o 16
1.49/1.05	o 15
1.49/1.05	o 14
1.49/1.05	o 11
1.49/1.06	o 10
251.62/247.36	s SATISFIABLE
251.62/247.36	v <instantiation>
251.62/247.36	v 	<list>
251.62/247.36	v 		c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10]
251.62/247.36	v 	</list>
251.62/247.36	v 	<values>
251.62/247.36	v 		2 1 2 1 3 0 0 0 0 0 1 
251.62/247.36	v 	</values>
251.62/247.36	v </instantiation>

Verifier Data

OK	10

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 (12978 MiB free)
  memory of node 1: 16384 MiB (13325 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4310117-1534330197/watcher-4310117-1534330197 -o /tmp/evaluation-result-4310117-1534330197/solver-4310117-1534330197 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534329949-28157 --watchdog 312 java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 698108923 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310117-1534330197.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Starting watchdog thread
Linux 3.10.0-514.16.1.el7.x86_64
solver pid=28333, runsolver pid=28330
Current StackSize limit: 8192 KiB


[startup+0.100115 s]*
/proc/loadavg: 1.99 1.66 1.43 5/213 28370
/proc/meminfo: memFree=26905164/32770624 swapFree=67108804/67108860
[pid=28333] ppid=28330 vsize=14082736 memory=32024 CPUtime=0.12 cores=0,2,4,6
/proc/28333/stat : 28333 (java) S 28330 28333 28126 0 -1 1077944320 6369 0 0 0 11 1 0 0 20 0 15 0 250582901 14420721664 8006 33554432000 4194304 4196468 140735210739248 140735210721792 140677921849079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
/proc/28333/statm: 3520684 8006 3159 1 0 3482761 0
[pid=28333/tid=28335] ppid=28330 vsize=14082736 memory=6735269665583770266 CPUtime=0.09 cores=0,2,4,6
/proc/28333/task/28335/stat : 28335 (java) R 28330 28333 28126 0 -1 4202560 4421 0 0 0 9 0 0 0 20 0 15 0 250582901 14420721664 8006 33554432000 4194304 4196468 140735210739248 140677926026336 140677921871005 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28336] ppid=28330 vsize=14082736 memory=4211974144988921226 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28336/stat : 28336 (java) S 28330 28333 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250582902 14420721664 8006 33554432000 4194304 4196468 140735210739248 140677836917264 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28337] ppid=28330 vsize=14082736 memory=140418784130688 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28337/stat : 28337 (java) S 28330 28333 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250582902 14420721664 8006 33554432000 4194304 4196468 140735210739248 140677835864720 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28338] ppid=28330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28338/stat : 28338 (java) S 28330 28333 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250582902 14420721664 8006 33554432000 4194304 4196468 140735210739248 140677834811664 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28339] ppid=28330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28339/stat : 28339 (java) S 28330 28333 28126 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250582902 14420721664 8006 33554432000 4194304 4196468 140735210739248 140677833759120 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28341] ppid=28330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28341/stat : 28341 (java) S 28330 28333 28126 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250582903 14420721664 8006 33554432000 4194304 4196468 140735210739248 140677394967280 140677921860226 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28345] ppid=28330 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28345/stat : 28345 (java) S 28330 28333 28126 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250582904 14420721664 8006 33554432000 4194304 4196468 140735210739248 140677393913504 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28346] ppid=28330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28346/stat : 28346 (java) S 28330 28333 28126 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250582904 14420721664 8006 33554432000 4194304 4196468 140735210739248 140677392860400 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28358] ppid=28330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28358/stat : 28358 (java) S 28330 28333 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250582907 14420721664 8006 33554432000 4194304 4196468 140735210739248 140677391808976 140677921867675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28359] ppid=28330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28359/stat : 28359 (java) S 28330 28333 28126 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 250582907 14420721664 8006 33554432000 4194304 4196468 140735210739248 140677390756080 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28360] ppid=28330 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28360/stat : 28360 (java) S 28330 28333 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250582907 14420721664 8006 33554432000 4194304 4196468 140735210739248 140677389703536 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28361] ppid=28330 vsize=14082736 memory=140418784130688 CPUtime=0.01 cores=0,2,4,6
/proc/28333/task/28361/stat : 28361 (java) R 28330 28333 28126 0 -1 4202560 269 0 0 0 1 0 0 0 20 0 15 0 250582907 14420721664 8006 33554432000 4194304 4196468 140735210739248 140677388650480 140677900972373 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28362] ppid=28330 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28362/stat : 28362 (java) S 28330 28333 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250582907 14420721664 8006 33554432000 4194304 4196468 140735210739248 140677387598176 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28363] ppid=28330 vsize=14082736 memory=140418784130688 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28363/stat : 28363 (java) S 28330 28333 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250582907 14420721664 8006 33554432000 4194304 4196468 140735210739248 140677386546224 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 32024 KiB

[startup+0.210609 s]*
/proc/loadavg: 1.99 1.66 1.43 4/215 28372
/proc/meminfo: memFree=26869300/32770624 swapFree=67108804/67108860
[pid=28333] ppid=28330 vsize=14082736 memory=47552 CPUtime=0.3 cores=0,2,4,6
/proc/28333/stat : 28333 (java) S 28330 28333 28126 0 -1 1077944320 9991 0 0 0 28 2 0 0 20 0 15 0 250582901 14420721664 11888 33554432000 4194304 4196468 140735210739248 140735210721792 140677921849079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
/proc/28333/statm: 3520684 11888 3333 1 0 3482761 0
[pid=28333/tid=28335] ppid=28330 vsize=14082736 memory=6735269665583770266 CPUtime=0.19 cores=0,2,4,6
/proc/28333/task/28335/stat : 28335 (java) R 28330 28333 28126 0 -1 1077944384 7765 0 0 0 18 1 0 0 20 0 15 0 250582901 14420721664 11888 33554432000 4194304 4196468 140735210739248 140677926076144 140677921859285 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28336] ppid=28330 vsize=14082736 memory=4211974144988921226 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28336/stat : 28336 (java) S 28330 28333 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250582902 14420721664 11888 33554432000 4194304 4196468 140735210739248 140677836917264 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28337] ppid=28330 vsize=14082736 memory=140418784130688 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28337/stat : 28337 (java) S 28330 28333 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250582902 14420721664 11888 33554432000 4194304 4196468 140735210739248 140677835864720 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28338] ppid=28330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28338/stat : 28338 (java) S 28330 28333 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250582902 14420721664 11888 33554432000 4194304 4196468 140735210739248 140677834811664 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28339] ppid=28330 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28339/stat : 28339 (java) S 28330 28333 28126 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250582902 14420721664 11888 33554432000 4194304 4196468 140735210739248 140677833759120 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28341] ppid=28330 vsize=14082736 memory=140418784130688 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28341/stat : 28341 (java) S 28330 28333 28126 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250582903 14420721664 11888 33554432000 4194304 4196468 140735210739248 140677394967280 140677921860226 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28345] ppid=28330 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28345/stat : 28345 (java) S 28330 28333 28126 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250582904 14420721664 11888 33554432000 4194304 4196468 140735210739248 140677393913504 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28346] ppid=28330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28346/stat : 28346 (java) S 28330 28333 28126 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250582904 14420721664 11888 33554432000 4194304 4196468 140735210739248 140677392860400 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28358] ppid=28330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28358/stat : 28358 (java) S 28330 28333 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250582907 14420721664 11888 33554432000 4194304 4196468 140735210739248 140677391808976 140677921867675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28359] ppid=28330 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28333/task/28359/stat : 28359 (java) S 28330 28333 28126 0 -1 1077944384 389 0 0 0 2 0 0 0 20 0 15 0 250582907 14420721664 11888 33554432000 4194304 4196468 140735210739248 140677390756080 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28360] ppid=28330 vsize=14082736 memory=-1 CPUtime=0.01 cores=0,2,4,6
/proc/28333/task/28360/stat : 28360 (java) R 28330 28333 28126 0 -1 4202560 171 0 0 0 1 0 0 0 20 0 15 0 250582907 14420721664 11888 33554432000 4194304 4196468 140735210739248 140677389703632 140677905365780 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28361] ppid=28330 vsize=14082736 memory=140418784130688 CPUtime=0.05 cores=0,2,4,6
/proc/28333/task/28361/stat : 28361 (java) S 28330 28333 28126 0 -1 1077944384 297 0 0 0 5 0 0 0 20 0 15 0 250582907 14420721664 11888 33554432000 4194304 4196468 140735210739248 140677388650480 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28362] ppid=28330 vsize=14082736 memory=-1 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28362/stat : 28362 (java) S 28330 28333 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250582907 14420721664 11888 33554432000 4194304 4196468 140735210739248 140677387598176 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28363] ppid=28330 vsize=14082736 memory=140418784130688 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28363/stat : 28363 (java) S 28330 28333 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250582907 14420721664 11888 33554432000 4194304 4196468 140735210739248 140677386546224 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 47552 KiB

[startup+0.310645 s]*
/proc/loadavg: 1.99 1.66 1.43 3/215 28372
/proc/meminfo: memFree=26863088/32770624 swapFree=67108804/67108860
[pid=28333] ppid=28330 vsize=14082736 memory=50940 CPUtime=0.43 cores=0,2,4,6
/proc/28333/stat : 28333 (java) S 28330 28333 28126 0 -1 1077944320 10364 0 0 0 41 2 0 0 20 0 15 0 250582901 14420721664 12735 33554432000 4194304 4196468 140735210739248 140735210721792 140677921849079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
/proc/28333/statm: 3520684 12735 3370 1 0 3482761 0
[pid=28333/tid=28335] ppid=28330 vsize=14082736 memory=93309931 CPUtime=0.29 cores=0,2,4,6
/proc/28333/task/28335/stat : 28335 (java) R 28330 28333 28126 0 -1 4202560 8059 0 0 0 28 1 0 0 20 0 15 0 250582901 14420721664 12735 33554432000 4194304 4196468 140735210739248 140677926057512 140677921871005 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28336] ppid=28330 vsize=14082736 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28336/stat : 28336 (java) S 28330 28333 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250582902 14420721664 12735 33554432000 4194304 4196468 140735210739248 140677836917264 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28337] ppid=28330 vsize=14082736 memory=140418654244408 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28337/stat : 28337 (java) S 28330 28333 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250582902 14420721664 12735 33554432000 4194304 4196468 140735210739248 140677835864720 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28338] ppid=28330 vsize=14082736 memory=140418654246953 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28338/stat : 28338 (java) S 28330 28333 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250582902 14420721664 12735 33554432000 4194304 4196468 140735210739248 140677834811664 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28339] ppid=28330 vsize=14082736 memory=140418654246863 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28339/stat : 28339 (java) S 28330 28333 28126 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250582902 14420721664 12735 33554432000 4194304 4196468 140735210739248 140677833759120 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28341] ppid=28330 vsize=14082736 memory=140418784133048 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28341/stat : 28341 (java) S 28330 28333 28126 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250582903 14420721664 12735 33554432000 4194304 4196468 140735210739248 140677394967280 140677921860226 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28345] ppid=28330 vsize=14082736 memory=140418654256079 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28345/stat : 28345 (java) S 28330 28333 28126 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250582904 14420721664 12735 33554432000 4194304 4196468 140735210739248 140677393913504 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28346] ppid=28330 vsize=14082736 memory=280837308519056 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28346/stat : 28346 (java) S 28330 28333 28126 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250582904 14420721664 12735 33554432000 4194304 4196468 140735210739248 140677392860400 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28358] ppid=28330 vsize=14082736 memory=280837308516752 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28358/stat : 28358 (java) S 28330 28333 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250582907 14420721664 12735 33554432000 4194304 4196468 140735210739248 140677391808976 140677921867675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28359] ppid=28330 vsize=14082736 memory=0 CPUtime=0.02 cores=0,2,4,6
/proc/28333/task/28359/stat : 28359 (java) S 28330 28333 28126 0 -1 1077944384 391 0 0 0 2 0 0 0 20 0 15 0 250582907 14420721664 12735 33554432000 4194304 4196468 140735210739248 140677390756080 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28360] ppid=28330 vsize=14082736 memory=2240 CPUtime=0.02 cores=0,2,4,6
/proc/28333/task/28360/stat : 28360 (java) S 28330 28333 28126 0 -1 1077944384 226 0 0 0 2 0 0 0 20 0 15 0 250582907 14420721664 12735 33554432000 4194304 4196468 140735210739248 140677389703536 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28361] ppid=28330 vsize=14082736 memory=140418784130688 CPUtime=0.08 cores=0,2,4,6
/proc/28333/task/28361/stat : 28361 (java) S 28330 28333 28126 0 -1 1077944384 308 0 0 0 8 0 0 0 20 0 15 0 250582907 14420721664 12735 33554432000 4194304 4196468 140735210739248 140677388650480 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28362] ppid=28330 vsize=14082736 memory=2208 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28362/stat : 28362 (java) S 28330 28333 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250582907 14420721664 12735 33554432000 4194304 4196468 140735210739248 140677387598176 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28363] ppid=28330 vsize=14082736 memory=140418784130688 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28363/stat : 28363 (java) S 28330 28333 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250582907 14420721664 12735 33554432000 4194304 4196468 140735210739248 140677386546224 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
Current children cumulated CPU time: 0.43 s
Current children cumulated vsize: 14082736 KiB
Current children cumulated memory: 50940 KiB

[startup+0.700685 s]
/proc/loadavg: 1.99 1.66 1.43 5/215 28372
/proc/meminfo: memFree=26832900/32770624 swapFree=67108804/67108860
[pid=28333] ppid=28330 vsize=14084804 memory=88816 CPUtime=0.98 cores=0,2,4,6
/proc/28333/stat : 28333 (java) S 28330 28333 28126 0 -1 1077944320 17069 0 0 0 94 4 0 0 20 0 15 0 250582901 14422839296 22204 33554432000 4194304 4196468 140735210739248 140735210721792 140677921849079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
/proc/28333/statm: 3521201 22204 3499 1 0 3483273 0
[pid=28333/tid=28335] ppid=28330 vsize=14084804 memory=1784 CPUtime=0.66 cores=0,2,4,6
/proc/28333/task/28335/stat : 28335 (java) R 28330 28333 28126 0 -1 4202560 14384 0 0 0 64 2 0 0 20 0 15 0 250582901 14422839296 22204 33554432000 4194304 4196468 140735210739248 140677926068416 140677905929566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28336] ppid=28330 vsize=14084804 memory=1060 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28336/stat : 28336 (java) S 28330 28333 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250582902 14422839296 22204 33554432000 4194304 4196468 140735210739248 140677836917264 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28337] ppid=28330 vsize=14084804 memory=5832 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28337/stat : 28337 (java) S 28330 28333 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250582902 14422839296 22204 33554432000 4194304 4196468 140735210739248 140677835864720 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28338] ppid=28330 vsize=14084804 memory=7234283283932079680 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28338/stat : 28338 (java) S 28330 28333 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250582902 14422839296 22204 33554432000 4194304 4196468 140735210739248 140677834811664 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28339] ppid=28330 vsize=14084804 memory=8099279071866868841 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28339/stat : 28339 (java) S 28330 28333 28126 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250582902 14422839296 22204 33554432000 4194304 4196468 140735210739248 140677833759120 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28341] ppid=28330 vsize=14084804 memory=6154282490091891024 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28341/stat : 28341 (java) S 28330 28333 28126 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 250582903 14422839296 22204 33554432000 4194304 4196468 140735210739248 140677394967280 140677921860226 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28345] ppid=28330 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28345/stat : 28345 (java) S 28330 28333 28126 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 250582904 14422839296 22204 33554432000 4194304 4196468 140735210739248 140677393913504 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28346] ppid=28330 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28346/stat : 28346 (java) S 28330 28333 28126 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 250582904 14422839296 22204 33554432000 4194304 4196468 140735210739248 140677392860400 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28358] ppid=28330 vsize=14084804 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28358/stat : 28358 (java) S 28330 28333 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250582907 14422839296 22204 33554432000 4194304 4196468 140735210739248 140677391808976 140677921867675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28359] ppid=28330 vsize=14084804 memory=1260 CPUtime=0.07 cores=0,2,4,6
/proc/28333/task/28359/stat : 28359 (java) S 28330 28333 28126 0 -1 1077944384 563 0 0 0 7 0 0 0 20 0 15 0 250582907 14422839296 22204 33554432000 4194304 4196468 140735210739248 140677390756080 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28360] ppid=28330 vsize=14084804 memory=14872 CPUtime=0.07 cores=0,2,4,6
/proc/28333/task/28360/stat : 28360 (java) S 28330 28333 28126 0 -1 1077944384 368 0 0 0 7 0 0 0 20 0 15 0 250582907 14422839296 22204 33554432000 4194304 4196468 140735210739248 140677389703536 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28361] ppid=28330 vsize=14084804 memory=3296 CPUtime=0.15 cores=0,2,4,6
/proc/28333/task/28361/stat : 28361 (java) S 28330 28333 28126 0 -1 1077944384 374 0 0 0 15 0 0 0 20 0 15 0 250582907 14422839296 22204 33554432000 4194304 4196468 140735210739248 140677388650480 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28362] ppid=28330 vsize=14084804 memory=2241 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28362/stat : 28362 (java) S 28330 28333 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250582907 14422839296 22204 33554432000 4194304 4196468 140735210739248 140677387598176 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28363] ppid=28330 vsize=14084804 memory=2244 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28363/stat : 28363 (java) S 28330 28333 28126 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 250582907 14422839296 22204 33554432000 4194304 4196468 140735210739248 140677386546224 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
Current children cumulated CPU time: 0.98 s
Current children cumulated vsize: 14084804 KiB
Current children cumulated memory: 88816 KiB

[startup+1.50075 s]
/proc/loadavg: 1.99 1.66 1.43 5/215 28372
/proc/meminfo: memFree=26748320/32770624 swapFree=67108804/67108860
[pid=28333] ppid=28330 vsize=14088900 memory=220248 CPUtime=2.9 cores=0,2,4,6
/proc/28333/stat : 28333 (java) S 28330 28333 28126 0 -1 1077944320 26913 0 0 0 282 8 0 0 20 0 15 0 250582901 14427033600 55062 33554432000 4194304 4196468 140735210739248 140735210721792 140677921849079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
/proc/28333/statm: 3522225 55062 3553 1 0 3484297 0
[pid=28333/tid=28335] ppid=28330 vsize=14088900 memory=0 CPUtime=1.45 cores=0,2,4,6
/proc/28333/task/28335/stat : 28335 (java) R 28330 28333 28126 0 -1 4202560 17575 0 0 0 140 5 0 0 20 0 15 0 250582901 14427033600 55062 33554432000 4194304 4196468 140735210739248 140677926087232 140677513986980 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28336] ppid=28330 vsize=14088900 memory=2452 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28336/stat : 28336 (java) S 28330 28333 28126 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 250582902 14427033600 55062 33554432000 4194304 4196468 140735210739248 140677836917264 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28337] ppid=28330 vsize=14088900 memory=280837308492064 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28337/stat : 28337 (java) S 28330 28333 28126 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 250582902 14427033600 55062 33554432000 4194304 4196468 140735210739248 140677835864720 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28338] ppid=28330 vsize=14088900 memory=4050477928470020128 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28338/stat : 28338 (java) S 28330 28333 28126 0 -1 1077944384 201 0 0 0 0 0 0 0 20 0 15 0 250582902 14427033600 55062 33554432000 4194304 4196468 140735210739248 140677834811664 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28339] ppid=28330 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28339/stat : 28339 (java) S 28330 28333 28126 0 -1 1077944384 334 0 0 0 0 0 0 0 20 0 15 0 250582902 14427033600 55062 33554432000 4194304 4196468 140735210739248 140677833759120 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28341] ppid=28330 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28341/stat : 28341 (java) S 28330 28333 28126 0 -1 1077944384 97 0 0 0 0 0 0 0 20 0 15 0 250582903 14427033600 55062 33554432000 4194304 4196468 140735210739248 140677394967280 140677921860226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0

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

[pid=28333/tid=28362] ppid=28330 vsize=14088900 memory=0 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28362/stat : 28362 (java) S 28330 28333 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677387598176 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28363] ppid=28330 vsize=14088900 memory=4420 CPUtime=0.14 cores=0,2,4,6
/proc/28333/task/28363/stat : 28363 (java) S 28330 28333 28126 0 -1 1077944384 840 0 0 0 6 8 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677386546224 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
Current children cumulated CPU time: 249.1 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 1065956 KiB

[startup+246.401 s]
/proc/loadavg: 1.41 1.54 1.43 3/217 28385
/proc/meminfo: memFree=25711228/32770624 swapFree=67108804/67108860
[pid=28333] ppid=28330 vsize=14088900 memory=1065956 CPUtime=250.71 cores=0,2,4,6
/proc/28333/stat : 28333 (java) S 28330 28333 28126 0 -1 1077944320 41956 0 0 0 24997 74 0 0 20 0 15 0 250582901 14427033600 266489 33554432000 4194304 4196468 140735210739248 140735210721792 140677921849079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
/proc/28333/statm: 3522225 266489 3571 1 0 3484297 0
[pid=28333/tid=28335] ppid=28330 vsize=14088900 memory=3708 CPUtime=243.63 cores=0,2,4,6
/proc/28333/task/28335/stat : 28335 (java) R 28330 28333 28126 0 -1 4202560 24443 0 0 0 24339 24 0 0 20 0 15 0 250582901 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677926087792 140677514031434 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28336] ppid=28330 vsize=14088900 memory=6791534058613427641 CPUtime=1 cores=0,2,4,6
/proc/28333/task/28336/stat : 28336 (java) S 28330 28333 28126 0 -1 1077944384 1543 0 0 0 86 14 0 0 20 0 15 0 250582902 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677836917264 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28337] ppid=28330 vsize=14088900 memory=1600 CPUtime=1.01 cores=0,2,4,6
/proc/28333/task/28337/stat : 28337 (java) S 28330 28333 28126 0 -1 1077944384 746 0 0 0 91 10 0 0 20 0 15 0 250582902 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677835864720 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28338] ppid=28330 vsize=14088900 memory=7952 CPUtime=1 cores=0,2,4,6
/proc/28333/task/28338/stat : 28338 (java) S 28330 28333 28126 0 -1 1077944384 838 0 0 0 86 14 0 0 20 0 15 0 250582902 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677834811664 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28339] ppid=28330 vsize=14088900 memory=4088 CPUtime=1.01 cores=0,2,4,6
/proc/28333/task/28339/stat : 28339 (java) S 28330 28333 28126 0 -1 1077944384 2241 0 0 0 89 12 0 0 20 0 15 0 250582902 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677833759120 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28341] ppid=28330 vsize=14088900 memory=14872 CPUtime=1.4 cores=0,2,4,6
/proc/28333/task/28341/stat : 28341 (java) S 28330 28333 28126 0 -1 1077944384 2176 0 0 0 131 9 0 0 20 0 15 0 250582903 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677394967280 140677921860226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28345] ppid=28330 vsize=14088900 memory=3296 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28345/stat : 28345 (java) S 28330 28333 28126 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250582904 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677393913504 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28346] ppid=28330 vsize=14088900 memory=15292 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28346/stat : 28346 (java) S 28330 28333 28126 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 250582904 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677392860400 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28358] ppid=28330 vsize=14088900 memory=37736 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28358/stat : 28358 (java) S 28330 28333 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677391808976 140677921867675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28359] ppid=28330 vsize=14088900 memory=496 CPUtime=0.55 cores=0,2,4,6
/proc/28333/task/28359/stat : 28359 (java) S 28330 28333 28126 0 -1 1077944384 2944 0 0 0 55 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677390756080 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28360] ppid=28330 vsize=14088900 memory=1065956 CPUtime=0.5 cores=0,2,4,6
/proc/28333/task/28360/stat : 28360 (java) S 28330 28333 28126 0 -1 1077944384 1364 0 0 0 50 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677389703536 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28361] ppid=28330 vsize=14088900 memory=1065956 CPUtime=0.36 cores=0,2,4,6
/proc/28333/task/28361/stat : 28361 (java) S 28330 28333 28126 0 -1 1077944384 3407 0 0 0 36 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677388650480 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28362] ppid=28330 vsize=14088900 memory=1065956 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28362/stat : 28362 (java) S 28330 28333 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677387598176 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28363] ppid=28330 vsize=14088900 memory=1065956 CPUtime=0.14 cores=0,2,4,6
/proc/28333/task/28363/stat : 28363 (java) S 28330 28333 28126 0 -1 1077944384 842 0 0 0 6 8 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677386546224 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
Current children cumulated CPU time: 250.71 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 1065956 KiB

[startup+246.801 s]
/proc/loadavg: 1.41 1.54 1.43 3/217 28385
/proc/meminfo: memFree=25711228/32770624 swapFree=67108804/67108860
[pid=28333] ppid=28330 vsize=14088900 memory=1065956 CPUtime=251.12 cores=0,2,4,6
/proc/28333/stat : 28333 (java) S 28330 28333 28126 0 -1 1077944320 41961 0 0 0 25038 74 0 0 20 0 15 0 250582901 14427033600 266489 33554432000 4194304 4196468 140735210739248 140735210721792 140677921849079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
/proc/28333/statm: 3522225 266489 3571 1 0 3484297 0
[pid=28333/tid=28335] ppid=28330 vsize=14088900 memory=6791534058613427641 CPUtime=244.03 cores=0,2,4,6
/proc/28333/task/28335/stat : 28335 (java) R 28330 28333 28126 0 -1 4202560 24448 0 0 0 24379 24 0 0 20 0 15 0 250582901 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677926087632 140735210786004 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28336] ppid=28330 vsize=14088900 memory=3984 CPUtime=1 cores=0,2,4,6
/proc/28333/task/28336/stat : 28336 (java) S 28330 28333 28126 0 -1 1077944384 1543 0 0 0 86 14 0 0 20 0 15 0 250582902 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677836917264 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28337] ppid=28330 vsize=14088900 memory=1916 CPUtime=1.02 cores=0,2,4,6
/proc/28333/task/28337/stat : 28337 (java) S 28330 28333 28126 0 -1 1077944384 746 0 0 0 91 11 0 0 20 0 15 0 250582902 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677835864720 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28338] ppid=28330 vsize=14088900 memory=7528 CPUtime=1 cores=0,2,4,6
/proc/28333/task/28338/stat : 28338 (java) S 28330 28333 28126 0 -1 1077944384 838 0 0 0 86 14 0 0 20 0 15 0 250582902 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677834811664 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28339] ppid=28330 vsize=14088900 memory=808 CPUtime=1.01 cores=0,2,4,6
/proc/28333/task/28339/stat : 28339 (java) S 28330 28333 28126 0 -1 1077944384 2241 0 0 0 89 12 0 0 20 0 15 0 250582902 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677833759120 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28341] ppid=28330 vsize=14088900 memory=4104 CPUtime=1.4 cores=0,2,4,6
/proc/28333/task/28341/stat : 28341 (java) S 28330 28333 28126 0 -1 1077944384 2176 0 0 0 131 9 0 0 20 0 15 0 250582903 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677394967280 140677921860226 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28345] ppid=28330 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28345/stat : 28345 (java) S 28330 28333 28126 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250582904 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677393913504 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28346] ppid=28330 vsize=14088900 memory=1784 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28346/stat : 28346 (java) S 28330 28333 28126 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 250582904 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677392860400 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28358] ppid=28330 vsize=14088900 memory=6791534058613427641 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28358/stat : 28358 (java) S 28330 28333 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677391808976 140677921867675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28359] ppid=28330 vsize=14088900 memory=5832 CPUtime=0.55 cores=0,2,4,6
/proc/28333/task/28359/stat : 28359 (java) S 28330 28333 28126 0 -1 1077944384 2944 0 0 0 55 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677390756080 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28360] ppid=28330 vsize=14088900 memory=3304 CPUtime=0.5 cores=0,2,4,6
/proc/28333/task/28360/stat : 28360 (java) S 28330 28333 28126 0 -1 1077944384 1364 0 0 0 50 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677389703536 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28361] ppid=28330 vsize=14088900 memory=1260 CPUtime=0.36 cores=0,2,4,6
/proc/28333/task/28361/stat : 28361 (java) S 28330 28333 28126 0 -1 1077944384 3407 0 0 0 36 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677388650480 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28362] ppid=28330 vsize=14088900 memory=1616 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28362/stat : 28362 (java) S 28330 28333 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677387598176 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28363] ppid=28330 vsize=14088900 memory=932 CPUtime=0.14 cores=0,2,4,6
/proc/28333/task/28363/stat : 28363 (java) S 28330 28333 28126 0 -1 1077944384 842 0 0 0 6 8 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677386546224 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
Current children cumulated CPU time: 251.12 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 1065956 KiB

[startup+247.202 s]
/proc/loadavg: 1.41 1.54 1.43 3/217 28385
/proc/meminfo: memFree=25711228/32770624 swapFree=67108804/67108860
[pid=28333] ppid=28330 vsize=14088900 memory=1065956 CPUtime=251.52 cores=0,2,4,6
/proc/28333/stat : 28333 (java) S 28330 28333 28126 0 -1 1077944320 41965 0 0 0 25078 74 0 0 20 0 15 0 250582901 14427033600 266489 33554432000 4194304 4196468 140735210739248 140735210721792 140677921849079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
/proc/28333/statm: 3522225 266489 3571 1 0 3484297 0
[pid=28333/tid=28335] ppid=28330 vsize=14088900 memory=1736 CPUtime=244.42 cores=0,2,4,6
/proc/28333/task/28335/stat : 28335 (java) R 28330 28333 28126 0 -1 4202560 24452 0 0 0 24418 24 0 0 20 0 15 0 250582901 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677926087776 140677513978108 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28336] ppid=28330 vsize=14088900 memory=752 CPUtime=1 cores=0,2,4,6
/proc/28333/task/28336/stat : 28336 (java) S 28330 28333 28126 0 -1 1077944384 1543 0 0 0 86 14 0 0 20 0 15 0 250582902 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677836917264 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28337] ppid=28330 vsize=14088900 memory=3708 CPUtime=1.02 cores=0,2,4,6
/proc/28333/task/28337/stat : 28337 (java) S 28330 28333 28126 0 -1 1077944384 746 0 0 0 91 11 0 0 20 0 15 0 250582902 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677835864720 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28338] ppid=28330 vsize=14088900 memory=68068 CPUtime=1 cores=0,2,4,6
/proc/28333/task/28338/stat : 28338 (java) S 28330 28333 28126 0 -1 1077944384 838 0 0 0 86 14 0 0 20 0 15 0 250582902 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677834811664 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28339] ppid=28330 vsize=14088900 memory=6791534058613427641 CPUtime=1.01 cores=0,2,4,6
/proc/28333/task/28339/stat : 28339 (java) S 28330 28333 28126 0 -1 1077944384 2241 0 0 0 89 12 0 0 20 0 15 0 250582902 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677833759120 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28341] ppid=28330 vsize=14088900 memory=1060 CPUtime=1.4 cores=0,2,4,6
/proc/28333/task/28341/stat : 28341 (java) S 28330 28333 28126 0 -1 1077944384 2176 0 0 0 131 9 0 0 20 0 15 0 250582903 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677394967280 140677921860226 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28345] ppid=28330 vsize=14088900 memory=5832 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28345/stat : 28345 (java) S 28330 28333 28126 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250582904 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677393913504 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28346] ppid=28330 vsize=14088900 memory=3304 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28346/stat : 28346 (java) S 28330 28333 28126 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 250582904 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677392860400 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28358] ppid=28330 vsize=14088900 memory=1260 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28358/stat : 28358 (java) S 28330 28333 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677391808976 140677921867675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28359] ppid=28330 vsize=14088900 memory=6791534058613427641 CPUtime=0.55 cores=0,2,4,6
/proc/28333/task/28359/stat : 28359 (java) S 28330 28333 28126 0 -1 1077944384 2944 0 0 0 55 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677390756080 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28360] ppid=28330 vsize=14088900 memory=2080 CPUtime=0.5 cores=0,2,4,6
/proc/28333/task/28360/stat : 28360 (java) S 28330 28333 28126 0 -1 1077944384 1364 0 0 0 50 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677389703536 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28361] ppid=28330 vsize=14088900 memory=1036 CPUtime=0.36 cores=0,2,4,6
/proc/28333/task/28361/stat : 28361 (java) S 28330 28333 28126 0 -1 1077944384 3407 0 0 0 36 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677388650480 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28362] ppid=28330 vsize=14088900 memory=1736 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28362/stat : 28362 (java) S 28330 28333 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677387598176 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28363] ppid=28330 vsize=14088900 memory=1065956 CPUtime=0.14 cores=0,2,4,6
/proc/28333/task/28363/stat : 28363 (java) S 28330 28333 28126 0 -1 1077944384 842 0 0 0 6 8 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677386546224 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
Current children cumulated CPU time: 251.52 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 1065956 KiB

[startup+247.301 s]
/proc/loadavg: 1.41 1.54 1.43 3/217 28385
/proc/meminfo: memFree=25711228/32770624 swapFree=67108804/67108860
[pid=28333] ppid=28330 vsize=14088900 memory=1065956 CPUtime=251.62 cores=0,2,4,6
/proc/28333/stat : 28333 (java) S 28330 28333 28126 0 -1 1077944320 41966 0 0 0 25088 74 0 0 20 0 15 0 250582901 14427033600 266489 33554432000 4194304 4196468 140735210739248 140735210721792 140677921849079 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
/proc/28333/statm: 3522225 266489 3571 1 0 3484297 0
[pid=28333/tid=28335] ppid=28330 vsize=14088900 memory=1065956 CPUtime=244.52 cores=0,2,4,6
/proc/28333/task/28335/stat : 28335 (java) R 28330 28333 28126 0 -1 4202560 24453 0 0 0 24428 24 0 0 20 0 15 0 250582901 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677926087664 140677514030187 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28336] ppid=28330 vsize=14088900 memory=1065956 CPUtime=1 cores=0,2,4,6
/proc/28333/task/28336/stat : 28336 (java) S 28330 28333 28126 0 -1 1077944384 1543 0 0 0 86 14 0 0 20 0 15 0 250582902 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677836917264 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28337] ppid=28330 vsize=14088900 memory=1065956 CPUtime=1.02 cores=0,2,4,6
/proc/28333/task/28337/stat : 28337 (java) S 28330 28333 28126 0 -1 1077944384 746 0 0 0 91 11 0 0 20 0 15 0 250582902 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677835864720 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28338] ppid=28330 vsize=14088900 memory=1065956 CPUtime=1.01 cores=0,2,4,6
/proc/28333/task/28338/stat : 28338 (java) S 28330 28333 28126 0 -1 1077944384 838 0 0 0 87 14 0 0 20 0 15 0 250582902 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677834811664 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28339] ppid=28330 vsize=14088900 memory=1065956 CPUtime=1.02 cores=0,2,4,6
/proc/28333/task/28339/stat : 28339 (java) S 28330 28333 28126 0 -1 1077944384 2241 0 0 0 90 12 0 0 20 0 15 0 250582902 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677833759120 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28341] ppid=28330 vsize=14088900 memory=6944656592455088490 CPUtime=1.4 cores=0,2,4,6
/proc/28333/task/28341/stat : 28341 (java) S 28330 28333 28126 0 -1 1077944384 2176 0 0 0 131 9 0 0 20 0 15 0 250582903 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677394967280 140677921860226 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28345] ppid=28330 vsize=14088900 memory=6628 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28345/stat : 28345 (java) S 28330 28333 28126 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 250582904 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677393913504 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28346] ppid=28330 vsize=14088900 memory=1065956 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28346/stat : 28346 (java) S 28330 28333 28126 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 15 0 250582904 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677392860400 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28358] ppid=28330 vsize=14088900 memory=1065956 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28358/stat : 28358 (java) S 28330 28333 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677391808976 140677921867675 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28359] ppid=28330 vsize=14088900 memory=1065956 CPUtime=0.55 cores=0,2,4,6
/proc/28333/task/28359/stat : 28359 (java) S 28330 28333 28126 0 -1 1077944384 2944 0 0 0 55 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677390756080 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28360] ppid=28330 vsize=14088900 memory=1065956 CPUtime=0.5 cores=0,2,4,6
/proc/28333/task/28360/stat : 28360 (java) S 28330 28333 28126 0 -1 1077944384 1364 0 0 0 50 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677389703536 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28361] ppid=28330 vsize=14088900 memory=3708 CPUtime=0.36 cores=0,2,4,6
/proc/28333/task/28361/stat : 28361 (java) S 28330 28333 28126 0 -1 1077944384 3407 0 0 0 36 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677388650480 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28362] ppid=28330 vsize=14088900 memory=1065956 CPUtime=0 cores=0,2,4,6
/proc/28333/task/28362/stat : 28362 (java) S 28330 28333 28126 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677387598176 140677921859285 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
[pid=28333/tid=28363] ppid=28330 vsize=14088900 memory=3708 CPUtime=0.14 cores=0,2,4,6
/proc/28333/task/28363/stat : 28363 (java) S 28330 28333 28126 0 -1 1077944384 842 0 0 0 6 8 0 0 20 0 15 0 250582907 14427033600 266489 33554432000 4194304 4196468 140735210739248 140677386546224 140677921860226 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14385152 140735210742863 140735210743054 140735210743054 140735210745807 0
Current children cumulated CPU time: 251.62 s
Current children cumulated vsize: 14088900 KiB
Current children cumulated memory: 1065956 KiB

Child status: 0
Real time (s): 247.377
CPU time (s): 251.713
CPU user time (s): 250.956
CPU system time (s): 0.756953
CPU usage (%): 101.753
Max. virtual memory (cumulated for all children) (KiB): 14088900
Max. memory (cumulated for all children) (KiB): 1119044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.956
system time used= 0.756953
maximum resident set size= 1121128
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42735
page faults= 0
swaps= 0
block input operations= 0
block output operations= 376
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 47060
involuntary context switches= 625


# summary of solver processes directly reported to runsolver:
#   pid: 28333
#   total CPU time (s): 251.713
#   total CPU user time (s): 250.956
#   total CPU system time (s): 0.756953

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.44746 second user time and 2.44814 second system time

The end

Launcher Data

Begin job on node105 at 2018-08-15 12:49:57
IDJOB=4310117
IDBENCH=141220
IDSOLVER=2795
FILE ID=node105/4310117-1534330197
RUNJOBID= node105-1534329949-28157
PBS_JOBID= 21038166
Free space on /tmp= 44220 MiB

SOLVER NAME= OscaR - Conflict Ordering with restarts 2018-08-14
BENCH NAME= XCSP18/SumColoring/SumColoring-myciel3_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-4310117-1534330197/watcher-4310117-1534330197 -o /tmp/evaluation-result-4310117-1534330197/solver-4310117-1534330197 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node105-1534329949-28157 --watchdog 312  java -Xmx11000m -jar oscarCPXcsp3-conf_order_restart.jar --randomseed 698108923 --timelimit 252 --memlimit 11000 --nbcore 4 HOME/instance-4310117-1534330197.xml

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

MD5SUM BENCH= 2a16ad2ecbd4987722397e2a286d7eb3
RANDOM SEED=698108923

node105.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.32
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.32
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.32
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.32
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:        26935544 kB
MemAvailable:   31899612 kB
Buffers:          215756 kB
Cached:          4990512 kB
SwapCached:           16 kB
Active:          2209876 kB
Inactive:        3048008 kB
Active(anon):       3652 kB
Inactive(anon):   108668 kB
Active(file):    2206224 kB
Inactive(file):  2939340 kB
Unevictable:        7356 kB
Mlocked:            7356 kB
SwapTotal:      67108860 kB
SwapFree:       67108804 kB
Dirty:             71876 kB
Writeback:             0 kB
AnonPages:         81404 kB
Mapped:            53972 kB
Shmem:             57940 kB
Slab:             276380 kB
SReclaimable:     246964 kB
SUnreclaim:        29416 kB
KernelStack:        3776 kB
PageTables:         5312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     359200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 44148 MiB
End job on node105 at 2018-08-15 12:54:05