Trace number 4273997

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
OscaR - Conflict Ordering 2017-07-26UNSAT 890.104 872.88599

General information on the benchmark

NameMixed/Mixed-xcsp2-nengfa/
color_X2.xml
MD5SUM3d90545a2544e89e20aca976efad7b9e
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark4.7054601
Satisfiable
(Un)Satisfiability was proved
Number of variables500
Number of constraints12458
Number of domains1
Minimum domain size5
Maximum domain size5
Distribution of domain sizes[{"size":5,"count":500}]
Minimum variable degree34
Maximum variable degree68
Distribution of variable degrees[{"degree":34,"count":1},{"degree":35,"count":4},{"degree":36,"count":1},{"degree":37,"count":6},{"degree":38,"count":5},{"degree":39,"count":13},{"degree":40,"count":10},{"degree":41,"count":15},{"degree":42,"count":17},{"degree":43,"count":22},{"degree":44,"count":21},{"degree":45,"count":21},{"degree":46,"count":22},{"degree":47,"count":25},{"degree":48,"count":32},{"degree":49,"count":36},{"degree":50,"count":24},{"degree":51,"count":27},{"degree":52,"count":25},{"degree":53,"count":26},{"degree":54,"count":26},{"degree":55,"count":21},{"degree":56,"count":23},{"degree":57,"count":9},{"degree":58,"count":15},{"degree":59,"count":14},{"degree":60,"count":9},{"degree":61,"count":4},{"degree":62,"count":8},{"degree":63,"count":6},{"degree":64,"count":4},{"degree":65,"count":3},{"degree":66,"count":1},{"degree":67,"count":2},{"degree":68,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":12458}]
Number of extensional constraints0
Number of intensional constraints12458
Distribution of constraint types[{"type":"intension","count":12458}]
Optimization problemNO
Type of objective

Solver Data

0.22/0.41	c version: 2017-07-26
0.79/0.64	c seed: 2040515063
0.79/0.64	c timeout: 2520
0.79/0.64	c memlimit: 11000
0.79/0.64	c nbcore: 4
0.79/0.64	c Parsing instance...
3.48/1.55	c Parsing done, starting search...
890.01/872.88	s UNSATISFIABLE

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4273997-1502726892/watcher-4273997-1502726892 -o /tmp/evaluation-result-4273997-1502726892/solver-4273997-1502726892 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 2040515063 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273997-1502726892.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
solver pid=23303, runsolver pid=23300
Current StackSize limit: 8192 KiB


[startup+0.100099 s]*
/proc/loadavg: 2.01 2.01 1.88 3/196 23305
/proc/meminfo: memFree=31319920/32770624 swapFree=67105588/67108860
[pid=23303] ppid=23300 vsize=13358552 memory=12292 CPUtime=0 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23300 23303 12560 0 -1 1077944320 2876 0 0 0 0 0 0 0 20 0 6 0 74884601 13679157248 3007 18446744073709551615 4194304 4196468 140727864363216 140727864345760 139634447703799 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
/proc/23303/statm: 3339638 3073 1531 1 0 3329135 0
[pid=23303/tid=23305] ppid=23300 vsize=13358552 memory=-6439968830534014599 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23305/stat : 23305 (java) R 23300 23303 12560 0 -1 4202560 1648 0 0 0 0 0 0 0 20 0 6 0 74884611 13679157248 3139 18446744073709551615 4194304 4196468 140727864363216 139634451939920 139634408685430 0 4 1 16784584 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23306] ppid=23300 vsize=13358552 memory=6735269665564437106 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23306/stat : 23306 (java) S 23300 23303 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 74884611 13679157248 3139 18446744073709551615 4194304 4196468 140727864363216 139634367117584 139634447714005 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23307] ppid=23300 vsize=13358552 memory=139756500108928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23307/stat : 23307 (java) S 23300 23303 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 74884611 13679157248 3139 18446744073709551615 4194304 4196468 140727864363216 139634366065040 139634447714005 0 4 1 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23308] ppid=23300 vsize=13358552 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23308/stat : 23308 (java) S 23300 23303 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 6 0 74884611 13679157248 3139 18446744073709551615 4194304 4196468 140727864363216 139634365012496 139634447714005 0 4 1 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23309] ppid=23300 vsize=13358552 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23309/stat : 23309 (java) S 23300 23303 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 6 0 74884611 13679157248 3139 18446744073709551615 4194304 4196468 140727864363216 139634363959952 139634447714005 0 4 1 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 13358552 KiB
Current children cumulated memory: 12292 KiB

