Trace number 4395751

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 20.2413 11.9268

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-08.xml
MD5SUMee1da6b537c1ecd46a877bd70c24ae39
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.402036
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints477
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree8
Maximum variable degree30
Distribution of variable degrees[{"degree":8,"count":1},{"degree":9,"count":2},{"degree":10,"count":3},{"degree":12,"count":2},{"degree":13,"count":2},{"degree":14,"count":2},{"degree":17,"count":5},{"degree":18,"count":4},{"degree":19,"count":4},{"degree":20,"count":6},{"degree":22,"count":5},{"degree":23,"count":2},{"degree":24,"count":5},{"degree":25,"count":1},{"degree":26,"count":1},{"degree":27,"count":2},{"degree":28,"count":2},{"degree":30,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":477}]
Number of extensional constraints477
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":477}]
Optimization problemNO
Type of objective

Solver Data

0.77/0.55	c Concrete v3.12.2.1568380929293 running
20.07/11.90	v <instantiation
20.07/11.90	v         >
20.07/11.90	v       <list>
20.07/11.90	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
20.07/11.90	v       </list>
20.07/11.90	v       <values>
20.07/11.90	v         15 17 12 2 2 19 3 20 9 1 6 6 16 13 3 13 13 7 9 11 9 16 16 5 12 13 5 7 19 5 2 17 5 17 6 20 12 4 4 8 1 9 14 1 16 1 17 9 20 6
20.07/11.90	v       </values>
20.07/11.90	v     </instantiation>
20.07/11.90	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 (14596 MiB free)
  memory of node 1: 16384 MiB (15381 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4395751-1568398696/watcher-4395751-1568398696 -o /tmp/evaluation-result-4395751-1568398696/solver-4395751-1568398696 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568393581-9267 --watchdog 2580 bin/xcsp-3-concrete -J-Xss32M -randomseed=63954516 HOME/instance-4395751-1568398696.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=10519, runsolver pid=10516
Current StackSize limit: 8192 KiB


[startup+0.109347 s]*
/proc/loadavg: 1.25 1.32 1.38 3/218 10576
/proc/meminfo: memFree=30688648/32770624 swapFree=66934720/67108860
[pid=10519] ppid=10516 vsize=10055356 memory=18136 CPUtime=0.09 cores=1,3,5,7
/proc/10519/stat : 10519 (java) S 10516 10519 9235 0 -1 1077944320 4774 13419 0 0 2 0 4 3 20 0 7 0 416141085 10296684544 4534 33554432000 4194304 4196468 140731127055552 140731127038096 140080685809399 0 0 0 16784584 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
/proc/10519/statm: 2513839 4534 2058 1 0 2502277 0
[pid=10519/tid=10572] ppid=10516 vsize=10055356 memory=5854520767527157917 CPUtime=0.08 cores=1,3,5,7
/proc/10519/task/10572/stat : 10572 (java) R 10516 10519 9235 0 -1 4202560 2571 13419 0 0 1 0 4 3 20 0 7 0 416141094 10296684544 4534 33554432000 4194304 4196468 140731127055552 140080657652496 140080669889886 0 4 0 16784584 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10573] ppid=10516 vsize=10055356 memory=5793855339174205881 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10573/stat : 10573 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 7 0 416141095 10296684544 4534 33554432000 4194304 4196468 140731127055552 140080690051344 140080685819605 0 4 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10574] ppid=10516 vsize=10055356 memory=140088164312704 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10574/stat : 10574 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 7 0 416141095 10296684544 4534 33554432000 4194304 4196468 140731127055552 140080578324880 140080685819605 0 4 0 16784584 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10575] ppid=10516 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10575/stat : 10575 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 7 0 416141095 10296684544 4534 33554432000 4194304 4196468 140731127055552 140080577272336 140080685819605 0 4 0 16784584 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10576] ppid=10516 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10576/stat : 10576 (java) S 10516 10519 9235 0 -1 1077944384 2 13419 0 0 0 0 4 3 20 0 7 0 416141095 10296684544 4534 33554432000 4194304 4196468 140731127055552 140080576219792 140080685819605 0 4 0 16784584 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10577] ppid=10516 vsize=10055356 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10577/stat : 10577 (java) S 10516 10519 9235 0 -1 1077944384 2 13419 0 0 0 0 4 3 20 0 7 0 416141096 10296684544 4534 33554432000 4194304 4196468 140731127055552 140080144394736 140080685820546 0 0 0 16784584 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 10055356 KiB
Current children cumulated memory: 18136 KiB

