Trace number 4395805

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 1043.25 1013.26

General information on the benchmark

NameGracefulGraph/
GracefulGraph-K05-P02_c18.xml
MD5SUM803795f7a37fd3a40686e408980b1bff
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.284908
Satisfiable
(Un)Satisfiability was proved
Number of variables65
Number of constraints27
Number of domains2
Minimum domain size25
Maximum domain size26
Distribution of domain sizes[{"size":25,"count":25},{"size":26,"count":10}]
Minimum variable degree0
Maximum variable degree6
Distribution of variable degrees[{"degree":0,"count":30},{"degree":2,"count":25},{"degree":6,"count":10}]
Minimum constraint arity3
Maximum constraint arity25
Distribution of constraint arities[{"arity":3,"count":25},{"arity":10,"count":1},{"arity":25,"count":1}]
Number of extensional constraints0
Number of intensional constraints25
Distribution of constraint types[{"type":"intension","count":25},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

0.78/0.56	c Concrete v3.12.2.1568380929293 running
1043.16/1013.23	v <instantiation
1043.16/1013.23	v         >
1043.16/1013.23	v       <list>
1043.16/1013.23	v         cn[0][0] cn[0][1] cn[0][2] cn[0][3] cn[0][4] cn[1][0] cn[1][1] cn[1][2] cn[1][3] cn[1][4] ce[0][0][1] ce[0][0][2] ce[0][0][3] ce[0][0][4] ce[0][1][2] ce[0][1][3] ce[0][1][4] ce[0][2][3] ce[0][2][4] ce[0][3][4] ce[1][0][1] ce[1][0][2] ce[1][0][3] ce[1][0][4] ce[1][1][2] ce[1][1][3] ce[1][1][4] ce[1][2][3] ce[1][2][4] ce[1][3][4] cie[0][0] cie[0][1] cie[0][2] cie[0][3] cie[0][4]
1043.16/1013.23	v       </list>
1043.16/1013.23	v       <values>
1043.16/1013.23	v         19 11 22 24 2 7 21 6 0 25 8 3 5 17 11 13 9 2 20 22 14 1 7 18 15 21 4 6 19 25 12 10 16 24 23
1043.16/1013.23	v       </values>
1043.16/1013.23	v     </instantiation>
1043.16/1013.24	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 (14733 MiB free)
  memory of node 1: 16384 MiB (13437 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395805-1568412665/watcher-4395805-1568412665 -o /tmp/evaluation-result-4395805-1568412665/solver-4395805-1568412665 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568394139-25059 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=1523981775 HOME/instance-4395805-1568412665.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=30104, runsolver pid=30101

[startup+0.101707 s]*
/proc/loadavg: 1.19 1.43 1.44 3/219 30161
/proc/meminfo: memFree=28837676/32770624 swapFree=66958232/67108860
[pid=30104] ppid=30101 vsize=9972712 memory=18600 CPUtime=0.09 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 25027 0 -1 1077944320 4390 13232 0 0 1 0 5 3 20 0 6 0 417203008 10212057088 4650 33554432000 4194304 4196468 140728943295824 140728943278368 140179740991223 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
/proc/30104/statm: 2493178 4650 1935 1 0 2481616 0
[pid=30104/tid=30157] ppid=30101 vsize=9972712 memory=4279135703912842127 CPUtime=0.09 cores=1,3,5,7
/proc/30104/task/30157/stat : 30157 (java) R 30101 30104 25027 0 -1 4202560 2176 13232 0 0 1 0 5 3 20 0 6 0 417203018 10212057088 4650 33554432000 4194304 4196468 140728943295824 140179712827984 140179726303225 0 4 0 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30158] ppid=30101 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30158/stat : 30158 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 6 0 417203018 10212057088 4650 33554432000 4194304 4196468 140728943295824 140179745234064 140179741001429 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30159] ppid=30101 vsize=9972712 memory=139634146584192 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30159/stat : 30159 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 6 0 417203018 10212057088 4650 33554432000 4194304 4196468 140728943295824 140179633507344 140179741001429 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30160] ppid=30101 vsize=9972712 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30160/stat : 30160 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 6 0 417203018 10212057088 4650 33554432000 4194304 4196468 140728943295824 140179632454544 140179741001429 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30161] ppid=30101 vsize=9972712 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30161/stat : 30161 (java) S 30101 30104 25027 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 6 0 417203018 10212057088 4650 33554432000 4194304 4196468 140728943295824 140179631401744 140179741001429 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 9972712 KiB
Current children cumulated memory: 18600 KiB