[startup+0.209655 s]*
/proc/loadavg: 2.01 2.01 1.88 2/208 23317
/proc/meminfo: memFree=31310316/32770624 swapFree=67105588/67108860
[pid=23303] ppid=23300 vsize=13976388 memory=24536 CPUtime=0.06 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23300 23303 12560 0 -1 1077944320 5606 0 0 0 5 1 0 0 20 0 15 0 74884601 14311821312 6134 18446744073709551615 4194304 4196468 140727864363216 140727864345760 139634447703799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
/proc/23303/statm: 3494097 6134 3288 1 0 3482876 0
[pid=23303/tid=23305] ppid=23300 vsize=13976388 memory=8318255677412212789 CPUtime=0.04 cores=1,3,5,7
/proc/23303/task/23305/stat : 23305 (java) R 23300 23303 12560 0 -1 4202560 3705 0 0 0 4 0 0 0 20 0 15 0 74884611 14311821312 6134 18446744073709551615 4194304 4196468 140727864363216 139634451946080 139634429355358 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23306] ppid=23300 vsize=13976388 memory=328 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23306/stat : 23306 (java) S 23300 23303 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74884611 14311821312 6134 18446744073709551615 4194304 4196468 140727864363216 139634367117584 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23307] ppid=23300 vsize=13976388 memory=139756500823926 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23307/stat : 23307 (java) S 23300 23303 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74884611 14311821312 6134 18446744073709551615 4194304 4196468 140727864363216 139634366065040 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23308] ppid=23300 vsize=13976388 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23308/stat : 23308 (java) S 23300 23303 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74884611 14311821312 6134 18446744073709551615 4194304 4196468 140727864363216 139634365012496 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23309] ppid=23300 vsize=13976388 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23309/stat : 23309 (java) S 23300 23303 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74884611 14311821312 6134 18446744073709551615 4194304 4196468 140727864363216 139634363959952 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23310] ppid=23300 vsize=13976388 memory=139756500108928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23310/stat : 23310 (java) S 23300 23303 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74884613 14311821312 6134 18446744073709551615 4194304 4196468 140727864363216 139633926609392 139634447714946 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23311] ppid=23300 vsize=13976388 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23311/stat : 23311 (java) S 23300 23303 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74884613 14311821312 6134 18446744073709551615 4194304 4196468 140727864363216 139633925555616 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23312] ppid=23300 vsize=13976388 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23312/stat : 23312 (java) S 23300 23303 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74884613 14311821312 6134 18446744073709551615 4194304 4196468 140727864363216 139633924503024 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23313] ppid=23300 vsize=13976388 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23313/stat : 23313 (java) S 23300 23303 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74884616 14311821312 6134 18446744073709551615 4194304 4196468 140727864363216 139633923451600 139634447722395 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23314] ppid=23300 vsize=13976388 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23314/stat : 23314 (java) S 23300 23303 12560 0 -1 1077944384 297 0 0 0 0 0 0 0 20 0 15 0 74884616 14311821312 6134 18446744073709551615 4194304 4196468 140727864363216 139633922398192 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23315] ppid=23300 vsize=13976388 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23315/stat : 23315 (java) S 23300 23303 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74884616 14311821312 6134 18446744073709551615 4194304 4196468 140727864363216 139633921345648 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23316] ppid=23300 vsize=13976388 memory=139756500108928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23316/stat : 23316 (java) S 23300 23303 12560 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 15 0 74884616 14311821312 6134 18446744073709551615 4194304 4196468 140727864363216 139633920293104 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23317] ppid=23300 vsize=13976388 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23317/stat : 23317 (java) S 23300 23303 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74884616 14311821312 6134 18446744073709551615 4194304 4196468 140727864363216 139633919240800 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23318] ppid=23300 vsize=13976388 memory=139756500108928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23318/stat : 23318 (java) S 23300 23303 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74884622 14311821312 6134 18446744073709551615 4194304 4196468 140727864363216 139633918188336 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
Current children cumulated CPU time: 0.06 s
Current children cumulated vsize: 13976388 KiB
Current children cumulated memory: 24536 KiB

