Trace number 4396023

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Concrete 3.12.2SAT 312.947 304.584

General information on the benchmark

NameCrossword/Crossword-m1c-words-vg/
Crossword-m1c-words-vg-7-7.xml
MD5SUM99134ba62b1a53cb1521bec8a3cd1f05
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.093629
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints14
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":49}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":49}]
Minimum constraint arity7
Maximum constraint arity7
Distribution of constraint arities[{"arity":7,"count":14}]
Number of extensional constraints14
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":14}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.55	c Concrete v3.12.2.1568380929293 running
312.83/304.56	v <instantiation
312.83/304.56	v         >
312.83/304.56	v       <list>
312.83/304.56	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6]
312.83/304.56	v       </list>
312.83/304.56	v       <values>
312.83/304.56	v         15 17 4 15 0 17 4 17 4 12 14 3 4 11 4 12 20 11 0 19 4 15 14 11 4 12 8 2 0 3 0 12 0 13 19 17 4 19 8 13 20 4 4 11 4 2 19 4 3
312.83/304.56	v       </values>
312.83/304.56	v     </instantiation>
312.83/304.56	s SATISFIABLE

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4396023-1568412261/watcher-4396023-1568412261 -o /tmp/evaluation-result-4396023-1568412261/solver-4396023-1568412261 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568412192-5832 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1198299862 HOME/instance-4396023-1568412261.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=6191, runsolver pid=6188
Current StackSize limit: 8192 KiB


[startup+0.100118 s]*
/proc/loadavg: 1.29 0.78 0.78 4/218 6248
/proc/meminfo: memFree=30760996/32770624 swapFree=66995396/67108860
[pid=6191] ppid=6188 vsize=9972712 memory=16812 CPUtime=0.1 cores=0,2,4,6
/proc/6191/stat : 6191 (java) S 6188 6191 5801 0 -1 1077944320 4468 13291 0 0 1 1 5 3 20 0 6 0 417477503 10212057088 4203 33554432000 4194304 4196468 140721797194288 140721797176832 140040666201847 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
/proc/6191/statm: 2493178 4203 1935 1 0 2481616 0
[pid=6191/tid=6244] ppid=6188 vsize=9972712 memory=7892391828772250251 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6244/stat : 6244 (java) R 6188 6191 5801 0 -1 4202560 2292 13291 0 0 0 0 5 3 20 0 6 0 417477512 10212057088 4269 33554432000 4194304 4196468 140721797194288 140040638038608 140040647595581 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6245] ppid=6188 vsize=9972712 memory=-7025452035940392864 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6245/stat : 6245 (java) S 6188 6191 5801 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 6 0 417477513 10212057088 4269 33554432000 4194304 4196468 140721797194288 140040670443792 140040666212053 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6246] ppid=6188 vsize=9972712 memory=140199142942336 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6246/stat : 6246 (java) S 6188 6191 5801 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 6 0 417477513 10212057088 4269 33554432000 4194304 4196468 140721797194288 140040569334160 140040666212053 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6247] ppid=6188 vsize=9972712 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6247/stat : 6247 (java) S 6188 6191 5801 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 6 0 417477513 10212057088 4269 33554432000 4194304 4196468 140721797194288 140040568281616 140040666212053 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6248] ppid=6188 vsize=9972712 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6248/stat : 6248 (java) S 6188 6191 5801 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 6 0 417477513 10212057088 4269 33554432000 4194304 4196468 140721797194288 140040567229072 140040666212053 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 16812 KiB

