Trace number 4305161

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.9.2SAT 1153.36 1138.57

General information on the benchmark

NameSubisomorphism/
Subisomorphism-g10-g27_c18.xml
MD5SUM92ed35416817fd3e3d52723751690df9
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 benchmark134.841
Satisfiable
(Un)Satisfiability was proved
Number of variables41
Number of constraints121
Number of domains1
Minimum domain size86
Maximum domain size86
Distribution of domain sizes[{"size":86,"count":41}]
Minimum variable degree2
Maximum variable degree11
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":6},{"degree":5,"count":10},{"degree":6,"count":14},{"degree":7,"count":4},{"degree":8,"count":4},{"degree":10,"count":1},{"degree":11,"count":1}]
Minimum constraint arity1
Maximum constraint arity41
Distribution of constraint arities[{"arity":1,"count":40},{"arity":2,"count":80},{"arity":41,"count":1}]
Number of extensional constraints120
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":120},{"type":"allDifferent","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.99/0.75	c Concrete v3.9.2.1532736233296 running
1153.24/1138.54	v <instantiation>
1153.24/1138.54	v       <list>
1153.24/1138.54	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40]
1153.24/1138.54	v       </list>
1153.24/1138.54	v       <values>
1153.24/1138.54	v         10 50 47 57 18 77 66 16 2 44 19 12 49 67 69 81 53 32 72 9 17 82 85 0 74 38 83 70 56 5 31 51 41 21 64 30 40 65 33 78 14
1153.24/1138.54	v       </values>
1153.24/1138.54	v     </instantiation>
1153.24/1138.54	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 (6658 MiB free)
  memory of node 1: 16384 MiB (8884 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4305161-1534123686/watcher-4305161-1534123686 -o /tmp/evaluation-result-4305161-1534123686/solver-4305161-1534123686 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15760 --watchdog 2580 bin/xcsp-3-concrete -J-Xss64M -randomseed=2646723 HOME/instance-4305161-1534123686.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
Current StackSize limit: 8192 KiB

solver pid=21310, runsolver pid=21307

[startup+0.100091 s]*
/proc/loadavg: 1.44 1.42 1.50 3/207 21367
/proc/meminfo: memFree=15909512/32770624 swapFree=67108504/67108860
[pid=21310] ppid=21307 vsize=10005480 memory=18328 CPUtime=0.09 cores=0,2,4,6
/proc/21310/stat : 21310 (java) S 21307 21310 15729 0 -1 1077944320 4246 12939 0 0 1 1 5 2 20 0 6 0 229931826 10245611520 4582 33554432000 4194304 4196468 140731124833248 140731124815792 139978715574007 0 0 0 16784584 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
/proc/21310/statm: 2501370 4582 1930 1 0 2489808 0
[pid=21310/tid=21363] ppid=21307 vsize=10005480 memory=4279135704047190159 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21363/stat : 21363 (java) R 21307 21310 15729 0 -1 4202560 2058 12939 0 0 0 0 5 2 20 0 6 0 229931835 10245611520 4582 33554432000 4194304 4196468 140731124833248 139978687410768 139978715595933 0 4 0 16784584 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21364] ppid=21307 vsize=10005480 memory=-7522837583129502606 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21364/stat : 21364 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 6 0 229931836 10245611520 4582 33554432000 4194304 4196468 140731124833248 139978719816080 139978715584213 0 4 0 16784584 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21365] ppid=21307 vsize=10005480 memory=140199520650880 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21365/stat : 21365 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 6 0 229931836 10245611520 4582 33554432000 4194304 4196468 140731124833248 139978574534928 139978715584213 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21366] ppid=21307 vsize=10005480 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21366/stat : 21366 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 6 0 229931836 10245611520 4582 33554432000 4194304 4196468 140731124833248 139978573482640 139978715584213 0 4 0 16784584 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21367] ppid=21307 vsize=10005480 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21367/stat : 21367 (java) S 21307 21310 15729 0 -1 1077944384 2 12939 0 0 0 0 5 2 20 0 6 0 229931836 10245611520 4582 33554432000 4194304 4196468 140731124833248 139978572429840 139978715584213 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10005480 KiB
Current children cumulated memory: 18328 KiB

