Trace number 4262705

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.4SAT 54.499699 38.227798

General information on the benchmark

NameSuperSolutions/SuperSolutions-Sadeh-js/
SuperSadeh-js-ewddr2-3.xml
MD5SUM5ef074aeb11af1fe72f101ddf8b307c4
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.55292302
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints845
Number of domains47
Minimum domain size107
Maximum domain size151
Distribution of domain sizes[{"size":107,"count":10},{"size":117,"count":10},{"size":118,"count":10},{"size":121,"count":10},{"size":129,"count":10},{"size":134,"count":10},{"size":142,"count":20},{"size":145,"count":10},{"size":151,"count":10}]
Minimum variable degree11
Maximum variable degree23
Distribution of variable degrees[{"degree":11,"count":20},{"degree":12,"count":30},{"degree":21,"count":20},{"degree":23,"count":30}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":845}]
Number of extensional constraints0
Number of intensional constraints845
Distribution of constraint types[{"type":"intension","count":845}]
Optimization problemNO
Type of objective

Solver Data

3.39/2.22	c Concrete v3.4 running
54.18/38.17	v <instantiation>
54.18/38.17	v       <list>
54.18/38.17	v         x0 x1 x2 x3 x4 x5 x6 x7 x8 x9 x10 x11 x12 x13 x14 x15 x16 x17 x18 x19 x20 x21 x22 x23 x24 x25 x26 x27 x28 x29 x30 x31 x32 x33 x34 x35 x36 x37 x38 x39 x40 x41 x42 x43 x44 x45 x46 x47 x48 x49 x50 x51 x52 x53 x54 x55 x56 x57 x58 x59 x60 x61 x62 x63 x64 x65 x66 x67 x68 x69 x70 x71 x72 x73 x74 x75 x76 x77 x78 x79 x80 x81 x82 x83 x84 x85 x86 x87 x88 x89 x90 x91 x92 x93 x94 x95 x96 x97 x98 x99
54.18/38.17	v       </list>
54.18/38.17	v       <values>
54.18/38.17	v         11 12 17 16 25 26 34 33 42 43 10 11 24 25 36 35 44 45 57 97 2 1 23 24 49 50 64 63 67 68 97 98 102 103 112 111 122 123 132 131 63 78 90 106 121 122 137 136 146 147 139 121 147 148 158 157 170 171 182 181 117 118 129 128 140 139 152 153 158 157 64 65 69 70 78 77 95 96 107 106 79 80 84 83 94 95 111 110 122 123 45 46 55 54 63 64 77 76 84 94
54.18/38.17	v       </values>
54.18/38.17	v     </instantiation>
54.18/38.17	s SATISFIABLE

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4262705-1502477759/watcher-4262705-1502477759 -o /tmp/evaluation-result-4262705-1502477759/solver-4262705-1502477759 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580 bin/concrete HOME/instance-4262705-1502477759.xml 

pid=30365
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.24 1.40 1.48 3/195 30368
/proc/meminfo: memFree=26266832/32770624 swapFree=0/316500
[pid=30368] ppid=30365 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/30368/stat : 30368 (runsolver) D 30365 30368 16548 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 49971461 24240128 106 18446744073709551615 4194304 4338465 140723416451568 140723416449208 140564628579031 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 9654272 140723416453328 140723416453705 140723416453705 140723416457162 0
/proc/30368/statm: 5918 106 53 36 0 2156 0

[startup+0.100138 s]
/proc/loadavg: 1.24 1.40 1.48 3/195 30368
/proc/meminfo: memFree=26266832/32770624 swapFree=0/316500
[pid=30368] ppid=30365 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/30368/stat : 30368 (bash) S 30365 30368 16548 0 -1 4202496 717 3530 0 0 0 0 0 0 20 0 1 0 49971461 9736192 355 18446744073709551615 4194304 5098028 140734874682720 140734874680360 140085934607360 0 0 5 65536 18446744071580971376 0 0 17 0 0 0 8 0 0 7196144 7232144 16748544 140734874690068 140734874690153 140734874690153 140734874693610 0
/proc/30368/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200352 s]
/proc/loadavg: 1.24 1.40 1.48 3/195 30368
/proc/meminfo: memFree=26266832/32770624 swapFree=0/316500
[pid=30368] ppid=30365 vsize=356956 CPUtime=0.08 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30365 30368 16548 0 -1 1077944320 2594 12663 0 0 0 0 5 3 20 0 2 0 49971461 365522944 1882 18446744073709551615 4194304 4196468 140722333696976 140722333679520 139830518193911 0 0 1 16784584 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
/proc/30368/statm: 89239 1882 1036 1 0 79209 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 356956

[startup+0.30033 s]
/proc/loadavg: 1.24 1.40 1.48 3/195 30368
/proc/meminfo: memFree=26266832/32770624 swapFree=0/316500
[pid=30368] ppid=30365 vsize=13907308 CPUtime=0.14 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30365 30368 16548 0 -1 1077944320 5870 12663 0 0 5 1 5 3 20 0 14 0 49971461 14241083392 5539 18446744073709551615 4194304 4196468 140722333696976 140722333679520 139830518193911 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
/proc/30368/statm: 3476827 5539 2563 1 0 3466324 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13907308

[startup+0.706881 s]
/proc/loadavg: 1.24 1.40 1.48 3/195 30368
/proc/meminfo: memFree=26266832/32770624 swapFree=0/316500
[pid=30368] ppid=30365 vsize=13974784 CPUtime=0.67 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30365 30368 16548 0 -1 1077944320 13941 12663 0 0 55 4 5 3 20 0 15 0 49971461 14310178816 14405 18446744073709551615 4194304 4196468 140722333696976 140722333679520 139830518193911 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
/proc/30368/statm: 3493696 14405 3136 1 0 3482965 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 13974784