[startup+0.312451 s]*
/proc/loadavg: 2.01 2.01 1.88 3/209 23318
/proc/meminfo: memFree=31295308/32770624 swapFree=67105588/67108860
[pid=23303] ppid=23300 vsize=13975920 memory=38408 CPUtime=0.22 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23300 23303 12560 0 -1 1077944320 9918 0 0 0 20 2 0 0 20 0 15 0 74884601 14311342080 9602 18446744073709551615 4194304 4196468 140727864363216 140727864345760 139634447703799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
/proc/23303/statm: 3493980 9602 3516 1 0 3482759 0
[pid=23303/tid=23305] ppid=23300 vsize=13975920 memory=-8774313645642428999 CPUtime=0.15 cores=1,3,5,7
/proc/23303/task/23305/stat : 23305 (java) R 23300 23303 12560 0 -1 4202560 7637 0 0 0 13 2 0 0 20 0 15 0 74884611 14311342080 9602 18446744073709551615 4194304 4196468 140727864363216 139634451911952 139634408664451 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23306] ppid=23300 vsize=13975920 memory=4872558044660077418 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23306/stat : 23306 (java) S 23300 23303 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74884611 14311342080 9602 18446744073709551615 4194304 4196468 140727864363216 139634367117584 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23307] ppid=23300 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23307/stat : 23307 (java) S 23300 23303 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74884611 14311342080 9602 18446744073709551615 4194304 4196468 140727864363216 139634366065040 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23308] ppid=23300 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23308/stat : 23308 (java) S 23300 23303 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74884611 14311342080 9602 18446744073709551615 4194304 4196468 140727864363216 139634365012496 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23309] ppid=23300 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23309/stat : 23309 (java) S 23300 23303 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74884611 14311342080 9602 18446744073709551615 4194304 4196468 140727864363216 139634363959952 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23310] ppid=23300 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23310/stat : 23310 (java) S 23300 23303 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74884613 14311342080 9602 18446744073709551615 4194304 4196468 140727864363216 139633926609392 139634447714946 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23311] ppid=23300 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23311/stat : 23311 (java) S 23300 23303 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74884613 14311342080 9602 18446744073709551615 4194304 4196468 140727864363216 139633925555616 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23312] ppid=23300 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23312/stat : 23312 (java) S 23300 23303 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74884613 14311342080 9602 18446744073709551615 4194304 4196468 140727864363216 139633924503024 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23313] ppid=23300 vsize=13975920 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23313/stat : 23313 (java) S 23300 23303 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74884616 14311342080 9602 18446744073709551615 4194304 4196468 140727864363216 139633923451600 139634447722395 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23314] ppid=23300 vsize=13975920 memory=0 CPUtime=0.01 cores=1,3,5,7
/proc/23303/task/23314/stat : 23314 (java) S 23300 23303 12560 0 -1 1077944384 330 0 0 0 1 0 0 0 20 0 15 0 74884616 14311342080 9602 18446744073709551615 4194304 4196468 140727864363216 139633922398192 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23315] ppid=23300 vsize=13975920 memory=-1 CPUtime=0.01 cores=1,3,5,7
/proc/23303/task/23315/stat : 23315 (java) S 23300 23303 12560 0 -1 1077944384 177 0 0 0 1 0 0 0 20 0 15 0 74884616 14311342080 9602 18446744073709551615 4194304 4196468 140727864363216 139633921345648 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23316] ppid=23300 vsize=13975920 memory=-1 CPUtime=0.04 cores=1,3,5,7
/proc/23303/task/23316/stat : 23316 (java) S 23300 23303 12560 0 -1 1077944384 394 0 0 0 4 0 0 0 20 0 15 0 74884616 14311342080 9602 18446744073709551615 4194304 4196468 140727864363216 139633920293104 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23317] ppid=23300 vsize=13975920 memory=139756500108928 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23317/stat : 23317 (java) S 23300 23303 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74884616 14311342080 9602 18446744073709551615 4194304 4196468 140727864363216 139633919240800 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23318] ppid=23300 vsize=13975920 memory=-1 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23318/stat : 23318 (java) S 23300 23303 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74884622 14311342080 9602 18446744073709551615 4194304 4196468 140727864363216 139633918188336 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 13975920 KiB
Current children cumulated memory: 38408 KiB

[startup+0.701853 s]
/proc/loadavg: 2.01 2.01 1.88 4/209 23318
/proc/meminfo: memFree=31265528/32770624 swapFree=67105588/67108860
[pid=23303] ppid=23300 vsize=13977988 memory=70484 CPUtime=1.04 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23300 23303 12560 0 -1 1077944320 13840 0 0 0 100 4 0 0 20 0 15 0 74884601 14313459712 17621 18446744073709551615 4194304 4196468 140727864363216 140727864345760 139634447703799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
/proc/23303/statm: 3494497 17621 3727 1 0 3483271 0
[pid=23303/tid=23305] ppid=23300 vsize=13977988 memory=53 CPUtime=0.52 cores=1,3,5,7
/proc/23303/task/23305/stat : 23305 (java) R 23300 23303 12560 0 -1 4202560 10253 0 0 0 49 3 0 0 20 0 15 0 74884611 14313459712 17621 18446744073709551615 4194304 4196468 140727864363216 139634451939248 139634447715734 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23306] ppid=23300 vsize=13977988 memory=2209 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23306/stat : 23306 (java) S 23300 23303 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74884611 14313459712 17621 18446744073709551615 4194304 4196468 140727864363216 139634367117584 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23307] ppid=23300 vsize=13977988 memory=4580 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23307/stat : 23307 (java) S 23300 23303 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74884611 14313459712 17621 18446744073709551615 4194304 4196468 140727864363216 139634366065040 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23308] ppid=23300 vsize=13977988 memory=33 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23308/stat : 23308 (java) S 23300 23303 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74884611 14313459712 17621 18446744073709551615 4194304 4196468 140727864363216 139634365012496 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23309] ppid=23300 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23309/stat : 23309 (java) S 23300 23303 12560 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 74884611 14313459712 17621 18446744073709551615 4194304 4196468 140727864363216 139634363959952 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23310] ppid=23300 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23310/stat : 23310 (java) S 23300 23303 12560 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 74884613 14313459712 17621 18446744073709551615 4194304 4196468 140727864363216 139633926609392 139634447714946 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23311] ppid=23300 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23311/stat : 23311 (java) S 23300 23303 12560 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 74884613 14313459712 17621 18446744073709551615 4194304 4196468 140727864363216 139633925555616 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23312] ppid=23300 vsize=13977988 memory=279512713614992 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23312/stat : 23312 (java) S 23300 23303 12560 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 74884613 14313459712 17621 18446744073709551615 4194304 4196468 140727864363216 139633924503024 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23313] ppid=23300 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23313/stat : 23313 (java) S 23300 23303 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74884616 14313459712 17621 18446744073709551615 4194304 4196468 140727864363216 139633923451600 139634447722395 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23314] ppid=23300 vsize=13977988 memory=0 CPUtime=0.14 cores=1,3,5,7
/proc/23303/task/23314/stat : 23314 (java) S 23300 23303 12560 0 -1 1077944384 676 0 0 0 14 0 0 0 20 0 15 0 74884616 14313459712 17621 18446744073709551615 4194304 4196468 140727864363216 139633922398192 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23315] ppid=23300 vsize=13977988 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/23303/task/23315/stat : 23315 (java) S 23300 23303 12560 0 -1 1077944384 730 0 0 0 15 0 0 0 20 0 15 0 74884616 14313459712 17621 18446744073709551615 4194304 4196468 140727864363216 139633921345648 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23316] ppid=23300 vsize=13977988 memory=0 CPUtime=0.19 cores=1,3,5,7
/proc/23303/task/23316/stat : 23316 (java) R 23300 23303 12560 0 -1 4202560 799 0 0 0 19 0 0 0 20 0 15 0 74884616 14313459712 17621 18446744073709551615 4194304 4196468 140727864363216 139633920289056 139634440800635 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23317] ppid=23300 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23317/stat : 23317 (java) S 23300 23303 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74884616 14313459712 17621 18446744073709551615 4194304 4196468 140727864363216 139633919240800 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23318] ppid=23300 vsize=13977988 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23318/stat : 23318 (java) S 23300 23303 12560 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 74884622 14313459712 17621 18446744073709551615 4194304 4196468 140727864363216 139633918188336 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 13977988 KiB
Current children cumulated memory: 70484 KiB