[startup+0.209959 s]*
/proc/loadavg: 1.25 1.32 1.38 4/227 10585
/proc/meminfo: memFree=30673804/32770624 swapFree=66934720/67108860
[pid=10519] ppid=10516 vsize=10819664 memory=37464 CPUtime=0.25 cores=1,3,5,7
/proc/10519/stat : 10519 (java) S 10516 10519 9235 0 -1 1077944320 7217 13419 0 0 17 1 4 3 20 0 15 0 416141085 11079335936 9366 33554432000 4194304 4196468 140731127055552 140731127038096 140080685809399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
/proc/10519/statm: 2704916 9366 3165 1 0 2667149 0
[pid=10519/tid=10572] ppid=10516 vsize=10819664 memory=-8540663193526752614 CPUtime=0.18 cores=1,3,5,7
/proc/10519/task/10572/stat : 10572 (java) R 10516 10519 9235 0 -1 4202560 3695 13419 0 0 11 0 4 3 20 0 15 0 416141094 11079335936 9366 33554432000 4194304 4196468 140731127055552 140080657642128 140080669889886 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10573] ppid=10516 vsize=10819664 memory=4211973814369103242 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10573/stat : 10573 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 15 0 416141095 11079335936 9366 33554432000 4194304 4196468 140731127055552 140080690051344 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10574] ppid=10516 vsize=10819664 memory=140088164312704 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10574/stat : 10574 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 15 0 416141095 11079335936 9366 33554432000 4194304 4196468 140731127055552 140080578324880 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10575] ppid=10516 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10575/stat : 10575 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 15 0 416141095 11079335936 9366 33554432000 4194304 4196468 140731127055552 140080577272336 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10576] ppid=10516 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10576/stat : 10576 (java) S 10516 10519 9235 0 -1 1077944384 2 13419 0 0 0 0 4 3 20 0 15 0 416141095 11079335936 9366 33554432000 4194304 4196468 140731127055552 140080576219792 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10577] ppid=10516 vsize=10819664 memory=140088164312704 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10577/stat : 10577 (java) S 10516 10519 9235 0 -1 1077944384 2 13419 0 0 0 0 4 3 20 0 15 0 416141096 11079335936 9366 33554432000 4194304 4196468 140731127055552 140080144394736 140080685820546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10578] ppid=10516 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10578/stat : 10578 (java) S 10516 10519 9235 0 -1 1077944384 33 13419 0 0 0 0 4 3 20 0 15 0 416141097 11079335936 9366 33554432000 4194304 4196468 140731127055552 140080143340960 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10579] ppid=10516 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10579/stat : 10579 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 15 0 416141097 11079335936 9366 33554432000 4194304 4196468 140731127055552 140079553046000 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10580] ppid=10516 vsize=10819664 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10580/stat : 10580 (java) S 10516 10519 9235 0 -1 1077944384 3 13419 0 0 0 0 4 3 20 0 15 0 416141100 11079335936 9366 33554432000 4194304 4196468 140731127055552 140079245646544 140080685827995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10581] ppid=10516 vsize=10819664 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10519/task/10581/stat : 10581 (java) S 10516 10519 9235 0 -1 1077944384 596 13419 0 0 1 0 4 3 20 0 15 0 416141100 11079335936 9366 33554432000 4194304 4196468 140731127055552 140080109783024 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10582] ppid=10516 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10582/stat : 10582 (java) S 10516 10519 9235 0 -1 1077944384 64 13419 0 0 0 0 4 3 20 0 15 0 416141100 11079335936 9366 33554432000 4194304 4196468 140731127055552 140080108730480 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10583] ppid=10516 vsize=10819664 memory=140088164312704 CPUtime=0.1 cores=1,3,5,7
/proc/10519/task/10583/stat : 10583 (java) S 10516 10519 9235 0 -1 1077944384 609 13419 0 0 3 0 4 3 20 0 15 0 416141100 11079335936 9366 33554432000 4194304 4196468 140731127055552 140080107677936 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10584] ppid=10516 vsize=10819664 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10584/stat : 10584 (java) S 10516 10519 9235 0 -1 1077944384 3 13419 0 0 0 0 4 3 20 0 15 0 416141100 11079335936 9366 33554432000 4194304 4196468 140731127055552 140079212087904 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10585] ppid=10516 vsize=10819664 memory=140088164312704 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10585/stat : 10585 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 15 0 416141100 11079335936 9366 33554432000 4194304 4196468 140731127055552 140080106625840 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
Current children cumulated CPU time: 0.25 s
Current children cumulated vsize: 10819664 KiB
Current children cumulated memory: 37464 KiB

[startup+0.310639 s]*
/proc/loadavg: 1.25 1.32 1.38 3/227 10585
/proc/meminfo: memFree=30660388/32770624 swapFree=66934720/67108860
[pid=10519] ppid=10516 vsize=10820148 memory=48868 CPUtime=0.39 cores=1,3,5,7
/proc/10519/stat : 10519 (java) S 10516 10519 9235 0 -1 1077944320 10923 13419 0 0 29 3 4 3 20 0 15 0 416141085 11079831552 12217 33554432000 4194304 4196468 140731127055552 140731127038096 140080685809399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
/proc/10519/statm: 2705037 12217 3319 1 0 2667149 0
[pid=10519/tid=10572] ppid=10516 vsize=10820148 memory=6791534058613427641 CPUtime=0.28 cores=1,3,5,7
/proc/10519/task/10572/stat : 10572 (java) R 10516 10519 9235 0 -1 4202560 7382 13419 0 0 19 2 4 3 20 0 15 0 416141094 11079831552 12217 33554432000 4194304 4196468 140731127055552 140080657609312 140080671997989 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10573] ppid=10516 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10573/stat : 10573 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 15 0 416141095 11079831552 12217 33554432000 4194304 4196468 140731127055552 140080690051344 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10574] ppid=10516 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10574/stat : 10574 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 15 0 416141095 11079831552 12217 33554432000 4194304 4196468 140731127055552 140080578324880 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10575] ppid=10516 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10575/stat : 10575 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 15 0 416141095 11079831552 12217 33554432000 4194304 4196468 140731127055552 140080577272336 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10576] ppid=10516 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10576/stat : 10576 (java) S 10516 10519 9235 0 -1 1077944384 2 13419 0 0 0 0 4 3 20 0 15 0 416141095 11079831552 12217 33554432000 4194304 4196468 140731127055552 140080576219792 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10577] ppid=10516 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10577/stat : 10577 (java) S 10516 10519 9235 0 -1 1077944384 2 13419 0 0 0 0 4 3 20 0 15 0 416141096 11079831552 12217 33554432000 4194304 4196468 140731127055552 140080144394736 140080685820546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10578] ppid=10516 vsize=10820148 memory=140088164312703 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10578/stat : 10578 (java) S 10516 10519 9235 0 -1 1077944384 33 13419 0 0 0 0 4 3 20 0 15 0 416141097 11079831552 12217 33554432000 4194304 4196468 140731127055552 140080143340960 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10579] ppid=10516 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10579/stat : 10579 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 15 0 416141097 11079831552 12217 33554432000 4194304 4196468 140731127055552 140079553046000 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10580] ppid=10516 vsize=10820148 memory=-1 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10580/stat : 10580 (java) S 10516 10519 9235 0 -1 1077944384 3 13419 0 0 0 0 4 3 20 0 15 0 416141100 11079831552 12217 33554432000 4194304 4196468 140731127055552 140079245646544 140080685827995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10581] ppid=10516 vsize=10820148 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10519/task/10581/stat : 10581 (java) S 10516 10519 9235 0 -1 1077944384 596 13419 0 0 1 0 4 3 20 0 15 0 416141100 11079831552 12217 33554432000 4194304 4196468 140731127055552 140080109783024 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10582] ppid=10516 vsize=10820148 memory=-1 CPUtime=0.09 cores=1,3,5,7
/proc/10519/task/10582/stat : 10582 (java) S 10516 10519 9235 0 -1 1077944384 74 13419 0 0 2 0 4 3 20 0 15 0 416141100 11079831552 12217 33554432000 4194304 4196468 140731127055552 140080108730480 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10583] ppid=10516 vsize=10820148 memory=0 CPUtime=0.12 cores=1,3,5,7
/proc/10519/task/10583/stat : 10583 (java) S 10516 10519 9235 0 -1 1077944384 618 13419 0 0 5 0 4 3 20 0 15 0 416141100 11079831552 12217 33554432000 4194304 4196468 140731127055552 140080107677936 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10584] ppid=10516 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10584/stat : 10584 (java) S 10516 10519 9235 0 -1 1077944384 3 13419 0 0 0 0 4 3 20 0 15 0 416141100 11079831552 12217 33554432000 4194304 4196468 140731127055552 140079212087904 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10585] ppid=10516 vsize=10820148 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10585/stat : 10585 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 15 0 416141100 11079831552 12217 33554432000 4194304 4196468 140731127055552 140080106625840 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
Current children cumulated CPU time: 0.39 s
Current children cumulated vsize: 10820148 KiB
Current children cumulated memory: 48868 KiB