[startup+0.210283 s]*
/proc/loadavg: 1.19 1.43 1.44 4/228 30170
/proc/meminfo: memFree=28820316/32770624 swapFree=66958232/67108860
[pid=30104] ppid=30101 vsize=10819664 memory=40320 CPUtime=0.26 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 25027 0 -1 1077944320 6897 13232 0 0 17 1 5 3 20 0 15 0 417203008 11079335936 10080 33554432000 4194304 4196468 140728943295824 140728943278368 140179740991223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
/proc/30104/statm: 2704916 10080 3173 1 0 2667149 0
[pid=30104/tid=30157] ppid=30101 vsize=10819664 memory=7022364594140610616 CPUtime=0.2 cores=1,3,5,7
/proc/30104/task/30157/stat : 30157 (java) R 30101 30104 25027 0 -1 4202560 3389 13232 0 0 11 1 5 3 20 0 15 0 417203018 11079335936 10080 33554432000 4194304 4196468 140728943295824 140179712815104 140179741013149 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30158] ppid=30101 vsize=10819664 memory=342 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30158/stat : 30158 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 417203018 11079335936 10080 33554432000 4194304 4196468 140728943295824 140179745234064 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30159] ppid=30101 vsize=10819664 memory=139634146611197 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30159/stat : 30159 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 417203018 11079335936 10080 33554432000 4194304 4196468 140728943295824 140179633507344 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30160] ppid=30101 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30160/stat : 30160 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 417203018 11079335936 10080 33554432000 4194304 4196468 140728943295824 140179632454544 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30161] ppid=30101 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30161/stat : 30161 (java) S 30101 30104 25027 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 417203018 11079335936 10080 33554432000 4194304 4196468 140728943295824 140179631401744 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30162] ppid=30101 vsize=10819664 memory=139634146584192 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30162/stat : 30162 (java) S 30101 30104 25027 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 417203020 11079335936 10080 33554432000 4194304 4196468 140728943295824 140178811214192 140179741002370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30163] ppid=30101 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30163/stat : 30163 (java) S 30101 30104 25027 0 -1 1077944384 13 13232 0 0 0 0 5 3 20 0 15 0 417203020 11079335936 10080 33554432000 4194304 4196468 140728943295824 140178739946528 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30164] ppid=30101 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30164/stat : 30164 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 417203020 11079335936 10080 33554432000 4194304 4196468 140728943295824 140178538619760 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30165] ppid=30101 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30165/stat : 30165 (java) S 30101 30104 25027 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 417203023 11079335936 10080 33554432000 4194304 4196468 140728943295824 140178298328912 140179741009819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30166] ppid=30101 vsize=10819664 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30104/task/30166/stat : 30166 (java) S 30101 30104 25027 0 -1 1077944384 604 13232 0 0 1 0 5 3 20 0 15 0 417203023 11079335936 10080 33554432000 4194304 4196468 140728943295824 140178810162032 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30167] ppid=30101 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30167/stat : 30167 (java) S 30101 30104 25027 0 -1 1077944384 46 13232 0 0 0 0 5 3 20 0 15 0 417203023 11079335936 10080 33554432000 4194304 4196468 140728943295824 140178809109232 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30168] ppid=30101 vsize=10819664 memory=139634146584192 CPUtime=0.11 cores=1,3,5,7
/proc/30104/task/30168/stat : 30168 (java) R 30101 30104 25027 0 -1 4202560 621 13232 0 0 3 0 5 3 20 0 15 0 417203023 11079335936 10080 33554432000 4194304 4196468 140728943295824 140178706389616 140179725251043 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30169] ppid=30101 vsize=10819664 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30169/stat : 30169 (java) S 30101 30104 25027 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 417203023 11079335936 10080 33554432000 4194304 4196468 140728943295824 140178264771296 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30170] ppid=30101 vsize=10819664 memory=139634146584192 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30170/stat : 30170 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 417203023 11079335936 10080 33554432000 4194304 4196468 140728943295824 140178705337008 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
Current children cumulated CPU time: 0.26 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 40320 KiB

[startup+0.310775 s]*
/proc/loadavg: 1.19 1.43 1.44 3/228 30170
/proc/meminfo: memFree=28807496/32770624 swapFree=66958232/67108860
[pid=30104] ppid=30101 vsize=10820148 memory=51432 CPUtime=0.4 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 25027 0 -1 1077944320 10591 13232 0 0 29 3 5 3 20 0 15 0 417203008 11079831552 12858 33554432000 4194304 4196468 140728943295824 140728943278368 140179740991223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
/proc/30104/statm: 2705037 12858 3305 1 0 2667149 0
[pid=30104/tid=30157] ppid=30101 vsize=10820148 memory=6791534058613427641 CPUtime=0.29 cores=1,3,5,7
/proc/30104/task/30157/stat : 30157 (java) R 30101 30104 25027 0 -1 4202560 7065 13232 0 0 19 2 5 3 20 0 15 0 417203018 11079831552 12858 33554432000 4194304 4196468 140728943295824 140179712794688 140179727179813 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30158] ppid=30101 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30158/stat : 30158 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 417203018 11079831552 12858 33554432000 4194304 4196468 140728943295824 140179745234064 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30159] ppid=30101 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30159/stat : 30159 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 417203018 11079831552 12858 33554432000 4194304 4196468 140728943295824 140179633507344 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30160] ppid=30101 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30160/stat : 30160 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 417203018 11079831552 12858 33554432000 4194304 4196468 140728943295824 140179632454544 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30161] ppid=30101 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30161/stat : 30161 (java) S 30101 30104 25027 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 417203018 11079831552 12858 33554432000 4194304 4196468 140728943295824 140179631401744 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30162] ppid=30101 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30162/stat : 30162 (java) S 30101 30104 25027 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 417203020 11079831552 12858 33554432000 4194304 4196468 140728943295824 140178811214192 140179741002370 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30163] ppid=30101 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30163/stat : 30163 (java) S 30101 30104 25027 0 -1 1077944384 13 13232 0 0 0 0 5 3 20 0 15 0 417203020 11079831552 12858 33554432000 4194304 4196468 140728943295824 140178739946528 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30164] ppid=30101 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30164/stat : 30164 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 417203020 11079831552 12858 33554432000 4194304 4196468 140728943295824 140178538619760 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30165] ppid=30101 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30165/stat : 30165 (java) S 30101 30104 25027 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 417203023 11079831552 12858 33554432000 4194304 4196468 140728943295824 140178298328912 140179741009819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30166] ppid=30101 vsize=10820148 memory=0 CPUtime=0.1 cores=1,3,5,7
/proc/30104/task/30166/stat : 30166 (java) S 30101 30104 25027 0 -1 1077944384 605 13232 0 0 2 0 5 3 20 0 15 0 417203023 11079831552 12858 33554432000 4194304 4196468 140728943295824 140178810162032 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30167] ppid=30101 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/30104/task/30167/stat : 30167 (java) S 30101 30104 25027 0 -1 1077944384 55 13232 0 0 1 0 5 3 20 0 15 0 417203023 11079831552 12858 33554432000 4194304 4196468 140728943295824 140178809109232 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30168] ppid=30101 vsize=10820148 memory=139634146584192 CPUtime=0.13 cores=1,3,5,7
/proc/30104/task/30168/stat : 30168 (java) S 30101 30104 25027 0 -1 1077944384 630 13232 0 0 5 0 5 3 20 0 15 0 417203023 11079831552 12858 33554432000 4194304 4196468 140728943295824 140178706389616 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30169] ppid=30101 vsize=10820148 memory=-1 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30169/stat : 30169 (java) S 30101 30104 25027 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 417203023 11079831552 12858 33554432000 4194304 4196468 140728943295824 140178264771296 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30170] ppid=30101 vsize=10820148 memory=139634146584192 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30170/stat : 30170 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 417203023 11079831552 12858 33554432000 4194304 4196468 140728943295824 140178705337008 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
Current children cumulated CPU time: 0.4 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 51432 KiB