[startup+0.2104 s]*
/proc/loadavg: 1.44 1.42 1.50 3/216 21376
/proc/meminfo: memFree=15884024/32770624 swapFree=67108504/67108860
[pid=21310] ppid=21307 vsize=10982744 memory=43088 CPUtime=0.24 cores=0,2,4,6
/proc/21310/stat : 21310 (java) S 21307 21310 15729 0 -1 1077944320 6989 12939 0 0 16 1 5 2 20 0 15 0 229931826 11246329856 10772 33554432000 4194304 4196468 140731124833248 140731124815792 139978715574007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
/proc/21310/statm: 2745686 10772 2949 1 0 2708109 0
[pid=21310/tid=21363] ppid=21307 vsize=10982744 memory=-6517102902069810590 CPUtime=0.18 cores=0,2,4,6
/proc/21310/task/21363/stat : 21363 (java) R 21307 21310 15729 0 -1 4202560 3663 12939 0 0 10 1 5 2 20 0 15 0 229931835 11246329856 10904 33554432000 4194304 4196468 140731124833248 139978687391120 139978695849756 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21364] ppid=21307 vsize=10982744 memory=-9181546050914066336 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21364/stat : 21364 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 15 0 229931836 11246329856 10904 33554432000 4194304 4196468 140731124833248 139978719816080 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21365] ppid=21307 vsize=10982744 memory=140199520650880 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21365/stat : 21365 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 15 0 229931836 11246329856 10904 33554432000 4194304 4196468 140731124833248 139978574534928 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21366] ppid=21307 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21366/stat : 21366 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 15 0 229931836 11246329856 10904 33554432000 4194304 4196468 140731124833248 139978573482640 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21367] ppid=21307 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21367/stat : 21367 (java) S 21307 21310 15729 0 -1 1077944384 2 12939 0 0 0 0 5 2 20 0 15 0 229931836 11246329856 10904 33554432000 4194304 4196468 140731124833248 139978572429840 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21368] ppid=21307 vsize=10982744 memory=140199520650880 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21368/stat : 21368 (java) S 21307 21310 15729 0 -1 1077944384 2 12939 0 0 0 0 5 2 20 0 15 0 229931837 11246329856 10904 33554432000 4194304 4196468 140731124833248 139978141538928 139978715585154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21369] ppid=21307 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21369/stat : 21369 (java) S 21307 21310 15729 0 -1 1077944384 13 12939 0 0 0 0 5 2 20 0 15 0 229931838 11246329856 10904 33554432000 4194304 4196468 140731124833248 139977494095136 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21370] ppid=21307 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21370/stat : 21370 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 15 0 229931838 11246329856 10970 33554432000 4194304 4196468 140731124833248 139977346246256 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21371] ppid=21307 vsize=10982744 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21371/stat : 21371 (java) S 21307 21310 15729 0 -1 1077944384 3 12939 0 0 0 0 5 2 20 0 15 0 229931841 11246329856 10970 33554432000 4194304 4196468 140731124833248 139977038846544 139978715592603 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21372] ppid=21307 vsize=10982744 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21310/task/21372/stat : 21372 (java) S 21307 21310 15729 0 -1 1077944384 366 12939 0 0 1 0 5 2 20 0 15 0 229931841 11246329856 10970 33554432000 4194304 4196468 140731124833248 139978140485744 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21373] ppid=21307 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21373/stat : 21373 (java) S 21307 21310 15729 0 -1 1077944384 258 12939 0 0 0 0 5 2 20 0 15 0 229931841 11246329856 10970 33554432000 4194304 4196468 140731124833248 139978139432944 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21374] ppid=21307 vsize=10982744 memory=140199520650880 CPUtime=0.1 cores=0,2,4,6
/proc/21310/task/21374/stat : 21374 (java) S 21307 21310 15729 0 -1 1077944384 609 12939 0 0 3 0 5 2 20 0 15 0 229931841 11246329856 10970 33554432000 4194304 4196468 140731124833248 139978138380656 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21375] ppid=21307 vsize=10982744 memory=-1 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21375/stat : 21375 (java) S 21307 21310 15729 0 -1 1077944384 3 12939 0 0 0 0 5 2 20 0 15 0 229931841 11246329856 10970 33554432000 4194304 4196468 140731124833248 139976608049632 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21376] ppid=21307 vsize=10982744 memory=140199520650880 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21376/stat : 21376 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 15 0 229931841 11246329856 10970 33554432000 4194304 4196468 140731124833248 139978137328560 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 10982744 KiB
Current children cumulated memory: 43088 KiB

[startup+0.310022 s]*
/proc/loadavg: 1.44 1.42 1.50 3/216 21376
/proc/meminfo: memFree=15872488/32770624 swapFree=67108504/67108860
[pid=21310] ppid=21307 vsize=10983192 memory=56232 CPUtime=0.37 cores=0,2,4,6
/proc/21310/stat : 21310 (java) S 21307 21310 15729 0 -1 1077944320 10150 12939 0 0 28 2 5 2 20 0 15 0 229931826 11246788608 14058 33554432000 4194304 4196468 140731124833248 140731124815792 139978715574007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
/proc/21310/statm: 2745798 14058 3068 1 0 2708109 0
[pid=21310/tid=21363] ppid=21307 vsize=10983192 memory=6791534058613427641 CPUtime=0.28 cores=0,2,4,6
/proc/21310/task/21363/stat : 21363 (java) R 21307 21310 15729 0 -1 4202560 6794 12939 0 0 19 2 5 2 20 0 15 0 229931835 11246788608 14190 33554432000 4194304 4196468 140731124833248 139978687386016 139978699654494 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21364] ppid=21307 vsize=10983192 memory=1408 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21364/stat : 21364 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 15 0 229931836 11246788608 14190 33554432000 4194304 4196468 140731124833248 139978719816080 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21365] ppid=21307 vsize=10983192 memory=2209 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21365/stat : 21365 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 15 0 229931836 11246788608 14190 33554432000 4194304 4196468 140731124833248 139978574534928 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21366] ppid=21307 vsize=10983192 memory=92612 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21366/stat : 21366 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 15 0 229931836 11246788608 14190 33554432000 4194304 4196468 140731124833248 139978573482640 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21367] ppid=21307 vsize=10983192 memory=4872558044660077418 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21367/stat : 21367 (java) S 21307 21310 15729 0 -1 1077944384 2 12939 0 0 0 0 5 2 20 0 15 0 229931836 11246788608 14190 33554432000 4194304 4196468 140731124833248 139978572429840 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21368] ppid=21307 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21368/stat : 21368 (java) S 21307 21310 15729 0 -1 1077944384 2 12939 0 0 0 0 5 2 20 0 15 0 229931837 11246788608 14190 33554432000 4194304 4196468 140731124833248 139978141538928 139978715585154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21369] ppid=21307 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21369/stat : 21369 (java) S 21307 21310 15729 0 -1 1077944384 13 12939 0 0 0 0 5 2 20 0 15 0 229931838 11246788608 14190 33554432000 4194304 4196468 140731124833248 139977494095136 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21370] ppid=21307 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21370/stat : 21370 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 15 0 229931838 11246788608 14190 33554432000 4194304 4196468 140731124833248 139977346246256 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21371] ppid=21307 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21371/stat : 21371 (java) S 21307 21310 15729 0 -1 1077944384 3 12939 0 0 0 0 5 2 20 0 15 0 229931841 11246788608 14190 33554432000 4194304 4196468 140731124833248 139977038846544 139978715592603 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21372] ppid=21307 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21310/task/21372/stat : 21372 (java) S 21307 21310 15729 0 -1 1077944384 366 12939 0 0 1 0 5 2 20 0 15 0 229931841 11246788608 14190 33554432000 4194304 4196468 140731124833248 139978140485744 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21373] ppid=21307 vsize=10983192 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21310/task/21373/stat : 21373 (java) R 21307 21310 15729 0 -1 4202560 261 12939 0 0 1 0 5 2 20 0 15 0 229931841 11246788608 14190 33554432000 4194304 4196468 140731124833248 139978139432944 139978715585154 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21374] ppid=21307 vsize=10983192 memory=0 CPUtime=0.12 cores=0,2,4,6
/proc/21310/task/21374/stat : 21374 (java) R 21307 21310 15729 0 -1 1077944384 619 12939 0 0 5 0 5 2 20 0 15 0 229931841 11246788608 14190 33554432000 4194304 4196468 140731124833248 139978138380656 139978715585154 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21375] ppid=21307 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21375/stat : 21375 (java) S 21307 21310 15729 0 -1 1077944384 3 12939 0 0 0 0 5 2 20 0 15 0 229931841 11246788608 14190 33554432000 4194304 4196468 140731124833248 139976608049632 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21376] ppid=21307 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21376/stat : 21376 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 15 0 229931841 11246788608 14190 33554432000 4194304 4196468 140731124833248 139978137328560 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
Current children cumulated CPU time: 0.37 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 56232 KiB

