Trace number 4395795

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 204.004 187.15

General information on the benchmark

NameMagicHexagon/MagicHexagon-m1-s1/
MagicHexagon-04-m018.xml
MD5SUMe1b631bab6f8bd4ad65377e678a0b81e
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 benchmark2.54992
Satisfiable
(Un)Satisfiability was proved
Number of variables49
Number of constraints28
Number of domains1
Minimum domain size37
Maximum domain size37
Distribution of domain sizes[{"size":37,"count":37}]
Minimum variable degree0
Maximum variable degree9
Distribution of variable degrees[{"degree":0,"count":12},{"degree":4,"count":31},{"degree":5,"count":3},{"degree":6,"count":2},{"degree":9,"count":1}]
Minimum constraint arity2
Maximum constraint arity37
Distribution of constraint arities[{"arity":2,"count":6},{"arity":4,"count":6},{"arity":5,"count":6},{"arity":6,"count":6},{"arity":7,"count":3},{"arity":37,"count":1}]
Number of extensional constraints0
Number of intensional constraints6
Distribution of constraint types[{"type":"intension","count":6},{"type":"allDifferent","count":1},{"type":"sum","count":21}]
Optimization problemNO
Type of objective

Solver Data

0.79/0.55	c Concrete v3.12.2.1568380929293 running
203.92/187.13	v <instantiation
203.92/187.13	v         >
203.92/187.13	v       <list>
203.92/187.13	v         x[0][0] x[0][1] x[0][2] x[0][3] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] 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[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[6][0] x[6][1] x[6][2] x[6][3]
203.92/187.13	v       </list>
203.92/187.13	v       <values>
203.92/187.13	v         -18 12 11 -5 -6 -15 -10 13 18 15 -4 6 -8 -13 4 9 0 1 14 -12 5 -17 7 -1 -2 10 2 -16 -7 -3 8 -14 16 -9 -11 3 17
203.92/187.13	v       </values>
203.92/187.13	v     </instantiation>
203.92/187.13	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 (13939 MiB free)
  memory of node 1: 16384 MiB (15820 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395795-1568405481/watcher-4395795-1568405481 -o /tmp/evaluation-result-4395795-1568405481/solver-4395795-1568405481 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568393055-22031 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1622547699 HOME/instance-4395795-1568405481.xml 

running on 4 cores: 1,3,5,7

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
Current StackSize limit: 8192 KiB

solver pid=25163, runsolver pid=25160

[startup+0.100138 s]*
/proc/loadavg: 1.38 1.36 1.36 3/221 25220
/proc/meminfo: memFree=30469088/32770624 swapFree=66966976/67108860
[pid=25163] ppid=25160 vsize=9972712 memory=17228 CPUtime=0.1 cores=1,3,5,7
/proc/25163/stat : 25163 (java) S 25160 25163 19747 0 -1 1077944320 4541 13404 0 0 1 1 5 3 20 0 6 0 416814916 10212057088 4307 33554432000 4194304 4196468 140720581873488 140720581856032 140222498041591 0 0 0 16784584 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
/proc/25163/statm: 2493178 4307 1935 1 0 2481616 0
[pid=25163/tid=25216] ppid=25160 vsize=9972712 memory=-8439527450518781933 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25216/stat : 25216 (java) R 25160 25163 19747 0 -1 4202560 2327 13404 0 0 0 0 5 3 20 0 6 0 416814925 10212057088 4307 33554432000 4194304 4196468 140720581873488 140222469878352 140222498063517 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25217] ppid=25160 vsize=9972712 memory=4211974237444013450 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25217/stat : 25217 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 6 0 416814926 10212057088 4307 33554432000 4194304 4196468 140720581873488 140222502284048 140222498051797 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25218] ppid=25160 vsize=9972712 memory=140511239222912 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25218/stat : 25218 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 6 0 416814926 10212057088 4307 33554432000 4194304 4196468 140720581873488 140222429764496 140222498051797 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25219] ppid=25160 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25219/stat : 25219 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 6 0 416814926 10212057088 4307 33554432000 4194304 4196468 140720581873488 140222069845008 140222498051797 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25220] ppid=25160 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25220/stat : 25220 (java) S 25160 25163 19747 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 6 0 416814926 10212057088 4307 33554432000 4194304 4196468 140720581873488 140222068792464 140222498051797 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 17228 KiB