[startup+0.700763 s]
/proc/loadavg: 1.19 1.43 1.44 3/228 30170
/proc/meminfo: memFree=28793332/32770624 swapFree=66958232/67108860
[pid=30104] ppid=30101 vsize=10824360 memory=83876 CPUtime=1.13 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 25027 0 -1 1077944320 14648 13232 0 0 101 4 5 3 20 0 15 0 417203008 11084144640 20969 33554432000 4194304 4196468 140728943295824 140728943278368 140179740991223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
/proc/30104/statm: 2706090 20969 3506 1 0 2668173 0
[pid=30104/tid=30157] ppid=30101 vsize=10824360 memory=0 CPUtime=0.66 cores=1,3,5,7
/proc/30104/task/30157/stat : 30157 (java) R 30101 30104 25027 0 -1 4202560 9851 13232 0 0 55 3 5 3 20 0 15 0 417203018 11084144640 20969 33554432000 4194304 4196468 140728943295824 140179712805728 140179741013149 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30158] ppid=30101 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30158/stat : 30158 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 417203018 11084144640 20969 33554432000 4194304 4196468 140728943295824 140179745234064 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30159] ppid=30101 vsize=10824360 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30159/stat : 30159 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 417203018 11084144640 20969 33554432000 4194304 4196468 140728943295824 140179633507344 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30160] ppid=30101 vsize=10824360 memory=139634017448720 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30160/stat : 30160 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 417203018 11084144640 20969 33554432000 4194304 4196468 140728943295824 140179632454544 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30161] ppid=30101 vsize=10824360 memory=139637976728142 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30161/stat : 30161 (java) S 30101 30104 25027 0 -1 1077944384 2 13232 0 0 0 0 5 3 20 0 15 0 417203018 11084144640 20969 33554432000 4194304 4196468 140728943295824 140179631401744 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30162] ppid=30101 vsize=10824360 memory=8000 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30162/stat : 30162 (java) S 30101 30104 25027 0 -1 1077944384 5 13232 0 0 0 0 5 3 20 0 15 0 417203020 11084144640 20969 33554432000 4194304 4196468 140728943295824 140178811214192 140179741002370 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30163] ppid=30101 vsize=10824360 memory=7518026621751088994 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30163/stat : 30163 (java) S 30101 30104 25027 0 -1 1077944384 13 13232 0 0 0 0 5 3 20 0 15 0 417203020 11084144640 20969 33554432000 4194304 4196468 140728943295824 140178739946528 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30164] ppid=30101 vsize=10824360 memory=6081102367496366441 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30164/stat : 30164 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 417203020 11084144640 20969 33554432000 4194304 4196468 140728943295824 140178538619760 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30165] ppid=30101 vsize=10824360 memory=14080 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30165/stat : 30165 (java) S 30101 30104 25027 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 417203023 11084144640 20969 33554432000 4194304 4196468 140728943295824 140178298328912 140179741009819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30166] ppid=30101 vsize=10824360 memory=21652 CPUtime=0.2 cores=1,3,5,7
/proc/30104/task/30166/stat : 30166 (java) S 30101 30104 25027 0 -1 1077944384 1048 13232 0 0 12 0 5 3 20 0 15 0 417203023 11084144640 20969 33554432000 4194304 4196468 140728943295824 140178810162032 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30167] ppid=30101 vsize=10824360 memory=2120 CPUtime=0.22 cores=1,3,5,7
/proc/30104/task/30167/stat : 30167 (java) S 30101 30104 25027 0 -1 1077944384 643 13232 0 0 14 0 5 3 20 0 15 0 417203023 11084144640 20969 33554432000 4194304 4196468 140728943295824 140178809109232 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30168] ppid=30101 vsize=10824360 memory=508 CPUtime=0.25 cores=1,3,5,7
/proc/30104/task/30168/stat : 30168 (java) S 30101 30104 25027 0 -1 1077944384 867 13232 0 0 17 0 5 3 20 0 15 0 417203023 11084144640 20969 33554432000 4194304 4196468 140728943295824 140178706389616 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30169] ppid=30101 vsize=10824360 memory=1560 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30169/stat : 30169 (java) S 30101 30104 25027 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 417203023 11084144640 20969 33554432000 4194304 4196468 140728943295824 140178264771296 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30170] ppid=30101 vsize=10824360 memory=932 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30170/stat : 30170 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 417203023 11084144640 20969 33554432000 4194304 4196468 140728943295824 140178705337008 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 83876 KiB