[startup+1.50892 s]
/proc/loadavg: 2.01 2.01 1.88 5/209 23318
/proc/meminfo: memFree=31198056/32770624 swapFree=67105588/67108860
[pid=23303] ppid=23300 vsize=13980036 memory=216808 CPUtime=3.48 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23300 23303 12560 0 -1 1077944320 29074 0 0 0 338 10 0 0 20 0 15 0 74884601 14315556864 54202 18446744073709551615 4194304 4196468 140727864363216 140727864345760 139634447703799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
/proc/23303/statm: 3495009 54202 3800 1 0 3483783 0
[pid=23303/tid=23305] ppid=23300 vsize=13980036 memory=-8774313645642428999 CPUtime=1.31 cores=1,3,5,7
/proc/23303/task/23305/stat : 23305 (java) R 23300 23303 12560 0 -1 4202560 14143 0 0 0 125 6 0 0 20 0 15 0 74884611 14315556864 54202 18446744073709551615 4194304 4196468 140727864363216 139634451937376 139634039809137 0 4 1 16800974 0 0 0 -1 1 0 0 5 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23306] ppid=23300 vsize=13980036 memory=3054156605368933524 CPUtime=0.01 cores=1,3,5,7
/proc/23303/task/23306/stat : 23306 (java) S 23300 23303 12560 0 -1 1077944384 419 0 0 0 1 0 0 0 20 0 15 0 74884611 14315556864 54202 18446744073709551615 4194304 4196468 140727864363216 139634367117584 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23307] ppid=23300 vsize=13980036 memory=8514726395715218844 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23307/stat : 23307 (java) S 23300 23303 12560 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 74884611 14315556864 54202 18446744073709551615 4194304 4196468 140727864363216 139634366065040 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23308] ppid=23300 vsize=13980036 memory=8514726395715218844 CPUtime=0.01 cores=1,3,5,7
/proc/23303/task/23308/stat : 23308 (java) S 23300 23303 12560 0 -1 1077944384 294 0 0 0 1 0 0 0 20 0 15 0 74884611 14315556864 54202 18446744073709551615 4194304 4196468 140727864363216 139634365012496 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23309] ppid=23300 vsize=13980036 memory=5450916488555034154 CPUtime=0.01 cores=1,3,5,7
/proc/23303/task/23309/stat : 23309 (java) S 23300 23303 12560 0 -1 1077944384 107 0 0 0 1 0 0 0 20 0 15 0 74884611 14315556864 54202 18446744073709551615 4194304 4196468 140727864363216 139634363959952 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23310] ppid=23300 vsize=13980036 memory=-8815660332880338293 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23310/stat : 23310 (java) S 23300 23303 12560 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 74884613 14315556864 54202 18446744073709551615 4194304 4196468 140727864363216 139633926609392 139634447714946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23311] ppid=23300 vsize=13980036 memory=5450909908396308010 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23311/stat : 23311 (java) S 23300 23303 12560 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 74884613 14315556864 54202 18446744073709551615 4194304 4196468 140727864363216 139633925555616 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23312] ppid=23300 vsize=13980036 memory=7898351070516488779 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23312/stat : 23312 (java) S 23300 23303 12560 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 74884613 14315556864 54202 18446744073709551615 4194304 4196468 140727864363216 139633924503024 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23313] ppid=23300 vsize=13980036 memory=0 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23313/stat : 23313 (java) S 23300 23303 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74884616 14315556864 54202 18446744073709551615 4194304 4196468 140727864363216 139633923451600 139634447722395 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23314] ppid=23300 vsize=13980036 memory=3906626645689777771 CPUtime=0.79 cores=1,3,5,7
/proc/23303/task/23314/stat : 23314 (java) S 23300 23303 12560 0 -1 1077944384 4217 0 0 0 79 0 0 0 20 0 15 0 74884616 14315556864 54202 18446744073709551615 4194304 4196468 140727864363216 139633922398192 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23315] ppid=23300 vsize=13980036 memory=8117042872712333371 CPUtime=0.78 cores=1,3,5,7
/proc/23303/task/23315/stat : 23315 (java) R 23300 23303 12560 0 -1 4202560 3984 0 0 0 78 0 0 0 20 0 15 0 74884616 14315556864 54202 18446744073709551615 4194304 4196468 140727864363216 139633921329248 139634431690456 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23316] ppid=23300 vsize=13980036 memory=8189663425209665595 CPUtime=0.51 cores=1,3,5,7
/proc/23303/task/23316/stat : 23316 (java) R 23300 23303 12560 0 -1 4202560 4175 0 0 0 50 1 0 0 20 0 15 0 74884616 14315556864 54202 18446744073709551615 4194304 4196468 140727864363216 139633920289800 139634432837060 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23317] ppid=23300 vsize=13980036 memory=7523328438034136217 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23317/stat : 23317 (java) S 23300 23303 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74884616 14315556864 54202 18446744073709551615 4194304 4196468 140727864363216 139633919240800 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23318] ppid=23300 vsize=13980036 memory=6946890662850043259 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23318/stat : 23318 (java) S 23300 23303 12560 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 74884622 14315556864 54202 18446744073709551615 4194304 4196468 140727864363216 139633918188336 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
Current children cumulated CPU time: 3.48 s
Current children cumulated vsize: 13980036 KiB

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