[startup+0.210551 s]*
/proc/loadavg: 1.29 0.78 0.78 4/227 6257
/proc/meminfo: memFree=30731772/32770624 swapFree=66995396/67108860
[pid=6191] ppid=6188 vsize=10819664 memory=39176 CPUtime=0.26 cores=0,2,4,6
/proc/6191/stat : 6191 (java) S 6188 6191 5801 0 -1 1077944320 7182 13291 0 0 17 1 5 3 20 0 15 0 417477503 11079335936 9794 33554432000 4194304 4196468 140721797194288 140721797176832 140040666201847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
/proc/6191/statm: 2704916 9794 3148 1 0 2667149 0
[pid=6191/tid=6244] ppid=6188 vsize=10819664 memory=7022364594140610616 CPUtime=0.19 cores=0,2,4,6
/proc/6191/task/6244/stat : 6244 (java) R 6188 6191 5801 0 -1 4202560 3681 13291 0 0 11 0 5 3 20 0 15 0 417477512 11079335936 9794 33554432000 4194304 4196468 140721797194288 140040638007648 140040666223773 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6245] ppid=6188 vsize=10819664 memory=343 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6245/stat : 6245 (java) S 6188 6191 5801 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 417477513 11079335936 9794 33554432000 4194304 4196468 140721797194288 140040670443792 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6246] ppid=6188 vsize=10819664 memory=140199142949405 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6246/stat : 6246 (java) S 6188 6191 5801 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 417477513 11079335936 9794 33554432000 4194304 4196468 140721797194288 140040569334160 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6247] ppid=6188 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6247/stat : 6247 (java) S 6188 6191 5801 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 417477513 11079335936 9794 33554432000 4194304 4196468 140721797194288 140040568281616 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6248] ppid=6188 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6248/stat : 6248 (java) S 6188 6191 5801 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 417477513 11079335936 9794 33554432000 4194304 4196468 140721797194288 140040567229072 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6249] ppid=6188 vsize=10819664 memory=140199142942336 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6249/stat : 6249 (java) S 6188 6191 5801 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 417477514 11079335936 9794 33554432000 4194304 4196468 140721797194288 140040125303280 140040666212994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6250] ppid=6188 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6250/stat : 6250 (java) S 6188 6191 5801 0 -1 1077944384 14 13291 0 0 0 0 5 3 20 0 15 0 417477515 11079335936 9794 33554432000 4194304 4196468 140721797194288 140040025925024 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6251] ppid=6188 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6251/stat : 6251 (java) S 6188 6191 5801 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 417477515 11079335936 9794 33554432000 4194304 4196468 140721797194288 140039421945328 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6252] ppid=6188 vsize=10819664 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6252/stat : 6252 (java) S 6188 6191 5801 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 417477518 11079335936 9794 33554432000 4194304 4196468 140721797194288 140039181654736 140040666220443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6253] ppid=6188 vsize=10819664 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6191/task/6253/stat : 6253 (java) S 6188 6191 5801 0 -1 1077944384 581 13291 0 0 1 0 5 3 20 0 15 0 417477518 11079335936 9794 33554432000 4194304 4196468 140721797194288 140040124250096 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6254] ppid=6188 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6254/stat : 6254 (java) S 6188 6191 5801 0 -1 1077944384 62 13291 0 0 0 0 5 3 20 0 15 0 417477518 11079335936 9794 33554432000 4194304 4196468 140721797194288 140040123197552 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6255] ppid=6188 vsize=10819664 memory=140199142942336 CPUtime=0.11 cores=0,2,4,6
/proc/6191/task/6255/stat : 6255 (java) R 6188 6191 5801 0 -1 4202560 620 13291 0 0 3 0 5 3 20 0 15 0 417477518 11079335936 9794 33554432000 4194304 4196468 140721797194288 140040122145008 140040666223194 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6256] ppid=6188 vsize=10819664 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6256/stat : 6256 (java) S 6188 6191 5801 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 417477518 11079335936 9794 33554432000 4194304 4196468 140721797194288 140039148096096 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6257] ppid=6188 vsize=10819664 memory=140199142942336 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6257/stat : 6257 (java) S 6188 6191 5801 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 417477518 11079335936 9794 33554432000 4194304 4196468 140721797194288 140040121092912 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 39176 KiB

[startup+0.310226 s]*
/proc/loadavg: 1.29 0.78 0.78 3/227 6257
/proc/meminfo: memFree=30714668/32770624 swapFree=66995396/67108860
[pid=6191] ppid=6188 vsize=10820148 memory=50552 CPUtime=0.4 cores=0,2,4,6
/proc/6191/stat : 6191 (java) S 6188 6191 5801 0 -1 1077944320 10875 13291 0 0 29 3 5 3 20 0 15 0 417477503 11079831552 12638 33554432000 4194304 4196468 140721797194288 140721797176832 140040666201847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
/proc/6191/statm: 2705037 12638 3302 1 0 2667149 0
[pid=6191/tid=6244] ppid=6188 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=0,2,4,6
/proc/6191/task/6244/stat : 6244 (java) R 6188 6191 5801 0 -1 4202560 7358 13291 0 0 19 2 5 3 20 0 15 0 417477512 11079831552 12638 33554432000 4194304 4196468 140721797194288 140040638015168 140040652390437 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6245] ppid=6188 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6245/stat : 6245 (java) S 6188 6191 5801 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 417477513 11079831552 12638 33554432000 4194304 4196468 140721797194288 140040670443792 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6246] ppid=6188 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6246/stat : 6246 (java) S 6188 6191 5801 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 417477513 11079831552 12638 33554432000 4194304 4196468 140721797194288 140040569334160 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6247] ppid=6188 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6247/stat : 6247 (java) S 6188 6191 5801 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 417477513 11079831552 12638 33554432000 4194304 4196468 140721797194288 140040568281616 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6248] ppid=6188 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6248/stat : 6248 (java) S 6188 6191 5801 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 417477513 11079831552 12638 33554432000 4194304 4196468 140721797194288 140040567229072 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6249] ppid=6188 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6249/stat : 6249 (java) S 6188 6191 5801 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 417477514 11079831552 12638 33554432000 4194304 4196468 140721797194288 140040125303280 140040666212994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6250] ppid=6188 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6250/stat : 6250 (java) S 6188 6191 5801 0 -1 1077944384 14 13291 0 0 0 0 5 3 20 0 15 0 417477515 11079831552 12638 33554432000 4194304 4196468 140721797194288 140040025925024 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6251] ppid=6188 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6251/stat : 6251 (java) S 6188 6191 5801 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 417477515 11079831552 12638 33554432000 4194304 4196468 140721797194288 140039421945328 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6252] ppid=6188 vsize=10820148 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6252/stat : 6252 (java) S 6188 6191 5801 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 417477518 11079831552 12638 33554432000 4194304 4196468 140721797194288 140039181654736 140040666220443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6253] ppid=6188 vsize=10820148 memory=0 CPUtime=0.1 cores=0,2,4,6
/proc/6191/task/6253/stat : 6253 (java) S 6188 6191 5801 0 -1 1077944384 581 13291 0 0 2 0 5 3 20 0 15 0 417477518 11079831552 12638 33554432000 4194304 4196468 140721797194288 140040124250096 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6254] ppid=6188 vsize=10820148 memory=-1 CPUtime=0.09 cores=0,2,4,6
/proc/6191/task/6254/stat : 6254 (java) S 6188 6191 5801 0 -1 1077944384 72 13291 0 0 1 0 5 3 20 0 15 0 417477518 11079831552 12638 33554432000 4194304 4196468 140721797194288 140040123197552 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6255] ppid=6188 vsize=10820148 memory=140199142942336 CPUtime=0.13 cores=0,2,4,6
/proc/6191/task/6255/stat : 6255 (java) S 6188 6191 5801 0 -1 1077944384 629 13291 0 0 5 0 5 3 20 0 15 0 417477518 11079831552 12638 33554432000 4194304 4196468 140721797194288 140040122145008 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6256] ppid=6188 vsize=10820148 memory=-1 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6256/stat : 6256 (java) S 6188 6191 5801 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 417477518 11079831552 12638 33554432000 4194304 4196468 140721797194288 140039148096096 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6257] ppid=6188 vsize=10820148 memory=140199142942336 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6257/stat : 6257 (java) S 6188 6191 5801 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 417477518 11079831552 12638 33554432000 4194304 4196468 140721797194288 140040121092912 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 50552 KiB