[startup+1.50076 s]
/proc/loadavg: 1.19 1.43 1.44 3/228 30170
/proc/meminfo: memFree=28748664/32770624 swapFree=66958232/67108860
[pid=30104] ppid=30101 vsize=10834676 memory=173908 CPUtime=2.44 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 25027 0 -1 1077944320 21403 13232 0 0 227 9 5 3 20 0 15 0 417203008 11094708224 43477 33554432000 4194304 4196468 140728943295824 140728943278368 140179740991223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
/proc/30104/statm: 2708669 43477 3580 1 0 2670733 0
[pid=30104/tid=30157] ppid=30101 vsize=10834676 memory=68512 CPUtime=1.43 cores=1,3,5,7
/proc/30104/task/30157/stat : 30157 (java) R 30101 30104 25027 0 -1 4202560 14615 13232 0 0 130 5 5 3 20 0 15 0 417203018 11094708224 43477 33554432000 4194304 4196468 140728943295824 140179712809776 140179293635261 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30158] ppid=30101 vsize=10834676 memory=6791534058613427641 CPUtime=0.09 cores=1,3,5,7
/proc/30104/task/30158/stat : 30158 (java) S 30101 30104 25027 0 -1 1077944384 85 13232 0 0 1 0 5 3 20 0 15 0 417203018 11094708224 43477 33554432000 4194304 4196468 140728943295824 140179745234064 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30159] ppid=30101 vsize=10834676 memory=279268034928800 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30159/stat : 30159 (java) S 30101 30104 25027 0 -1 1077944384 439 13232 0 0 0 0 5 3 20 0 15 0 417203018 11094708224 43477 33554432000 4194304 4196468 140728943295824 140179633507344 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30160] ppid=30101 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30104/task/30160/stat : 30160 (java) S 30101 30104 25027 0 -1 1077944384 24 13232 0 0 1 0 5 3 20 0 15 0 417203018 11094708224 43477 33554432000 4194304 4196468 140728943295824 140179632454544 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30161] ppid=30101 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30104/task/30161/stat : 30161 (java) S 30101 30104 25027 0 -1 1077944384 106 13232 0 0 1 0 5 3 20 0 15 0 417203018 11094708224 43477 33554432000 4194304 4196468 140728943295824 140179631401744 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30162] ppid=30101 vsize=10834676 memory=0 CPUtime=0.09 cores=1,3,5,7
/proc/30104/task/30162/stat : 30162 (java) S 30101 30104 25027 0 -1 1077944384 184 13232 0 0 1 0 5 3 20 0 15 0 417203020 11094708224 43477 33554432000 4194304 4196468 140728943295824 140178811214192 140179741002370 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30163] ppid=30101 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30163/stat : 30163 (java) S 30101 30104 25027 0 -1 1077944384 13 13232 0 0 0 0 5 3 20 0 15 0 417203020 11094708224 43477 33554432000 4194304 4196468 140728943295824 140178739946592 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30164] ppid=30101 vsize=10834676 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30164/stat : 30164 (java) S 30101 30104 25027 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 417203020 11094708224 43477 33554432000 4194304 4196468 140728943295824 140178538619776 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30165] ppid=30101 vsize=10834676 memory=-2245088631185882904 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30165/stat : 30165 (java) S 30101 30104 25027 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 417203023 11094708224 43477 33554432000 4194304 4196468 140728943295824 140178298328912 140179741009819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30166] ppid=30101 vsize=10834676 memory=0 CPUtime=0.31 cores=1,3,5,7
/proc/30104/task/30166/stat : 30166 (java) S 30101 30104 25027 0 -1 1077944384 1176 13232 0 0 23 0 5 3 20 0 15 0 417203023 11094708224 43477 33554432000 4194304 4196468 140728943295824 140178810162032 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30167] ppid=30101 vsize=10834676 memory=10 CPUtime=0.33 cores=1,3,5,7
/proc/30104/task/30167/stat : 30167 (java) S 30101 30104 25027 0 -1 1077944384 874 13232 0 0 25 0 5 3 20 0 15 0 417203023 11094708224 43477 33554432000 4194304 4196468 140728943295824 140178809109232 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30168] ppid=30101 vsize=10834676 memory=6791534058613427641 CPUtime=0.48 cores=1,3,5,7
/proc/30104/task/30168/stat : 30168 (java) S 30101 30104 25027 0 -1 1077944384 1668 13232 0 0 40 0 5 3 20 0 15 0 417203023 11094708224 43477 33554432000 4194304 4196468 140728943295824 140178706389616 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30169] ppid=30101 vsize=10834676 memory=4638778398332698720 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30169/stat : 30169 (java) S 30101 30104 25027 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 417203023 11094708224 43477 33554432000 4194304 4196468 140728943295824 140178264771296 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30170] ppid=30101 vsize=10834676 memory=279268035173248 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30170/stat : 30170 (java) S 30101 30104 25027 0 -1 1077944384 1 13232 0 0 0 0 5 3 20 0 15 0 417203023 11094708224 43477 33554432000 4194304 4196468 140728943295824 140178705337008 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
Current children cumulated CPU time: 2.44 s
Current children cumulated vsize: 10834676 KiB

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

[pid=30104/tid=30169] ppid=30101 vsize=10849044 memory=3272 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30169/stat : 30169 (java) S 30101 30104 25027 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 417203023 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178264771296 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30170] ppid=30101 vsize=10849044 memory=738960 CPUtime=0.62 cores=1,3,5,7
/proc/30104/task/30170/stat : 30170 (java) S 30101 30104 25027 0 -1 1077944384 583 13232 0 0 26 28 5 3 20 0 15 0 417203023 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178705337008 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
Current children cumulated CPU time: 1037.88 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 713136 KiB