[startup+0.701405 s]
/proc/loadavg: 1.44 1.42 1.50 3/216 21376
/proc/meminfo: memFree=15861484/32770624 swapFree=67108504/67108860
[pid=21310] ppid=21307 vsize=10983192 memory=88996 CPUtime=0.99 cores=0,2,4,6
/proc/21310/stat : 21310 (java) S 21307 21310 15729 0 -1 1077944320 16367 12939 0 0 87 5 5 2 20 0 15 0 229931826 11246788608 22249 33554432000 4194304 4196468 140731124833248 140731124815792 139978715574007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
/proc/21310/statm: 2745798 22249 3241 1 0 2708109 0
[pid=21310/tid=21363] ppid=21307 vsize=10983192 memory=2241 CPUtime=0.65 cores=0,2,4,6
/proc/21310/task/21363/stat : 21363 (java) R 21307 21310 15729 0 -1 4202560 11874 12939 0 0 55 3 5 2 20 0 15 0 229931835 11246788608 22249 33554432000 4194304 4196468 140731124833248 139978687379344 139978695849735 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21364] ppid=21307 vsize=10983192 memory=2244 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21364/stat : 21364 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 15 0 229931836 11246788608 22249 33554432000 4194304 4196468 140731124833248 139978719816080 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21365] ppid=21307 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21365/stat : 21365 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 15 0 229931836 11246788608 22249 33554432000 4194304 4196468 140731124833248 139978574534928 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21366] ppid=21307 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21366/stat : 21366 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 15 0 229931836 11246788608 22249 33554432000 4194304 4196468 140731124833248 139978573482640 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21367] ppid=21307 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21367/stat : 21367 (java) S 21307 21310 15729 0 -1 1077944384 2 12939 0 0 0 0 5 2 20 0 15 0 229931836 11246788608 22249 33554432000 4194304 4196468 140731124833248 139978572429840 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21368] ppid=21307 vsize=10983192 memory=6944652177228980320 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21368/stat : 21368 (java) S 21307 21310 15729 0 -1 1077944384 5 12939 0 0 0 0 5 2 20 0 15 0 229931837 11246788608 22249 33554432000 4194304 4196468 140731124833248 139978141538928 139978715585154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21369] ppid=21307 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21369/stat : 21369 (java) S 21307 21310 15729 0 -1 1077944384 13 12939 0 0 0 0 5 2 20 0 15 0 229931838 11246788608 22249 33554432000 4194304 4196468 140731124833248 139977494095136 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21370] ppid=21307 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21370/stat : 21370 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 15 0 229931838 11246788608 22249 33554432000 4194304 4196468 140731124833248 139977346246256 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21371] ppid=21307 vsize=10983192 memory=6944656592455097440 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21371/stat : 21371 (java) S 21307 21310 15729 0 -1 1077944384 3 12939 0 0 0 0 5 2 20 0 15 0 229931841 11246788608 22249 33554432000 4194304 4196468 140731124833248 139977038846544 139978715592603 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21372] ppid=21307 vsize=10983192 memory=0 CPUtime=0.17 cores=0,2,4,6
/proc/21310/task/21372/stat : 21372 (java) S 21307 21310 15729 0 -1 1077944384 918 12939 0 0 10 0 5 2 20 0 15 0 229931841 11246788608 22249 33554432000 4194304 4196468 140731124833248 139978140485744 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21373] ppid=21307 vsize=10983192 memory=0 CPUtime=0.14 cores=0,2,4,6
/proc/21310/task/21373/stat : 21373 (java) S 21307 21310 15729 0 -1 1077944384 680 12939 0 0 7 0 5 2 20 0 15 0 229931841 11246788608 22249 33554432000 4194304 4196468 140731124833248 139978139432944 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21374] ppid=21307 vsize=10983192 memory=0 CPUtime=0.2 cores=0,2,4,6
/proc/21310/task/21374/stat : 21374 (java) S 21307 21310 15729 0 -1 1077944384 671 12939 0 0 13 0 5 2 20 0 15 0 229931841 11246788608 22249 33554432000 4194304 4196468 140731124833248 139978138380656 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21375] ppid=21307 vsize=10983192 memory=280398818967792 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21375/stat : 21375 (java) S 21307 21310 15729 0 -1 1077944384 3 12939 0 0 0 0 5 2 20 0 15 0 229931841 11246788608 22249 33554432000 4194304 4196468 140731124833248 139976608049632 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21376] ppid=21307 vsize=10983192 memory=0 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21376/stat : 21376 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 15 0 229931841 11246788608 22249 33554432000 4194304 4196468 140731124833248 139978137328560 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
Current children cumulated CPU time: 0.99 s
Current children cumulated vsize: 10983192 KiB
Current children cumulated memory: 88996 KiB