[startup+0.210097 s]*
/proc/loadavg: 1.38 1.36 1.36 5/230 25229
/proc/meminfo: memFree=30445864/32770624 swapFree=66966976/67108860
[pid=25163] ppid=25160 vsize=10819664 memory=41020 CPUtime=0.27 cores=1,3,5,7
/proc/25163/stat : 25163 (java) S 25160 25163 19747 0 -1 1077944320 7081 13404 0 0 17 2 5 3 20 0 15 0 416814916 11079335936 10255 33554432000 4194304 4196468 140720581873488 140720581856032 140222498041591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
/proc/25163/statm: 2704916 10255 3154 1 0 2667149 0
[pid=25163/tid=25216] ppid=25160 vsize=10819664 memory=7900017517374083699 CPUtime=0.19 cores=1,3,5,7
/proc/25163/task/25216/stat : 25216 (java) R 25160 25163 19747 0 -1 4202560 3565 13404 0 0 10 1 5 3 20 0 15 0 416814925 11079335936 10255 33554432000 4194304 4196468 140720581873488 140222469849200 140222481228400 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25217] ppid=25160 vsize=10819664 memory=4211974237444013450 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25217/stat : 25217 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 416814926 11079335936 10255 33554432000 4194304 4196468 140720581873488 140222502284048 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25218] ppid=25160 vsize=10819664 memory=140511239222912 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25218/stat : 25218 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 416814926 11079335936 10255 33554432000 4194304 4196468 140720581873488 140222429764496 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25219] ppid=25160 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25219/stat : 25219 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 416814926 11079335936 10255 33554432000 4194304 4196468 140720581873488 140222069845008 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25220] ppid=25160 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25220/stat : 25220 (java) S 25160 25163 19747 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 416814926 11079335936 10255 33554432000 4194304 4196468 140720581873488 140222068792464 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25221] ppid=25160 vsize=10819664 memory=140511239222912 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25221/stat : 25221 (java) S 25160 25163 19747 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 416814928 11079335936 10255 33554432000 4194304 4196468 140720581873488 140221500872688 140222498052738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25222] ppid=25160 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25222/stat : 25222 (java) S 25160 25163 19747 0 -1 1077944384 13 13404 0 0 0 0 5 3 20 0 15 0 416814928 11079335936 10255 33554432000 4194304 4196468 140720581873488 140221421183904 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25223] ppid=25160 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25223/stat : 25223 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 416814928 11079335936 10255 33554432000 4194304 4196468 140720581873488 140221286966256 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25224] ppid=25160 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25224/stat : 25224 (java) S 25160 25163 19747 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 416814931 11079335936 10255 33554432000 4194304 4196468 140720581873488 140221046675664 140222498060187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25225] ppid=25160 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25163/task/25225/stat : 25225 (java) S 25160 25163 19747 0 -1 1077944384 459 13404 0 0 1 0 5 3 20 0 15 0 416814931 11079335936 10255 33554432000 4194304 4196468 140720581873488 140221499820528 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25226] ppid=25160 vsize=10819664 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/25163/task/25226/stat : 25226 (java) S 25160 25163 19747 0 -1 1077944384 203 13404 0 0 1 0 5 3 20 0 15 0 416814931 11079335936 10255 33554432000 4194304 4196468 140720581873488 140221498767984 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25227] ppid=25160 vsize=10819664 memory=140511239222912 CPUtime=0.11 cores=1,3,5,7
/proc/25163/task/25227/stat : 25227 (java) S 25160 25163 19747 0 -1 1077944384 616 13404 0 0 3 0 5 3 20 0 15 0 416814931 11079335936 10255 33554432000 4194304 4196468 140720581873488 140221497715440 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25228] ppid=25160 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25228/stat : 25228 (java) S 25160 25163 19747 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 416814931 11079335936 10255 33554432000 4194304 4196468 140720581873488 140221013118048 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25229] ppid=25160 vsize=10819664 memory=140511239222912 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25229/stat : 25229 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 416814931 11079335936 10255 33554432000 4194304 4196468 140720581873488 140221496662320 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 41020 KiB

[startup+0.310533 s]*
/proc/loadavg: 1.38 1.36 1.36 3/230 25229
/proc/meminfo: memFree=30432424/32770624 swapFree=66966976/67108860
[pid=25163] ppid=25160 vsize=10820148 memory=52144 CPUtime=0.4 cores=1,3,5,7
/proc/25163/stat : 25163 (java) S 25160 25163 19747 0 -1 1077944320 10787 13404 0 0 28 4 5 3 20 0 15 0 416814916 11079831552 13036 33554432000 4194304 4196468 140720581873488 140720581856032 140222498041591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
/proc/25163/statm: 2705037 13036 3286 1 0 2667149 0
[pid=25163/tid=25216] ppid=25160 vsize=10820148 memory=8317482817917895235 CPUtime=0.29 cores=1,3,5,7
/proc/25163/task/25216/stat : 25216 (java) R 25160 25163 19747 0 -1 4202560 7241 13404 0 0 18 3 5 3 20 0 15 0 416814925 11079831552 13036 33554432000 4194304 4196468 140720581873488 140222469845056 140222482122078 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25217] ppid=25160 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25217/stat : 25217 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 416814926 11079831552 13036 33554432000 4194304 4196468 140720581873488 140222502284048 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25218] ppid=25160 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25218/stat : 25218 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 416814926 11079831552 13036 33554432000 4194304 4196468 140720581873488 140222429764496 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25219] ppid=25160 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25219/stat : 25219 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 416814926 11079831552 13036 33554432000 4194304 4196468 140720581873488 140222069845008 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25220] ppid=25160 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25220/stat : 25220 (java) S 25160 25163 19747 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 416814926 11079831552 13036 33554432000 4194304 4196468 140720581873488 140222068792464 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25221] ppid=25160 vsize=10820148 memory=140511239222911 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25221/stat : 25221 (java) S 25160 25163 19747 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 416814928 11079831552 13036 33554432000 4194304 4196468 140720581873488 140221500872688 140222498052738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25222] ppid=25160 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25222/stat : 25222 (java) S 25160 25163 19747 0 -1 1077944384 13 13404 0 0 0 0 5 3 20 0 15 0 416814928 11079831552 13036 33554432000 4194304 4196468 140720581873488 140221421183904 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25223] ppid=25160 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25223/stat : 25223 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 416814928 11079831552 13036 33554432000 4194304 4196468 140720581873488 140221286966256 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25224] ppid=25160 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25224/stat : 25224 (java) S 25160 25163 19747 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 416814931 11079831552 13036 33554432000 4194304 4196468 140720581873488 140221046675664 140222498060187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25225] ppid=25160 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/25163/task/25225/stat : 25225 (java) S 25160 25163 19747 0 -1 1077944384 460 13404 0 0 2 0 5 3 20 0 15 0 416814931 11079831552 13036 33554432000 4194304 4196468 140720581873488 140221499820528 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25226] ppid=25160 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/25163/task/25226/stat : 25226 (java) S 25160 25163 19747 0 -1 1077944384 212 13404 0 0 1 0 5 3 20 0 15 0 416814931 11079831552 13036 33554432000 4194304 4196468 140720581873488 140221498767984 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25227] ppid=25160 vsize=10820148 memory=140511239222912 CPUtime=0.13 cores=1,3,5,7
/proc/25163/task/25227/stat : 25227 (java) S 25160 25163 19747 0 -1 1077944384 638 13404 0 0 5 0 5 3 20 0 15 0 416814931 11079831552 13036 33554432000 4194304 4196468 140720581873488 140221497715440 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25228] ppid=25160 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25228/stat : 25228 (java) S 25160 25163 19747 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 416814931 11079831552 13036 33554432000 4194304 4196468 140720581873488 140221013118048 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25229] ppid=25160 vsize=10820148 memory=140511239222912 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25229/stat : 25229 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 416814931 11079831552 13036 33554432000 4194304 4196468 140720581873488 140221496662320 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 52144 KiB