[pid=23303/tid=23317] ppid=23300 vsize=13980036 memory=2384 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23317/stat : 23317 (java) S 23300 23303 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633919240800 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23318] ppid=23300 vsize=13980036 memory=1688 CPUtime=0.56 cores=1,3,5,7
/proc/23303/task/23318/stat : 23318 (java) S 23300 23303 12560 0 -1 1077944384 422 0 0 0 23 33 0 0 20 0 15 0 74884622 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633918188336 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
Current children cumulated CPU time: 884.3 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 286336 KiB

[startup+870.401 s]
/proc/loadavg: 1.66 1.68 1.73 3/209 23463
/proc/meminfo: memFree=31018448/32770624 swapFree=67105588/67108860
[pid=23303] ppid=23300 vsize=13980036 memory=286336 CPUtime=887.56 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23300 23303 12560 0 -1 1077944320 74041 0 0 0 88643 113 0 0 20 0 15 0 74884601 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 140727864345760 139634447703799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
/proc/23303/statm: 3495009 71584 3804 1 0 3483783 0
[pid=23303/tid=23305] ppid=23300 vsize=13980036 memory=4612 CPUtime=863.62 cores=1,3,5,7
/proc/23303/task/23305/stat : 23305 (java) R 23300 23303 12560 0 -1 4202560 24429 0 0 0 86343 19 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634451942176 139634041546108 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23306] ppid=23300 vsize=13980036 memory=279510298563762 CPUtime=4.34 cores=1,3,5,7
/proc/23303/task/23306/stat : 23306 (java) S 23300 23303 12560 0 -1 1077944384 3519 0 0 0 419 15 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634367117584 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23307] ppid=23300 vsize=13980036 memory=8547710663883855152 CPUtime=4.37 cores=1,3,5,7
/proc/23303/task/23307/stat : 23307 (java) S 23300 23303 12560 0 -1 1077944384 3176 0 0 0 425 12 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634366065040 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23308] ppid=23300 vsize=13980036 memory=1292 CPUtime=4.35 cores=1,3,5,7
/proc/23303/task/23308/stat : 23308 (java) S 23300 23303 12560 0 -1 1077944384 4802 0 0 0 423 12 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634365012496 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23309] ppid=23300 vsize=13980036 memory=2384 CPUtime=4.34 cores=1,3,5,7
/proc/23303/task/23309/stat : 23309 (java) S 23300 23303 12560 0 -1 1077944384 3997 0 0 0 421 13 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634363959952 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23310] ppid=23300 vsize=13980036 memory=1688 CPUtime=1.26 cores=1,3,5,7
/proc/23303/task/23310/stat : 23310 (java) S 23300 23303 12560 0 -1 1077944384 3156 0 0 0 112 14 0 0 20 0 15 0 74884613 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633926609392 139634447714946 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23311] ppid=23300 vsize=13980036 memory=5808 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23311/stat : 23311 (java) S 23300 23303 12560 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 74884613 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633925555680 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23312] ppid=23300 vsize=13980036 memory=4612 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23312/stat : 23312 (java) S 23300 23303 12560 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 74884613 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633924503040 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23313] ppid=23300 vsize=13980036 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23313/stat : 23313 (java) S 23300 23303 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633923451600 139634447722395 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23314] ppid=23300 vsize=13980036 memory=2016 CPUtime=2.01 cores=1,3,5,7
/proc/23303/task/23314/stat : 23314 (java) S 23300 23303 12560 0 -1 1077944384 11910 0 0 0 199 2 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633922398192 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23315] ppid=23300 vsize=13980036 memory=1196 CPUtime=1.95 cores=1,3,5,7
/proc/23303/task/23315/stat : 23315 (java) S 23300 23303 12560 0 -1 1077944384 11436 0 0 0 194 1 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633921345648 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23316] ppid=23300 vsize=13980036 memory=8620 CPUtime=0.64 cores=1,3,5,7
/proc/23303/task/23316/stat : 23316 (java) S 23300 23303 12560 0 -1 1077944384 5759 0 0 0 63 1 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633920293104 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23317] ppid=23300 vsize=13980036 memory=283228 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23317/stat : 23317 (java) S 23300 23303 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633919240800 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23318] ppid=23300 vsize=13980036 memory=-8774313645642428999 CPUtime=0.56 cores=1,3,5,7
/proc/23303/task/23318/stat : 23318 (java) S 23300 23303 12560 0 -1 1077944384 422 0 0 0 23 33 0 0 20 0 15 0 74884622 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633918188336 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
Current children cumulated CPU time: 887.56 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 286336 KiB