[startup+1.50067 s]
/proc/loadavg: 1.44 1.42 1.50 3/216 21376
/proc/meminfo: memFree=15818688/32770624 swapFree=67108504/67108860
[pid=21310] ppid=21307 vsize=10998092 memory=180584 CPUtime=2.41 cores=0,2,4,6
/proc/21310/stat : 21310 (java) S 21307 21310 15729 0 -1 1077944320 24051 12939 0 0 223 11 5 2 20 0 15 0 229931826 11262046208 45146 33554432000 4194304 4196468 140731124833248 140731124815792 139978715574007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
/proc/21310/statm: 2749523 45146 3468 1 0 2711181 0
[pid=21310/tid=21363] ppid=21307 vsize=10998092 memory=10 CPUtime=1.42 cores=0,2,4,6
/proc/21310/task/21363/stat : 21363 (java) R 21307 21310 15729 0 -1 4202560 17165 12939 0 0 129 6 5 2 20 0 15 0 229931835 11262046208 45146 33554432000 4194304 4196468 140731124833248 139978687405920 139978715595933 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21364] ppid=21307 vsize=10998092 memory=19 CPUtime=0.08 cores=0,2,4,6
/proc/21310/task/21364/stat : 21364 (java) S 21307 21310 15729 0 -1 1077944384 218 12939 0 0 1 0 5 2 20 0 15 0 229931836 11262046208 45146 33554432000 4194304 4196468 140731124833248 139978719816080 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21365] ppid=21307 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21310/task/21365/stat : 21365 (java) S 21307 21310 15729 0 -1 1077944384 14 12939 0 0 1 0 5 2 20 0 15 0 229931836 11262046208 45146 33554432000 4194304 4196468 140731124833248 139978574534928 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21366] ppid=21307 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21310/task/21366/stat : 21366 (java) S 21307 21310 15729 0 -1 1077944384 61 12939 0 0 1 0 5 2 20 0 15 0 229931836 11262046208 45146 33554432000 4194304 4196468 140731124833248 139978573482640 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21367] ppid=21307 vsize=10998092 memory=102620 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21367/stat : 21367 (java) S 21307 21310 15729 0 -1 1077944384 35 12939 0 0 0 0 5 2 20 0 15 0 229931836 11262046208 45146 33554432000 4194304 4196468 140731124833248 139978572429840 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21368] ppid=21307 vsize=10998092 memory=0 CPUtime=0.08 cores=0,2,4,6
/proc/21310/task/21368/stat : 21368 (java) S 21307 21310 15729 0 -1 1077944384 54 12939 0 0 1 0 5 2 20 0 15 0 229931837 11262046208 45146 33554432000 4194304 4196468 140731124833248 139978141538928 139978715585154 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21369] ppid=21307 vsize=10998092 memory=7594009493856346193 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21369/stat : 21369 (java) S 21307 21310 15729 0 -1 1077944384 13 12939 0 0 0 0 5 2 20 0 15 0 229931838 11262046208 45146 33554432000 4194304 4196468 140731124833248 139977494095200 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21370] ppid=21307 vsize=10998092 memory=7308898359348453721 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21370/stat : 21370 (java) S 21307 21310 15729 0 -1 1077944384 2 12939 0 0 0 0 5 2 20 0 15 0 229931838 11262046208 45146 33554432000 4194304 4196468 140731124833248 139977346246272 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21371] ppid=21307 vsize=10998092 memory=7589520209592937835 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21371/stat : 21371 (java) S 21307 21310 15729 0 -1 1077944384 3 12939 0 0 0 0 5 2 20 0 15 0 229931841 11262046208 45146 33554432000 4194304 4196468 140731124833248 139977038846544 139978715592603 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21372] ppid=21307 vsize=10998092 memory=5788911563529872472 CPUtime=0.34 cores=0,2,4,6
/proc/21310/task/21372/stat : 21372 (java) S 21307 21310 15729 0 -1 1077944384 1598 12939 0 0 27 0 5 2 20 0 15 0 229931841 11262046208 45146 33554432000 4194304 4196468 140731124833248 139978140485744 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21373] ppid=21307 vsize=10998092 memory=7669739482619471464 CPUtime=0.33 cores=0,2,4,6
/proc/21310/task/21373/stat : 21373 (java) S 21307 21310 15729 0 -1 1077944384 1386 12939 0 0 26 0 5 2 20 0 15 0 229931841 11262046208 45146 33554432000 4194304 4196468 140731124833248 139978139432944 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21374] ppid=21307 vsize=10998092 memory=7454130749351154278 CPUtime=0.4 cores=0,2,4,6
/proc/21310/task/21374/stat : 21374 (java) S 21307 21310 15729 0 -1 1077944384 1305 12939 0 0 33 0 5 2 20 0 15 0 229931841 11262046208 45146 33554432000 4194304 4196468 140731124833248 139978138380656 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21375] ppid=21307 vsize=10998092 memory=5571041044932483173 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21375/stat : 21375 (java) S 21307 21310 15729 0 -1 1077944384 3 12939 0 0 0 0 5 2 20 0 15 0 229931841 11262046208 45146 33554432000 4194304 4196468 140731124833248 139976608049632 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21376] ppid=21307 vsize=10998092 memory=56 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21376/stat : 21376 (java) S 21307 21310 15729 0 -1 1077944384 1 12939 0 0 0 0 5 2 20 0 15 0 229931841 11262046208 45146 33554432000 4194304 4196468 140731124833248 139978137328560 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
Current children cumulated CPU time: 2.41 s
Current children cumulated vsize: 10998092 KiB

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