[startup+0.700706 s]
/proc/loadavg: 1.25 1.32 1.38 3/227 10585
/proc/meminfo: memFree=30645852/32770624 swapFree=66934720/67108860
[pid=10519] ppid=10516 vsize=10824360 memory=81316 CPUtime=1.13 cores=1,3,5,7
/proc/10519/stat : 10519 (java) S 10516 10519 9235 0 -1 1077944320 15092 13419 0 0 101 5 4 3 20 0 15 0 416141085 11084144640 20329 33554432000 4194304 4196468 140731127055552 140731127038096 140080685809399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
/proc/10519/statm: 2706090 20329 3511 1 0 2668173 0
[pid=10519/tid=10572] ppid=10516 vsize=10824360 memory=2124 CPUtime=0.66 cores=1,3,5,7
/proc/10519/task/10572/stat : 10572 (java) R 10516 10519 9235 0 -1 4202560 10432 13419 0 0 55 4 4 3 20 0 15 0 416141094 11084144640 20329 33554432000 4194304 4196468 140731127055552 140080657638944 140080669853029 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10573] ppid=10516 vsize=10824360 memory=7344 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10573/stat : 10573 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 15 0 416141095 11084144640 20329 33554432000 4194304 4196468 140731127055552 140080690051344 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10574] ppid=10516 vsize=10824360 memory=504 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10574/stat : 10574 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 15 0 416141095 11084144640 20329 33554432000 4194304 4196468 140731127055552 140080578324880 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10575] ppid=10516 vsize=10824360 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10575/stat : 10575 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 15 0 416141095 11084144640 20329 33554432000 4194304 4196468 140731127055552 140080577272336 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10576] ppid=10516 vsize=10824360 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10576/stat : 10576 (java) S 10516 10519 9235 0 -1 1077944384 2 13419 0 0 0 0 4 3 20 0 15 0 416141095 11084144640 20329 33554432000 4194304 4196468 140731127055552 140080576219792 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10577] ppid=10516 vsize=10824360 memory=2241 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10577/stat : 10577 (java) S 10516 10519 9235 0 -1 1077944384 5 13419 0 0 0 0 4 3 20 0 15 0 416141096 11084144640 20329 33554432000 4194304 4196468 140731127055552 140080144394736 140080685820546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10578] ppid=10516 vsize=10824360 memory=2244 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10578/stat : 10578 (java) S 10516 10519 9235 0 -1 1077944384 33 13419 0 0 0 0 4 3 20 0 15 0 416141097 11084144640 20329 33554432000 4194304 4196468 140731127055552 140080143340960 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10579] ppid=10516 vsize=10824360 memory=6656426216303648864 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10579/stat : 10579 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 15 0 416141097 11084144640 20329 33554432000 4194304 4196468 140731127055552 140079553046000 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10580] ppid=10516 vsize=10824360 memory=11928 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10580/stat : 10580 (java) S 10516 10519 9235 0 -1 1077944384 3 13419 0 0 0 0 4 3 20 0 15 0 416141100 11084144640 20329 33554432000 4194304 4196468 140731127055552 140079245646544 140080685827995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10581] ppid=10516 vsize=10824360 memory=2124 CPUtime=0.18 cores=1,3,5,7
/proc/10519/task/10581/stat : 10581 (java) S 10516 10519 9235 0 -1 1077944384 1018 13419 0 0 11 0 4 3 20 0 15 0 416141100 11084144640 20329 33554432000 4194304 4196468 140731127055552 140080109783024 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10582] ppid=10516 vsize=10824360 memory=6944652177228980320 CPUtime=0.23 cores=1,3,5,7
/proc/10519/task/10582/stat : 10582 (java) R 10516 10519 9235 0 -1 4202560 543 13419 0 0 16 0 4 3 20 0 15 0 416141100 11084144640 20329 33554432000 4194304 4196468 140731127055552 140080108730480 140080669308313 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10583] ppid=10516 vsize=10824360 memory=504 CPUtime=0.24 cores=1,3,5,7
/proc/10519/task/10583/stat : 10583 (java) S 10516 10519 9235 0 -1 1077944384 841 13419 0 0 17 0 4 3 20 0 15 0 416141100 11084144640 20329 33554432000 4194304 4196468 140731127055552 140080107677936 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10584] ppid=10516 vsize=10824360 memory=1564 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10584/stat : 10584 (java) S 10516 10519 9235 0 -1 1077944384 3 13419 0 0 0 0 4 3 20 0 15 0 416141100 11084144640 20329 33554432000 4194304 4196468 140731127055552 140079212087904 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10585] ppid=10516 vsize=10824360 memory=924 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10585/stat : 10585 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 15 0 416141100 11084144640 20329 33554432000 4194304 4196468 140731127055552 140080106625840 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
Current children cumulated CPU time: 1.13 s
Current children cumulated vsize: 10824360 KiB
Current children cumulated memory: 81316 KiB