[startup+1.50064 s]
/proc/loadavg: 1.30 1.41 1.49 3/210 30431
/proc/meminfo: memFree=26174144/32770624 swapFree=0/316488
[pid=30368] ppid=30365 vsize=13985408 CPUtime=1.84 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30365 30368 16548 0 -1 1077944320 27511 12663 0 0 167 9 5 3 20 0 15 0 49971461 14321057792 33935 18446744073709551615 4194304 4196468 140722333696976 140722333679520 139830518193911 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
/proc/30368/statm: 3496352 33935 3334 1 0 3485525 0
[pid=30368/tid=30418] ppid=30365 vsize=13985408 CPUtime=1.3 cores=0,2,4,6
/proc/30368/task/30418/stat : 30418 (java) R 30365 30368 16548 0 -1 4202560 22336 12663 0 0 115 7 5 3 20 0 15 0 49971481 14321057792 33935 18446744073709551615 4194304 4196468 140722333696976 139830522429184 139830502274398 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30419] ppid=30365 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30419/stat : 30419 (java) S 30365 30368 16548 0 -1 1077944384 1 12663 0 0 0 0 5 3 20 0 15 0 49971481 14321057792 33935 18446744073709551615 4194304 4196468 140722333696976 139830452628624 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30420] ppid=30365 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30420/stat : 30420 (java) S 30365 30368 16548 0 -1 1077944384 1 12663 0 0 0 0 5 3 20 0 15 0 49971481 14321057792 33935 18446744073709551615 4194304 4196468 140722333696976 139830451575824 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30421] ppid=30365 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30421/stat : 30421 (java) S 30365 30368 16548 0 -1 1077944384 1 12663 0 0 0 0 5 3 20 0 15 0 49971481 14321057792 33935 18446744073709551615 4194304 4196468 140722333696976 139830450523024 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30422] ppid=30365 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30422/stat : 30422 (java) S 30365 30368 16548 0 -1 1077944384 2 12663 0 0 0 0 5 3 20 0 15 0 49971481 14321057792 33935 18446744073709551615 4194304 4196468 140722333696976 139830449470224 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30423] ppid=30365 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30423/stat : 30423 (java) S 30365 30368 16548 0 -1 1077944384 5 12663 0 0 0 0 5 3 20 0 15 0 49971483 14321057792 33935 18446744073709551615 4194304 4196468 140722333696976 139829996636528 139830518205058 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30424] ppid=30365 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30424/stat : 30424 (java) S 30365 30368 16548 0 -1 1077944384 33 12663 0 0 0 0 5 3 20 0 15 0 49971483 14321057792 33935 18446744073709551615 4194304 4196468 140722333696976 139829995582496 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30425] ppid=30365 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30425/stat : 30425 (java) S 30365 30368 16548 0 -1 1077944384 21 12663 0 0 0 0 5 3 20 0 15 0 49971483 14321057792 33935 18446744073709551615 4194304 4196468 140722333696976 139829994529648 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30426] ppid=30365 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30426/stat : 30426 (java) S 30365 30368 16548 0 -1 1077944384 3 12663 0 0 0 0 5 3 20 0 15 0 49971486 14321057792 33935 18446744073709551615 4194304 4196468 140722333696976 139829993477968 139830518212507 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30427] ppid=30365 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/30368/task/30427/stat : 30427 (java) R 30365 30368 16548 0 -1 4202560 905 12663 0 0 12 0 5 3 20 0 15 0 49971486 14321057792 33935 18446744073709551615 4194304 4196468 140722333696976 139829992426352 139830518215258 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30428] ppid=30365 vsize=13985408 CPUtime=0.25 cores=0,2,4,6
/proc/30368/task/30428/stat : 30428 (java) R 30365 30368 16548 0 -1 1077944384 716 12663 0 0 17 0 5 3 20 0 15 0 49971486 14321057792 33935 18446744073709551615 4194304 4196468 140722333696976 139829991373552 139830518205058 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30429] ppid=30365 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/30368/task/30429/stat : 30429 (java) S 30365 30368 16548 0 -1 1077944384 1318 12663 0 0 22 0 5 3 20 0 15 0 49971486 14321057792 33935 18446744073709551615 4194304 4196468 140722333696976 139829990320752 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30430] ppid=30365 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30430/stat : 30430 (java) S 30365 30368 16548 0 -1 1077944384 3 12663 0 0 0 0 5 3 20 0 15 0 49971486 14321057792 33935 18446744073709551615 4194304 4196468 140722333696976 139829989268192 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30431] ppid=30365 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30431/stat : 30431 (java) S 30365 30368 16548 0 -1 1077944384 10 12663 0 0 0 0 5 3 20 0 15 0 49971494 14321057792 33935 18446744073709551615 4194304 4196468 140722333696976 139829988215472 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
Current children cumulated CPU time (s) 1.84
Current children cumulated vsize (KiB) 13985408