[startup+1011.2 s]
/proc/loadavg: 1.21 1.30 1.36 3/227 30257
/proc/meminfo: memFree=28140548/32770624 swapFree=66958232/67108860
[pid=30104] ppid=30101 vsize=10849044 memory=713136 CPUtime=1041.11 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 25027 0 -1 1077944320 148242 13232 0 0 103927 176 5 3 20 0 15 0 417203008 11109421056 178284 33554432000 4194304 4196468 140728943295824 140728943278368 140179740991223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
/proc/30104/statm: 2712261 178284 3626 1 0 2674317 0
[pid=30104/tid=30157] ppid=30101 vsize=10849044 memory=28833 CPUtime=1000.69 cores=1,3,5,7
/proc/30104/task/30157/stat : 30157 (java) R 30101 30104 25027 0 -1 4202560 42284 13232 0 0 100031 30 5 3 20 0 15 0 417203018 11109421056 178284 33554432000 4194304 4196468 140728943295824 140179712826144 140179306125383 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30158] ppid=30101 vsize=10849044 memory=3472328296227681185 CPUtime=4.98 cores=1,3,5,7
/proc/30104/task/30158/stat : 30158 (java) S 30101 30104 25027 0 -1 1077944384 7942 13232 0 0 464 26 5 3 20 0 15 0 417203018 11109421056 178284 33554432000 4194304 4196468 140728943295824 140179745234064 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30159] ppid=30101 vsize=10849044 memory=101830 CPUtime=4.98 cores=1,3,5,7
/proc/30104/task/30159/stat : 30159 (java) S 30101 30104 25027 0 -1 1077944384 7553 13232 0 0 467 23 5 3 20 0 15 0 417203018 11109421056 178284 33554432000 4194304 4196468 140728943295824 140179633507344 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30160] ppid=30101 vsize=10849044 memory=97843 CPUtime=4.98 cores=1,3,5,7
/proc/30104/task/30160/stat : 30160 (java) S 30101 30104 25027 0 -1 1077944384 5460 13232 0 0 466 24 5 3 20 0 15 0 417203018 11109421056 178284 33554432000 4194304 4196468 140728943295824 140179632454544 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30161] ppid=30101 vsize=10849044 memory=479 CPUtime=4.98 cores=1,3,5,7
/proc/30104/task/30161/stat : 30161 (java) S 30101 30104 25027 0 -1 1077944384 6190 13232 0 0 466 24 5 3 20 0 15 0 417203018 11109421056 178284 33554432000 4194304 4196468 140728943295824 140179631401744 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30162] ppid=30101 vsize=10849044 memory=39820 CPUtime=4.45 cores=1,3,5,7
/proc/30104/task/30162/stat : 30162 (java) S 30101 30104 25027 0 -1 1077944384 7691 13232 0 0 412 25 5 3 20 0 15 0 417203020 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178811214192 140179741002370 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30163] ppid=30101 vsize=10849044 memory=988 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30163/stat : 30163 (java) S 30101 30104 25027 0 -1 1077944384 18 13232 0 0 0 0 5 3 20 0 15 0 417203020 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178739946656 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30164] ppid=30101 vsize=10849044 memory=490 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30164/stat : 30164 (java) S 30101 30104 25027 0 -1 1077944384 9 13232 0 0 0 0 5 3 20 0 15 0 417203020 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178538619776 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30165] ppid=30101 vsize=10849044 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30165/stat : 30165 (java) S 30101 30104 25027 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 417203023 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178298328912 140179741009819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30166] ppid=30101 vsize=10849044 memory=247123828302275 CPUtime=5.57 cores=1,3,5,7
/proc/30104/task/30166/stat : 30166 (java) S 30101 30104 25027 0 -1 1077944384 25313 13232 0 0 543 6 5 3 20 0 15 0 417203023 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178810162032 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30167] ppid=30101 vsize=10849044 memory=247235497451971 CPUtime=5.46 cores=1,3,5,7
/proc/30104/task/30167/stat : 30167 (java) S 30101 30104 25027 0 -1 1077944384 18690 13232 0 0 532 6 5 3 20 0 15 0 417203023 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178809109232 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30168] ppid=30101 vsize=10849044 memory=713136 CPUtime=5.02 cores=1,3,5,7
/proc/30104/task/30168/stat : 30168 (java) S 30101 30104 25027 0 -1 1077944384 24294 13232 0 0 486 8 5 3 20 0 15 0 417203023 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178706389616 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30169] ppid=30101 vsize=10849044 memory=3204 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30169/stat : 30169 (java) S 30101 30104 25027 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 417203023 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178264771296 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30170] ppid=30101 vsize=10849044 memory=713136 CPUtime=0.63 cores=1,3,5,7
/proc/30104/task/30170/stat : 30170 (java) S 30101 30104 25027 0 -1 1077944384 583 13232 0 0 27 28 5 3 20 0 15 0 417203023 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178705337008 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
Current children cumulated CPU time: 1041.11 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 713136 KiB