[startup+1.5007 s]
/proc/loadavg: 1.25 1.32 1.38 6/227 10585
/proc/meminfo: memFree=30582848/32770624 swapFree=66934720/67108860
[pid=10519] ppid=10516 vsize=10832628 memory=226184 CPUtime=2.96 cores=1,3,5,7
/proc/10519/stat : 10519 (java) S 10516 10519 9235 0 -1 1077944320 21964 13419 0 0 279 10 4 3 20 0 15 0 416141085 11092611072 56546 33554432000 4194304 4196468 140731127055552 140731127038096 140080685809399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
/proc/10519/statm: 2708157 56546 3582 1 0 2670221 0
[pid=10519/tid=10572] ppid=10516 vsize=10832628 memory=3620 CPUtime=1.41 cores=1,3,5,7
/proc/10519/task/10572/stat : 10572 (java) R 10516 10519 9235 0 -1 4202560 14872 13419 0 0 128 6 4 3 20 0 15 0 416141094 11092611072 56546 33554432000 4194304 4196468 140731127055552 140080657632944 140080669889886 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10573] ppid=10516 vsize=10832628 memory=22832 CPUtime=0.09 cores=1,3,5,7
/proc/10519/task/10573/stat : 10573 (java) S 10516 10519 9235 0 -1 1077944384 70 13419 0 0 2 0 4 3 20 0 15 0 416141095 11092611072 56546 33554432000 4194304 4196468 140731127055552 140080690051344 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10574] ppid=10516 vsize=10832628 memory=984 CPUtime=0.08 cores=1,3,5,7
/proc/10519/task/10574/stat : 10574 (java) S 10516 10519 9235 0 -1 1077944384 26 13419 0 0 1 0 4 3 20 0 15 0 416141095 11092611072 56546 33554432000 4194304 4196468 140731127055552 140080578324880 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10575] ppid=10516 vsize=10832628 memory=175496 CPUtime=0.08 cores=1,3,5,7
/proc/10519/task/10575/stat : 10575 (java) S 10516 10519 9235 0 -1 1077944384 257 13419 0 0 1 0 4 3 20 0 15 0 416141095 11092611072 56546 33554432000 4194304 4196468 140731127055552 140080577272336 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10576] ppid=10516 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10519/task/10576/stat : 10576 (java) S 10516 10519 9235 0 -1 1077944384 60 13419 0 0 1 0 4 3 20 0 15 0 416141095 11092611072 56546 33554432000 4194304 4196468 140731127055552 140080576219792 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10577] ppid=10516 vsize=10832628 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/10519/task/10577/stat : 10577 (java) S 10516 10519 9235 0 -1 1077944384 116 13419 0 0 1 0 4 3 20 0 15 0 416141096 11092611072 56546 33554432000 4194304 4196468 140731127055552 140080144394736 140080685820546 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10578] ppid=10516 vsize=10832628 memory=0 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10578/stat : 10578 (java) S 10516 10519 9235 0 -1 1077944384 33 13419 0 0 0 0 4 3 20 0 15 0 416141097 11092611072 56546 33554432000 4194304 4196468 140731127055552 140080143341024 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10579] ppid=10516 vsize=10832628 memory=185515877916528 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10579/stat : 10579 (java) S 10516 10519 9235 0 -1 1077944384 3 13419 0 0 0 0 4 3 20 0 15 0 416141097 11092611072 56546 33554432000 4194304 4196468 140731127055552 140079553046016 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10580] ppid=10516 vsize=10832628 memory=3305067 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10580/stat : 10580 (java) S 10516 10519 9235 0 -1 1077944384 3 13419 0 0 0 0 4 3 20 0 15 0 416141100 11092611072 56546 33554432000 4194304 4196468 140731127055552 140079245646544 140080685827995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10581] ppid=10516 vsize=10832628 memory=6935649255810949952 CPUtime=0.51 cores=1,3,5,7
/proc/10519/task/10581/stat : 10581 (java) S 10516 10519 9235 0 -1 1077944384 1579 13419 0 0 44 0 4 3 20 0 15 0 416141100 11092611072 56546 33554432000 4194304 4196468 140731127055552 140080109783024 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10582] ppid=10516 vsize=10832628 memory=4638778398332764256 CPUtime=0.59 cores=1,3,5,7
/proc/10519/task/10582/stat : 10582 (java) S 10516 10519 9235 0 -1 1077944384 1094 13419 0 0 52 0 4 3 20 0 15 0 416141100 11092611072 56546 33554432000 4194304 4196468 140731127055552 140080108730480 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10583] ppid=10516 vsize=10832628 memory=280176017539312 CPUtime=0.5 cores=1,3,5,7
/proc/10519/task/10583/stat : 10583 (java) S 10516 10519 9235 0 -1 1077944384 1639 13419 0 0 43 0 4 3 20 0 15 0 416141100 11092611072 56546 33554432000 4194304 4196468 140731127055552 140080107677936 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10584] ppid=10516 vsize=10832628 memory=6935649255827794001 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10584/stat : 10584 (java) S 10516 10519 9235 0 -1 1077944384 3 13419 0 0 0 0 4 3 20 0 15 0 416141100 11092611072 56546 33554432000 4194304 4196468 140731127055552 140079212087904 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10585] ppid=10516 vsize=10832628 memory=-6798554578264046424 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10585/stat : 10585 (java) S 10516 10519 9235 0 -1 1077944384 1 13419 0 0 0 0 4 3 20 0 15 0 416141100 11092611072 56546 33554432000 4194304 4196468 140731127055552 140080106625840 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0

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

[pid=10519/tid=10583] ppid=10516 vsize=10846984 memory=0 CPUtime=1.64 cores=1,3,5,7
/proc/10519/task/10583/stat : 10583 (java) S 10516 10519 9235 0 -1 1077944384 7785 13419 0 0 154 3 4 3 20 0 15 0 416141100 11107311616 120520 33554432000 4194304 4196468 140731127055552 140080107677936 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10584] ppid=10516 vsize=10846984 memory=78 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10584/stat : 10584 (java) S 10516 10519 9235 0 -1 1077944384 3 13419 0 0 0 0 4 3 20 0 15 0 416141100 11107311616 120520 33554432000 4194304 4196468 140731127055552 140079212087904 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10585] ppid=10516 vsize=10846984 memory=341804 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10585/stat : 10585 (java) S 10516 10519 9235 0 -1 1077944384 12 13419 0 0 0 0 4 3 20 0 15 0 416141100 11107311616 120520 33554432000 4194304 4196468 140731127055552 140080106625840 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
Current children cumulated CPU time: 17.79 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 482080 KiB