[startup+0.700727 s]
/proc/loadavg: 1.38 1.36 1.36 3/230 25229
/proc/meminfo: memFree=30417896/32770624 swapFree=66966976/67108860
[pid=25163] ppid=25160 vsize=10824360 memory=85480 CPUtime=1.12 cores=1,3,5,7
/proc/25163/stat : 25163 (java) S 25160 25163 19747 0 -1 1077944320 15080 13404 0 0 97 7 5 3 20 0 15 0 416814916 11084144640 21370 33554432000 4194304 4196468 140720581873488 140720581856032 140222498041591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
/proc/25163/statm: 2706090 21370 3506 1 0 2668173 0
[pid=25163/tid=25216] ppid=25160 vsize=10824360 memory=2241 CPUtime=0.67 cores=1,3,5,7
/proc/25163/task/25216/stat : 25216 (java) R 25160 25163 19747 0 -1 4202560 10329 13404 0 0 55 4 5 3 20 0 15 0 416814925 11084144640 21370 33554432000 4194304 4196468 140720581873488 140222469863696 140222490278718 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25217] ppid=25160 vsize=10824360 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25217/stat : 25217 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 416814926 11084144640 21370 33554432000 4194304 4196468 140720581873488 140222502284048 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25218] ppid=25160 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25218/stat : 25218 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 416814926 11084144640 21370 33554432000 4194304 4196468 140720581873488 140222429764496 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25219] ppid=25160 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25219/stat : 25219 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 416814926 11084144640 21370 33554432000 4194304 4196468 140720581873488 140222069845008 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25220] ppid=25160 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25220/stat : 25220 (java) S 25160 25163 19747 0 -1 1077944384 2 13404 0 0 0 0 5 3 20 0 15 0 416814926 11084144640 21370 33554432000 4194304 4196468 140720581873488 140222068792464 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25221] ppid=25160 vsize=10824360 memory=6944652177228980320 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25221/stat : 25221 (java) S 25160 25163 19747 0 -1 1077944384 6 13404 0 0 0 0 5 3 20 0 15 0 416814928 11084144640 21370 33554432000 4194304 4196468 140720581873488 140221500872688 140222498052738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25222] ppid=25160 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25222/stat : 25222 (java) S 25160 25163 19747 0 -1 1077944384 13 13404 0 0 0 0 5 3 20 0 15 0 416814928 11084144640 21370 33554432000 4194304 4196468 140720581873488 140221421183904 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25223] ppid=25160 vsize=10824360 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25223/stat : 25223 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 416814928 11084144640 21370 33554432000 4194304 4196468 140720581873488 140221286966256 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25224] ppid=25160 vsize=10824360 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25224/stat : 25224 (java) S 25160 25163 19747 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 416814931 11084144640 21370 33554432000 4194304 4196468 140720581873488 140221046675664 140222498060187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25225] ppid=25160 vsize=10824360 memory=0 CPUtime=0.21 cores=1,3,5,7
/proc/25163/task/25225/stat : 25225 (java) S 25160 25163 19747 0 -1 1077944384 1045 13404 0 0 13 0 5 3 20 0 15 0 416814931 11084144640 21370 33554432000 4194304 4196468 140720581873488 140221499820528 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25226] ppid=25160 vsize=10824360 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/25163/task/25226/stat : 25226 (java) R 25160 25163 19747 0 -1 4202560 653 13404 0 0 11 0 5 3 20 0 15 0 416814931 11084144640 21370 33554432000 4194304 4196468 140720581873488 140221498767984 140222478741142 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25227] ppid=25160 vsize=10824360 memory=0 CPUtime=0.25 cores=1,3,5,7
/proc/25163/task/25227/stat : 25227 (java) S 25160 25163 19747 0 -1 1077944384 811 13404 0 0 17 0 5 3 20 0 15 0 416814931 11084144640 21370 33554432000 4194304 4196468 140720581873488 140221497715440 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25228] ppid=25160 vsize=10824360 memory=281022260314352 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25228/stat : 25228 (java) S 25160 25163 19747 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 416814931 11084144640 21370 33554432000 4194304 4196468 140720581873488 140221013118048 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25229] ppid=25160 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25229/stat : 25229 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 416814931 11084144640 21370 33554432000 4194304 4196468 140720581873488 140221496662320 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
Current children cumulated CPU time: 1.12 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 85480 KiB