[startup+3.10064 s]
/proc/loadavg: 1.30 1.41 1.49 3/210 30431
/proc/meminfo: memFree=26101860/32770624 swapFree=0/316488
[pid=30368] ppid=30365 vsize=13997884 CPUtime=5.36 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30365 30368 16548 0 -1 1077944320 48604 12663 0 0 512 16 5 3 20 0 15 0 49971461 14333833216 61417 18446744073709551615 4194304 4196468 140722333696976 140722333679520 139830518193911 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
/proc/30368/statm: 3499471 61417 3453 1 0 3488085 0
[pid=30368/tid=30418] ppid=30365 vsize=13997884 CPUtime=2.85 cores=0,2,4,6
/proc/30368/task/30418/stat : 30418 (java) R 30365 30368 16548 0 -1 4202560 36568 12663 0 0 268 9 5 3 20 0 15 0 49971481 14333833216 61417 18446744073709551615 4194304 4196468 140722333696976 139830522423032 139830134945420 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30419] ppid=30365 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30419/stat : 30419 (java) S 30365 30368 16548 0 -1 1077944384 46 12663 0 0 0 0 5 3 20 0 15 0 49971481 14333833216 61417 18446744073709551615 4194304 4196468 140722333696976 139830452628624 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30420] ppid=30365 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30368/task/30420/stat : 30420 (java) S 30365 30368 16548 0 -1 1077944384 43 12663 0 0 1 0 5 3 20 0 15 0 49971481 14333833216 61417 18446744073709551615 4194304 4196468 140722333696976 139830451575824 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30421] ppid=30365 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30421/stat : 30421 (java) S 30365 30368 16548 0 -1 1077944384 200 12663 0 0 0 0 5 3 20 0 15 0 49971481 14333833216 61417 18446744073709551615 4194304 4196468 140722333696976 139830450523024 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30422] ppid=30365 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30368/task/30422/stat : 30422 (java) S 30365 30368 16548 0 -1 1077944384 67 12663 0 0 1 0 5 3 20 0 15 0 49971481 14333833216 61417 18446744073709551615 4194304 4196468 140722333696976 139830449470224 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30423] ppid=30365 vsize=13997884 CPUtime=0.09 cores=0,2,4,6
/proc/30368/task/30423/stat : 30423 (java) S 30365 30368 16548 0 -1 1077944384 1535 12663 0 0 1 0 5 3 20 0 15 0 49971483 14333833216 61417 18446744073709551615 4194304 4196468 140722333696976 139829996636528 139830518205058 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30424] ppid=30365 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30424/stat : 30424 (java) S 30365 30368 16548 0 -1 1077944384 55 12663 0 0 0 0 5 3 20 0 15 0 49971483 14333833216 61417 18446744073709551615 4194304 4196468 140722333696976 139829995582560 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30425] ppid=30365 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30425/stat : 30425 (java) S 30365 30368 16548 0 -1 1077944384 43 12663 0 0 0 0 5 3 20 0 15 0 49971483 14333833216 61417 18446744073709551615 4194304 4196468 140722333696976 139829994529664 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30426] ppid=30365 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30426/stat : 30426 (java) S 30365 30368 16548 0 -1 1077944384 3 12663 0 0 0 0 5 3 20 0 15 0 49971486 14333833216 61417 18446744073709551615 4194304 4196468 140722333696976 139829993477968 139830518212507 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30427] ppid=30365 vsize=13997884 CPUtime=0.79 cores=0,2,4,6
/proc/30368/task/30427/stat : 30427 (java) R 30365 30368 16548 0 -1 4202560 2249 12663 0 0 71 0 5 3 20 0 15 0 49971486 14333833216 61417 18446744073709551615 4194304 4196468 140722333696976 139829992412232 139830498887563 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30428] ppid=30365 vsize=13997884 CPUtime=0.82 cores=0,2,4,6
/proc/30368/task/30428/stat : 30428 (java) R 30365 30368 16548 0 -1 4202560 2108 12663 0 0 73 1 5 3 20 0 15 0 49971486 14333833216 61417 18446744073709551615 4194304 4196468 140722333696976 139829991359432 139830499711770 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30429] ppid=30365 vsize=13997884 CPUtime=1.01 cores=0,2,4,6
/proc/30368/task/30429/stat : 30429 (java) S 30365 30368 16548 0 -1 1077944384 3514 12663 0 0 92 1 5 3 20 0 15 0 49971486 14333833216 61417 18446744073709551615 4194304 4196468 140722333696976 139829990320752 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30430] ppid=30365 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30430/stat : 30430 (java) S 30365 30368 16548 0 -1 1077944384 3 12663 0 0 0 0 5 3 20 0 15 0 49971486 14333833216 61417 18446744073709551615 4194304 4196468 140722333696976 139829989268192 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30431] ppid=30365 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30431/stat : 30431 (java) S 30365 30368 16548 0 -1 1077944384 14 12663 0 0 0 0 5 3 20 0 15 0 49971494 14333833216 61417 18446744073709551615 4194304 4196468 140722333696976 139829988215472 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
Current children cumulated CPU time (s) 5.36
Current children cumulated vsize (KiB) 13997884

[startup+6.30125 s]
/proc/loadavg: 1.27 1.40 1.49 3/210 30432
/proc/meminfo: memFree=25535776/32770624 swapFree=0/316484
[pid=30368] ppid=30365 vsize=13997884 CPUtime=10.27 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30365 30368 16548 0 -1 1077944320 51191 12663 0 0 969 50 5 3 20 0 15 0 49971461 14333833216 228927 18446744073709551615 4194304 4196468 140722333696976 140722333679520 139830518193911 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
/proc/30368/statm: 3499471 228927 3461 1 0 3488085 0
[pid=30368/tid=30418] ppid=30365 vsize=13997884 CPUtime=5.86 cores=0,2,4,6
/proc/30368/task/30418/stat : 30418 (java) S 30365 30368 16548 0 -1 1077944384 37267 12663 0 0 562 16 5 3 20 0 15 0 49971481 14333833216 228927 18446744073709551615 4194304 4196468 140722333696976 139830522425680 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 7 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30419] ppid=30365 vsize=13997884 CPUtime=0.26 cores=0,2,4,6
/proc/30368/task/30419/stat : 30419 (java) R 30365 30368 16548 0 -1 4202560 210 12663 0 0 12 6 5 3 20 0 15 0 49971481 14333833216 228927 18446744073709551615 4194304 4196468 140722333696976 139830452628624 139830503220982 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30420] ppid=30365 vsize=13997884 CPUtime=0.26 cores=0,2,4,6
/proc/30368/task/30420/stat : 30420 (java) R 30365 30368 16548 0 -1 4202560 280 12663 0 0 11 7 5 3 20 0 15 0 49971481 14333833216 228927 18446744073709551615 4194304 4196468 140722333696976 139830451576024 139830503216032 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30421] ppid=30365 vsize=13997884 CPUtime=0.27 cores=0,2,4,6
/proc/30368/task/30421/stat : 30421 (java) R 30365 30368 16548 0 -1 4202560 430 12663 0 0 12 7 5 3 20 0 15 0 49971481 14333833216 228927 18446744073709551615 4194304 4196468 140722333696976 139830450523024 139830503220758 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30422] ppid=30365 vsize=13997884 CPUtime=0.26 cores=0,2,4,6
/proc/30368/task/30422/stat : 30422 (java) R 30365 30368 16548 0 -1 4202560 302 12663 0 0 12 6 5 3 20 0 15 0 49971481 14333833216 228927 18446744073709551615 4194304 4196468 140722333696976 139830449470224 139830503217680 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30423] ppid=30365 vsize=13997884 CPUtime=0.1 cores=0,2,4,6
/proc/30368/task/30423/stat : 30423 (java) S 30365 30368 16548 0 -1 1077944384 1976 12663 0 0 2 0 5 3 20 0 15 0 49971483 14333833216 228927 18446744073709551615 4194304 4196468 140722333696976 139829996635040 139830518204117 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30424] ppid=30365 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30424/stat : 30424 (java) S 30365 30368 16548 0 -1 1077944384 55 12663 0 0 0 0 5 3 20 0 15 0 49971483 14333833216 228927 18446744073709551615 4194304 4196468 140722333696976 139829995582560 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30425] ppid=30365 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30425/stat : 30425 (java) S 30365 30368 16548 0 -1 1077944384 43 12663 0 0 0 0 5 3 20 0 15 0 49971483 14333833216 228927 18446744073709551615 4194304 4196468 140722333696976 139829994529664 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30426] ppid=30365 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30426/stat : 30426 (java) S 30365 30368 16548 0 -1 1077944384 3 12663 0 0 0 0 5 3 20 0 15 0 49971486 14333833216 228927 18446744073709551615 4194304 4196468 140722333696976 139829993477968 139830518212507 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30427] ppid=30365 vsize=13997884 CPUtime=1.32 cores=0,2,4,6
/proc/30368/task/30427/stat : 30427 (java) S 30365 30368 16548 0 -1 1077944384 2356 12663 0 0 124 0 5 3 20 0 15 0 49971486 14333833216 228927 18446744073709551615 4194304 4196468 140722333696976 139829992426352 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30428] ppid=30365 vsize=13997884 CPUtime=1.28 cores=0,2,4,6
/proc/30368/task/30428/stat : 30428 (java) S 30365 30368 16548 0 -1 1077944384 2263 12663 0 0 119 1 5 3 20 0 15 0 49971486 14333833216 228927 18446744073709551615 4194304 4196468 140722333696976 139829991373552 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30429] ppid=30365 vsize=13997884 CPUtime=1.2 cores=0,2,4,6
/proc/30368/task/30429/stat : 30429 (java) S 30365 30368 16548 0 -1 1077944384 3831 12663 0 0 110 2 5 3 20 0 15 0 49971486 14333833216 228927 18446744073709551615 4194304 4196468 140722333696976 139829990320752 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30430] ppid=30365 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30430/stat : 30430 (java) S 30365 30368 16548 0 -1 1077944384 3 12663 0 0 0 0 5 3 20 0 15 0 49971486 14333833216 228927 18446744073709551615 4194304 4196468 140722333696976 139829989268192 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30431] ppid=30365 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30431/stat : 30431 (java) S 30365 30368 16548 0 -1 1077944384 16 12663 0 0 0 0 5 3 20 0 15 0 49971494 14333833216 228927 18446744073709551615 4194304 4196468 140722333696976 139829988215472 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
Current children cumulated CPU time (s) 10.27
Current children cumulated vsize (KiB) 13997884