[startup+1012 s]*
/proc/loadavg: 1.21 1.30 1.36 3/227 30257
/proc/meminfo: memFree=28140548/32770624 swapFree=66958232/67108860
[pid=30104] ppid=30101 vsize=10849044 memory=713136 CPUtime=1041.94 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 25027 0 -1 1077944320 148251 13232 0 0 104010 176 5 3 20 0 15 0 417203008 11109421056 178284 33554432000 4194304 4196468 140728943295824 140728943278368 140179740991223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
/proc/30104/statm: 2712261 178284 3626 1 0 2674317 0
[pid=30104/tid=30157] ppid=30101 vsize=10849044 memory=2856 CPUtime=1001.49 cores=1,3,5,7
/proc/30104/task/30157/stat : 30157 (java) R 30101 30104 25027 0 -1 4202560 42290 13232 0 0 100111 30 5 3 20 0 15 0 417203018 11109421056 178284 33554432000 4194304 4196468 140728943295824 140179712826896 140179303809328 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30158] ppid=30101 vsize=10849044 memory=1660 CPUtime=4.98 cores=1,3,5,7
/proc/30104/task/30158/stat : 30158 (java) S 30101 30104 25027 0 -1 1077944384 7942 13232 0 0 464 26 5 3 20 0 15 0 417203018 11109421056 178284 33554432000 4194304 4196468 140728943295824 140179745234064 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30159] ppid=30101 vsize=10849044 memory=4104 CPUtime=4.98 cores=1,3,5,7
/proc/30104/task/30159/stat : 30159 (java) S 30101 30104 25027 0 -1 1077944384 7553 13232 0 0 467 23 5 3 20 0 15 0 417203018 11109421056 178284 33554432000 4194304 4196468 140728943295824 140179633507344 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30160] ppid=30101 vsize=10849044 memory=4126316290023845779 CPUtime=4.98 cores=1,3,5,7
/proc/30104/task/30160/stat : 30160 (java) S 30101 30104 25027 0 -1 1077944384 5462 13232 0 0 466 24 5 3 20 0 15 0 417203018 11109421056 178284 33554432000 4194304 4196468 140728943295824 140179632454544 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30161] ppid=30101 vsize=10849044 memory=2856 CPUtime=4.98 cores=1,3,5,7
/proc/30104/task/30161/stat : 30161 (java) S 30101 30104 25027 0 -1 1077944384 6191 13232 0 0 466 24 5 3 20 0 15 0 417203018 11109421056 178284 33554432000 4194304 4196468 140728943295824 140179631401744 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30162] ppid=30101 vsize=10849044 memory=1660 CPUtime=4.46 cores=1,3,5,7
/proc/30104/task/30162/stat : 30162 (java) S 30101 30104 25027 0 -1 1077944384 7691 13232 0 0 413 25 5 3 20 0 15 0 417203020 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178811214192 140179741002370 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30163] ppid=30101 vsize=10849044 memory=4104 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30163/stat : 30163 (java) S 30101 30104 25027 0 -1 1077944384 18 13232 0 0 0 0 5 3 20 0 15 0 417203020 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178739946656 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30164] ppid=30101 vsize=10849044 memory=1408 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30164/stat : 30164 (java) S 30101 30104 25027 0 -1 1077944384 9 13232 0 0 0 0 5 3 20 0 15 0 417203020 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178538619776 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30165] ppid=30101 vsize=10849044 memory=6791534058613427641 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30165/stat : 30165 (java) S 30101 30104 25027 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 417203023 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178298328912 140179741009819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30166] ppid=30101 vsize=10849044 memory=2832 CPUtime=5.57 cores=1,3,5,7
/proc/30104/task/30166/stat : 30166 (java) S 30101 30104 25027 0 -1 1077944384 25313 13232 0 0 543 6 5 3 20 0 15 0 417203023 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178810162032 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30167] ppid=30101 vsize=10849044 memory=8000 CPUtime=5.46 cores=1,3,5,7
/proc/30104/task/30167/stat : 30167 (java) S 30101 30104 25027 0 -1 1077944384 18690 13232 0 0 532 6 5 3 20 0 15 0 417203023 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178809109232 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30168] ppid=30101 vsize=10849044 memory=10428 CPUtime=5.02 cores=1,3,5,7
/proc/30104/task/30168/stat : 30168 (java) S 30101 30104 25027 0 -1 1077944384 24294 13232 0 0 486 8 5 3 20 0 15 0 417203023 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178706389616 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30169] ppid=30101 vsize=10849044 memory=14012 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30169/stat : 30169 (java) S 30101 30104 25027 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 417203023 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178264771296 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30170] ppid=30101 vsize=10849044 memory=33 CPUtime=0.63 cores=1,3,5,7
/proc/30104/task/30170/stat : 30170 (java) S 30101 30104 25027 0 -1 1077944384 583 13232 0 0 27 28 5 3 20 0 15 0 417203023 11109421056 178284 33554432000 4194304 4196468 140728943295824 140178705337008 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
Current children cumulated CPU time: 1041.94 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 713136 KiB