[pid=21310/tid=21375] ppid=21307 vsize=11077984 memory=1616 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21375/stat : 21375 (java) S 21307 21310 15729 0 -1 1077944384 3 12939 0 0 0 0 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139976608049632 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21376] ppid=21307 vsize=11077984 memory=932 CPUtime=0.65 cores=0,2,4,6
/proc/21310/task/21376/stat : 21376 (java) S 21307 21310 15729 0 -1 1077944384 927 12939 0 0 31 27 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978137328560 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 53 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
Current children cumulated CPU time: 1150.71 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 549636 KiB

[startup+1137.6 s]
/proc/loadavg: 1.21 1.30 1.37 3/216 21447
/proc/meminfo: memFree=15353056/32770624 swapFree=67108504/67108860
[pid=21310] ppid=21307 vsize=11077984 memory=549636 CPUtime=1152.31 cores=0,2,4,6
/proc/21310/stat : 21310 (java) S 21307 21310 15729 0 -1 1077944320 170270 12939 0 0 115115 109 5 2 20 0 15 0 229931826 11343855616 137409 33554432000 4194304 4196468 140731124833248 140731124815792 139978715574007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
/proc/21310/statm: 2769496 137409 3521 1 0 2731149 0
[pid=21310/tid=21363] ppid=21307 vsize=11077984 memory=2600 CPUtime=1130.81 cores=0,2,4,6
/proc/21310/task/21363/stat : 21363 (java) R 21307 21310 15729 0 -1 4202560 64723 12939 0 0 113053 21 5 2 20 0 15 0 229931835 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978687408800 139978248185370 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21364] ppid=21307 vsize=11077984 memory=549636 CPUtime=2.47 cores=0,2,4,6
/proc/21310/task/21364/stat : 21364 (java) S 21307 21310 15729 0 -1 1077944384 10848 12939 0 0 228 12 5 2 20 0 15 0 229931836 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978719816080 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21365] ppid=21307 vsize=11077984 memory=549636 CPUtime=2.47 cores=0,2,4,6
/proc/21310/task/21365/stat : 21365 (java) S 21307 21310 15729 0 -1 1077944384 9226 12939 0 0 227 13 5 2 20 0 15 0 229931836 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978574534928 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21366] ppid=21307 vsize=11077984 memory=549636 CPUtime=2.47 cores=0,2,4,6
/proc/21310/task/21366/stat : 21366 (java) S 21307 21310 15729 0 -1 1077944384 7332 12939 0 0 225 15 5 2 20 0 15 0 229931836 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978573482640 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21367] ppid=21307 vsize=11077984 memory=6791534058613427641 CPUtime=2.46 cores=0,2,4,6
/proc/21310/task/21367/stat : 21367 (java) S 21307 21310 15729 0 -1 1077944384 4362 12939 0 0 227 12 5 2 20 0 15 0 229931836 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978572429840 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21368] ppid=21307 vsize=11077984 memory=1116 CPUtime=2.59 cores=0,2,4,6
/proc/21310/task/21368/stat : 21368 (java) S 21307 21310 15729 0 -1 1077944384 6129 12939 0 0 239 13 5 2 20 0 15 0 229931837 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978141538928 139978715585154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21369] ppid=21307 vsize=11077984 memory=2144 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21369/stat : 21369 (java) S 21307 21310 15729 0 -1 1077944384 14 12939 0 0 0 0 5 2 20 0 15 0 229931838 11343855616 137409 33554432000 4194304 4196468 140731124833248 139977494095264 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21370] ppid=21307 vsize=11077984 memory=1752 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21370/stat : 21370 (java) S 21307 21310 15729 0 -1 1077944384 10 12939 0 0 0 0 5 2 20 0 15 0 229931838 11343855616 137409 33554432000 4194304 4196468 140731124833248 139977346246272 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21371] ppid=21307 vsize=11077984 memory=6791534058613427641 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21371/stat : 21371 (java) S 21307 21310 15729 0 -1 1077944384 3 12939 0 0 0 0 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139977038846544 139978715592603 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21372] ppid=21307 vsize=11077984 memory=1820 CPUtime=3.79 cores=0,2,4,6
/proc/21310/task/21372/stat : 21372 (java) S 21307 21310 15729 0 -1 1077944384 26874 12939 0 0 368 4 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978140485744 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21373] ppid=21307 vsize=11077984 memory=4552 CPUtime=3.47 cores=0,2,4,6
/proc/21310/task/21373/stat : 21373 (java) S 21307 21310 15729 0 -1 1077944384 22249 12939 0 0 338 2 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978139432944 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21374] ppid=21307 vsize=11077984 memory=3732 CPUtime=1.67 cores=0,2,4,6
/proc/21310/task/21374/stat : 21374 (java) S 21307 21310 15729 0 -1 1077944384 15377 12939 0 0 156 4 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978138380656 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 53 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21375] ppid=21307 vsize=11077984 memory=1228 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21375/stat : 21375 (java) S 21307 21310 15729 0 -1 1077944384 3 12939 0 0 0 0 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139976608049632 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21376] ppid=21307 vsize=11077984 memory=3816 CPUtime=0.65 cores=0,2,4,6
/proc/21310/task/21376/stat : 21376 (java) S 21307 21310 15729 0 -1 1077944384 927 12939 0 0 31 27 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978137328560 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 53 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
Current children cumulated CPU time: 1152.31 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 549636 KiB