[startup+872.001 s]*
/proc/loadavg: 1.66 1.68 1.73 3/209 23463
/proc/meminfo: memFree=31021176/32770624 swapFree=67105588/67108860
[pid=23303] ppid=23300 vsize=13980036 memory=286336 CPUtime=889.19 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23300 23303 12560 0 -1 1077944320 74045 0 0 0 88806 113 0 0 20 0 15 0 74884601 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 140727864345760 139634447703799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
/proc/23303/statm: 3495009 71584 3804 1 0 3483783 0
[pid=23303/tid=23305] ppid=23300 vsize=13980036 memory=-8774313645642428999 CPUtime=865.22 cores=1,3,5,7
/proc/23303/task/23305/stat : 23305 (java) R 23300 23303 12560 0 -1 4202560 24433 0 0 0 86503 19 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634451942208 139634041822353 0 4 1 16800974 0 0 0 -1 3 0 0 5 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23306] ppid=23300 vsize=13980036 memory=3908 CPUtime=4.35 cores=1,3,5,7
/proc/23303/task/23306/stat : 23306 (java) S 23300 23303 12560 0 -1 1077944384 3519 0 0 0 420 15 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634367117584 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23307] ppid=23300 vsize=13980036 memory=286336 CPUtime=4.38 cores=1,3,5,7
/proc/23303/task/23307/stat : 23307 (java) S 23300 23303 12560 0 -1 1077944384 3176 0 0 0 426 12 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634366065040 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23308] ppid=23300 vsize=13980036 memory=286336 CPUtime=4.36 cores=1,3,5,7
/proc/23303/task/23308/stat : 23308 (java) S 23300 23303 12560 0 -1 1077944384 4802 0 0 0 424 12 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634365012496 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23309] ppid=23300 vsize=13980036 memory=4872558044660077418 CPUtime=4.35 cores=1,3,5,7
/proc/23303/task/23309/stat : 23309 (java) S 23300 23303 12560 0 -1 1077944384 3997 0 0 0 422 13 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634363959952 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23310] ppid=23300 vsize=13980036 memory=0 CPUtime=1.26 cores=1,3,5,7
/proc/23303/task/23310/stat : 23310 (java) S 23300 23303 12560 0 -1 1077944384 3156 0 0 0 112 14 0 0 20 0 15 0 74884613 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633926609392 139634447714946 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23311] ppid=23300 vsize=13980036 memory=-1088251628401078322 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23311/stat : 23311 (java) S 23300 23303 12560 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 74884613 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633925555680 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23312] ppid=23300 vsize=13980036 memory=-1891255765032775953 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23312/stat : 23312 (java) S 23300 23303 12560 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 74884613 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633924503040 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23313] ppid=23300 vsize=13980036 memory=-2746958450906831424 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23313/stat : 23313 (java) S 23300 23303 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633923451600 139634447722395 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23314] ppid=23300 vsize=13980036 memory=-1088251628401078322 CPUtime=2.01 cores=1,3,5,7
/proc/23303/task/23314/stat : 23314 (java) S 23300 23303 12560 0 -1 1077944384 11910 0 0 0 199 2 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633922398192 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23315] ppid=23300 vsize=13980036 memory=-1088251628401078322 CPUtime=1.95 cores=1,3,5,7
/proc/23303/task/23315/stat : 23315 (java) S 23300 23303 12560 0 -1 1077944384 11436 0 0 0 194 1 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633921345648 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23316] ppid=23300 vsize=13980036 memory=-1088251628401078322 CPUtime=0.64 cores=1,3,5,7
/proc/23303/task/23316/stat : 23316 (java) S 23300 23303 12560 0 -1 1077944384 5759 0 0 0 63 1 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633920293104 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23317] ppid=23300 vsize=13980036 memory=-8774313645642428999 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23317/stat : 23317 (java) S 23300 23303 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633919240800 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23318] ppid=23300 vsize=13980036 memory=283228 CPUtime=0.57 cores=1,3,5,7
/proc/23303/task/23318/stat : 23318 (java) S 23300 23303 12560 0 -1 1077944384 422 0 0 0 23 34 0 0 20 0 15 0 74884622 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633918188336 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
Current children cumulated CPU time: 889.19 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 286336 KiB