[startup+1.50381 s]
/proc/loadavg: 1.38 1.36 1.36 4/230 25229
/proc/meminfo: memFree=30373336/32770624 swapFree=66966976/67108860
[pid=25163] ppid=25160 vsize=10834676 memory=175724 CPUtime=2.44 cores=1,3,5,7
/proc/25163/stat : 25163 (java) S 25160 25163 19747 0 -1 1077944320 21937 13404 0 0 225 11 5 3 20 0 15 0 416814916 11094708224 43931 33554432000 4194304 4196468 140720581873488 140720581856032 140222498041591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
/proc/25163/statm: 2708669 43931 3582 1 0 2670733 0
[pid=25163/tid=25216] ppid=25160 vsize=10834676 memory=8 CPUtime=1.44 cores=1,3,5,7
/proc/25163/task/25216/stat : 25216 (java) R 25160 25163 19747 0 -1 4202560 15143 13404 0 0 130 6 5 3 20 0 15 0 416814925 11094708224 43931 33554432000 4194304 4196468 140720581873488 140222469852720 140222100477489 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25217] ppid=25160 vsize=10834676 memory=2321 CPUtime=0.09 cores=1,3,5,7
/proc/25163/task/25217/stat : 25217 (java) S 25160 25163 19747 0 -1 1077944384 26 13404 0 0 1 0 5 3 20 0 15 0 416814926 11094708224 43931 33554432000 4194304 4196468 140720581873488 140222502284048 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25218] ppid=25160 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25218/stat : 25218 (java) S 25160 25163 19747 0 -1 1077944384 84 13404 0 0 0 0 5 3 20 0 15 0 416814926 11094708224 43931 33554432000 4194304 4196468 140720581873488 140222429764496 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25219] ppid=25160 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/25163/task/25219/stat : 25219 (java) S 25160 25163 19747 0 -1 1077944384 415 13404 0 0 1 0 5 3 20 0 15 0 416814926 11094708224 43931 33554432000 4194304 4196468 140720581873488 140222069845008 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25220] ppid=25160 vsize=10834676 memory=4580 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25220/stat : 25220 (java) S 25160 25163 19747 0 -1 1077944384 81 13404 0 0 0 0 5 3 20 0 15 0 416814926 11094708224 43931 33554432000 4194304 4196468 140720581873488 140222068792464 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25221] ppid=25160 vsize=10834676 memory=8 CPUtime=0.09 cores=1,3,5,7
/proc/25163/task/25221/stat : 25221 (java) S 25160 25163 19747 0 -1 1077944384 160 13404 0 0 1 0 5 3 20 0 15 0 416814928 11094708224 43931 33554432000 4194304 4196468 140720581873488 140221500872688 140222498052738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25222] ppid=25160 vsize=10834676 memory=2273 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25222/stat : 25222 (java) S 25160 25163 19747 0 -1 1077944384 14 13404 0 0 0 0 5 3 20 0 15 0 416814928 11094708224 43931 33554432000 4194304 4196468 140720581873488 140221421183968 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25223] ppid=25160 vsize=10834676 memory=2244 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25223/stat : 25223 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 416814928 11094708224 43931 33554432000 4194304 4196468 140720581873488 140221286966272 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25224] ppid=25160 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25224/stat : 25224 (java) S 25160 25163 19747 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 416814931 11094708224 43931 33554432000 4194304 4196468 140720581873488 140221046675664 140222498060187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25225] ppid=25160 vsize=10834676 memory=0 CPUtime=0.32 cores=1,3,5,7
/proc/25163/task/25225/stat : 25225 (java) R 25160 25163 19747 0 -1 4202560 1219 13404 0 0 24 0 5 3 20 0 15 0 416814931 11094708224 43931 33554432000 4194304 4196468 140720581873488 140221499820528 140222491026633 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25226] ppid=25160 vsize=10834676 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/25163/task/25226/stat : 25226 (java) R 25160 25163 19747 0 -1 1077944384 936 13404 0 0 23 0 5 3 20 0 15 0 416814931 11094708224 43931 33554432000 4194304 4196468 140720581873488 140221498767984 140222498052738 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25227] ppid=25160 vsize=10834676 memory=0 CPUtime=0.49 cores=1,3,5,7
/proc/25163/task/25227/stat : 25227 (java) R 25160 25163 19747 0 -1 4202560 1643 13404 0 0 41 0 5 3 20 0 15 0 416814931 11094708224 43931 33554432000 4194304 4196468 140720581873488 140221497715440 140222477177404 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25228] ppid=25160 vsize=10834676 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25228/stat : 25228 (java) S 25160 25163 19747 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 416814931 11094708224 43931 33554432000 4194304 4196468 140720581873488 140221013118048 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25229] ppid=25160 vsize=10834676 memory=288230583132487972 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25229/stat : 25229 (java) S 25160 25163 19747 0 -1 1077944384 1 13404 0 0 0 0 5 3 20 0 15 0 416814931 11094708224 43931 33554432000 4194304 4196468 140720581873488 140221496662320 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834676 KiB

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