[startup+1138 s]*
/proc/loadavg: 1.21 1.30 1.37 3/216 21447
/proc/meminfo: memFree=15353056/32770624 swapFree=67108504/67108860
[pid=21310] ppid=21307 vsize=11077984 memory=549636 CPUtime=1152.74 cores=0,2,4,6
/proc/21310/stat : 21310 (java) S 21307 21310 15729 0 -1 1077944320 173547 12939 0 0 115158 109 5 2 20 0 15 0 229931826 11343855616 137409 33554432000 4194304 4196468 140731124833248 140731124815792 139978715574007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
/proc/21310/statm: 2769496 137409 3521 1 0 2731149 0
[pid=21310/tid=21363] ppid=21307 vsize=11077984 memory=1398720917958146503 CPUtime=1131.21 cores=0,2,4,6
/proc/21310/task/21363/stat : 21363 (java) R 21307 21310 15729 0 -1 4202560 64910 12939 0 0 113093 21 5 2 20 0 15 0 229931835 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978687407096 139978251130175 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21364] ppid=21307 vsize=11077984 memory=4872558044660077418 CPUtime=2.47 cores=0,2,4,6
/proc/21310/task/21364/stat : 21364 (java) S 21307 21310 15729 0 -1 1077944384 10848 12939 0 0 228 12 5 2 20 0 15 0 229931836 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978719816080 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21365] ppid=21307 vsize=11077984 memory=3992 CPUtime=2.47 cores=0,2,4,6
/proc/21310/task/21365/stat : 21365 (java) S 21307 21310 15729 0 -1 1077944384 9226 12939 0 0 227 13 5 2 20 0 15 0 229931836 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978574534928 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21366] ppid=21307 vsize=11077984 memory=1928 CPUtime=2.47 cores=0,2,4,6
/proc/21310/task/21366/stat : 21366 (java) S 21307 21310 15729 0 -1 1077944384 7332 12939 0 0 225 15 5 2 20 0 15 0 229931836 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978573482640 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21367] ppid=21307 vsize=11077984 memory=7532 CPUtime=2.46 cores=0,2,4,6
/proc/21310/task/21367/stat : 21367 (java) S 21307 21310 15729 0 -1 1077944384 4362 12939 0 0 227 12 5 2 20 0 15 0 229931836 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978572429840 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21368] ppid=21307 vsize=11077984 memory=808 CPUtime=2.59 cores=0,2,4,6
/proc/21310/task/21368/stat : 21368 (java) S 21307 21310 15729 0 -1 1077944384 6129 12939 0 0 239 13 5 2 20 0 15 0 229931837 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978141538928 139978715585154 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21369] ppid=21307 vsize=11077984 memory=1796 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21369/stat : 21369 (java) S 21307 21310 15729 0 -1 1077944384 14 12939 0 0 0 0 5 2 20 0 15 0 229931838 11343855616 137409 33554432000 4194304 4196468 140731124833248 139977494095264 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21370] ppid=21307 vsize=11077984 memory=7532 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21370/stat : 21370 (java) S 21307 21310 15729 0 -1 1077944384 10 12939 0 0 0 0 5 2 20 0 15 0 229931838 11343855616 137409 33554432000 4194304 4196468 140731124833248 139977346246272 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21371] ppid=21307 vsize=11077984 memory=808 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21371/stat : 21371 (java) S 21307 21310 15729 0 -1 1077944384 3 12939 0 0 0 0 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139977038846544 139978715592603 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21372] ppid=21307 vsize=11077984 memory=1796 CPUtime=3.79 cores=0,2,4,6
/proc/21310/task/21372/stat : 21372 (java) S 21307 21310 15729 0 -1 1077944384 27362 12939 0 0 368 4 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978140485744 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21373] ppid=21307 vsize=11077984 memory=916 CPUtime=3.47 cores=0,2,4,6
/proc/21310/task/21373/stat : 21373 (java) S 21307 21310 15729 0 -1 1077944384 23326 12939 0 0 338 2 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978139432944 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21374] ppid=21307 vsize=11077984 memory=3844 CPUtime=1.68 cores=0,2,4,6
/proc/21310/task/21374/stat : 21374 (java) S 21307 21310 15729 0 -1 1077944384 16902 12939 0 0 156 5 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978138380656 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 53 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21375] ppid=21307 vsize=11077984 memory=2600 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21375/stat : 21375 (java) S 21307 21310 15729 0 -1 1077944384 3 12939 0 0 0 0 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139976608049632 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21376] ppid=21307 vsize=11077984 memory=2608 CPUtime=0.65 cores=0,2,4,6
/proc/21310/task/21376/stat : 21376 (java) S 21307 21310 15729 0 -1 1077944384 927 12939 0 0 31 27 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978137328560 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 53 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
Current children cumulated CPU time: 1152.74 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 549636 KiB