[startup+12.7008 s]
/proc/loadavg: 1.25 1.40 1.48 3/210 30432
/proc/meminfo: memFree=24412556/32770624 swapFree=0/316484
[pid=30368] ppid=30365 vsize=13997884 CPUtime=20 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30365 30368 16548 0 -1 1077944320 57620 12663 0 0 1904 88 5 3 20 0 15 0 49971461 14333833216 471941 18446744073709551615 4194304 4196468 140722333696976 140722333679520 139830518193911 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
/proc/30368/statm: 3499471 471941 3466 1 0 3488085 0
[pid=30368/tid=30418] ppid=30365 vsize=13997884 CPUtime=11.18 cores=0,2,4,6
/proc/30368/task/30418/stat : 30418 (java) R 30365 30368 16548 0 -1 4202560 38258 12663 0 0 1085 25 5 3 20 0 15 0 49971481 14333833216 471941 18446744073709551615 4194304 4196468 140722333696976 139830522423304 139830135842545 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30419] ppid=30365 vsize=13997884 CPUtime=1.19 cores=0,2,4,6
/proc/30368/task/30419/stat : 30419 (java) S 30365 30368 16548 0 -1 1077944384 987 12663 0 0 98 13 5 3 20 0 15 0 49971481 14333833216 471941 18446744073709551615 4194304 4196468 140722333696976 139830452628624 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30420] ppid=30365 vsize=13997884 CPUtime=1.18 cores=0,2,4,6
/proc/30368/task/30420/stat : 30420 (java) S 30365 30368 16548 0 -1 1077944384 1014 12663 0 0 97 13 5 3 20 0 15 0 49971481 14333833216 471941 18446744073709551615 4194304 4196468 140722333696976 139830451575824 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30421] ppid=30365 vsize=13997884 CPUtime=1.2 cores=0,2,4,6
/proc/30368/task/30421/stat : 30421 (java) S 30365 30368 16548 0 -1 1077944384 715 12663 0 0 98 14 5 3 20 0 15 0 49971481 14333833216 471941 18446744073709551615 4194304 4196468 140722333696976 139830450523024 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30422] ppid=30365 vsize=13997884 CPUtime=1.2 cores=0,2,4,6
/proc/30368/task/30422/stat : 30422 (java) S 30365 30368 16548 0 -1 1077944384 639 12663 0 0 98 14 5 3 20 0 15 0 49971481 14333833216 471941 18446744073709551615 4194304 4196468 140722333696976 139830449470224 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30423] ppid=30365 vsize=13997884 CPUtime=0.24 cores=0,2,4,6
/proc/30368/task/30423/stat : 30423 (java) S 30365 30368 16548 0 -1 1077944384 3505 12663 0 0 16 0 5 3 20 0 15 0 49971483 14333833216 471941 18446744073709551615 4194304 4196468 140722333696976 139829996636528 139830518205058 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30424] ppid=30365 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30424/stat : 30424 (java) S 30365 30368 16548 0 -1 1077944384 55 12663 0 0 0 0 5 3 20 0 15 0 49971483 14333833216 471941 18446744073709551615 4194304 4196468 140722333696976 139829995582560 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30425] ppid=30365 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30425/stat : 30425 (java) S 30365 30368 16548 0 -1 1077944384 43 12663 0 0 0 0 5 3 20 0 15 0 49971483 14333833216 471941 18446744073709551615 4194304 4196468 140722333696976 139829994529664 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30426] ppid=30365 vsize=13997884 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30426/stat : 30426 (java) S 30365 30368 16548 0 -1 1077944384 3 12663 0 0 0 0 5 3 20 0 15 0 49971486 14333833216 471941 18446744073709551615 4194304 4196468 140722333696976 139829993477968 139830518212507 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0

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

[pid=30368/tid=30429] ppid=30365 vsize=14001980 CPUtime=2.03 cores=0,2,4,6
/proc/30368/task/30429/stat : 30429 (java) S 30365 30368 16548 0 -1 1077944384 11855 12663 0 0 191 4 5 3 20 0 15 0 49971486 14338027520 897385 18446744073709551615 4194304 4196468 140722333696976 139829990320752 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30430] ppid=30365 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30430/stat : 30430 (java) S 30365 30368 16548 0 -1 1077944384 3 12663 0 0 0 0 5 3 20 0 15 0 49971486 14338027520 897385 18446744073709551615 4194304 4196468 140722333696976 139829989268192 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30431] ppid=30365 vsize=14001980 CPUtime=0.1 cores=0,2,4,6
/proc/30368/task/30431/stat : 30431 (java) S 30365 30368 16548 0 -1 1077944384 441 12663 0 0 1 1 5 3 20 0 15 0 49971494 14338027520 897385 18446744073709551615 4194304 4196468 140722333696976 139829988215472 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
Current children cumulated CPU time (s) 44.36
Current children cumulated vsize (KiB) 14001980