[pid=25163/tid=25228] ppid=25160 vsize=10849044 memory=1060 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25228/stat : 25228 (java) S 25160 25163 19747 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221013118048 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25229] ppid=25160 vsize=10849044 memory=4068 CPUtime=0.17 cores=1,3,5,7
/proc/25163/task/25229/stat : 25229 (java) S 25160 25163 19747 0 -1 1077944384 625 13404 0 0 4 5 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221496662320 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
Current children cumulated CPU time: 202.39 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 712296 KiB

[startup+186.401 s]
/proc/loadavg: 1.27 1.41 1.39 4/230 25244
/proc/meminfo: memFree=29869864/32770624 swapFree=66966976/67108860
[pid=25163] ppid=25160 vsize=10849044 memory=712296 CPUtime=203.2 cores=1,3,5,7
/proc/25163/stat : 25163 (java) S 25160 25163 19747 0 -1 1077944320 108863 13404 0 0 20244 68 5 3 20 0 15 0 416814916 11109421056 178074 33554432000 4194304 4196468 140720581873488 140720581856032 140222498041591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
/proc/25163/statm: 2712261 178074 3624 1 0 2674317 0
[pid=25163/tid=25216] ppid=25160 vsize=10849044 memory=712296 CPUtime=184.98 cores=1,3,5,7
/proc/25163/task/25216/stat : 25216 (java) R 25160 25163 19747 0 -1 4202560 31210 13404 0 0 18470 20 5 3 20 0 15 0 416814925 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222469876960 140222105920364 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25217] ppid=25160 vsize=10849044 memory=6791534058613427641 CPUtime=0.68 cores=1,3,5,7
/proc/25163/task/25217/stat : 25217 (java) S 25160 25163 19747 0 -1 1077944384 1639 13404 0 0 54 6 5 3 20 0 15 0 416814926 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222502284048 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25218] ppid=25160 vsize=10849044 memory=2120 CPUtime=0.67 cores=1,3,5,7
/proc/25163/task/25218/stat : 25218 (java) S 25160 25163 19747 0 -1 1077944384 1560 13404 0 0 54 5 5 3 20 0 15 0 416814926 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222429764496 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25219] ppid=25160 vsize=10849044 memory=500 CPUtime=0.67 cores=1,3,5,7
/proc/25163/task/25219/stat : 25219 (java) S 25160 25163 19747 0 -1 1077944384 4113 13404 0 0 53 6 5 3 20 0 15 0 416814926 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222069845008 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25220] ppid=25160 vsize=10849044 memory=1556 CPUtime=0.68 cores=1,3,5,7
/proc/25163/task/25220/stat : 25220 (java) S 25160 25163 19747 0 -1 1077944384 3037 13404 0 0 54 6 5 3 20 0 15 0 416814926 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222068792464 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25221] ppid=25160 vsize=10849044 memory=928 CPUtime=0.64 cores=1,3,5,7
/proc/25163/task/25221/stat : 25221 (java) S 25160 25163 19747 0 -1 1077944384 4218 13404 0 0 52 4 5 3 20 0 15 0 416814928 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221500872688 140222498052738 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25222] ppid=25160 vsize=10849044 memory=1520 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25222/stat : 25222 (java) S 25160 25163 19747 0 -1 1077944384 24 13404 0 0 0 0 5 3 20 0 15 0 416814928 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221421184032 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25223] ppid=25160 vsize=10849044 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25223/stat : 25223 (java) S 25160 25163 19747 0 -1 1077944384 9 13404 0 0 0 0 5 3 20 0 15 0 416814928 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221286966272 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25224] ppid=25160 vsize=10849044 memory=14004 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25224/stat : 25224 (java) S 25160 25163 19747 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221046675664 140222498060187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25225] ppid=25160 vsize=10849044 memory=712296 CPUtime=5.37 cores=1,3,5,7
/proc/25163/task/25225/stat : 25225 (java) S 25160 25163 19747 0 -1 1077944384 19106 13404 0 0 523 6 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221499820528 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25226] ppid=25160 vsize=10849044 memory=19556 CPUtime=4.99 cores=1,3,5,7
/proc/25163/task/25226/stat : 25226 (java) S 25160 25163 19747 0 -1 1077944384 19685 13404 0 0 485 6 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221498767984 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25227] ppid=25160 vsize=10849044 memory=712296 CPUtime=4.96 cores=1,3,5,7
/proc/25163/task/25227/stat : 25227 (java) S 25160 25163 19747 0 -1 1077944384 21421 13404 0 0 481 7 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221497715440 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25228] ppid=25160 vsize=10849044 memory=3620 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25228/stat : 25228 (java) S 25160 25163 19747 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221013118048 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25229] ppid=25160 vsize=10849044 memory=6791534058613427641 CPUtime=0.17 cores=1,3,5,7
/proc/25163/task/25229/stat : 25229 (java) S 25160 25163 19747 0 -1 1077944384 625 13404 0 0 4 5 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221496662320 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
Current children cumulated CPU time: 203.2 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 712296 KiB