[startup+1012.8 s]
/proc/loadavg: 1.21 1.30 1.36 3/227 30257
/proc/meminfo: memFree=28140548/32770624 swapFree=66958232/67108860
[pid=30104] ppid=30101 vsize=10849044 memory=715184 CPUtime=1042.75 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 25027 0 -1 1077944320 148262 13232 0 0 104090 177 5 3 20 0 15 0 417203008 11109421056 178796 33554432000 4194304 4196468 140728943295824 140728943278368 140179740991223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
/proc/30104/statm: 2712261 178796 3626 1 0 2674317 0
[pid=30104/tid=30157] ppid=30101 vsize=10849044 memory=1552 CPUtime=1002.27 cores=1,3,5,7
/proc/30104/task/30157/stat : 30157 (java) R 30101 30104 25027 0 -1 4202560 42295 13232 0 0 100189 30 5 3 20 0 15 0 417203018 11109421056 178796 33554432000 4194304 4196468 140728943295824 140179712826656 140179305453504 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30158] ppid=30101 vsize=10849044 memory=6791534058613427641 CPUtime=4.99 cores=1,3,5,7
/proc/30104/task/30158/stat : 30158 (java) S 30101 30104 25027 0 -1 1077944384 7943 13232 0 0 465 26 5 3 20 0 15 0 417203018 11109421056 178796 33554432000 4194304 4196468 140728943295824 140179745234064 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30159] ppid=30101 vsize=10849044 memory=1760 CPUtime=4.99 cores=1,3,5,7
/proc/30104/task/30159/stat : 30159 (java) S 30101 30104 25027 0 -1 1077944384 7556 13232 0 0 468 23 5 3 20 0 15 0 417203018 11109421056 178796 33554432000 4194304 4196468 140728943295824 140179633507344 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30160] ppid=30101 vsize=10849044 memory=111636 CPUtime=5 cores=1,3,5,7
/proc/30104/task/30160/stat : 30160 (java) S 30101 30104 25027 0 -1 1077944384 5463 13232 0 0 467 25 5 3 20 0 15 0 417203018 11109421056 178796 33554432000 4194304 4196468 140728943295824 140179632454544 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30161] ppid=30101 vsize=10849044 memory=6791534058613427641 CPUtime=5 cores=1,3,5,7
/proc/30104/task/30161/stat : 30161 (java) S 30101 30104 25027 0 -1 1077944384 6192 13232 0 0 467 25 5 3 20 0 15 0 417203018 11109421056 178796 33554432000 4194304 4196468 140728943295824 140179631401744 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30162] ppid=30101 vsize=10849044 memory=932 CPUtime=4.46 cores=1,3,5,7
/proc/30104/task/30162/stat : 30162 (java) S 30101 30104 25027 0 -1 1077944384 7691 13232 0 0 413 25 5 3 20 0 15 0 417203020 11109421056 178796 33554432000 4194304 4196468 140728943295824 140178811214192 140179741002370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30163] ppid=30101 vsize=10849044 memory=713136 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30163/stat : 30163 (java) S 30101 30104 25027 0 -1 1077944384 18 13232 0 0 0 0 5 3 20 0 15 0 417203020 11109421056 178796 33554432000 4194304 4196468 140728943295824 140178739946656 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30164] ppid=30101 vsize=10849044 memory=1444 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30164/stat : 30164 (java) S 30101 30104 25027 0 -1 1077944384 9 13232 0 0 0 0 5 3 20 0 15 0 417203020 11109421056 178796 33554432000 4194304 4196468 140728943295824 140178538619776 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30165] ppid=30101 vsize=10849044 memory=14080 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30165/stat : 30165 (java) S 30101 30104 25027 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 417203023 11109421056 178796 33554432000 4194304 4196468 140728943295824 140178298328912 140179741009819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30166] ppid=30101 vsize=10849044 memory=21656 CPUtime=5.57 cores=1,3,5,7
/proc/30104/task/30166/stat : 30166 (java) S 30101 30104 25027 0 -1 1077944384 25313 13232 0 0 543 6 5 3 20 0 15 0 417203023 11109421056 178796 33554432000 4194304 4196468 140728943295824 140178810162032 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30167] ppid=30101 vsize=10849044 memory=2120 CPUtime=5.46 cores=1,3,5,7
/proc/30104/task/30167/stat : 30167 (java) S 30101 30104 25027 0 -1 1077944384 18690 13232 0 0 532 6 5 3 20 0 15 0 417203023 11109421056 178796 33554432000 4194304 4196468 140728943295824 140178809109232 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30168] ppid=30101 vsize=10849044 memory=508 CPUtime=5.02 cores=1,3,5,7
/proc/30104/task/30168/stat : 30168 (java) S 30101 30104 25027 0 -1 1077944384 24294 13232 0 0 486 8 5 3 20 0 15 0 417203023 11109421056 178796 33554432000 4194304 4196468 140728943295824 140178706389616 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30169] ppid=30101 vsize=10849044 memory=1560 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30169/stat : 30169 (java) S 30101 30104 25027 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 417203023 11109421056 178796 33554432000 4194304 4196468 140728943295824 140178264771296 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30170] ppid=30101 vsize=10849044 memory=6791534058613427641 CPUtime=0.63 cores=1,3,5,7
/proc/30104/task/30170/stat : 30170 (java) S 30101 30104 25027 0 -1 1077944384 583 13232 0 0 27 28 5 3 20 0 15 0 417203023 11109421056 178796 33554432000 4194304 4196468 140728943295824 140178705337008 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
Current children cumulated CPU time: 1042.75 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 715184 KiB