[startup+35.2007 s]
/proc/loadavg: 1.47 1.44 1.49 3/210 30432
/proc/meminfo: memFree=22452840/32770624 swapFree=0/316476
[pid=30368] ppid=30365 vsize=14001980 CPUtime=47.75 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30365 30368 16548 0 -1 1077944320 87369 12663 0 0 4597 170 5 3 20 0 15 0 49971461 14338027520 978283 18446744073709551615 4194304 4196468 140722333696976 140722333679520 139830518193911 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
/proc/30368/statm: 3500495 978283 3472 1 0 3489109 0
[pid=30368/tid=30418] ppid=30365 vsize=14001980 CPUtime=33.32 cores=0,2,4,6
/proc/30368/task/30418/stat : 30418 (java) R 30365 30368 16548 0 -1 4202560 48435 12663 0 0 3275 49 5 3 20 0 15 0 49971481 14338027520 978283 18446744073709551615 4194304 4196468 140722333696976 139830522420768 139830142882089 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30419] ppid=30365 vsize=14001980 CPUtime=1.53 cores=0,2,4,6
/proc/30368/task/30419/stat : 30419 (java) S 30365 30368 16548 0 -1 1077944384 1844 12663 0 0 119 26 5 3 20 0 15 0 49971481 14338027520 978283 18446744073709551615 4194304 4196468 140722333696976 139830452628624 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30420] ppid=30365 vsize=14001980 CPUtime=1.52 cores=0,2,4,6
/proc/30368/task/30420/stat : 30420 (java) S 30365 30368 16548 0 -1 1077944384 1542 12663 0 0 118 26 5 3 20 0 15 0 49971481 14338027520 978283 18446744073709551615 4194304 4196468 140722333696976 139830451575824 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30421] ppid=30365 vsize=14001980 CPUtime=1.53 cores=0,2,4,6
/proc/30368/task/30421/stat : 30421 (java) S 30365 30368 16548 0 -1 1077944384 1840 12663 0 0 117 28 5 3 20 0 15 0 49971481 14338027520 978283 18446744073709551615 4194304 4196468 140722333696976 139830450523024 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30422] ppid=30365 vsize=14001980 CPUtime=1.53 cores=0,2,4,6
/proc/30368/task/30422/stat : 30422 (java) S 30365 30368 16548 0 -1 1077944384 1006 12663 0 0 118 27 5 3 20 0 15 0 49971481 14338027520 978283 18446744073709551615 4194304 4196468 140722333696976 139830449470224 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30423] ppid=30365 vsize=14001980 CPUtime=0.25 cores=0,2,4,6
/proc/30368/task/30423/stat : 30423 (java) S 30365 30368 16548 0 -1 1077944384 4546 12663 0 0 17 0 5 3 20 0 15 0 49971483 14338027520 978283 18446744073709551615 4194304 4196468 140722333696976 139829996636528 139830518205058 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30424] ppid=30365 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30424/stat : 30424 (java) S 30365 30368 16548 0 -1 1077944384 66 12663 0 0 0 0 5 3 20 0 15 0 49971483 14338027520 978283 18446744073709551615 4194304 4196468 140722333696976 139829995582624 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30425] ppid=30365 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30425/stat : 30425 (java) S 30365 30368 16548 0 -1 1077944384 55 12663 0 0 0 0 5 3 20 0 15 0 49971483 14338027520 978283 18446744073709551615 4194304 4196468 140722333696976 139829994529664 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30426] ppid=30365 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30426/stat : 30426 (java) S 30365 30368 16548 0 -1 1077944384 3 12663 0 0 0 0 5 3 20 0 15 0 49971486 14338027520 978283 18446744073709551615 4194304 4196468 140722333696976 139829993477968 139830518212507 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30427] ppid=30365 vsize=14001980 CPUtime=3.42 cores=0,2,4,6
/proc/30368/task/30427/stat : 30427 (java) S 30365 30368 16548 0 -1 1077944384 7903 12663 0 0 333 1 5 3 20 0 15 0 49971486 14338027520 978283 18446744073709551615 4194304 4196468 140722333696976 139829992426352 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30428] ppid=30365 vsize=14001980 CPUtime=3.11 cores=0,2,4,6
/proc/30368/task/30428/stat : 30428 (java) S 30365 30368 16548 0 -1 1077944384 5617 12663 0 0 301 2 5 3 20 0 15 0 49971486 14338027520 978283 18446744073709551615 4194304 4196468 140722333696976 139829991373552 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30429] ppid=30365 vsize=14001980 CPUtime=2.05 cores=0,2,4,6
/proc/30368/task/30429/stat : 30429 (java) S 30365 30368 16548 0 -1 1077944384 11910 12663 0 0 193 4 5 3 20 0 15 0 49971486 14338027520 978283 18446744073709551615 4194304 4196468 140722333696976 139829990320752 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30430] ppid=30365 vsize=14001980 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30430/stat : 30430 (java) S 30365 30368 16548 0 -1 1077944384 3 12663 0 0 0 0 5 3 20 0 15 0 49971486 14338027520 978283 18446744073709551615 4194304 4196468 140722333696976 139829989268192 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30431] ppid=30365 vsize=14001980 CPUtime=0.1 cores=0,2,4,6
/proc/30368/task/30431/stat : 30431 (java) S 30365 30368 16548 0 -1 1077944384 443 12663 0 0 1 1 5 3 20 0 15 0 49971494 14338027520 978283 18446744073709551615 4194304 4196468 140722333696976 139829988215472 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
Current children cumulated CPU time (s) 47.75
Current children cumulated vsize (KiB) 14001980