[startup+186.802 s]
/proc/loadavg: 1.27 1.41 1.39 4/230 25244
/proc/meminfo: memFree=29869864/32770624 swapFree=66966976/67108860
[pid=25163] ppid=25160 vsize=10849044 memory=712296 CPUtime=203.61 cores=1,3,5,7
/proc/25163/stat : 25163 (java) S 25160 25163 19747 0 -1 1077944320 108866 13404 0 0 20285 68 5 3 20 0 15 0 416814916 11109421056 178074 33554432000 4194304 4196468 140720581873488 140720581856032 140222498041591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
/proc/25163/statm: 2712261 178074 3624 1 0 2674317 0
[pid=25163/tid=25216] ppid=25160 vsize=10849044 memory=6791534058613427641 CPUtime=185.37 cores=1,3,5,7
/proc/25163/task/25216/stat : 25216 (java) R 25160 25163 19747 0 -1 4202560 31212 13404 0 0 18509 20 5 3 20 0 15 0 416814925 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222469877056 140222477241041 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25217] ppid=25160 vsize=10849044 memory=288230583166042426 CPUtime=0.68 cores=1,3,5,7
/proc/25163/task/25217/stat : 25217 (java) S 25160 25163 19747 0 -1 1077944384 1639 13404 0 0 54 6 5 3 20 0 15 0 416814926 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222502284048 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25218] ppid=25160 vsize=10849044 memory=15537410121407534 CPUtime=0.68 cores=1,3,5,7
/proc/25163/task/25218/stat : 25218 (java) S 25160 25163 19747 0 -1 1077944384 1560 13404 0 0 55 5 5 3 20 0 15 0 416814926 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222429764496 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25219] ppid=25160 vsize=10849044 memory=1720 CPUtime=0.67 cores=1,3,5,7
/proc/25163/task/25219/stat : 25219 (java) S 25160 25163 19747 0 -1 1077944384 4113 13404 0 0 53 6 5 3 20 0 15 0 416814926 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222069845008 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25220] ppid=25160 vsize=10849044 memory=1192 CPUtime=0.68 cores=1,3,5,7
/proc/25163/task/25220/stat : 25220 (java) S 25160 25163 19747 0 -1 1077944384 3038 13404 0 0 54 6 5 3 20 0 15 0 416814926 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222068792464 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25221] ppid=25160 vsize=10849044 memory=6791534058613427641 CPUtime=0.64 cores=1,3,5,7
/proc/25163/task/25221/stat : 25221 (java) S 25160 25163 19747 0 -1 1077944384 4218 13404 0 0 52 4 5 3 20 0 15 0 416814928 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221500872688 140222498052738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25222] ppid=25160 vsize=10849044 memory=14004 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25222/stat : 25222 (java) S 25160 25163 19747 0 -1 1077944384 24 13404 0 0 0 0 5 3 20 0 15 0 416814928 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221421184032 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25223] ppid=25160 vsize=10849044 memory=11824 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25223/stat : 25223 (java) S 25160 25163 19747 0 -1 1077944384 9 13404 0 0 0 0 5 3 20 0 15 0 416814928 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221286966272 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25224] ppid=25160 vsize=10849044 memory=19556 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25224/stat : 25224 (java) S 25160 25163 19747 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221046675664 140222498060187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25225] ppid=25160 vsize=10849044 memory=2120 CPUtime=5.37 cores=1,3,5,7
/proc/25163/task/25225/stat : 25225 (java) S 25160 25163 19747 0 -1 1077944384 19106 13404 0 0 523 6 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221499820528 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25226] ppid=25160 vsize=10849044 memory=500 CPUtime=4.99 cores=1,3,5,7
/proc/25163/task/25226/stat : 25226 (java) S 25160 25163 19747 0 -1 1077944384 19685 13404 0 0 485 6 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221498767984 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25227] ppid=25160 vsize=10849044 memory=1556 CPUtime=4.96 cores=1,3,5,7
/proc/25163/task/25227/stat : 25227 (java) S 25160 25163 19747 0 -1 1077944384 21421 13404 0 0 481 7 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221497715440 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25228] ppid=25160 vsize=10849044 memory=928 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25228/stat : 25228 (java) S 25160 25163 19747 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221013118048 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25229] ppid=25160 vsize=10849044 memory=1520 CPUtime=0.17 cores=1,3,5,7
/proc/25163/task/25229/stat : 25229 (java) S 25160 25163 19747 0 -1 1077944384 625 13404 0 0 4 5 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221496662320 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
Current children cumulated CPU time: 203.61 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 712296 KiB