[startup+1013.2 s]
/proc/loadavg: 1.21 1.30 1.36 3/227 30257
/proc/meminfo: memFree=28138500/32770624 swapFree=66958232/67108860
[pid=30104] ppid=30101 vsize=10849044 memory=715184 CPUtime=1043.16 cores=1,3,5,7
/proc/30104/stat : 30104 (java) S 30101 30104 25027 0 -1 1077944320 148267 13232 0 0 104131 177 5 3 20 0 15 0 417203008 11109421056 178796 33554432000 4194304 4196468 140728943295824 140728943278368 140179740991223 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
/proc/30104/statm: 2712261 178796 3626 1 0 2674317 0
[pid=30104/tid=30157] ppid=30101 vsize=10849044 memory=14408211662899591 CPUtime=1002.67 cores=1,3,5,7
/proc/30104/task/30157/stat : 30157 (java) R 30101 30104 25027 0 -1 4202560 42298 13232 0 0 100229 30 5 3 20 0 15 0 417203018 11109421056 178796 33554432000 4194304 4196468 140728943295824 140179712826464 140179297619899 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30158] ppid=30101 vsize=10849044 memory=288290850231025954 CPUtime=4.99 cores=1,3,5,7
/proc/30104/task/30158/stat : 30158 (java) S 30101 30104 25027 0 -1 1077944384 7943 13232 0 0 465 26 5 3 20 0 15 0 417203018 11109421056 178796 33554432000 4194304 4196468 140728943295824 140179745234064 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30159] ppid=30101 vsize=10849044 memory=302648273066524962 CPUtime=4.99 cores=1,3,5,7
/proc/30104/task/30159/stat : 30159 (java) S 30101 30104 25027 0 -1 1077944384 7556 13232 0 0 468 23 5 3 20 0 15 0 417203018 11109421056 178796 33554432000 4194304 4196468 140728943295824 140179633507344 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30160] ppid=30101 vsize=10849044 memory=14418107250771395 CPUtime=5 cores=1,3,5,7
/proc/30104/task/30160/stat : 30160 (java) S 30101 30104 25027 0 -1 1077944384 5463 13232 0 0 467 25 5 3 20 0 15 0 417203018 11109421056 178796 33554432000 4194304 4196468 140728943295824 140179632454544 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30161] ppid=30101 vsize=10849044 memory=288292181687665935 CPUtime=5 cores=1,3,5,7
/proc/30104/task/30161/stat : 30161 (java) S 30101 30104 25027 0 -1 1077944384 6192 13232 0 0 467 25 5 3 20 0 15 0 417203018 11109421056 178796 33554432000 4194304 4196468 140728943295824 140179631401744 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30162] ppid=30101 vsize=10849044 memory=288291949742653730 CPUtime=4.46 cores=1,3,5,7
/proc/30104/task/30162/stat : 30162 (java) S 30101 30104 25027 0 -1 1077944384 7693 13232 0 0 413 25 5 3 20 0 15 0 417203020 11109421056 178796 33554432000 4194304 4196468 140728943295824 140178811214192 140179741002370 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30163] ppid=30101 vsize=10849044 memory=14418107250771395 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30163/stat : 30163 (java) S 30101 30104 25027 0 -1 1077944384 18 13232 0 0 0 0 5 3 20 0 15 0 417203020 11109421056 178796 33554432000 4194304 4196468 140728943295824 140178739946656 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30164] ppid=30101 vsize=10849044 memory=279268035691312 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30164/stat : 30164 (java) S 30101 30104 25027 0 -1 1077944384 9 13232 0 0 0 0 5 3 20 0 15 0 417203020 11109421056 178796 33554432000 4194304 4196468 140728943295824 140178538619776 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30165] ppid=30101 vsize=10849044 memory=7378114935699959145 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30165/stat : 30165 (java) S 30101 30104 25027 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 417203023 11109421056 178796 33554432000 4194304 4196468 140728943295824 140178298328912 140179741009819 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30166] ppid=30101 vsize=10849044 memory=6083635676965332580 CPUtime=5.57 cores=1,3,5,7
/proc/30104/task/30166/stat : 30166 (java) S 30101 30104 25027 0 -1 1077944384 25313 13232 0 0 543 6 5 3 20 0 15 0 417203023 11109421056 178796 33554432000 4194304 4196468 140728943295824 140178810162032 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30167] ppid=30101 vsize=10849044 memory=304051249870012704 CPUtime=5.46 cores=1,3,5,7
/proc/30104/task/30167/stat : 30167 (java) S 30101 30104 25027 0 -1 1077944384 18690 13232 0 0 532 6 5 3 20 0 15 0 417203023 11109421056 178796 33554432000 4194304 4196468 140728943295824 140178809109232 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30168] ppid=30101 vsize=10849044 memory=288292181687665935 CPUtime=5.02 cores=1,3,5,7
/proc/30104/task/30168/stat : 30168 (java) S 30101 30104 25027 0 -1 1077944384 24294 13232 0 0 486 8 5 3 20 0 15 0 417203023 11109421056 178796 33554432000 4194304 4196468 140728943295824 140178706389616 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30169] ppid=30101 vsize=10849044 memory=715184 CPUtime=0.08 cores=1,3,5,7
/proc/30104/task/30169/stat : 30169 (java) S 30101 30104 25027 0 -1 1077944384 3 13232 0 0 0 0 5 3 20 0 15 0 417203023 11109421056 178796 33554432000 4194304 4196468 140728943295824 140178264771296 140179741001429 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
[pid=30104/tid=30170] ppid=30101 vsize=10849044 memory=715184 CPUtime=0.63 cores=1,3,5,7
/proc/30104/task/30170/stat : 30170 (java) S 30101 30104 25027 0 -1 1077944384 583 13232 0 0 27 28 5 3 20 0 15 0 417203023 11109421056 178796 33554432000 4194304 4196468 140728943295824 140178705337008 140179741002370 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 36159488 140728943303407 140728943305925 140728943305925 140728943308751 0
Current children cumulated CPU time: 1043.16 s
Current children cumulated vsize: 10849044 KiB
Current children cumulated memory: 715184 KiB

Child status: 0
Real time (s): 1013.26
CPU time (s): 1043.25
CPU user time (s): 1041.43
CPU system time (s): 1.82073
CPU usage (%): 102.96
Max. virtual memory (cumulated for all children) (KiB): 10851996
Max. memory (cumulated for all children) (KiB): 715184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1041.43
system time used= 1.82073
maximum resident set size= 717620
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168119
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1328
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 136050
involuntary context switches= 3007


# summary of solver processes directly reported to runsolver:
#   pid: 30104
#   total CPU time (s): 1043.25
#   total CPU user time (s): 1041.43
#   total CPU system time (s): 1.82073

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.11165 second user time and 8.47532 second system time

The end

Launcher Data

Begin job on node145 at 2019-09-14 00:10:23
IDJOB=4395805
IDBENCH=141173
IDSOLVER=2846
FILE ID=node145/4395805-1568412665
RUNJOBID= node145-1568394139-25059
PBS_JOBID= 21701867
Free space on /tmp= 59472 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP18/GracefulGraph/GracefulGraph-K05-P02_c18.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395805-1568412665/watcher-4395805-1568412665 -o /tmp/evaluation-result-4395805-1568412665/solver-4395805-1568412665 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node145-1568394139-25059 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=1523981775 HOME/instance-4395805-1568412665.xml

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

MD5SUM BENCH= 803795f7a37fd3a40686e408980b1bff
RANDOM SEED=1523981775

node145.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.59
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.59
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.59
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.59
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:        28847800 kB
MemAvailable:   31139688 kB
Buffers:          119264 kB
Cached:          2457444 kB
SwapCached:        41020 kB
Active:          1976032 kB
Inactive:        1365672 kB
Active(anon):     727376 kB
Inactive(anon):    78548 kB
Active(file):    1248656 kB
Inactive(file):  1287124 kB
Unevictable:      109280 kB
Mlocked:          109280 kB
SwapTotal:      67108860 kB
SwapFree:       66958232 kB
Dirty:             35384 kB
Writeback:             0 kB
AnonPages:        833956 kB
Mapped:            57540 kB
Shmem:             32360 kB
Slab:             172412 kB
SReclaimable:     143884 kB
SUnreclaim:        28528 kB
KernelStack:        3696 kB
PageTables:         7244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1977580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 59436 MiB
End job on node145 at 2019-09-14 00:27:17