[startup+36.8007 s]
/proc/loadavg: 1.44 1.43 1.49 4/210 30432
/proc/meminfo: memFree=22452840/32770624 swapFree=0/316468
[pid=30368] ppid=30365 vsize=14069564 CPUtime=50.06 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30365 30368 16548 0 -1 1077944320 104980 12663 0 0 4826 172 5 3 20 0 15 0 49971461 14407233536 985957 18446744073709551615 4194304 4196468 140722333696976 140722333679520 139830518193911 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
/proc/30368/statm: 3517391 985957 3474 1 0 3506005 0
[pid=30368/tid=30418] ppid=30365 vsize=14069564 CPUtime=34.92 cores=0,2,4,6
/proc/30368/task/30418/stat : 30418 (java) R 30365 30368 16548 0 -1 4202560 64110 12663 0 0 3433 51 5 3 20 0 15 0 49971481 14407233536 985957 18446744073709551615 4194304 4196468 140722333696976 139830522428016 139830144712280 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30419] ppid=30365 vsize=14069564 CPUtime=1.53 cores=0,2,4,6
/proc/30368/task/30419/stat : 30419 (java) S 30365 30368 16548 0 -1 1077944384 1844 12663 0 0 119 26 5 3 20 0 15 0 49971481 14407233536 985957 18446744073709551615 4194304 4196468 140722333696976 139830452628624 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30420] ppid=30365 vsize=14069564 CPUtime=1.52 cores=0,2,4,6
/proc/30368/task/30420/stat : 30420 (java) S 30365 30368 16548 0 -1 1077944384 1542 12663 0 0 118 26 5 3 20 0 15 0 49971481 14407233536 985957 18446744073709551615 4194304 4196468 140722333696976 139830451575824 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30421] ppid=30365 vsize=14069564 CPUtime=1.53 cores=0,2,4,6
/proc/30368/task/30421/stat : 30421 (java) S 30365 30368 16548 0 -1 1077944384 1840 12663 0 0 117 28 5 3 20 0 15 0 49971481 14407233536 985957 18446744073709551615 4194304 4196468 140722333696976 139830450523024 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30422] ppid=30365 vsize=14069564 CPUtime=1.53 cores=0,2,4,6
/proc/30368/task/30422/stat : 30422 (java) S 30365 30368 16548 0 -1 1077944384 1006 12663 0 0 118 27 5 3 20 0 15 0 49971481 14407233536 985957 18446744073709551615 4194304 4196468 140722333696976 139830449470224 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30423] ppid=30365 vsize=14069564 CPUtime=0.25 cores=0,2,4,6
/proc/30368/task/30423/stat : 30423 (java) S 30365 30368 16548 0 -1 1077944384 4547 12663 0 0 17 0 5 3 20 0 15 0 49971483 14407233536 985957 18446744073709551615 4194304 4196468 140722333696976 139829996636528 139830518205058 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30424] ppid=30365 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30424/stat : 30424 (java) S 30365 30368 16548 0 -1 1077944384 66 12663 0 0 0 0 5 3 20 0 15 0 49971483 14407233536 985957 18446744073709551615 4194304 4196468 140722333696976 139829995582624 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30425] ppid=30365 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30425/stat : 30425 (java) S 30365 30368 16548 0 -1 1077944384 55 12663 0 0 0 0 5 3 20 0 15 0 49971483 14407233536 985957 18446744073709551615 4194304 4196468 140722333696976 139829994529664 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30426] ppid=30365 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30426/stat : 30426 (java) S 30365 30368 16548 0 -1 1077944384 3 12663 0 0 0 0 5 3 20 0 15 0 49971486 14407233536 985957 18446744073709551615 4194304 4196468 140722333696976 139829993477968 139830518212507 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30427] ppid=30365 vsize=14069564 CPUtime=3.79 cores=0,2,4,6
/proc/30368/task/30427/stat : 30427 (java) S 30365 30368 16548 0 -1 1077944384 9359 12663 0 0 370 1 5 3 20 0 15 0 49971486 14407233536 985957 18446744073709551615 4194304 4196468 140722333696976 139829992426352 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30428] ppid=30365 vsize=14069564 CPUtime=3.31 cores=0,2,4,6
/proc/30368/task/30428/stat : 30428 (java) S 30365 30368 16548 0 -1 1077944384 5708 12663 0 0 321 2 5 3 20 0 15 0 49971486 14407233536 985957 18446744073709551615 4194304 4196468 140722333696976 139829991373552 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30429] ppid=30365 vsize=14069564 CPUtime=2.18 cores=0,2,4,6
/proc/30368/task/30429/stat : 30429 (java) S 30365 30368 16548 0 -1 1077944384 12298 12663 0 0 206 4 5 3 20 0 15 0 49971486 14407233536 985957 18446744073709551615 4194304 4196468 140722333696976 139829990320752 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30430] ppid=30365 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30430/stat : 30430 (java) S 30365 30368 16548 0 -1 1077944384 3 12663 0 0 0 0 5 3 20 0 15 0 49971486 14407233536 985957 18446744073709551615 4194304 4196468 140722333696976 139829989268192 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30431] ppid=30365 vsize=14069564 CPUtime=0.1 cores=0,2,4,6
/proc/30368/task/30431/stat : 30431 (java) S 30365 30368 16548 0 -1 1077944384 443 12663 0 0 1 1 5 3 20 0 15 0 49971494 14407233536 985957 18446744073709551615 4194304 4196468 140722333696976 139829988215472 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
Current children cumulated CPU time (s) 50.06
Current children cumulated vsize (KiB) 14069564