[startup+187.002 s]*
/proc/loadavg: 1.27 1.41 1.39 3/230 25244
/proc/meminfo: memFree=29870796/32770624 swapFree=66966976/67108860
[pid=25163] ppid=25160 vsize=10849044 memory=712296 CPUtime=203.81 cores=1,3,5,7
/proc/25163/stat : 25163 (java) S 25160 25163 19747 0 -1 1077944320 108867 13404 0 0 20305 68 5 3 20 0 15 0 416814916 11109421056 178074 33554432000 4194304 4196468 140720581873488 140720581856032 140222498041591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
/proc/25163/statm: 2712261 178074 3624 1 0 2674317 0
[pid=25163/tid=25216] ppid=25160 vsize=10849044 memory=8317482817917895235 CPUtime=185.58 cores=1,3,5,7
/proc/25163/task/25216/stat : 25216 (java) R 25160 25163 19747 0 -1 4202560 31213 13404 0 0 18530 20 5 3 20 0 15 0 416814925 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222469876224 140222113818105 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25217] ppid=25160 vsize=10849044 memory=-7003737579269690708 CPUtime=0.68 cores=1,3,5,7
/proc/25163/task/25217/stat : 25217 (java) S 25160 25163 19747 0 -1 1077944384 1639 13404 0 0 54 6 5 3 20 0 15 0 416814926 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222502284048 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25218] ppid=25160 vsize=10849044 memory=2609 CPUtime=0.68 cores=1,3,5,7
/proc/25163/task/25218/stat : 25218 (java) S 25160 25163 19747 0 -1 1077944384 1560 13404 0 0 55 5 5 3 20 0 15 0 416814926 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222429764496 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25219] ppid=25160 vsize=10849044 memory=43772361331 CPUtime=0.67 cores=1,3,5,7
/proc/25163/task/25219/stat : 25219 (java) S 25160 25163 19747 0 -1 1077944384 4113 13404 0 0 53 6 5 3 20 0 15 0 416814926 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222069845008 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25220] ppid=25160 vsize=10849044 memory=2869764983842152 CPUtime=0.68 cores=1,3,5,7
/proc/25163/task/25220/stat : 25220 (java) S 25160 25163 19747 0 -1 1077944384 3038 13404 0 0 54 6 5 3 20 0 15 0 416814926 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222068792464 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25221] ppid=25160 vsize=10849044 memory=2867565960586600 CPUtime=0.64 cores=1,3,5,7
/proc/25163/task/25221/stat : 25221 (java) S 25160 25163 19747 0 -1 1077944384 4218 13404 0 0 52 4 5 3 20 0 15 0 416814928 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221500872688 140222498052738 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25222] ppid=25160 vsize=10849044 memory=-3967418655009478193 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25222/stat : 25222 (java) S 25160 25163 19747 0 -1 1077944384 24 13404 0 0 0 0 5 3 20 0 15 0 416814928 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221421184032 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25223] ppid=25160 vsize=10849044 memory=6944656575208382560 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25223/stat : 25223 (java) S 25160 25163 19747 0 -1 1077944384 9 13404 0 0 0 0 5 3 20 0 15 0 416814928 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221286966272 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25224] ppid=25160 vsize=10849044 memory=6944656592455097440 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25224/stat : 25224 (java) S 25160 25163 19747 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221046675664 140222498060187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25225] ppid=25160 vsize=10849044 memory=6943526294502006880 CPUtime=5.37 cores=1,3,5,7
/proc/25163/task/25225/stat : 25225 (java) S 25160 25163 19747 0 -1 1077944384 19106 13404 0 0 523 6 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221499820528 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25226] ppid=25160 vsize=10849044 memory=8560712388882833484 CPUtime=4.99 cores=1,3,5,7
/proc/25163/task/25226/stat : 25226 (java) S 25160 25163 19747 0 -1 1077944384 19685 13404 0 0 485 6 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221498767984 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25227] ppid=25160 vsize=10849044 memory=5793706524492120162 CPUtime=4.96 cores=1,3,5,7
/proc/25163/task/25227/stat : 25227 (java) S 25160 25163 19747 0 -1 1077944384 21421 13404 0 0 481 7 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221497715440 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25228] ppid=25160 vsize=10849044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25228/stat : 25228 (java) S 25160 25163 19747 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221013118048 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25229] ppid=25160 vsize=10849044 memory=7680491646476186387 CPUtime=0.17 cores=1,3,5,7
/proc/25163/task/25229/stat : 25229 (java) S 25160 25163 19747 0 -1 1077944384 625 13404 0 0 4 5 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221496662320 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
Current children cumulated CPU time: 203.81 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 712296 KiB