[startup+0.700742 s]
/proc/loadavg: 1.29 0.78 0.78 4/227 6257
/proc/meminfo: memFree=30693860/32770624 swapFree=66995396/67108860
[pid=6191] ppid=6188 vsize=10824360 memory=83556 CPUtime=1.15 cores=0,2,4,6
/proc/6191/stat : 6191 (java) S 6188 6191 5801 0 -1 1077944320 15104 13291 0 0 102 5 5 3 20 0 15 0 417477503 11084144640 20889 33554432000 4194304 4196468 140721797194288 140721797176832 140040666201847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
/proc/6191/statm: 2706090 20889 3502 1 0 2668173 0
[pid=6191/tid=6244] ppid=6188 vsize=10824360 memory=0 CPUtime=0.67 cores=0,2,4,6
/proc/6191/task/6244/stat : 6244 (java) R 6188 6191 5801 0 -1 4202560 10426 13291 0 0 56 3 5 3 20 0 15 0 417477512 11084144640 20889 33554432000 4194304 4196468 140721797194288 140040638031392 140040666223773 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6245] ppid=6188 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6245/stat : 6245 (java) S 6188 6191 5801 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 417477513 11084144640 20889 33554432000 4194304 4196468 140721797194288 140040670443792 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6246] ppid=6188 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6246/stat : 6246 (java) S 6188 6191 5801 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 417477513 11084144640 20889 33554432000 4194304 4196468 140721797194288 140040569334160 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6247] ppid=6188 vsize=10824360 memory=68 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6247/stat : 6247 (java) S 6188 6191 5801 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 417477513 11084144640 20889 33554432000 4194304 4196468 140721797194288 140040568281616 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6248] ppid=6188 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6248/stat : 6248 (java) S 6188 6191 5801 0 -1 1077944384 2 13291 0 0 0 0 5 3 20 0 15 0 417477513 11084144640 20889 33554432000 4194304 4196468 140721797194288 140040567229072 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6249] ppid=6188 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6249/stat : 6249 (java) S 6188 6191 5801 0 -1 1077944384 5 13291 0 0 0 0 5 3 20 0 15 0 417477514 11084144640 20889 33554432000 4194304 4196468 140721797194288 140040125303280 140040666212994 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6250] ppid=6188 vsize=10824360 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6250/stat : 6250 (java) S 6188 6191 5801 0 -1 1077944384 14 13291 0 0 0 0 5 3 20 0 15 0 417477515 11084144640 20889 33554432000 4194304 4196468 140721797194288 140040025925024 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6251] ppid=6188 vsize=10824360 memory=140199006974160 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6251/stat : 6251 (java) S 6188 6191 5801 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 417477515 11084144640 20889 33554432000 4194304 4196468 140721797194288 140039421945328 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6252] ppid=6188 vsize=10824360 memory=140200617443930 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6252/stat : 6252 (java) S 6188 6191 5801 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 417477518 11084144640 20889 33554432000 4194304 4196468 140721797194288 140039181654736 140040666220443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6253] ppid=6188 vsize=10824360 memory=1000 CPUtime=0.23 cores=0,2,4,6
/proc/6191/task/6253/stat : 6253 (java) S 6188 6191 5801 0 -1 1077944384 1021 13291 0 0 15 0 5 3 20 0 15 0 417477518 11084144640 20889 33554432000 4194304 4196468 140721797194288 140040124250096 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6254] ppid=6188 vsize=10824360 memory=7014751519734584657 CPUtime=0.2 cores=0,2,4,6
/proc/6191/task/6254/stat : 6254 (java) R 6188 6191 5801 0 -1 4202560 540 13291 0 0 12 0 5 3 20 0 15 0 417477518 11084144640 20889 33554432000 4194304 4196468 140721797194288 140040123197552 140040652240128 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6255] ppid=6188 vsize=10824360 memory=7812449391807648871 CPUtime=0.25 cores=0,2,4,6
/proc/6191/task/6255/stat : 6255 (java) S 6188 6191 5801 0 -1 1077944384 875 13291 0 0 17 0 5 3 20 0 15 0 417477518 11084144640 20889 33554432000 4194304 4196468 140721797194288 140040122145008 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6256] ppid=6188 vsize=10824360 memory=3632 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6256/stat : 6256 (java) S 6188 6191 5801 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 417477518 11084144640 20889 33554432000 4194304 4196468 140721797194288 140039148096096 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6257] ppid=6188 vsize=10824360 memory=2241 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6257/stat : 6257 (java) S 6188 6191 5801 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 417477518 11084144640 20889 33554432000 4194304 4196468 140721797194288 140040121092912 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
Current children cumulated CPU time: 1.15 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83556 KiB