[startup+11.2007 s]
/proc/loadavg: 1.36 1.34 1.39 3/227 10586
/proc/meminfo: memFree=30204156/32770624 swapFree=66934720/67108860
[pid=10519] ppid=10516 vsize=10846984 memory=507144 CPUtime=19.44 cores=1,3,5,7
/proc/10519/stat : 10519 (java) S 10516 10519 9235 0 -1 1077944320 57969 13419 0 0 1911 26 4 3 20 0 15 0 416141085 11107311616 126786 33554432000 4194304 4196468 140731127055552 140731127038096 140080685809399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
/proc/10519/statm: 2711746 126786 3624 1 0 2673805 0
[pid=10519/tid=10572] ppid=10516 vsize=10846984 memory=6791534058613427641 CPUtime=11 cores=1,3,5,7
/proc/10519/task/10572/stat : 10572 (java) R 10516 10519 9235 0 -1 4202560 23773 13419 0 0 1082 11 4 3 20 0 15 0 416141094 11107311616 126786 33554432000 4194304 4196468 140731127055552 140080657644784 140080240995986 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10573] ppid=10516 vsize=10846984 memory=2032 CPUtime=0.14 cores=1,3,5,7
/proc/10519/task/10573/stat : 10573 (java) S 10516 10519 9235 0 -1 1077944384 165 13419 0 0 6 1 4 3 20 0 15 0 416141095 11107311616 126786 33554432000 4194304 4196468 140731127055552 140080690051344 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10574] ppid=10516 vsize=10846984 memory=1332 CPUtime=0.13 cores=1,3,5,7
/proc/10519/task/10574/stat : 10574 (java) S 10516 10519 9235 0 -1 1077944384 149 13419 0 0 5 1 4 3 20 0 15 0 416141095 11107311616 126786 33554432000 4194304 4196468 140731127055552 140080578324880 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10575] ppid=10516 vsize=10846984 memory=1564 CPUtime=0.14 cores=1,3,5,7
/proc/10519/task/10575/stat : 10575 (java) S 10516 10519 9235 0 -1 1077944384 1172 13419 0 0 6 1 4 3 20 0 15 0 416141095 11107311616 126786 33554432000 4194304 4196468 140731127055552 140080577272336 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10576] ppid=10516 vsize=10846984 memory=976 CPUtime=0.13 cores=1,3,5,7
/proc/10519/task/10576/stat : 10576 (java) S 10516 10519 9235 0 -1 1077944384 702 13419 0 0 5 1 4 3 20 0 15 0 416141095 11107311616 126786 33554432000 4194304 4196468 140731127055552 140080576219792 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10577] ppid=10516 vsize=10846984 memory=772 CPUtime=0.12 cores=1,3,5,7
/proc/10519/task/10577/stat : 10577 (java) S 10516 10519 9235 0 -1 1077944384 4762 13419 0 0 5 0 4 3 20 0 15 0 416141096 11107311616 126786 33554432000 4194304 4196468 140731127055552 140080144394736 140080685820546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10578] ppid=10516 vsize=10846984 memory=3932 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10578/stat : 10578 (java) S 10516 10519 9235 0 -1 1077944384 38 13419 0 0 0 0 4 3 20 0 15 0 416141097 11107311616 126786 33554432000 4194304 4196468 140731127055552 140080143341088 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10579] ppid=10516 vsize=10846984 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10579/stat : 10579 (java) S 10516 10519 9235 0 -1 1077944384 4 13419 0 0 0 0 4 3 20 0 15 0 416141097 11107311616 126786 33554432000 4194304 4196468 140731127055552 140079553046016 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10580] ppid=10516 vsize=10846984 memory=1548 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10580/stat : 10580 (java) S 10516 10519 9235 0 -1 1077944384 3 13419 0 0 0 0 4 3 20 0 15 0 416141100 11107311616 126786 33554432000 4194304 4196468 140731127055552 140079245646544 140080685827995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10581] ppid=10516 vsize=10846984 memory=1056 CPUtime=3.26 cores=1,3,5,7
/proc/10519/task/10581/stat : 10581 (java) S 10516 10519 9235 0 -1 1077944384 11494 13419 0 0 316 3 4 3 20 0 15 0 416141100 11107311616 126786 33554432000 4194304 4196468 140731127055552 140080109783024 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10582] ppid=10516 vsize=10846984 memory=744 CPUtime=3.35 cores=1,3,5,7
/proc/10519/task/10582/stat : 10582 (java) S 10516 10519 9235 0 -1 1077944384 5354 13419 0 0 327 1 4 3 20 0 15 0 416141100 11107311616 126786 33554432000 4194304 4196468 140731127055552 140080108730480 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10583] ppid=10516 vsize=10846984 memory=8296 CPUtime=1.64 cores=1,3,5,7
/proc/10519/task/10583/stat : 10583 (java) S 10516 10519 9235 0 -1 1077944384 7786 13419 0 0 154 3 4 3 20 0 15 0 416141100 11107311616 126786 33554432000 4194304 4196468 140731127055552 140080107677936 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10584] ppid=10516 vsize=10846984 memory=6791534058613427641 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10584/stat : 10584 (java) S 10516 10519 9235 0 -1 1077944384 3 13419 0 0 0 0 4 3 20 0 15 0 416141100 11107311616 126786 33554432000 4194304 4196468 140731127055552 140079212087904 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10585] ppid=10516 vsize=10846984 memory=1332 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10585/stat : 10585 (java) S 10516 10519 9235 0 -1 1077944384 356 13419 0 0 0 0 4 3 20 0 15 0 416141100 11107311616 126786 33554432000 4194304 4196468 140731127055552 140080106625840 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
Current children cumulated CPU time: 19.44 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 507144 KiB