[startup+1138.4 s]
/proc/loadavg: 1.21 1.30 1.37 3/216 21447
/proc/meminfo: memFree=15353056/32770624 swapFree=67108504/67108860
[pid=21310] ppid=21307 vsize=11077984 memory=549636 CPUtime=1153.14 cores=0,2,4,6
/proc/21310/stat : 21310 (java) S 21307 21310 15729 0 -1 1077944320 174062 12939 0 0 115198 109 5 2 20 0 15 0 229931826 11343855616 137409 33554432000 4194304 4196468 140731124833248 140731124815792 139978715574007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
/proc/21310/statm: 2769496 137409 3521 1 0 2731149 0
[pid=21310/tid=21363] ppid=21307 vsize=11077984 memory=6791534058613427641 CPUtime=1131.6 cores=0,2,4,6
/proc/21310/task/21363/stat : 21363 (java) R 21307 21310 15729 0 -1 4202560 64911 12939 0 0 113132 21 5 2 20 0 15 0 229931835 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978687407968 139978249258561 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21364] ppid=21307 vsize=11077984 memory=1116 CPUtime=2.47 cores=0,2,4,6
/proc/21310/task/21364/stat : 21364 (java) S 21307 21310 15729 0 -1 1077944384 10848 12939 0 0 228 12 5 2 20 0 15 0 229931836 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978719816080 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21365] ppid=21307 vsize=11077984 memory=2144 CPUtime=2.47 cores=0,2,4,6
/proc/21310/task/21365/stat : 21365 (java) S 21307 21310 15729 0 -1 1077944384 9226 12939 0 0 227 13 5 2 20 0 15 0 229931836 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978574534928 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21366] ppid=21307 vsize=11077984 memory=1752 CPUtime=2.47 cores=0,2,4,6
/proc/21310/task/21366/stat : 21366 (java) S 21307 21310 15729 0 -1 1077944384 7332 12939 0 0 225 15 5 2 20 0 15 0 229931836 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978573482640 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21367] ppid=21307 vsize=11077984 memory=6791534058613427641 CPUtime=2.46 cores=0,2,4,6
/proc/21310/task/21367/stat : 21367 (java) S 21307 21310 15729 0 -1 1077944384 4362 12939 0 0 227 12 5 2 20 0 15 0 229931836 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978572429840 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21368] ppid=21307 vsize=11077984 memory=916 CPUtime=2.59 cores=0,2,4,6
/proc/21310/task/21368/stat : 21368 (java) S 21307 21310 15729 0 -1 1077944384 6129 12939 0 0 239 13 5 2 20 0 15 0 229931837 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978141538928 139978715585154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21369] ppid=21307 vsize=11077984 memory=3844 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21369/stat : 21369 (java) S 21307 21310 15729 0 -1 1077944384 14 12939 0 0 0 0 5 2 20 0 15 0 229931838 11343855616 137409 33554432000 4194304 4196468 140731124833248 139977494095264 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21370] ppid=21307 vsize=11077984 memory=748 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21370/stat : 21370 (java) S 21307 21310 15729 0 -1 1077944384 10 12939 0 0 0 0 5 2 20 0 15 0 229931838 11343855616 137409 33554432000 4194304 4196468 140731124833248 139977346246272 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21371] ppid=21307 vsize=11077984 memory=1820 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21371/stat : 21371 (java) S 21307 21310 15729 0 -1 1077944384 3 12939 0 0 0 0 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139977038846544 139978715592603 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21372] ppid=21307 vsize=11077984 memory=6791534058613427641 CPUtime=3.79 cores=0,2,4,6
/proc/21310/task/21372/stat : 21372 (java) S 21307 21310 15729 0 -1 1077944384 27362 12939 0 0 368 4 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978140485744 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21373] ppid=21307 vsize=11077984 memory=35408 CPUtime=3.49 cores=0,2,4,6
/proc/21310/task/21373/stat : 21373 (java) S 21307 21310 15729 0 -1 1077944384 23840 12939 0 0 340 2 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978139432944 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21374] ppid=21307 vsize=11077984 memory=13776 CPUtime=1.68 cores=0,2,4,6
/proc/21310/task/21374/stat : 21374 (java) S 21307 21310 15729 0 -1 1077944384 16902 12939 0 0 156 5 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978138380656 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 53 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21375] ppid=21307 vsize=11077984 memory=3356 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21375/stat : 21375 (java) S 21307 21310 15729 0 -1 1077944384 3 12939 0 0 0 0 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139976608049632 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21376] ppid=21307 vsize=11077984 memory=492 CPUtime=0.65 cores=0,2,4,6
/proc/21310/task/21376/stat : 21376 (java) S 21307 21310 15729 0 -1 1077944384 927 12939 0 0 31 27 5 2 20 0 15 0 229931841 11343855616 137409 33554432000 4194304 4196468 140731124833248 139978137328560 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 53 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
Current children cumulated CPU time: 1153.14 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 549636 KiB