[startup+1.50472 s]
/proc/loadavg: 1.29 0.78 0.78 3/227 6257
/proc/meminfo: memFree=30604756/32770624 swapFree=66995396/67108860
[pid=6191] ppid=6188 vsize=10834676 memory=188280 CPUtime=2.72 cores=0,2,4,6
/proc/6191/stat : 6191 (java) S 6188 6191 5801 0 -1 1077944320 24413 13291 0 0 255 9 5 3 20 0 15 0 417477503 11094708224 47070 33554432000 4194304 4196468 140721797194288 140721797176832 140040666201847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
/proc/6191/statm: 2708669 47070 3590 1 0 2670733 0
[pid=6191/tid=6244] ppid=6188 vsize=10834676 memory=2809127 CPUtime=1.44 cores=0,2,4,6
/proc/6191/task/6244/stat : 6244 (java) R 6188 6191 5801 0 -1 4202560 16194 13291 0 0 131 5 5 3 20 0 15 0 417477512 11094708224 47070 33554432000 4194304 4196468 140721797194288 140040638006272 140040666223194 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6245] ppid=6188 vsize=10834676 memory=8112282956445269571 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6245/stat : 6245 (java) S 6188 6191 5801 0 -1 1077944384 100 13291 0 0 0 0 5 3 20 0 15 0 417477513 11094708224 47070 33554432000 4194304 4196468 140721797194288 140040670443792 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6246] ppid=6188 vsize=10834676 memory=796868 CPUtime=0.09 cores=0,2,4,6
/proc/6191/task/6246/stat : 6246 (java) S 6188 6191 5801 0 -1 1077944384 25 13291 0 0 1 0 5 3 20 0 15 0 417477513 11094708224 47070 33554432000 4194304 4196468 140721797194288 140040569334160 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6247] ppid=6188 vsize=10834676 memory=1408 CPUtime=0.09 cores=0,2,4,6
/proc/6191/task/6247/stat : 6247 (java) S 6188 6191 5801 0 -1 1077944384 305 13291 0 0 1 0 5 3 20 0 15 0 417477513 11094708224 47070 33554432000 4194304 4196468 140721797194288 140040568281616 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6248] ppid=6188 vsize=10834676 memory=83556 CPUtime=0.09 cores=0,2,4,6
/proc/6191/task/6248/stat : 6248 (java) S 6188 6191 5801 0 -1 1077944384 66 13291 0 0 1 0 5 3 20 0 15 0 417477513 11094708224 47070 33554432000 4194304 4196468 140721797194288 140040567229072 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6249] ppid=6188 vsize=10834676 memory=0 CPUtime=0.09 cores=0,2,4,6
/proc/6191/task/6249/stat : 6249 (java) S 6188 6191 5801 0 -1 1077944384 1361 13291 0 0 1 0 5 3 20 0 15 0 417477514 11094708224 47070 33554432000 4194304 4196468 140721797194288 140040125303280 140040666212994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6250] ppid=6188 vsize=10834676 memory=280398013891104 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6250/stat : 6250 (java) S 6188 6191 5801 0 -1 1077944384 15 13291 0 0 0 0 5 3 20 0 15 0 417477515 11094708224 47070 33554432000 4194304 4196468 140721797194288 140040025925088 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6251] ppid=6188 vsize=10834676 memory=280398013941712 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6251/stat : 6251 (java) S 6188 6191 5801 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 417477515 11094708224 47070 33554432000 4194304 4196468 140721797194288 140039421945344 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6252] ppid=6188 vsize=10834676 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6252/stat : 6252 (java) S 6188 6191 5801 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 417477518 11094708224 47070 33554432000 4194304 4196468 140721797194288 140039181654736 140040666220443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6253] ppid=6188 vsize=10834676 memory=6944656575208382560 CPUtime=0.46 cores=0,2,4,6
/proc/6191/task/6253/stat : 6253 (java) S 6188 6191 5801 0 -1 1077944384 1297 13291 0 0 38 0 5 3 20 0 15 0 417477518 11094708224 47070 33554432000 4194304 4196468 140721797194288 140040124250096 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6254] ppid=6188 vsize=10834676 memory=6655300316396806240 CPUtime=0.46 cores=0,2,4,6
/proc/6191/task/6254/stat : 6254 (java) S 6188 6191 5801 0 -1 1077944384 1154 13291 0 0 38 0 5 3 20 0 15 0 417477518 11094708224 47070 33554432000 4194304 4196468 140721797194288 140040123197552 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6255] ppid=6188 vsize=10834676 memory=9023629670928638048 CPUtime=0.47 cores=0,2,4,6
/proc/6191/task/6255/stat : 6255 (java) R 6188 6191 5801 0 -1 4202560 1682 13291 0 0 39 0 5 3 20 0 15 0 417477518 11094708224 47070 33554432000 4194304 4196468 140721797194288 140040122145008 140040647765416 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6256] ppid=6188 vsize=10834676 memory=6655300316396806240 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6256/stat : 6256 (java) S 6188 6191 5801 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 417477518 11094708224 47070 33554432000 4194304 4196468 140721797194288 140039148096096 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6257] ppid=6188 vsize=10834676 memory=6944656592455088490 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6257/stat : 6257 (java) S 6188 6191 5801 0 -1 1077944384 1 13291 0 0 0 0 5 3 20 0 15 0 417477518 11094708224 47070 33554432000 4194304 4196468 140721797194288 140040121092912 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
Current children cumulated CPU time: 2.72 s
Current children cumulated vsize: 10834676 KiB

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