[startup+11.6007 s]
/proc/loadavg: 1.36 1.34 1.39 3/227 10586
/proc/meminfo: memFree=30204156/32770624 swapFree=66934720/67108860
[pid=10519] ppid=10516 vsize=10846984 memory=507176 CPUtime=19.87 cores=1,3,5,7
/proc/10519/stat : 10519 (java) S 10516 10519 9235 0 -1 1077944320 58577 13419 0 0 1953 27 4 3 20 0 15 0 416141085 11107311616 126794 33554432000 4194304 4196468 140731127055552 140731127038096 140080685809399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
/proc/10519/statm: 2711746 126794 3624 1 0 2673805 0
[pid=10519/tid=10572] ppid=10516 vsize=10846984 memory=22832 CPUtime=11.4 cores=1,3,5,7
/proc/10519/task/10572/stat : 10572 (java) R 10516 10519 9235 0 -1 4202560 23780 13419 0 0 1122 11 4 3 20 0 15 0 416141094 11107311616 126794 33554432000 4194304 4196468 140731127055552 140080657644784 140080255308276 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10573] ppid=10516 vsize=10846984 memory=984 CPUtime=0.14 cores=1,3,5,7
/proc/10519/task/10573/stat : 10573 (java) S 10516 10519 9235 0 -1 1077944384 165 13419 0 0 6 1 4 3 20 0 15 0 416141095 11107311616 126794 33554432000 4194304 4196468 140731127055552 140080690051344 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10574] ppid=10516 vsize=10846984 memory=2032 CPUtime=0.13 cores=1,3,5,7
/proc/10519/task/10574/stat : 10574 (java) S 10516 10519 9235 0 -1 1077944384 149 13419 0 0 5 1 4 3 20 0 15 0 416141095 11107311616 126794 33554432000 4194304 4196468 140731127055552 140080578324880 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10575] ppid=10516 vsize=10846984 memory=1332 CPUtime=0.14 cores=1,3,5,7
/proc/10519/task/10575/stat : 10575 (java) S 10516 10519 9235 0 -1 1077944384 1172 13419 0 0 6 1 4 3 20 0 15 0 416141095 11107311616 126794 33554432000 4194304 4196468 140731127055552 140080577272336 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10576] ppid=10516 vsize=10846984 memory=1564 CPUtime=0.13 cores=1,3,5,7
/proc/10519/task/10576/stat : 10576 (java) S 10516 10519 9235 0 -1 1077944384 702 13419 0 0 5 1 4 3 20 0 15 0 416141095 11107311616 126794 33554432000 4194304 4196468 140731127055552 140080576219792 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10577] ppid=10516 vsize=10846984 memory=976 CPUtime=0.12 cores=1,3,5,7
/proc/10519/task/10577/stat : 10577 (java) S 10516 10519 9235 0 -1 1077944384 4762 13419 0 0 5 0 4 3 20 0 15 0 416141096 11107311616 126794 33554432000 4194304 4196468 140731127055552 140080144394736 140080685820546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10578] ppid=10516 vsize=10846984 memory=772 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10578/stat : 10578 (java) S 10516 10519 9235 0 -1 1077944384 38 13419 0 0 0 0 4 3 20 0 15 0 416141097 11107311616 126794 33554432000 4194304 4196468 140731127055552 140080143341088 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10579] ppid=10516 vsize=10846984 memory=3932 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10579/stat : 10579 (java) S 10516 10519 9235 0 -1 1077944384 4 13419 0 0 0 0 4 3 20 0 15 0 416141097 11107311616 126794 33554432000 4194304 4196468 140731127055552 140079553046016 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10580] ppid=10516 vsize=10846984 memory=2832 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10580/stat : 10580 (java) S 10516 10519 9235 0 -1 1077944384 3 13419 0 0 0 0 4 3 20 0 15 0 416141100 11107311616 126794 33554432000 4194304 4196468 140731127055552 140079245646544 140080685827995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10581] ppid=10516 vsize=10846984 memory=1548 CPUtime=3.26 cores=1,3,5,7
/proc/10519/task/10581/stat : 10581 (java) S 10516 10519 9235 0 -1 1077944384 11494 13419 0 0 316 3 4 3 20 0 15 0 416141100 11107311616 126794 33554432000 4194304 4196468 140731127055552 140080109783024 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10582] ppid=10516 vsize=10846984 memory=1056 CPUtime=3.37 cores=1,3,5,7
/proc/10519/task/10582/stat : 10582 (java) S 10516 10519 9235 0 -1 1077944384 5955 13419 0 0 329 1 4 3 20 0 15 0 416141100 11107311616 126794 33554432000 4194304 4196468 140731127055552 140080108730480 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10583] ppid=10516 vsize=10846984 memory=744 CPUtime=1.64 cores=1,3,5,7
/proc/10519/task/10583/stat : 10583 (java) S 10516 10519 9235 0 -1 1077944384 7786 13419 0 0 154 3 4 3 20 0 15 0 416141100 11107311616 126794 33554432000 4194304 4196468 140731127055552 140080107677936 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10584] ppid=10516 vsize=10846984 memory=8296 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10584/stat : 10584 (java) S 10516 10519 9235 0 -1 1077944384 3 13419 0 0 0 0 4 3 20 0 15 0 416141100 11107311616 126794 33554432000 4194304 4196468 140731127055552 140079212087904 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10585] ppid=10516 vsize=10846984 memory=5952 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10585/stat : 10585 (java) S 10516 10519 9235 0 -1 1077944384 356 13419 0 0 0 0 4 3 20 0 15 0 416141100 11107311616 126794 33554432000 4194304 4196468 140731127055552 140080106625840 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
Current children cumulated CPU time: 19.87 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 507176 KiB