[startup+872.401 s]
/proc/loadavg: 1.66 1.68 1.73 3/209 23463
/proc/meminfo: memFree=31021176/32770624 swapFree=67105588/67108860
[pid=23303] ppid=23300 vsize=13980036 memory=286336 CPUtime=889.61 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23300 23303 12560 0 -1 1077944320 74047 0 0 0 88847 114 0 0 20 0 15 0 74884601 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 140727864345760 139634447703799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
/proc/23303/statm: 3495009 71584 3804 1 0 3483783 0
[pid=23303/tid=23305] ppid=23300 vsize=13980036 memory=15584 CPUtime=865.6 cores=1,3,5,7
/proc/23303/task/23305/stat : 23305 (java) R 23300 23303 12560 0 -1 4202560 24435 0 0 0 86541 19 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634451942160 139634042066352 0 4 1 16800974 0 0 0 -1 5 0 0 5 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23306] ppid=23300 vsize=13980036 memory=25552 CPUtime=4.36 cores=1,3,5,7
/proc/23303/task/23306/stat : 23306 (java) S 23300 23303 12560 0 -1 1077944384 3519 0 0 0 421 15 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634367117584 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23307] ppid=23300 vsize=13980036 memory=-8774313645642428999 CPUtime=4.38 cores=1,3,5,7
/proc/23303/task/23307/stat : 23307 (java) S 23300 23303 12560 0 -1 1077944384 3176 0 0 0 426 12 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634366065040 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23308] ppid=23300 vsize=13980036 memory=1620 CPUtime=4.37 cores=1,3,5,7
/proc/23303/task/23308/stat : 23308 (java) S 23300 23303 12560 0 -1 1077944384 4802 0 0 0 425 12 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634365012496 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23309] ppid=23300 vsize=13980036 memory=920 CPUtime=4.36 cores=1,3,5,7
/proc/23303/task/23309/stat : 23309 (java) S 23300 23303 12560 0 -1 1077944384 3997 0 0 0 423 13 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634363959952 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23310] ppid=23300 vsize=13980036 memory=2160 CPUtime=1.26 cores=1,3,5,7
/proc/23303/task/23310/stat : 23310 (java) S 23300 23303 12560 0 -1 1077944384 3156 0 0 0 112 14 0 0 20 0 15 0 74884613 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633926609392 139634447714946 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23311] ppid=23300 vsize=13980036 memory=832 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23311/stat : 23311 (java) S 23300 23303 12560 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 74884613 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633925555680 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23312] ppid=23300 vsize=13980036 memory=16448 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23312/stat : 23312 (java) S 23300 23303 12560 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 74884613 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633924503040 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23313] ppid=23300 vsize=13980036 memory=286336 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23313/stat : 23313 (java) S 23300 23303 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633923451600 139634447722395 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23314] ppid=23300 vsize=13980036 memory=14260 CPUtime=2.01 cores=1,3,5,7
/proc/23303/task/23314/stat : 23314 (java) S 23300 23303 12560 0 -1 1077944384 11910 0 0 0 199 2 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633922398192 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23315] ppid=23300 vsize=13980036 memory=-8774313645642428999 CPUtime=1.95 cores=1,3,5,7
/proc/23303/task/23315/stat : 23315 (java) S 23300 23303 12560 0 -1 1077944384 11436 0 0 0 194 1 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633921345648 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23316] ppid=23300 vsize=13980036 memory=3068 CPUtime=0.64 cores=1,3,5,7
/proc/23303/task/23316/stat : 23316 (java) S 23300 23303 12560 0 -1 1077944384 5759 0 0 0 63 1 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633920293104 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23317] ppid=23300 vsize=13980036 memory=3908 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23317/stat : 23317 (java) S 23300 23303 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633919240800 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23318] ppid=23300 vsize=13980036 memory=4068 CPUtime=0.57 cores=1,3,5,7
/proc/23303/task/23318/stat : 23318 (java) S 23300 23303 12560 0 -1 1077944384 422 0 0 0 23 34 0 0 20 0 15 0 74884622 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633918188336 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
Current children cumulated CPU time: 889.61 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 286336 KiB