[startup+37.6012 s]
/proc/loadavg: 1.44 1.43 1.49 5/210 30432
/proc/meminfo: memFree=22423948/32770624 swapFree=0/316468
[pid=30368] ppid=30365 vsize=14069564 CPUtime=52.51 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30365 30368 16548 0 -1 1077944320 106127 12663 0 0 5063 180 5 3 20 0 15 0 49971461 14407233536 1005088 18446744073709551615 4194304 4196468 140722333696976 140722333679520 139830518193911 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
/proc/30368/statm: 3517391 1005088 3475 1 0 3506005 0
[pid=30368/tid=30418] ppid=30365 vsize=14069564 CPUtime=35.63 cores=0,2,4,6
/proc/30368/task/30418/stat : 30418 (java) S 30365 30368 16548 0 -1 1077944384 64305 12663 0 0 3504 51 5 3 20 0 15 0 49971481 14407233536 1005088 18446744073709551615 4194304 4196468 140722333696976 139830522431456 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 7 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30419] ppid=30365 vsize=14069564 CPUtime=1.61 cores=0,2,4,6
/proc/30368/task/30419/stat : 30419 (java) R 30365 30368 16548 0 -1 4202560 1941 12663 0 0 125 28 5 3 20 0 15 0 49971481 14407233536 1005088 18446744073709551615 4194304 4196468 140722333696976 139830452628624 139830502647840 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30420] ppid=30365 vsize=14069564 CPUtime=1.6 cores=0,2,4,6
/proc/30368/task/30420/stat : 30420 (java) R 30365 30368 16548 0 -1 4202560 1599 12663 0 0 124 28 5 3 20 0 15 0 49971481 14407233536 1005088 18446744073709551615 4194304 4196468 140722333696976 139830451575824 139830503144626 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30421] ppid=30365 vsize=14069564 CPUtime=1.61 cores=0,2,4,6
/proc/30368/task/30421/stat : 30421 (java) R 30365 30368 16548 0 -1 4202560 1921 12663 0 0 123 30 5 3 20 0 15 0 49971481 14407233536 1005088 18446744073709551615 4194304 4196468 140722333696976 139830450523024 139830510822119 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30422] ppid=30365 vsize=14069564 CPUtime=1.61 cores=0,2,4,6
/proc/30368/task/30422/stat : 30422 (java) R 30365 30368 16548 0 -1 4202560 1086 12663 0 0 124 29 5 3 20 0 15 0 49971481 14407233536 1005088 18446744073709551615 4194304 4196468 140722333696976 139830449470112 139830502891456 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30423] ppid=30365 vsize=14069564 CPUtime=0.26 cores=0,2,4,6
/proc/30368/task/30423/stat : 30423 (java) S 30365 30368 16548 0 -1 1077944384 4547 12663 0 0 18 0 5 3 20 0 15 0 49971483 14407233536 1005088 18446744073709551615 4194304 4196468 140722333696976 139829996634928 139830518204117 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30424] ppid=30365 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30424/stat : 30424 (java) S 30365 30368 16548 0 -1 1077944384 66 12663 0 0 0 0 5 3 20 0 15 0 49971483 14407233536 1005088 18446744073709551615 4194304 4196468 140722333696976 139829995582624 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30425] ppid=30365 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30425/stat : 30425 (java) S 30365 30368 16548 0 -1 1077944384 55 12663 0 0 0 0 5 3 20 0 15 0 49971483 14407233536 1005088 18446744073709551615 4194304 4196468 140722333696976 139829994529664 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30426] ppid=30365 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30426/stat : 30426 (java) S 30365 30368 16548 0 -1 1077944384 3 12663 0 0 0 0 5 3 20 0 15 0 49971486 14407233536 1005088 18446744073709551615 4194304 4196468 140722333696976 139829993477968 139830518212507 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30427] ppid=30365 vsize=14069564 CPUtime=4.42 cores=0,2,4,6
/proc/30368/task/30427/stat : 30427 (java) S 30365 30368 16548 0 -1 1077944384 9576 12663 0 0 433 1 5 3 20 0 15 0 49971486 14407233536 1005088 18446744073709551615 4194304 4196468 140722333696976 139829992410480 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30428] ppid=30365 vsize=14069564 CPUtime=3.95 cores=0,2,4,6
/proc/30368/task/30428/stat : 30428 (java) S 30365 30368 16548 0 -1 1077944384 5944 12663 0 0 385 2 5 3 20 0 15 0 49971486 14407233536 1005088 18446744073709551615 4194304 4196468 140722333696976 139829991352592 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30429] ppid=30365 vsize=14069564 CPUtime=2.34 cores=0,2,4,6
/proc/30368/task/30429/stat : 30429 (java) S 30365 30368 16548 0 -1 1077944384 12482 12663 0 0 222 4 5 3 20 0 15 0 49971486 14407233536 1005088 18446744073709551615 4194304 4196468 140722333696976 139829990320752 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30430] ppid=30365 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30430/stat : 30430 (java) S 30365 30368 16548 0 -1 1077944384 3 12663 0 0 0 0 5 3 20 0 15 0 49971486 14407233536 1005088 18446744073709551615 4194304 4196468 140722333696976 139829989268192 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30431] ppid=30365 vsize=14069564 CPUtime=0.1 cores=0,2,4,6
/proc/30368/task/30431/stat : 30431 (java) S 30365 30368 16548 0 -1 1077944384 443 12663 0 0 1 1 5 3 20 0 15 0 49971494 14407233536 1005088 18446744073709551615 4194304 4196468 140722333696976 139829988215472 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
Current children cumulated CPU time (s) 52.51
Current children cumulated vsize (KiB) 14069564