[startup+11.8007 s]
/proc/loadavg: 1.36 1.34 1.39 3/227 10586
/proc/meminfo: memFree=30204156/32770624 swapFree=66934720/67108860
[pid=10519] ppid=10516 vsize=10846984 memory=539944 CPUtime=20.07 cores=1,3,5,7
/proc/10519/stat : 10519 (java) S 10516 10519 9235 0 -1 1077944320 58644 13419 0 0 1973 27 4 3 20 0 15 0 416141085 11107311616 134986 33554432000 4194304 4196468 140731127055552 140731127038096 140080685809399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
/proc/10519/statm: 2711746 134986 3624 1 0 2673805 0
[pid=10519/tid=10572] ppid=10516 vsize=10846984 memory=11495972652 CPUtime=11.59 cores=1,3,5,7
/proc/10519/task/10572/stat : 10572 (java) R 10516 10519 9235 0 -1 4202560 23811 13419 0 0 1141 11 4 3 20 0 15 0 416141094 11107311616 134986 33554432000 4194304 4196468 140731127055552 140080657644992 140080255308238 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10573] ppid=10516 vsize=10846984 memory=280176017844664 CPUtime=0.14 cores=1,3,5,7
/proc/10519/task/10573/stat : 10573 (java) S 10516 10519 9235 0 -1 1077944384 167 13419 0 0 6 1 4 3 20 0 15 0 416141095 11107311616 134986 33554432000 4194304 4196468 140731127055552 140080690051344 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10574] ppid=10516 vsize=10846984 memory=280176017686800 CPUtime=0.13 cores=1,3,5,7
/proc/10519/task/10574/stat : 10574 (java) S 10516 10519 9235 0 -1 1077944384 156 13419 0 0 5 1 4 3 20 0 15 0 416141095 11107311616 134986 33554432000 4194304 4196468 140731127055552 140080578324880 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10575] ppid=10516 vsize=10846984 memory=6297549959081056609 CPUtime=0.14 cores=1,3,5,7
/proc/10519/task/10575/stat : 10575 (java) S 10516 10519 9235 0 -1 1077944384 1176 13419 0 0 6 1 4 3 20 0 15 0 416141095 11107311616 134986 33554432000 4194304 4196468 140731127055552 140080577272336 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10576] ppid=10516 vsize=10846984 memory=7307178800371421542 CPUtime=0.13 cores=1,3,5,7
/proc/10519/task/10576/stat : 10576 (java) S 10516 10519 9235 0 -1 1077944384 704 13419 0 0 5 1 4 3 20 0 15 0 416141095 11107311616 134986 33554432000 4194304 4196468 140731127055552 140080576219792 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10577] ppid=10516 vsize=10846984 memory=7165055936038786147 CPUtime=0.12 cores=1,3,5,7
/proc/10519/task/10577/stat : 10577 (java) S 10516 10519 9235 0 -1 1077944384 4783 13419 0 0 5 0 4 3 20 0 15 0 416141096 11107311616 134986 33554432000 4194304 4196468 140731127055552 140080144394736 140080685820546 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10578] ppid=10516 vsize=10846984 memory=5787213827096995172 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10578/stat : 10578 (java) S 10516 10519 9235 0 -1 1077944384 38 13419 0 0 0 0 4 3 20 0 15 0 416141097 11107311616 134986 33554432000 4194304 4196468 140731127055552 140080143341088 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10579] ppid=10516 vsize=10846984 memory=7517187711844378212 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10579/stat : 10579 (java) S 10516 10519 9235 0 -1 1077944384 4 13419 0 0 0 0 4 3 20 0 15 0 416141097 11107311616 134986 33554432000 4194304 4196468 140731127055552 140079553046016 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10580] ppid=10516 vsize=10846984 memory=6944656592455360604 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10580/stat : 10580 (java) S 10516 10519 9235 0 -1 1077944384 3 13419 0 0 0 0 4 3 20 0 15 0 416141100 11107311616 134986 33554432000 4194304 4196468 140731127055552 140079245646544 140080685827995 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10581] ppid=10516 vsize=10846984 memory=6944656592455359580 CPUtime=3.26 cores=1,3,5,7
/proc/10519/task/10581/stat : 10581 (java) S 10516 10519 9235 0 -1 1077944384 11494 13419 0 0 316 3 4 3 20 0 15 0 416141100 11107311616 134986 33554432000 4194304 4196468 140731127055552 140080109783024 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10582] ppid=10516 vsize=10846984 memory=8377424916951425120 CPUtime=3.37 cores=1,3,5,7
/proc/10519/task/10582/stat : 10582 (java) S 10516 10519 9235 0 -1 1077944384 5955 13419 0 0 329 1 4 3 20 0 15 0 416141100 11107311616 134986 33554432000 4194304 4196468 140731127055552 140080108730480 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10583] ppid=10516 vsize=10846984 memory=7447093755344480084 CPUtime=1.64 cores=1,3,5,7
/proc/10519/task/10583/stat : 10583 (java) S 10516 10519 9235 0 -1 1077944384 7786 13419 0 0 154 3 4 3 20 0 15 0 416141100 11107311616 134986 33554432000 4194304 4196468 140731127055552 140080107677936 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10584] ppid=10516 vsize=10846984 memory=140088164315521 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10584/stat : 10584 (java) S 10516 10519 9235 0 -1 1077944384 3 13419 0 0 0 0 4 3 20 0 15 0 416141100 11107311616 134986 33554432000 4194304 4196468 140731127055552 140079212087904 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10585] ppid=10516 vsize=10846984 memory=479808 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10585/stat : 10585 (java) S 10516 10519 9235 0 -1 1077944384 356 13419 0 0 0 0 4 3 20 0 15 0 416141100 11107311616 134986 33554432000 4194304 4196468 140731127055552 140080106625840 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
Current children cumulated CPU time: 20.07 s
Current children cumulated vsize: 10846984 KiB
Current children cumulated memory: 539944 KiB