[pid=6191/tid=6256] ppid=6188 vsize=10844936 memory=1708 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6256/stat : 6256 (java) S 6188 6191 5801 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140039148096096 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6257] ppid=6188 vsize=10844936 memory=3440 CPUtime=0.18 cores=0,2,4,6
/proc/6191/task/6257/stat : 6257 (java) S 6188 6191 5801 0 -1 1077944384 614 13291 0 0 5 5 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040121092912 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
Current children cumulated CPU time: 310.72 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 377848 KiB

[startup+303.201 s]
/proc/loadavg: 1.67 1.35 1.03 3/228 6408
/proc/meminfo: memFree=30727976/32770624 swapFree=66995400/67108860
[pid=6191] ppid=6188 vsize=10844936 memory=377848 CPUtime=311.53 cores=0,2,4,6
/proc/6191/stat : 6191 (java) S 6188 6191 5801 0 -1 1077944320 98887 13291 0 0 31109 36 5 3 20 0 15 0 417477503 11105214464 94462 33554432000 4194304 4196468 140721797194288 140721797176832 140040666201847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
/proc/6191/statm: 2711234 94462 3621 1 0 2673293 0
[pid=6191/tid=6244] ppid=6188 vsize=10844936 memory=377848 CPUtime=302.56 cores=0,2,4,6
/proc/6191/task/6244/stat : 6244 (java) R 6188 6191 5801 0 -1 4202560 29873 13291 0 0 30238 10 5 3 20 0 15 0 417477512 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040638033984 140040254641276 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6245] ppid=6188 vsize=10844936 memory=21368 CPUtime=0.35 cores=0,2,4,6
/proc/6191/task/6245/stat : 6245 (java) S 6188 6191 5801 0 -1 1077944384 3123 13291 0 0 24 3 5 3 20 0 15 0 417477513 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040670443792 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6246] ppid=6188 vsize=10844936 memory=988 CPUtime=0.35 cores=0,2,4,6
/proc/6191/task/6246/stat : 6246 (java) S 6188 6191 5801 0 -1 1077944384 3464 13291 0 0 24 3 5 3 20 0 15 0 417477513 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040569334160 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6247] ppid=6188 vsize=10844936 memory=2016 CPUtime=0.35 cores=0,2,4,6
/proc/6191/task/6247/stat : 6247 (java) S 6188 6191 5801 0 -1 1077944384 5030 13291 0 0 25 2 5 3 20 0 15 0 417477513 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040568281616 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6248] ppid=6188 vsize=10844936 memory=8112282956445269571 CPUtime=0.35 cores=0,2,4,6
/proc/6191/task/6248/stat : 6248 (java) S 6188 6191 5801 0 -1 1077944384 1644 13291 0 0 25 2 5 3 20 0 15 0 417477513 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040567229072 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6249] ppid=6188 vsize=10844936 memory=2124 CPUtime=0.34 cores=0,2,4,6
/proc/6191/task/6249/stat : 6249 (java) S 6188 6191 5801 0 -1 1077944384 5170 13291 0 0 24 2 5 3 20 0 15 0 417477514 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040125303280 140040666212994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6250] ppid=6188 vsize=10844936 memory=1556 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6250/stat : 6250 (java) S 6188 6191 5801 0 -1 1077944384 19 13291 0 0 0 0 5 3 20 0 15 0 417477515 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040025925088 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6251] ppid=6188 vsize=10844936 memory=496 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6251/stat : 6251 (java) S 6188 6191 5801 0 -1 1077944384 6 13291 0 0 0 0 5 3 20 0 15 0 417477515 11105214464 94462 33554432000 4194304 4196468 140721797194288 140039421945344 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6252] ppid=6188 vsize=10844936 memory=928 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6252/stat : 6252 (java) S 6188 6191 5801 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140039181654736 140040666220443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6253] ppid=6188 vsize=10844936 memory=2016 CPUtime=3.08 cores=0,2,4,6
/proc/6191/task/6253/stat : 6253 (java) S 6188 6191 5801 0 -1 1077944384 17425 13291 0 0 299 1 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040124250096 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6254] ppid=6188 vsize=10844936 memory=1384 CPUtime=3.16 cores=0,2,4,6
/proc/6191/task/6254/stat : 6254 (java) S 6188 6191 5801 0 -1 1077944384 18684 13291 0 0 305 3 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040123197552 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6255] ppid=6188 vsize=10844936 memory=776 CPUtime=1.39 cores=0,2,4,6
/proc/6191/task/6255/stat : 6255 (java) S 6188 6191 5801 0 -1 1077944384 11618 13291 0 0 129 2 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040122145008 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6256] ppid=6188 vsize=10844936 memory=1564 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6256/stat : 6256 (java) S 6188 6191 5801 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140039148096096 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6257] ppid=6188 vsize=10844936 memory=8556 CPUtime=0.18 cores=0,2,4,6
/proc/6191/task/6257/stat : 6257 (java) S 6188 6191 5801 0 -1 1077944384 616 13291 0 0 5 5 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040121092912 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
Current children cumulated CPU time: 311.53 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 377848 KiB