[startup+38.0008 s]
/proc/loadavg: 1.44 1.43 1.49 5/210 30432
/proc/meminfo: memFree=22423948/32770624 swapFree=0/316468
[pid=30368] ppid=30365 vsize=14069564 CPUtime=53.89 cores=0,2,4,6
/proc/30368/stat : 30368 (java) S 30365 30368 16548 0 -1 1077944320 109707 12663 0 0 5200 181 5 3 20 0 15 0 49971461 14407233536 1005626 18446744073709551615 4194304 4196468 140722333696976 140722333679520 139830518193911 0 0 1 16800974 18446744073709551615 0 0 17 2 0 0 8 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
/proc/30368/statm: 3517391 1005626 3475 1 0 3506005 0
[pid=30368/tid=30418] ppid=30365 vsize=14069564 CPUtime=35.63 cores=0,2,4,6
/proc/30368/task/30418/stat : 30418 (java) S 30365 30368 16548 0 -1 1077944384 64306 12663 0 0 3504 51 5 3 20 0 15 0 49971481 14407233536 1005626 18446744073709551615 4194304 4196468 140722333696976 139830522431456 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 7 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30419] ppid=30365 vsize=14069564 CPUtime=1.94 cores=0,2,4,6
/proc/30368/task/30419/stat : 30419 (java) R 30365 30368 16548 0 -1 1077944384 1954 12663 0 0 158 28 5 3 20 0 15 0 49971481 14407233536 1005626 18446744073709551615 4194304 4196468 140722333696976 139830452628688 139830518204117 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30420] ppid=30365 vsize=14069564 CPUtime=1.92 cores=0,2,4,6
/proc/30368/task/30420/stat : 30420 (java) S 30365 30368 16548 0 -1 1077944384 1609 12663 0 0 156 28 5 3 20 0 15 0 49971481 14407233536 1005626 18446744073709551615 4194304 4196468 140722333696976 139830451575824 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30421] ppid=30365 vsize=14069564 CPUtime=1.93 cores=0,2,4,6
/proc/30368/task/30421/stat : 30421 (java) S 30365 30368 16548 0 -1 1077944384 1925 12663 0 0 155 30 5 3 20 0 15 0 49971481 14407233536 1005626 18446744073709551615 4194304 4196468 140722333696976 139830450523024 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30422] ppid=30365 vsize=14069564 CPUtime=1.93 cores=0,2,4,6
/proc/30368/task/30422/stat : 30422 (java) S 30365 30368 16548 0 -1 1077944384 1108 12663 0 0 156 29 5 3 20 0 15 0 49971481 14407233536 1005626 18446744073709551615 4194304 4196468 140722333696976 139830449470224 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30423] ppid=30365 vsize=14069564 CPUtime=0.33 cores=0,2,4,6
/proc/30368/task/30423/stat : 30423 (java) R 30365 30368 16548 0 -1 4202560 8069 12663 0 0 24 1 5 3 20 0 15 0 49971483 14407233536 1005626 18446744073709551615 4194304 4196468 140722333696976 139829996634928 139830518215258 0 0 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30424] ppid=30365 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30424/stat : 30424 (java) S 30365 30368 16548 0 -1 1077944384 66 12663 0 0 0 0 5 3 20 0 15 0 49971483 14407233536 1005626 18446744073709551615 4194304 4196468 140722333696976 139829995582704 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30425] ppid=30365 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30425/stat : 30425 (java) S 30365 30368 16548 0 -1 1077944384 55 12663 0 0 0 0 5 3 20 0 15 0 49971483 14407233536 1005626 18446744073709551615 4194304 4196468 140722333696976 139829994529664 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30426] ppid=30365 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30426/stat : 30426 (java) S 30365 30368 16548 0 -1 1077944384 3 12663 0 0 0 0 5 3 20 0 15 0 49971486 14407233536 1005626 18446744073709551615 4194304 4196468 140722333696976 139829993477968 139830518212507 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30427] ppid=30365 vsize=14069564 CPUtime=4.43 cores=0,2,4,6
/proc/30368/task/30427/stat : 30427 (java) S 30365 30368 16548 0 -1 1077944384 9584 12663 0 0 434 1 5 3 20 0 15 0 49971486 14407233536 1005626 18446744073709551615 4194304 4196468 140722333696976 139829992416672 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30428] ppid=30365 vsize=14069564 CPUtime=3.95 cores=0,2,4,6
/proc/30368/task/30428/stat : 30428 (java) S 30365 30368 16548 0 -1 1077944384 5944 12663 0 0 385 2 5 3 20 0 15 0 49971486 14407233536 1005626 18446744073709551615 4194304 4196468 140722333696976 139829991354192 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30429] ppid=30365 vsize=14069564 CPUtime=2.34 cores=0,2,4,6
/proc/30368/task/30429/stat : 30429 (java) S 30365 30368 16548 0 -1 1077944384 12482 12663 0 0 222 4 5 3 20 0 15 0 49971486 14407233536 1005626 18446744073709551615 4194304 4196468 140722333696976 139829990320752 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30430] ppid=30365 vsize=14069564 CPUtime=0.08 cores=0,2,4,6
/proc/30368/task/30430/stat : 30430 (java) S 30365 30368 16548 0 -1 1077944384 3 12663 0 0 0 0 5 3 20 0 15 0 49971486 14407233536 1005626 18446744073709551615 4194304 4196468 140722333696976 139829989268192 139830518204117 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
[pid=30368/tid=30431] ppid=30365 vsize=14069564 CPUtime=0.1 cores=0,2,4,6
/proc/30368/task/30431/stat : 30431 (java) S 30365 30368 16548 0 -1 1077944384 443 12663 0 0 1 1 5 3 20 0 15 0 49971494 14407233536 1005626 18446744073709551615 4194304 4196468 140722333696976 139829988215472 139830518205058 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25542656 140722333698000 140722333700785 140722333700785 140722333704143 0
Current children cumulated CPU time (s) 53.89
Current children cumulated vsize (KiB) 14069564

[startup+38.2006 s]
/proc/loadavg: 1.44 1.43 1.49 5/210 30432
/proc/meminfo: memFree=22423948/32770624 swapFree=0/316468
[pid=30368] ppid=30365 vsize=0 CPUtime=54.46 cores=0,2,4,6
/proc/30368/stat : 30368 (java) Z 30365 30368 16548 0 -1 4227084 109915 12663 0 0 5256 182 5 3 20 0 2 0 49971461 0 0 18446744073709551615 0 0 0 0 0 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 8 0 0 0 0 0 0 0 0 0 0
/proc/30368/statm: 0 0 0 0 0 0 0
[pid=30368/tid=30429] ppid=30365 vsize=0 CPUtime=2.35 cores=0,2,4,6
/proc/30368/task/30429/stat : 30429 (java) R 30365 30368 16548 0 -1 4203588 12484 12663 0 0 223 4 5 3 20 0 2 0 49971486 0 0 18446744073709551615 0 0 0 0 0 0 4 1 16800974 18446744073709551615 0 0 -1 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 54.46
Current children cumulated vsize (KiB) 0

Child status: 0
Real time (s): 38.2278
CPU time (s): 54.4997
CPU user time (s): 52.6195
CPU system time (s): 1.88017
CPU usage (%): 142.565
Max. virtual memory (cumulated for all children) (KiB): 14069564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.6195
system time used= 1.88017
maximum resident set size= 4023408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122578
page faults= 0
swaps= 0
block input operations= 0
block output operations= 264
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10940
involuntary context switches= 185

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.181937 second user time and 0.231474 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-11 20:41:59
IDJOB=4262705
IDBENCH=138504
IDSOLVER=2650
FILE ID=node126/4262705-1502477759
RUNJOBID= node126-1502411413-16611
PBS_JOBID= 
Free space on /tmp= 61924 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Sadeh-js/SuperSadeh-js-ewddr2-3.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262705-1502477759/watcher-4262705-1502477759 -o /tmp/evaluation-result-4262705-1502477759/solver-4262705-1502477759 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502411413-16611 --watchdog 2580  bin/concrete HOME/instance-4262705-1502477759.xml

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

MD5SUM BENCH= 5ef074aeb11af1fe72f101ddf8b307c4
RANDOM SEED=1295601894

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:        26267380 kB
MemAvailable:   26985576 kB
Buffers:          291000 kB
Cached:           700064 kB
SwapCached:          524 kB
Active:          5648668 kB
Inactive:         387824 kB
Active(anon):    4999352 kB
Inactive(anon):    71324 kB
Active(file):     649316 kB
Inactive(file):   316500 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67105588 kB
Dirty:             24332 kB
Writeback:             0 kB
AnonPages:       5063472 kB
Mapped:            54940 kB
Shmem:             25248 kB
Slab:             162668 kB
SReclaimable:     136428 kB
SUnreclaim:        26240 kB
KernelStack:        3712 kB
PageTables:        14488 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5487936 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4810752 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= 61900 MiB
End job on node126 at 2017-08-11 20:42:37