[startup+187.11 s]
/proc/loadavg: 1.27 1.41 1.39 3/230 25244
/proc/meminfo: memFree=29870796/32770624 swapFree=66966976/67108860
[pid=25163] ppid=25160 vsize=10849044 memory=712296 CPUtime=203.92 cores=1,3,5,7
/proc/25163/stat : 25163 (java) S 25160 25163 19747 0 -1 1077944320 108868 13404 0 0 20316 68 5 3 20 0 15 0 416814916 11109421056 178074 33554432000 4194304 4196468 140720581873488 140720581856032 140222498041591 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
/proc/25163/statm: 2712261 178074 3624 1 0 2674317 0
[pid=25163/tid=25216] ppid=25160 vsize=10849044 memory=712296 CPUtime=185.67 cores=1,3,5,7
/proc/25163/task/25216/stat : 25216 (java) R 25160 25163 19747 0 -1 4202560 31214 13404 0 0 18539 20 5 3 20 0 15 0 416814925 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222469876752 140222480563010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25217] ppid=25160 vsize=10849044 memory=712296 CPUtime=0.68 cores=1,3,5,7
/proc/25163/task/25217/stat : 25217 (java) S 25160 25163 19747 0 -1 1077944384 1639 13404 0 0 54 6 5 3 20 0 15 0 416814926 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222502284048 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25218] ppid=25160 vsize=10849044 memory=712296 CPUtime=0.68 cores=1,3,5,7
/proc/25163/task/25218/stat : 25218 (java) S 25160 25163 19747 0 -1 1077944384 1560 13404 0 0 55 5 5 3 20 0 15 0 416814926 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222429764496 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25219] ppid=25160 vsize=10849044 memory=712296 CPUtime=0.67 cores=1,3,5,7
/proc/25163/task/25219/stat : 25219 (java) S 25160 25163 19747 0 -1 1077944384 4113 13404 0 0 53 6 5 3 20 0 15 0 416814926 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222069845008 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25220] ppid=25160 vsize=10849044 memory=1720 CPUtime=0.69 cores=1,3,5,7
/proc/25163/task/25220/stat : 25220 (java) S 25160 25163 19747 0 -1 1077944384 3038 13404 0 0 55 6 5 3 20 0 15 0 416814926 11109421056 178074 33554432000 4194304 4196468 140720581873488 140222068792464 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25221] ppid=25160 vsize=10849044 memory=5840 CPUtime=0.65 cores=1,3,5,7
/proc/25163/task/25221/stat : 25221 (java) S 25160 25163 19747 0 -1 1077944384 4218 13404 0 0 53 4 5 3 20 0 15 0 416814928 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221500872688 140222498052738 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25222] ppid=25160 vsize=10849044 memory=712296 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25222/stat : 25222 (java) S 25160 25163 19747 0 -1 1077944384 24 13404 0 0 0 0 5 3 20 0 15 0 416814928 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221421184032 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25223] ppid=25160 vsize=10849044 memory=712296 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25223/stat : 25223 (java) S 25160 25163 19747 0 -1 1077944384 9 13404 0 0 0 0 5 3 20 0 15 0 416814928 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221286966272 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25224] ppid=25160 vsize=10849044 memory=712296 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25224/stat : 25224 (java) S 25160 25163 19747 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221046675664 140222498060187 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25225] ppid=25160 vsize=10849044 memory=712296 CPUtime=5.37 cores=1,3,5,7
/proc/25163/task/25225/stat : 25225 (java) S 25160 25163 19747 0 -1 1077944384 19106 13404 0 0 523 6 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221499820528 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25226] ppid=25160 vsize=10849044 memory=712264 CPUtime=4.99 cores=1,3,5,7
/proc/25163/task/25226/stat : 25226 (java) S 25160 25163 19747 0 -1 1077944384 19685 13404 0 0 485 6 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221498767984 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25227] ppid=25160 vsize=10849044 memory=920 CPUtime=4.96 cores=1,3,5,7
/proc/25163/task/25227/stat : 25227 (java) S 25160 25163 19747 0 -1 1077944384 21421 13404 0 0 481 7 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221497715440 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25228] ppid=25160 vsize=10849044 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/25163/task/25228/stat : 25228 (java) S 25160 25163 19747 0 -1 1077944384 3 13404 0 0 0 0 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221013118048 140222498051797 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
[pid=25163/tid=25229] ppid=25160 vsize=10849044 memory=-7812736537705029536 CPUtime=0.17 cores=1,3,5,7
/proc/25163/task/25229/stat : 25229 (java) S 25160 25163 19747 0 -1 1077944384 625 13404 0 0 4 5 5 3 20 0 15 0 416814931 11109421056 178074 33554432000 4194304 4196468 140720581873488 140221496662320 140222498052738 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36016128 140720581880559 140720581883077 140720581883077 140720581885903 0
Current children cumulated CPU time: 203.92 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 712296 KiB

Child status: 0
Real time (s): 187.15
CPU time (s): 204.004
CPU user time (s): 203.267
CPU system time (s): 0.737065
CPU usage (%): 109.006
Max. virtual memory (cumulated for all children) (KiB): 10851992
Max. memory (cumulated for all children) (KiB): 739324

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 203.267
system time used= 0.737065
maximum resident set size= 739324
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 128190
page faults= 0
swaps= 0
block input operations= 0
block output operations= 416
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 36997
involuntary context switches= 490


# summary of solver processes directly reported to runsolver:
#   pid: 25163
#   total CPU time (s): 204.004
#   total CPU user time (s): 203.267
#   total CPU system time (s): 0.737065

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.05589 second user time and 1.87713 second system time

The end

Launcher Data

Begin job on node125 at 2019-09-13 22:10:38
IDJOB=4395795
IDBENCH=133653
IDSOLVER=2846
FILE ID=node125/4395795-1568405481
RUNJOBID= node125-1568393055-22031
PBS_JOBID= 21701839
Free space on /tmp= 59744 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/MagicHexagon/MagicHexagon-m1-s1/MagicHexagon-04-m018.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395795-1568405481/watcher-4395795-1568405481 -o /tmp/evaluation-result-4395795-1568405481/solver-4395795-1568405481 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1568393055-22031 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1622547699 HOME/instance-4395795-1568405481.xml

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

MD5SUM BENCH= e1b631bab6f8bd4ad65377e678a0b81e
RANDOM SEED=1622547699

node125.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.29
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.29
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.29
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.29
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:        30473572 kB
MemAvailable:   31242900 kB
Buffers:          112860 kB
Cached:           955540 kB
SwapCached:        38300 kB
Active:          1190040 kB
Inactive:         559076 kB
Active(anon):     658764 kB
Inactive(anon):    61904 kB
Active(file):     531276 kB
Inactive(file):   497172 kB
Unevictable:      106848 kB
Mlocked:          106848 kB
SwapTotal:      67108860 kB
SwapFree:       66966976 kB
Dirty:             35400 kB
Writeback:             0 kB
AnonPages:        750876 kB
Mapped:            57436 kB
Shmem:             31204 kB
Slab:             142240 kB
SReclaimable:     113428 kB
SUnreclaim:        28812 kB
KernelStack:        3776 kB
PageTables:         7356 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1905144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    589824 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 59708 MiB
End job on node125 at 2019-09-13 22:13:46