[startup+1138.5 s]
/proc/loadavg: 1.21 1.30 1.37 3/216 21447
/proc/meminfo: memFree=15353056/32770624 swapFree=67108504/67108860
[pid=21310] ppid=21307 vsize=11077984 memory=549660 CPUtime=1153.24 cores=0,2,4,6
/proc/21310/stat : 21310 (java) S 21307 21310 15729 0 -1 1077944320 174778 12939 0 0 115208 109 5 2 20 0 15 0 229931826 11343855616 137415 33554432000 4194304 4196468 140731124833248 140731124815792 139978715574007 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
/proc/21310/statm: 2769496 137415 3521 1 0 2731149 0
[pid=21310/tid=21363] ppid=21307 vsize=11077984 memory=549636 CPUtime=1131.7 cores=0,2,4,6
/proc/21310/task/21363/stat : 21363 (java) R 21307 21310 15729 0 -1 4202560 65669 12939 0 0 113142 21 5 2 20 0 15 0 229931835 11343855616 137415 33554432000 4194304 4196468 140731124833248 139978687407648 139978243752989 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21364] ppid=21307 vsize=11077984 memory=549636 CPUtime=2.47 cores=0,2,4,6
/proc/21310/task/21364/stat : 21364 (java) S 21307 21310 15729 0 -1 1077944384 10848 12939 0 0 228 12 5 2 20 0 15 0 229931836 11343855616 137415 33554432000 4194304 4196468 140731124833248 139978719816080 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21365] ppid=21307 vsize=11077984 memory=549636 CPUtime=2.47 cores=0,2,4,6
/proc/21310/task/21365/stat : 21365 (java) S 21307 21310 15729 0 -1 1077944384 9226 12939 0 0 227 13 5 2 20 0 15 0 229931836 11343855616 137415 33554432000 4194304 4196468 140731124833248 139978574534928 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21366] ppid=21307 vsize=11077984 memory=549636 CPUtime=2.47 cores=0,2,4,6
/proc/21310/task/21366/stat : 21366 (java) S 21307 21310 15729 0 -1 1077944384 7332 12939 0 0 225 15 5 2 20 0 15 0 229931836 11343855616 137416 33554432000 4194304 4196468 140731124833248 139978573482640 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21367] ppid=21307 vsize=11077984 memory=549636 CPUtime=2.46 cores=0,2,4,6
/proc/21310/task/21367/stat : 21367 (java) S 21307 21310 15729 0 -1 1077944384 4362 12939 0 0 227 12 5 2 20 0 15 0 229931836 11343855616 137416 33554432000 4194304 4196468 140731124833248 139978572429840 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21368] ppid=21307 vsize=11077984 memory=549540 CPUtime=2.59 cores=0,2,4,6
/proc/21310/task/21368/stat : 21368 (java) S 21307 21310 15729 0 -1 1077944384 6129 12939 0 0 239 13 5 2 20 0 15 0 229931837 11343855616 137416 33554432000 4194304 4196468 140731124833248 139978141538928 139978715585154 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21369] ppid=21307 vsize=11077984 memory=549636 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21369/stat : 21369 (java) S 21307 21310 15729 0 -1 1077944384 14 12939 0 0 0 0 5 2 20 0 15 0 229931838 11343855616 137416 33554432000 4194304 4196468 140731124833248 139977494095264 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21370] ppid=21307 vsize=11077984 memory=549636 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21370/stat : 21370 (java) S 21307 21310 15729 0 -1 1077944384 10 12939 0 0 0 0 5 2 20 0 15 0 229931838 11343855616 137416 33554432000 4194304 4196468 140731124833248 139977346246272 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21371] ppid=21307 vsize=11077984 memory=549636 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21371/stat : 21371 (java) S 21307 21310 15729 0 -1 1077944384 3 12939 0 0 0 0 5 2 20 0 15 0 229931841 11343855616 137416 33554432000 4194304 4196468 140731124833248 139977038846544 139978715592603 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21372] ppid=21307 vsize=11077984 memory=1820 CPUtime=3.79 cores=0,2,4,6
/proc/21310/task/21372/stat : 21372 (java) S 21307 21310 15729 0 -1 1077944384 27362 12939 0 0 368 4 5 2 20 0 15 0 229931841 11343855616 137416 33554432000 4194304 4196468 140731124833248 139978140485744 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21373] ppid=21307 vsize=11077984 memory=549636 CPUtime=3.49 cores=0,2,4,6
/proc/21310/task/21373/stat : 21373 (java) S 21307 21310 15729 0 -1 1077944384 23840 12939 0 0 340 2 5 2 20 0 15 0 229931841 11343855616 137416 33554432000 4194304 4196468 140731124833248 139978139432944 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21374] ppid=21307 vsize=11077984 memory=549636 CPUtime=1.68 cores=0,2,4,6
/proc/21310/task/21374/stat : 21374 (java) S 21307 21310 15729 0 -1 1077944384 16902 12939 0 0 156 5 5 2 20 0 15 0 229931841 11343855616 137416 33554432000 4194304 4196468 140731124833248 139978138380656 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 53 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21375] ppid=21307 vsize=11077984 memory=1616 CPUtime=0.07 cores=0,2,4,6
/proc/21310/task/21375/stat : 21375 (java) S 21307 21310 15729 0 -1 1077944384 3 12939 0 0 0 0 5 2 20 0 15 0 229931841 11343855616 137416 33554432000 4194304 4196468 140731124833248 139976608049632 139978715584213 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
[pid=21310/tid=21376] ppid=21307 vsize=11077984 memory=549472 CPUtime=0.65 cores=0,2,4,6
/proc/21310/task/21376/stat : 21376 (java) S 21307 21310 15729 0 -1 1077944384 927 12939 0 0 31 27 5 2 20 0 15 0 229931841 11343855616 137416 33554432000 4194304 4196468 140731124833248 139978137328560 139978715585154 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 53 0 0 6293624 6294260 11546624 140731124836975 140731124839772 140731124839772 140731124842447 0
Current children cumulated CPU time: 1153.24 s
Current children cumulated vsize: 11077984 KiB
Current children cumulated memory: 549660 KiB

Child status: 0
Real time (s): 1138.57
CPU time (s): 1153.36
CPU user time (s): 1152.21
CPU system time (s): 1.14487
CPU usage (%): 101.298
Max. virtual memory (cumulated for all children) (KiB): 11080624
Max. memory (cumulated for all children) (KiB): 586700

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1152.21
system time used= 1.14487
maximum resident set size= 586700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 190788
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1488
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 79362
involuntary context switches= 3770


# summary of solver processes directly reported to runsolver:
#   pid: 21310
#   total CPU time (s): 1153.36
#   total CPU user time (s): 1152.21
#   total CPU system time (s): 1.14487

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.13632 second user time and 10.8643 second system time

The end

Launcher Data

Begin job on node104 at 2018-08-13 03:28:06
IDJOB=4305161
IDBENCH=141504
IDSOLVER=2780
FILE ID=node104/4305161-1534123686
RUNJOBID= node104-1534097917-15760
PBS_JOBID= 21037002
Free space on /tmp= 37528 MiB

SOLVER NAME= Concrete 3.9.2
BENCH NAME= XCSP18/Subisomorphism/Subisomorphism-g10-g27_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss64M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4305161-1534123686/watcher-4305161-1534123686 -o /tmp/evaluation-result-4305161-1534123686/solver-4305161-1534123686 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1534097917-15760 --watchdog 2580  bin/xcsp-3-concrete -J-Xss64M -randomseed=2646723 HOME/instance-4305161-1534123686.xml

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

MD5SUM BENCH= 92ed35416817fd3e3d52723751690df9
RANDOM SEED=2646723

node104.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.11
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.11
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.11
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.11
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:        15915916 kB
MemAvailable:   31408412 kB
Buffers:          205280 kB
Cached:         15325288 kB
SwapCached:            8 kB
Active:          8165328 kB
Inactive:        7916664 kB
Active(anon):     503024 kB
Inactive(anon):   100976 kB
Active(file):    7662304 kB
Inactive(file):  7815688 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108504 kB
Dirty:             26368 kB
Writeback:             0 kB
AnonPages:        689828 kB
Mapped:            65568 kB
Shmem:             49668 kB
Slab:             471464 kB
SReclaimable:     442964 kB
SUnreclaim:        28500 kB
KernelStack:        3856 kB
PageTables:         6548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1722816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    450560 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 37500 MiB
End job on node104 at 2018-08-13 03:47:05