[startup+11.9072 s]
/proc/loadavg: 1.36 1.34 1.39 3/227 10586
/proc/meminfo: memFree=30204156/32770624 swapFree=66934720/67108860
[pid=10519] ppid=10516 vsize=10945292 memory=540396 CPUtime=20.2 cores=1,3,5,7
/proc/10519/stat : 10519 (java) S 10516 10519 9235 0 -1 1077944320 59726 13419 0 0 1986 27 4 3 20 0 14 0 416141085 11207979008 135099 33554432000 4194304 4196468 140731127055552 140731127038096 140080685809399 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
/proc/10519/statm: 2736323 135099 3626 1 0 2698382 0
[pid=10519/tid=10572] ppid=10516 vsize=10945292 memory=502836 CPUtime=11.69 cores=1,3,5,7
/proc/10519/task/10572/stat : 10572 (java) S 10516 10519 9235 0 -1 1077944384 24323 13419 0 0 1151 11 4 3 20 0 14 0 416141094 11207979008 135099 33554432000 4194304 4196468 140731127055552 140080657652880 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10573] ppid=10516 vsize=10945292 memory=1143 CPUtime=0.14 cores=1,3,5,7
/proc/10519/task/10573/stat : 10573 (java) S 10516 10519 9235 0 -1 1077944384 167 13419 0 0 6 1 4 3 20 0 14 0 416141095 11207979008 135099 33554432000 4194304 4196468 140731127055552 140080690051344 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10574] ppid=10516 vsize=10945292 memory=6791534058613427641 CPUtime=0.13 cores=1,3,5,7
/proc/10519/task/10574/stat : 10574 (java) S 10516 10519 9235 0 -1 1077944384 156 13419 0 0 5 1 4 3 20 0 14 0 416141095 11207979008 135099 33554432000 4194304 4196468 140731127055552 140080578324880 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10575] ppid=10516 vsize=10945292 memory=140088008902884 CPUtime=0.14 cores=1,3,5,7
/proc/10519/task/10575/stat : 10575 (java) S 10516 10519 9235 0 -1 1077944384 1176 13419 0 0 6 1 4 3 20 0 14 0 416141095 11207979008 135099 33554432000 4194304 4196468 140731127055552 140080577272336 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10576] ppid=10516 vsize=10945292 memory=341716 CPUtime=0.13 cores=1,3,5,7
/proc/10519/task/10576/stat : 10576 (java) S 10516 10519 9235 0 -1 1077944384 704 13419 0 0 5 1 4 3 20 0 14 0 416141095 11207979008 135099 33554432000 4194304 4196468 140731127055552 140080576219792 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10577] ppid=10516 vsize=10945292 memory=5 CPUtime=0.12 cores=1,3,5,7
/proc/10519/task/10577/stat : 10577 (java) S 10516 10519 9235 0 -1 1077944384 4794 13419 0 0 5 0 4 3 20 0 14 0 416141096 11207979008 135099 33554432000 4194304 4196468 140731127055552 140080144394944 140080685820546 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10578] ppid=10516 vsize=10945292 memory=6 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10578/stat : 10578 (java) S 10516 10519 9235 0 -1 1077944384 38 13419 0 0 0 0 4 3 20 0 14 0 416141097 11207979008 135099 33554432000 4194304 4196468 140731127055552 140080143341088 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10579] ppid=10516 vsize=10945292 memory=1666 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10579/stat : 10579 (java) S 10516 10519 9235 0 -1 1077944384 4 13419 0 0 0 0 4 3 20 0 14 0 416141097 11207979008 135099 33554432000 4194304 4196468 140731127055552 140079553046016 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10580] ppid=10516 vsize=10945292 memory=853 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10580/stat : 10580 (java) S 10516 10519 9235 0 -1 1077944384 25 13419 0 0 0 0 4 3 20 0 14 0 416141100 11207979008 135099 33554432000 4194304 4196468 140731127055552 140079245644944 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10581] ppid=10516 vsize=10945292 memory=395644 CPUtime=3.27 cores=1,3,5,7
/proc/10519/task/10581/stat : 10581 (java) S 10516 10519 9235 0 -1 1077944384 11689 13419 0 0 317 3 4 3 20 0 14 0 416141100 11207979008 135099 33554432000 4194304 4196468 140731127055552 140080109763424 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10582] ppid=10516 vsize=10945292 memory=808 CPUtime=3.38 cores=1,3,5,7
/proc/10519/task/10582/stat : 10582 (java) S 10516 10519 9235 0 -1 1077944384 6046 13419 0 0 330 1 4 3 20 0 14 0 416141100 11207979008 135099 33554432000 4194304 4196468 140731127055552 140080108730480 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10583] ppid=10516 vsize=10945292 memory=444796 CPUtime=1.65 cores=1,3,5,7
/proc/10519/task/10583/stat : 10583 (java) S 10516 10519 9235 0 -1 1077944384 8002 13419 0 0 155 3 4 3 20 0 14 0 416141100 11207979008 135099 33554432000 4194304 4196468 140731127055552 140080107677936 140080685820546 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
[pid=10519/tid=10584] ppid=10516 vsize=10945292 memory=3620 CPUtime=0.07 cores=1,3,5,7
/proc/10519/task/10584/stat : 10584 (java) S 10516 10519 9235 0 -1 1077944384 3 13419 0 0 0 0 4 3 20 0 14 0 416141100 11207979008 135099 33554432000 4194304 4196468 140731127055552 140079212087904 140080685819605 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 20611072 140731127061233 140731127063749 140731127063749 140731127066575 0
Current children cumulated CPU time: 20.2 s
Current children cumulated vsize: 10945292 KiB
Current children cumulated memory: 540396 KiB

Child status: 0
Real time (s): 11.9268
CPU time (s): 20.2413
CPU user time (s): 19.9173
CPU system time (s): 0.324015
CPU usage (%): 169.712
Max. virtual memory (cumulated for all children) (KiB): 10945292
Max. memory (cumulated for all children) (KiB): 540396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.9173
system time used= 0.324015
maximum resident set size= 542336
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73174
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6886
involuntary context switches= 55


# summary of solver processes directly reported to runsolver:
#   pid: 10519
#   total CPU time (s): 20.2413
#   total CPU user time (s): 19.9173
#   total CPU system time (s): 0.324015

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.08925 second user time and 0.153173 second system time

The end

Launcher Data

Begin job on node151 at 2019-09-13 20:17:37
IDJOB=4395751
IDBENCH=126157
IDSOLVER=2846
FILE ID=node151/4395751-1568398696
RUNJOBID= node151-1568393581-9267
PBS_JOBID= 21701866
Free space on /tmp= 59276 MiB

SOLVER NAME= Concrete 3.12.2
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-08.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4395751-1568398696/watcher-4395751-1568398696 -o /tmp/evaluation-result-4395751-1568398696/solver-4395751-1568398696 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node151-1568393581-9267 --watchdog 2580  bin/xcsp-3-concrete -J-Xss32M -randomseed=63954516 HOME/instance-4395751-1568398696.xml

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

MD5SUM BENCH= ee1da6b537c1ecd46a877bd70c24ae39
RANDOM SEED=63954516

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30697988 kB
MemAvailable:   31520712 kB
Buffers:          166628 kB
Cached:           948372 kB
SwapCached:        71496 kB
Active:           955524 kB
Inactive:         568172 kB
Active(anon):     343316 kB
Inactive(anon):    97944 kB
Active(file):     612208 kB
Inactive(file):   470228 kB
Unevictable:      109748 kB
Mlocked:          109748 kB
SwapTotal:      67108860 kB
SwapFree:       66934720 kB
Dirty:             35696 kB
Writeback:             0 kB
AnonPages:        447436 kB
Mapped:            50100 kB
Shmem:             23960 kB
Slab:             140836 kB
SReclaimable:     112248 kB
SUnreclaim:        28588 kB
KernelStack:        3696 kB
PageTables:         6720 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1581760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    364544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 59240 MiB
End job on node151 at 2019-09-13 20:17:49