[startup+304.001 s]*
/proc/loadavg: 1.67 1.35 1.03 3/228 6408
/proc/meminfo: memFree=30727976/32770624 swapFree=66995400/67108860
[pid=6191] ppid=6188 vsize=10844936 memory=377848 CPUtime=312.34 cores=0,2,4,6
/proc/6191/stat : 6191 (java) S 6188 6191 5801 0 -1 1077944320 98888 13291 0 0 31190 36 5 3 20 0 15 0 417477503 11105214464 94462 33554432000 4194304 4196468 140721797194288 140721797176832 140040666201847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
/proc/6191/statm: 2711234 94462 3621 1 0 2673293 0
[pid=6191/tid=6244] ppid=6188 vsize=10844936 memory=8317482817917895235 CPUtime=303.37 cores=0,2,4,6
/proc/6191/task/6244/stat : 6244 (java) R 6188 6191 5801 0 -1 4202560 29874 13291 0 0 30319 10 5 3 20 0 15 0 417477512 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040638037152 140040256765968 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6245] ppid=6188 vsize=10844936 memory=4126316290023845779 CPUtime=0.35 cores=0,2,4,6
/proc/6191/task/6245/stat : 6245 (java) S 6188 6191 5801 0 -1 1077944384 3123 13291 0 0 24 3 5 3 20 0 15 0 417477513 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040670443792 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6246] ppid=6188 vsize=10844936 memory=1564 CPUtime=0.35 cores=0,2,4,6
/proc/6191/task/6246/stat : 6246 (java) S 6188 6191 5801 0 -1 1077944384 3464 13291 0 0 24 3 5 3 20 0 15 0 417477513 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040569334160 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6247] ppid=6188 vsize=10844936 memory=8556 CPUtime=0.35 cores=0,2,4,6
/proc/6191/task/6247/stat : 6247 (java) S 6188 6191 5801 0 -1 1077944384 5030 13291 0 0 25 2 5 3 20 0 15 0 417477513 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040568281616 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6248] ppid=6188 vsize=10844936 memory=1052 CPUtime=0.35 cores=0,2,4,6
/proc/6191/task/6248/stat : 6248 (java) S 6188 6191 5801 0 -1 1077944384 1644 13291 0 0 25 2 5 3 20 0 15 0 417477513 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040567229072 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6249] ppid=6188 vsize=10844936 memory=1708 CPUtime=0.35 cores=0,2,4,6
/proc/6191/task/6249/stat : 6249 (java) S 6188 6191 5801 0 -1 1077944384 5170 13291 0 0 25 2 5 3 20 0 15 0 417477514 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040125303280 140040666212994 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6250] ppid=6188 vsize=10844936 memory=3440 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6250/stat : 6250 (java) S 6188 6191 5801 0 -1 1077944384 19 13291 0 0 0 0 5 3 20 0 15 0 417477515 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040025925088 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6251] ppid=6188 vsize=10844936 memory=2832 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6251/stat : 6251 (java) S 6188 6191 5801 0 -1 1077944384 6 13291 0 0 0 0 5 3 20 0 15 0 417477515 11105214464 94462 33554432000 4194304 4196468 140721797194288 140039421945344 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6252] ppid=6188 vsize=10844936 memory=5904 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6252/stat : 6252 (java) S 6188 6191 5801 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140039181654736 140040666220443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6253] ppid=6188 vsize=10844936 memory=664 CPUtime=3.08 cores=0,2,4,6
/proc/6191/task/6253/stat : 6253 (java) S 6188 6191 5801 0 -1 1077944384 17425 13291 0 0 299 1 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040124250096 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6254] ppid=6188 vsize=10844936 memory=1156 CPUtime=3.16 cores=0,2,4,6
/proc/6191/task/6254/stat : 6254 (java) S 6188 6191 5801 0 -1 1077944384 18684 13291 0 0 305 3 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040123197552 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6255] ppid=6188 vsize=10844936 memory=8112282956445269571 CPUtime=1.39 cores=0,2,4,6
/proc/6191/task/6255/stat : 6255 (java) S 6188 6191 5801 0 -1 1077944384 11618 13291 0 0 129 2 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040122145008 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6256] ppid=6188 vsize=10844936 memory=4420 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6256/stat : 6256 (java) S 6188 6191 5801 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140039148096096 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6257] ppid=6188 vsize=10844936 memory=6628 CPUtime=0.18 cores=0,2,4,6
/proc/6191/task/6257/stat : 6257 (java) S 6188 6191 5801 0 -1 1077944384 616 13291 0 0 5 5 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040121092912 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
Current children cumulated CPU time: 312.34 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 377848 KiB