[startup+872.801 s]
/proc/loadavg: 1.66 1.68 1.73 3/209 23463
/proc/meminfo: memFree=31021176/32770624 swapFree=67105588/67108860
[pid=23303] ppid=23300 vsize=13980036 memory=286336 CPUtime=890.01 cores=1,3,5,7
/proc/23303/stat : 23303 (java) S 23300 23303 12560 0 -1 1077944320 74048 0 0 0 88887 114 0 0 20 0 15 0 74884601 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 140727864345760 139634447703799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 9 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
/proc/23303/statm: 3495009 71584 3804 1 0 3483783 0
[pid=23303/tid=23305] ppid=23300 vsize=13980036 memory=41608 CPUtime=866 cores=1,3,5,7
/proc/23303/task/23305/stat : 23305 (java) R 23300 23303 12560 0 -1 4202560 24436 0 0 0 86581 19 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634451942048 139634042140821 0 4 1 16800974 0 0 0 -1 7 0 0 5 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23306] ppid=23300 vsize=13980036 memory=1292 CPUtime=4.36 cores=1,3,5,7
/proc/23303/task/23306/stat : 23306 (java) S 23300 23303 12560 0 -1 1077944384 3519 0 0 0 421 15 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634367117584 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23307] ppid=23300 vsize=13980036 memory=2384 CPUtime=4.39 cores=1,3,5,7
/proc/23303/task/23307/stat : 23307 (java) S 23300 23303 12560 0 -1 1077944384 3176 0 0 0 427 12 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634366065040 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23308] ppid=23300 vsize=13980036 memory=1688 CPUtime=4.37 cores=1,3,5,7
/proc/23303/task/23308/stat : 23308 (java) S 23300 23303 12560 0 -1 1077944384 4802 0 0 0 425 12 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634365012496 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23309] ppid=23300 vsize=13980036 memory=5808 CPUtime=4.36 cores=1,3,5,7
/proc/23303/task/23309/stat : 23309 (java) S 23300 23303 12560 0 -1 1077944384 3997 0 0 0 423 13 0 0 20 0 15 0 74884611 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139634363959952 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23310] ppid=23300 vsize=13980036 memory=4612 CPUtime=1.26 cores=1,3,5,7
/proc/23303/task/23310/stat : 23310 (java) S 23300 23303 12560 0 -1 1077944384 3156 0 0 0 112 14 0 0 20 0 15 0 74884613 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633926609392 139634447714946 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23311] ppid=23300 vsize=13980036 memory=1004 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23311/stat : 23311 (java) S 23300 23303 12560 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 74884613 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633925555680 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23312] ppid=23300 vsize=13980036 memory=2016 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23312/stat : 23312 (java) S 23300 23303 12560 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 74884613 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633924503040 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23313] ppid=23300 vsize=13980036 memory=1196 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23313/stat : 23313 (java) S 23300 23303 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633923451600 139634447722395 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23314] ppid=23300 vsize=13980036 memory=8620 CPUtime=2.01 cores=1,3,5,7
/proc/23303/task/23314/stat : 23314 (java) S 23300 23303 12560 0 -1 1077944384 11910 0 0 0 199 2 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633922398192 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23315] ppid=23300 vsize=13980036 memory=1716 CPUtime=1.95 cores=1,3,5,7
/proc/23303/task/23315/stat : 23315 (java) S 23300 23303 12560 0 -1 1077944384 11436 0 0 0 194 1 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633921345648 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23316] ppid=23300 vsize=13980036 memory=14260 CPUtime=0.64 cores=1,3,5,7
/proc/23303/task/23316/stat : 23316 (java) S 23300 23303 12560 0 -1 1077944384 5759 0 0 0 63 1 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633920293104 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23317] ppid=23300 vsize=13980036 memory=286336 CPUtime=0 cores=1,3,5,7
/proc/23303/task/23317/stat : 23317 (java) S 23300 23303 12560 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 74884616 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633919240800 139634447714005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
[pid=23303/tid=23318] ppid=23300 vsize=13980036 memory=284288 CPUtime=0.57 cores=1,3,5,7
/proc/23303/task/23318/stat : 23318 (java) S 23300 23303 12560 0 -1 1077944384 422 0 0 0 23 34 0 0 20 0 15 0 74884622 14315556864 71584 18446744073709551615 4194304 4196468 140727864363216 139633918188336 139634447714946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28401664 140727864369518 140727864369705 140727864369705 140727864373199 0
Current children cumulated CPU time: 890.01 s
Current children cumulated vsize: 13980036 KiB
Current children cumulated memory: 286336 KiB

Child status: 0
Real time (s): 872.886
CPU time (s): 890.104
CPU user time (s): 888.96
CPU system time (s): 1.14351
CPU usage (%): 101.973
Max. virtual memory (cumulated for all children) (KiB): 13980036
Max. memory (cumulated for all children) (KiB): 645844

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 888.96
system time used= 1.14351
maximum resident set size= 651992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 74305
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1032
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53389
involuntary context switches= 2331


# summary of solver processes directly reported to runsolver:
#   pid: 23303
#   total CPU time (s): 890.104
#   total CPU user time (s): 888.96
#   total CPU system time (s): 1.14351

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.38598 second user time and 8.90989 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-14 17:54:10
IDJOB=4273997
IDBENCH=122864
IDSOLVER=2666
FILE ID=node126/4273997-1502726892
RUNJOBID= node126-1502662832-10388
PBS_JOBID= 
Free space on /tmp= 61988 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Mixed/Mixed-xcsp2-nengfa/color_X2.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4273997-1502726892/watcher-4273997-1502726892 -o /tmp/evaluation-result-4273997-1502726892/solver-4273997-1502726892 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502662832-10388 --watchdog 2580  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 2040515063 --timelimit 2520 --memlimit 11000 --nbcore 4 HOME/instance-4273997-1502726892.xml

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

MD5SUM BENCH= 3d90545a2544e89e20aca976efad7b9e
RANDOM SEED=2040515063

node126.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.81
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.81
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.81
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.81
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:        31321084 kB
MemAvailable:   31810096 kB
Buffers:          308400 kB
Cached:           449492 kB
SwapCached:          524 kB
Active:           730476 kB
Inactive:         235196 kB
Active(anon):     156216 kB
Inactive(anon):    85392 kB
Active(file):     574260 kB
Inactive(file):   149804 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             42524 kB
Writeback:             0 kB
AnonPages:        220124 kB
Mapped:            63128 kB
Shmem:             33440 kB
Slab:             188264 kB
SReclaimable:     161568 kB
SUnreclaim:        26696 kB
KernelStack:        3712 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1169808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    159744 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61948 MiB
End job on node126 at 2017-08-14 18:08:43