[startup+304.401 s]
/proc/loadavg: 1.67 1.35 1.03 3/228 6408
/proc/meminfo: memFree=30727976/32770624 swapFree=66995400/67108860
[pid=6191] ppid=6188 vsize=10844936 memory=377848 CPUtime=312.73 cores=0,2,4,6
/proc/6191/stat : 6191 (java) S 6188 6191 5801 0 -1 1077944320 98889 13291 0 0 31229 36 5 3 20 0 15 0 417477503 11105214464 94462 33554432000 4194304 4196468 140721797194288 140721797176832 140040666201847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
/proc/6191/statm: 2711234 94462 3621 1 0 2673293 0
[pid=6191/tid=6244] ppid=6188 vsize=10844936 memory=1156 CPUtime=303.76 cores=0,2,4,6
/proc/6191/task/6244/stat : 6244 (java) R 6188 6191 5801 0 -1 4202560 29875 13291 0 0 30358 10 5 3 20 0 15 0 417477512 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040638036928 140040255433189 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6245] ppid=6188 vsize=10844936 memory=8112282956445269571 CPUtime=0.36 cores=0,2,4,6
/proc/6191/task/6245/stat : 6245 (java) S 6188 6191 5801 0 -1 1077944384 3123 13291 0 0 25 3 5 3 20 0 15 0 417477513 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040670443792 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6246] ppid=6188 vsize=10844936 memory=4104 CPUtime=0.35 cores=0,2,4,6
/proc/6191/task/6246/stat : 6246 (java) S 6188 6191 5801 0 -1 1077944384 3464 13291 0 0 24 3 5 3 20 0 15 0 417477513 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040569334160 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6247] ppid=6188 vsize=10844936 memory=1804 CPUtime=0.35 cores=0,2,4,6
/proc/6191/task/6247/stat : 6247 (java) S 6188 6191 5801 0 -1 1077944384 5030 13291 0 0 25 2 5 3 20 0 15 0 417477513 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040568281616 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6248] ppid=6188 vsize=10844936 memory=916 CPUtime=0.35 cores=0,2,4,6
/proc/6191/task/6248/stat : 6248 (java) S 6188 6191 5801 0 -1 1077944384 1644 13291 0 0 25 2 5 3 20 0 15 0 417477513 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040567229072 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6249] ppid=6188 vsize=10844936 memory=3852 CPUtime=0.35 cores=0,2,4,6
/proc/6191/task/6249/stat : 6249 (java) S 6188 6191 5801 0 -1 1077944384 5170 13291 0 0 25 2 5 3 20 0 15 0 417477514 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040125303280 140040666212994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6250] ppid=6188 vsize=10844936 memory=2608 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6250/stat : 6250 (java) S 6188 6191 5801 0 -1 1077944384 19 13291 0 0 0 0 5 3 20 0 15 0 417477515 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040025925088 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6251] ppid=6188 vsize=10844936 memory=2608 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6251/stat : 6251 (java) S 6188 6191 5801 0 -1 1077944384 6 13291 0 0 0 0 5 3 20 0 15 0 417477515 11105214464 94462 33554432000 4194304 4196468 140721797194288 140039421945344 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6252] ppid=6188 vsize=10844936 memory=1408 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6252/stat : 6252 (java) S 6188 6191 5801 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140039181654736 140040666220443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6253] ppid=6188 vsize=10844936 memory=3128 CPUtime=3.08 cores=0,2,4,6
/proc/6191/task/6253/stat : 6253 (java) S 6188 6191 5801 0 -1 1077944384 17425 13291 0 0 299 1 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040124250096 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6254] ppid=6188 vsize=10844936 memory=377848 CPUtime=3.16 cores=0,2,4,6
/proc/6191/task/6254/stat : 6254 (java) S 6188 6191 5801 0 -1 1077944384 18684 13291 0 0 305 3 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040123197552 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6255] ppid=6188 vsize=10844936 memory=1408 CPUtime=1.39 cores=0,2,4,6
/proc/6191/task/6255/stat : 6255 (java) S 6188 6191 5801 0 -1 1077944384 11618 13291 0 0 129 2 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040122145008 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6256] ppid=6188 vsize=10844936 memory=2928 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6256/stat : 6256 (java) S 6188 6191 5801 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140039148096096 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6257] ppid=6188 vsize=10844936 memory=455228 CPUtime=0.18 cores=0,2,4,6
/proc/6191/task/6257/stat : 6257 (java) S 6188 6191 5801 0 -1 1077944384 616 13291 0 0 5 5 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040121092912 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
Current children cumulated CPU time: 312.73 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 377848 KiB

[startup+304.501 s]
/proc/loadavg: 1.67 1.35 1.03 3/228 6408
/proc/meminfo: memFree=30727976/32770624 swapFree=66995400/67108860
[pid=6191] ppid=6188 vsize=10844936 memory=377848 CPUtime=312.83 cores=0,2,4,6
/proc/6191/stat : 6191 (java) S 6188 6191 5801 0 -1 1077944320 98889 13291 0 0 31239 36 5 3 20 0 15 0 417477503 11105214464 94462 33554432000 4194304 4196468 140721797194288 140721797176832 140040666201847 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
/proc/6191/statm: 2711234 94462 3621 1 0 2673293 0
[pid=6191/tid=6244] ppid=6188 vsize=10844936 memory=377848 CPUtime=303.86 cores=0,2,4,6
/proc/6191/task/6244/stat : 6244 (java) R 6188 6191 5801 0 -1 4202560 29875 13291 0 0 30368 10 5 3 20 0 15 0 417477512 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040638036928 140040255973169 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6245] ppid=6188 vsize=10844936 memory=377848 CPUtime=0.36 cores=0,2,4,6
/proc/6191/task/6245/stat : 6245 (java) S 6188 6191 5801 0 -1 1077944384 3123 13291 0 0 25 3 5 3 20 0 15 0 417477513 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040670443792 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6246] ppid=6188 vsize=10844936 memory=377848 CPUtime=0.35 cores=0,2,4,6
/proc/6191/task/6246/stat : 6246 (java) S 6188 6191 5801 0 -1 1077944384 3464 13291 0 0 24 3 5 3 20 0 15 0 417477513 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040569334160 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6247] ppid=6188 vsize=10844936 memory=377848 CPUtime=0.35 cores=0,2,4,6
/proc/6191/task/6247/stat : 6247 (java) S 6188 6191 5801 0 -1 1077944384 5030 13291 0 0 25 2 5 3 20 0 15 0 417477513 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040568281616 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6248] ppid=6188 vsize=10844936 memory=377848 CPUtime=0.35 cores=0,2,4,6
/proc/6191/task/6248/stat : 6248 (java) S 6188 6191 5801 0 -1 1077944384 1644 13291 0 0 25 2 5 3 20 0 15 0 417477513 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040567229072 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6249] ppid=6188 vsize=10844936 memory=377836 CPUtime=0.35 cores=0,2,4,6
/proc/6191/task/6249/stat : 6249 (java) S 6188 6191 5801 0 -1 1077944384 5170 13291 0 0 25 2 5 3 20 0 15 0 417477514 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040125303280 140040666212994 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6250] ppid=6188 vsize=10844936 memory=377836 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6250/stat : 6250 (java) S 6188 6191 5801 0 -1 1077944384 19 13291 0 0 0 0 5 3 20 0 15 0 417477515 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040025925088 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6251] ppid=6188 vsize=10844936 memory=377848 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6251/stat : 6251 (java) S 6188 6191 5801 0 -1 1077944384 6 13291 0 0 0 0 5 3 20 0 15 0 417477515 11105214464 94462 33554432000 4194304 4196468 140721797194288 140039421945344 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6252] ppid=6188 vsize=10844936 memory=377848 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6252/stat : 6252 (java) S 6188 6191 5801 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140039181654736 140040666220443 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6253] ppid=6188 vsize=10844936 memory=377836 CPUtime=3.08 cores=0,2,4,6
/proc/6191/task/6253/stat : 6253 (java) S 6188 6191 5801 0 -1 1077944384 17425 13291 0 0 299 1 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040124250096 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6254] ppid=6188 vsize=10844936 memory=21368 CPUtime=3.16 cores=0,2,4,6
/proc/6191/task/6254/stat : 6254 (java) S 6188 6191 5801 0 -1 1077944384 18684 13291 0 0 305 3 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040123197552 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6255] ppid=6188 vsize=10844936 memory=988 CPUtime=1.39 cores=0,2,4,6
/proc/6191/task/6255/stat : 6255 (java) S 6188 6191 5801 0 -1 1077944384 11618 13291 0 0 129 2 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040122145008 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6256] ppid=6188 vsize=10844936 memory=377848 CPUtime=0.08 cores=0,2,4,6
/proc/6191/task/6256/stat : 6256 (java) S 6188 6191 5801 0 -1 1077944384 3 13291 0 0 0 0 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140039148096096 140040666212053 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
[pid=6191/tid=6257] ppid=6188 vsize=10844936 memory=1980 CPUtime=0.18 cores=0,2,4,6
/proc/6191/task/6257/stat : 6257 (java) S 6188 6191 5801 0 -1 1077944384 616 13291 0 0 5 5 5 3 20 0 15 0 417477518 11105214464 94462 33554432000 4194304 4196468 140721797194288 140040121092912 140040666212994 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 31813632 140721797196527 140721797199045 140721797199045 140721797201871 0
Current children cumulated CPU time: 312.83 s
Current children cumulated vsize: 10844936 KiB
Current children cumulated memory: 377848 KiB

Child status: 0
Real time (s): 304.584
CPU time (s): 312.947
CPU user time (s): 312.536
CPU system time (s): 0.410451
CPU usage (%): 102.746
Max. virtual memory (cumulated for all children) (KiB): 10847740
Max. memory (cumulated for all children) (KiB): 462092

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 312.536
system time used= 0.410451
maximum resident set size= 462096
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118435
page faults= 0
swaps= 0
block input operations= 0
block output operations= 544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 17512
involuntary context switches= 538


# summary of solver processes directly reported to runsolver:
#   pid: 6191
#   total CPU time (s): 312.947
#   total CPU user time (s): 312.536
#   total CPU system time (s): 0.410451

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.75552 second user time and 2.89662 second system time

The end

Launcher Data

Begin job on node102 at 2019-09-14 00:03:35
IDJOB=4396023
IDBENCH=140442
IDSOLVER=2846
FILE ID=node102/4396023-1568412261
RUNJOBID= node102-1568412192-5832
PBS_JOBID= 21702200
Free space on /tmp= 59292 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/Crossword/Crossword-m1c-words-vg/Crossword-m1c-words-vg-7-7.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4396023-1568412261/watcher-4396023-1568412261 -o /tmp/evaluation-result-4396023-1568412261/solver-4396023-1568412261 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node102-1568412192-5832 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1198299862 HOME/instance-4396023-1568412261.xml

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

MD5SUM BENCH= 99134ba62b1a53cb1521bec8a3cd1f05
RANDOM SEED=1198299862

node102.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.13
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.54
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.13
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.54
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.13
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.54
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.13
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30774488 kB
MemAvailable:   31160692 kB
Buffers:          162492 kB
Cached:           517188 kB
SwapCached:         9764 kB
Active:          1121616 kB
Inactive:         333864 kB
Active(anon):     773344 kB
Inactive(anon):    33816 kB
Active(file):     348272 kB
Inactive(file):   300048 kB
Unevictable:      110432 kB
Mlocked:          110432 kB
SwapTotal:      67108860 kB
SwapFree:       66995396 kB
Dirty:             35688 kB
Writeback:             0 kB
AnonPages:        858784 kB
Mapped:            48356 kB
Shmem:             22416 kB
Slab:             136136 kB
SReclaimable:     107436 kB
SUnreclaim:        28700 kB
KernelStack:        3808 kB
PageTables:         7596 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1996620 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    708608 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 59260 MiB
End job on node102 at 2019-09-14 00:08:40