Trace number 4262431

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 77.776802 53.147301

General information on the benchmark

NameMarketSplit/MarketSplit-m1-gp/
MarketSplit-10.xml
MD5SUM12bfb070d62c3c52bb7bd12298b2d530
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 benchmark15.432
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints4
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":29}]
Minimum constraint arity29
Maximum constraint arity30
Distribution of constraint arities[{"arity":29,"count":1},{"arity":30,"count":3}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

3.16/2.19	c Concrete v3.4 running
77.67/53.13	v <instantiation>
77.67/53.13	v       <list>
77.67/53.13	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]
77.67/53.13	v       </list>
77.67/53.13	v       <values>
77.67/53.13	v         0 0 1 0 0 1 0 1 1 0 1 1 0 1 1 1 1 0 0 1 0 1 1 1 0 0 0 0 0 1
77.67/53.13	v       </values>
77.67/53.13	v     </instantiation>
77.67/53.13	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-4262431-1502455313/watcher-4262431-1502455313 -o /tmp/evaluation-result-4262431-1502455313/solver-4262431-1502455313 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4884 --watchdog 2580 bin/concrete HOME/instance-4262431-1502455313.xml 

pid=17168
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.66 1.41 1.39 2/197 17171
/proc/meminfo: memFree=29681048/32770624 swapFree=0/428684
[pid=17171] ppid=17168 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17171/stat : 17171 (runsolver) D 17168 17171 4821 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 93346479 24240128 108 18446744073709551615 4194304 4338465 140730155331168 140730155328808 140705730413271 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 16760832 140730155335889 140730155336265 140730155336265 140730155339722 0
/proc/17171/statm: 5918 108 54 36 0 2156 0

[startup+0.100083 s]
/proc/loadavg: 1.66 1.41 1.39 2/197 17171
/proc/meminfo: memFree=29681048/32770624 swapFree=0/428684
[pid=17171] ppid=17168 vsize=9508 CPUtime=0 cores=0,2,4,6
/proc/17171/stat : 17171 (bash) S 17168 17171 4821 0 -1 4202496 683 1541 0 0 0 0 0 0 20 0 1 0 93346479 9736192 352 18446744073709551615 4194304 5098028 140726392657312 140726392654952 139708335901696 0 0 5 65536 18446744071580971376 0 0 17 2 0 0 9 0 0 7196144 7232144 28807168 140726392664596 140726392664681 140726392664681 140726392668138 0
/proc/17171/statm: 2377 352 279 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200437 s]
/proc/loadavg: 1.66 1.41 1.39 2/197 17171
/proc/meminfo: memFree=29681048/32770624 swapFree=0/428684
[pid=17171] ppid=17168 vsize=9636 CPUtime=0.01 cores=0,2,4,6
/proc/17171/stat : 17171 (bash) S 17168 17171 4821 0 -1 4202496 896 6475 0 0 0 0 0 1 20 0 1 0 93346479 9867264 377 18446744073709551615 4194304 5098028 140726392657312 140726392651320 139708335901696 0 0 5 65536 18446744071580971376 0 0 17 6 0 0 9 0 0 7196144 7232144 28807168 140726392664596 140726392664681 140726392664681 140726392668138 0
/proc/17171/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300344 s]
/proc/loadavg: 1.66 1.41 1.39 2/197 17171
/proc/meminfo: memFree=29681048/32770624 swapFree=0/428684
[pid=17171] ppid=17168 vsize=13907308 CPUtime=0.13 cores=0,2,4,6
/proc/17171/stat : 17171 (java) S 17168 17171 4821 0 -1 1077944320 5490 12338 0 0 6 0 5 2 20 0 14 0 93346479 14241083392 5171 18446744073709551615 4194304 4196468 140730348021936 140730348004480 139912007921399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
/proc/17171/statm: 3476827 5171 2568 1 0 3466324 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 13907308

[startup+0.700196 s]
/proc/loadavg: 1.66 1.41 1.39 2/197 17171
/proc/meminfo: memFree=29681048/32770624 swapFree=0/428684
[pid=17171] ppid=17168 vsize=13974784 CPUtime=0.68 cores=0,2,4,6
/proc/17171/stat : 17171 (java) S 17168 17171 4821 0 -1 1077944320 13615 12338 0 0 58 3 5 2 20 0 15 0 93346479 14310178816 14534 18446744073709551615 4194304 4196468 140730348021936 140730348004480 139912007921399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
/proc/17171/statm: 3493696 14534 3121 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50245 s]
/proc/loadavg: 1.66 1.41 1.39 3/212 17234
/proc/meminfo: memFree=29584788/32770624 swapFree=0/429044
[pid=17171] ppid=17168 vsize=13985408 CPUtime=1.89 cores=0,2,4,6
/proc/17171/stat : 17171 (java) S 17168 17171 4821 0 -1 1077944320 29265 12338 0 0 174 8 5 2 20 0 15 0 93346479 14321057792 40727 18446744073709551615 4194304 4196468 140730348021936 140730348004480 139912007921399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
/proc/17171/statm: 3496352 40727 3370 1 0 3485525 0
[pid=17171/tid=17221] ppid=17168 vsize=13985408 CPUtime=1.28 cores=0,2,4,6
/proc/17171/task/17221/stat : 17221 (java) S 17168 17171 4821 0 -1 1077944384 22499 12338 0 0 116 5 5 2 20 0 15 0 93346500 14321057792 40727 18446744073709551615 4194304 4196468 140730348021936 139912012138704 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 4 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17222] ppid=17168 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17222/stat : 17222 (java) R 17168 17171 4821 0 -1 4202560 51 12338 0 0 0 0 5 2 20 0 15 0 93346501 14321057792 40727 18446744073709551615 4194304 4196468 140730348021936 139911927335696 139912007933334 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17223] ppid=17168 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17223/stat : 17223 (java) R 17168 17171 4821 0 -1 1077944384 46 12338 0 0 0 0 5 2 20 0 15 0 93346501 14321057792 40727 18446744073709551615 4194304 4196468 140730348021936 139911926283152 139912007931605 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17224] ppid=17168 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17224/stat : 17224 (java) R 17168 17171 4821 0 -1 4202560 7 12338 0 0 0 0 5 2 20 0 15 0 93346501 14321057792 40727 18446744073709551615 4194304 4196468 140730348021936 139911925230608 139912001026082 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17225] ppid=17168 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17225/stat : 17225 (java) R 17168 17171 4821 0 -1 4202560 256 12338 0 0 0 0 5 2 20 0 15 0 93346501 14321057792 40727 18446744073709551615 4194304 4196468 140730348021936 139911924178064 139911992909799 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17226] ppid=17168 vsize=13985408 CPUtime=0.08 cores=0,2,4,6
/proc/17171/task/17226/stat : 17226 (java) S 17168 17171 4821 0 -1 1077944384 1399 12338 0 0 1 0 5 2 20 0 15 0 93346502 14321057792 40727 18446744073709551615 4194304 4196468 140730348021936 139911485710880 139912007931605 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17227] ppid=17168 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17227/stat : 17227 (java) S 17168 17171 4821 0 -1 1077944384 33 12338 0 0 0 0 5 2 20 0 15 0 93346502 14321057792 40727 18446744073709551615 4194304 4196468 140730348021936 139911484658592 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17228] ppid=17168 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17228/stat : 17228 (java) S 17168 17171 4821 0 -1 1077944384 21 12338 0 0 0 0 5 2 20 0 15 0 93346503 14321057792 40727 18446744073709551615 4194304 4196468 140730348021936 139911483606000 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17229] ppid=17168 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17229/stat : 17229 (java) S 17168 17171 4821 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 93346505 14321057792 40727 18446744073709551615 4194304 4196468 140730348021936 139911482554576 139912007939995 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17230] ppid=17168 vsize=13985408 CPUtime=0.2 cores=0,2,4,6
/proc/17171/task/17230/stat : 17230 (java) S 17168 17171 4821 0 -1 1077944384 890 12338 0 0 13 0 5 2 20 0 15 0 93346505 14321057792 40727 18446744073709551615 4194304 4196468 140730348021936 139911481502192 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17231] ppid=17168 vsize=13985408 CPUtime=0.24 cores=0,2,4,6
/proc/17171/task/17231/stat : 17231 (java) S 17168 17171 4821 0 -1 1077944384 965 12338 0 0 17 0 5 2 20 0 15 0 93346505 14321057792 40727 18446744073709551615 4194304 4196468 140730348021936 139911480449648 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17232] ppid=17168 vsize=13985408 CPUtime=0.3 cores=0,2,4,6
/proc/17171/task/17232/stat : 17232 (java) S 17168 17171 4821 0 -1 1077944384 928 12338 0 0 23 0 5 2 20 0 15 0 93346505 14321057792 40727 18446744073709551615 4194304 4196468 140730348021936 139911479392976 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17233] ppid=17168 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17233/stat : 17233 (java) S 17168 17171 4821 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 93346506 14321057792 40727 18446744073709551615 4194304 4196468 140730348021936 139911478344800 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17234] ppid=17168 vsize=13985408 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17234/stat : 17234 (java) S 17168 17171 4821 0 -1 1077944384 11 12338 0 0 0 0 5 2 20 0 15 0 93346510 14321057792 40727 18446744073709551615 4194304 4196468 140730348021936 139911477291312 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
Current children cumulated CPU time (s) 1.89
Current children cumulated vsize (KiB) 13985408

[startup+3.10097 s]
/proc/loadavg: 1.77 1.44 1.40 4/212 17234
/proc/meminfo: memFree=29509516/32770624 swapFree=0/429036
[pid=17171] ppid=17168 vsize=14065468 CPUtime=5.43 cores=0,2,4,6
/proc/17171/stat : 17171 (java) S 17168 17171 4821 0 -1 1077944320 60871 12338 0 0 522 14 5 2 20 0 15 0 93346479 14403039232 72427 18446744073709551615 4194304 4196468 140730348021936 140730348004480 139912007921399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
/proc/17171/statm: 3516367 72427 3456 1 0 3504981 0
[pid=17171/tid=17221] ppid=17168 vsize=14065468 CPUtime=2.82 cores=0,2,4,6
/proc/17171/task/17221/stat : 17221 (java) R 17168 17171 4821 0 -1 1077944384 44931 12338 0 0 266 9 5 2 20 0 15 0 93346500 14403039232 72427 18446744073709551615 4194304 4196468 140730348021936 139912012154304 139912007931605 0 4 1 16800974 0 0 0 -1 6 0 0 4 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17222] ppid=17168 vsize=14065468 CPUtime=0.09 cores=0,2,4,6
/proc/17171/task/17222/stat : 17222 (java) S 17168 17171 4821 0 -1 1077944384 87 12338 0 0 2 0 5 2 20 0 15 0 93346501 14403039232 72427 18446744073709551615 4194304 4196468 140730348021936 139911927335696 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17223] ppid=17168 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/17171/task/17223/stat : 17223 (java) S 17168 17171 4821 0 -1 1077944384 104 12338 0 0 3 0 5 2 20 0 15 0 93346501 14403039232 72427 18446744073709551615 4194304 4196468 140730348021936 139911926283152 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17224] ppid=17168 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/17171/task/17224/stat : 17224 (java) S 17168 17171 4821 0 -1 1077944384 28 12338 0 0 3 0 5 2 20 0 15 0 93346501 14403039232 72427 18446744073709551615 4194304 4196468 140730348021936 139911925230608 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17225] ppid=17168 vsize=14065468 CPUtime=0.09 cores=0,2,4,6
/proc/17171/task/17225/stat : 17225 (java) S 17168 17171 4821 0 -1 1077944384 272 12338 0 0 2 0 5 2 20 0 15 0 93346501 14403039232 72427 18446744073709551615 4194304 4196468 140730348021936 139911924178064 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17226] ppid=17168 vsize=14065468 CPUtime=0.09 cores=0,2,4,6
/proc/17171/task/17226/stat : 17226 (java) S 17168 17171 4821 0 -1 1077944384 2248 12338 0 0 2 0 5 2 20 0 15 0 93346502 14403039232 72427 18446744073709551615 4194304 4196468 140730348021936 139911485712368 139912007932546 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17227] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17227/stat : 17227 (java) S 17168 17171 4821 0 -1 1077944384 54 12338 0 0 0 0 5 2 20 0 15 0 93346502 14403039232 72427 18446744073709551615 4194304 4196468 140730348021936 139911484658656 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17228] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17228/stat : 17228 (java) S 17168 17171 4821 0 -1 1077944384 45 12338 0 0 0 0 5 2 20 0 15 0 93346503 14403039232 72427 18446744073709551615 4194304 4196468 140730348021936 139911483606016 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17229] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17229/stat : 17229 (java) S 17168 17171 4821 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 93346505 14403039232 72492 18446744073709551615 4194304 4196468 140730348021936 139911482554576 139912007939995 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17230] ppid=17168 vsize=14065468 CPUtime=0.92 cores=0,2,4,6
/proc/17171/task/17230/stat : 17230 (java) R 17168 17171 4821 0 -1 4202560 4392 12338 0 0 84 1 5 2 20 0 15 0 93346505 14403039232 72492 18446744073709551615 4194304 4196468 140730348021936 139911481488072 139911989441194 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17231] ppid=17168 vsize=14065468 CPUtime=0.8 cores=0,2,4,6
/proc/17171/task/17231/stat : 17231 (java) R 17168 17171 4821 0 -1 4202560 3847 12338 0 0 73 0 5 2 20 0 15 0 93346505 14403039232 72492 18446744073709551615 4194304 4196468 140730348021936 139911480429008 139911991822000 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17232] ppid=17168 vsize=14065468 CPUtime=0.9 cores=0,2,4,6
/proc/17171/task/17232/stat : 17232 (java) S 17168 17171 4821 0 -1 1077944384 2690 12338 0 0 82 1 5 2 20 0 15 0 93346505 14403039232 72492 18446744073709551615 4194304 4196468 140730348021936 139911479397104 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17233] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17233/stat : 17233 (java) S 17168 17171 4821 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 93346506 14403039232 72492 18446744073709551615 4194304 4196468 140730348021936 139911478344800 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17234] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17234/stat : 17234 (java) S 17168 17171 4821 0 -1 1077944384 14 12338 0 0 0 0 5 2 20 0 15 0 93346510 14403039232 72492 18446744073709551615 4194304 4196468 140730348021936 139911477291312 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
Current children cumulated CPU time (s) 5.43
Current children cumulated vsize (KiB) 14065468

[startup+6.3006 s]
/proc/loadavg: 1.77 1.44 1.40 5/212 17234
/proc/meminfo: memFree=29272040/32770624 swapFree=0/429032
[pid=17171] ppid=17168 vsize=14065468 CPUtime=14.2 cores=0,2,4,6
/proc/17171/stat : 17171 (java) S 17168 17171 4821 0 -1 1077944320 70215 12338 0 0 1392 21 5 2 20 0 15 0 93346479 14403039232 118233 18446744073709551615 4194304 4196468 140730348021936 140730348004480 139912007921399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
/proc/17171/statm: 3516367 118233 3466 1 0 3504981 0
[pid=17171/tid=17221] ppid=17168 vsize=14065468 CPUtime=5.99 cores=0,2,4,6
/proc/17171/task/17221/stat : 17221 (java) R 17168 17171 4821 0 -1 4202560 45409 12338 0 0 580 12 5 2 20 0 15 0 93346500 14403039232 118233 18446744073709551615 4194304 4196468 140730348021936 139912012151904 139912007933334 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17222] ppid=17168 vsize=14065468 CPUtime=0.09 cores=0,2,4,6
/proc/17171/task/17222/stat : 17222 (java) S 17168 17171 4821 0 -1 1077944384 127 12338 0 0 2 0 5 2 20 0 15 0 93346501 14403039232 118233 18446744073709551615 4194304 4196468 140730348021936 139911927335696 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17223] ppid=17168 vsize=14065468 CPUtime=0.11 cores=0,2,4,6
/proc/17171/task/17223/stat : 17223 (java) S 17168 17171 4821 0 -1 1077944384 111 12338 0 0 4 0 5 2 20 0 15 0 93346501 14403039232 118233 18446744073709551615 4194304 4196468 140730348021936 139911926283152 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17224] ppid=17168 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/17171/task/17224/stat : 17224 (java) S 17168 17171 4821 0 -1 1077944384 901 12338 0 0 3 0 5 2 20 0 15 0 93346501 14403039232 118233 18446744073709551615 4194304 4196468 140730348021936 139911925230608 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17225] ppid=17168 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/17171/task/17225/stat : 17225 (java) S 17168 17171 4821 0 -1 1077944384 290 12338 0 0 3 0 5 2 20 0 15 0 93346501 14403039232 118233 18446744073709551615 4194304 4196468 140730348021936 139911924178064 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17226] ppid=17168 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/17171/task/17226/stat : 17226 (java) S 17168 17171 4821 0 -1 1077944384 2323 12338 0 0 3 0 5 2 20 0 15 0 93346502 14403039232 118233 18446744073709551615 4194304 4196468 140730348021936 139911485712368 139912007932546 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17227] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17227/stat : 17227 (java) S 17168 17171 4821 0 -1 1077944384 54 12338 0 0 0 0 5 2 20 0 15 0 93346502 14403039232 118233 18446744073709551615 4194304 4196468 140730348021936 139911484658656 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17228] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17228/stat : 17228 (java) S 17168 17171 4821 0 -1 1077944384 45 12338 0 0 0 0 5 2 20 0 15 0 93346503 14403039232 118233 18446744073709551615 4194304 4196468 140730348021936 139911483606016 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17229] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17229/stat : 17229 (java) S 17168 17171 4821 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 93346505 14403039232 118233 18446744073709551615 4194304 4196468 140730348021936 139911482554576 139912007939995 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17230] ppid=17168 vsize=14065468 CPUtime=3.09 cores=0,2,4,6
/proc/17171/task/17230/stat : 17230 (java) R 17168 17171 4821 0 -1 4202560 5290 12338 0 0 301 1 5 2 20 0 15 0 93346505 14403039232 118233 18446744073709551615 4194304 4196468 140730348021936 139911481502192 139911992316307 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17231] ppid=17168 vsize=14065468 CPUtime=3.02 cores=0,2,4,6
/proc/17171/task/17231/stat : 17231 (java) R 17168 17171 4821 0 -1 4202560 7462 12338 0 0 294 1 5 2 20 0 15 0 93346505 14403039232 118233 18446744073709551615 4194304 4196468 140730348021936 139911480449648 139911992318485 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17232] ppid=17168 vsize=14065468 CPUtime=2.03 cores=0,2,4,6
/proc/17171/task/17232/stat : 17232 (java) S 17168 17171 4821 0 -1 1077944384 5506 12338 0 0 195 1 5 2 20 0 15 0 93346505 14403039232 118233 18446744073709551615 4194304 4196468 140730348021936 139911479397104 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17233] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17233/stat : 17233 (java) S 17168 17171 4821 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 93346506 14403039232 118233 18446744073709551615 4194304 4196468 140730348021936 139911478344800 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17234] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17234/stat : 17234 (java) S 17168 17171 4821 0 -1 1077944384 537 12338 0 0 0 0 5 2 20 0 15 0 93346510 14403039232 118233 18446744073709551615 4194304 4196468 140730348021936 139911477291312 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
Current children cumulated CPU time (s) 14.2
Current children cumulated vsize (KiB) 14065468

[startup+12.7007 s]
/proc/loadavg: 2.12 1.52 1.42 5/212 17234
/proc/meminfo: memFree=29083196/32770624 swapFree=0/429032
[pid=17171] ppid=17168 vsize=14065468 CPUtime=30.66 cores=0,2,4,6
/proc/17171/stat : 17171 (java) S 17168 17171 4821 0 -1 1077944320 83888 12338 0 0 3030 29 5 2 20 0 15 0 93346479 14403039232 152881 18446744073709551615 4194304 4196468 140730348021936 140730348004480 139912007921399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
/proc/17171/statm: 3516367 152881 3467 1 0 3504981 0
[pid=17171/tid=17221] ppid=17168 vsize=14065468 CPUtime=12.35 cores=0,2,4,6
/proc/17171/task/17221/stat : 17221 (java) R 17168 17171 4821 0 -1 4202560 47310 12338 0 0 1214 14 5 2 20 0 15 0 93346500 14403039232 152881 18446744073709551615 4194304 4196468 140730348021936 139912012153360 139912000160500 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17222] ppid=17168 vsize=14065468 CPUtime=0.11 cores=0,2,4,6
/proc/17171/task/17222/stat : 17222 (java) S 17168 17171 4821 0 -1 1077944384 199 12338 0 0 3 1 5 2 20 0 15 0 93346501 14403039232 152881 18446744073709551615 4194304 4196468 140730348021936 139911927335696 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17223] ppid=17168 vsize=14065468 CPUtime=0.12 cores=0,2,4,6
/proc/17171/task/17223/stat : 17223 (java) S 17168 17171 4821 0 -1 1077944384 1204 12338 0 0 5 0 5 2 20 0 15 0 93346501 14403039232 152881 18446744073709551615 4194304 4196468 140730348021936 139911926283152 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17224] ppid=17168 vsize=14065468 CPUtime=0.11 cores=0,2,4,6
/proc/17171/task/17224/stat : 17224 (java) S 17168 17171 4821 0 -1 1077944384 1262 12338 0 0 4 0 5 2 20 0 15 0 93346501 14403039232 152881 18446744073709551615 4194304 4196468 140730348021936 139911925230608 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17225] ppid=17168 vsize=14065468 CPUtime=0.11 cores=0,2,4,6
/proc/17171/task/17225/stat : 17225 (java) S 17168 17171 4821 0 -1 1077944384 440 12338 0 0 4 0 5 2 20 0 15 0 93346501 14403039232 152881 18446744073709551615 4194304 4196468 140730348021936 139911924178064 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17226] ppid=17168 vsize=14065468 CPUtime=0.12 cores=0,2,4,6
/proc/17171/task/17226/stat : 17226 (java) S 17168 17171 4821 0 -1 1077944384 2664 12338 0 0 5 0 5 2 20 0 15 0 93346502 14403039232 152881 18446744073709551615 4194304 4196468 140730348021936 139911485712368 139912007932546 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17227] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17227/stat : 17227 (java) S 17168 17171 4821 0 -1 1077944384 54 12338 0 0 0 0 5 2 20 0 15 0 93346502 14403039232 152881 18446744073709551615 4194304 4196468 140730348021936 139911484658656 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17228] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17228/stat : 17228 (java) S 17168 17171 4821 0 -1 1077944384 45 12338 0 0 0 0 5 2 20 0 15 0 93346503 14403039232 152881 18446744073709551615 4194304 4196468 140730348021936 139911483606016 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17229] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17229/stat : 17229 (java) S 17168 17171 4821 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 93346505 14403039232 152881 18446744073709551615 4194304 4196468 140730348021936 139911482554576 139912007939995 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0

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

/proc/17171/task/17226/stat : 17226 (java) S 17168 17171 4821 0 -1 1077944384 3375 12338 0 0 9 1 5 2 20 0 15 0 93346502 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911485712368 139912007932546 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17227] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17227/stat : 17227 (java) S 17168 17171 4821 0 -1 1077944384 54 12338 0 0 0 0 5 2 20 0 15 0 93346502 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911484658656 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17228] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17228/stat : 17228 (java) S 17168 17171 4821 0 -1 1077944384 45 12338 0 0 0 0 5 2 20 0 15 0 93346503 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911483606016 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17229] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17229/stat : 17229 (java) S 17168 17171 4821 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 93346505 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911482554576 139912007939995 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17230] ppid=17168 vsize=14065468 CPUtime=9.27 cores=0,2,4,6
/proc/17171/task/17230/stat : 17230 (java) S 17168 17171 4821 0 -1 1077944384 8105 12338 0 0 917 3 5 2 20 0 15 0 93346505 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911481502192 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17231] ppid=17168 vsize=14065468 CPUtime=9.09 cores=0,2,4,6
/proc/17171/task/17231/stat : 17231 (java) S 17168 17171 4821 0 -1 1077944384 10922 12338 0 0 898 4 5 2 20 0 15 0 93346505 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911480449648 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17232] ppid=17168 vsize=14065468 CPUtime=6.03 cores=0,2,4,6
/proc/17171/task/17232/stat : 17232 (java) S 17168 17171 4821 0 -1 1077944384 12955 12338 0 0 591 5 5 2 20 0 15 0 93346505 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911479397104 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17233] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17233/stat : 17233 (java) S 17168 17171 4821 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 93346506 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911478344800 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17234] ppid=17168 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/17171/task/17234/stat : 17234 (java) S 17168 17171 4821 0 -1 1077944384 645 12338 0 0 2 1 5 2 20 0 15 0 93346510 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911477291312 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
Current children cumulated CPU time (s) 75.52
Current children cumulated vsize (KiB) 14065468

[startup+52.0007 s]
/proc/loadavg: 1.80 1.51 1.42 3/212 17236
/proc/meminfo: memFree=28749204/32770624 swapFree=0/429044
[pid=17171] ppid=17168 vsize=14065468 CPUtime=76.33 cores=0,2,4,6
/proc/17171/stat : 17171 (java) S 17168 17171 4821 0 -1 1077944320 94100 12338 0 0 7581 45 5 2 20 0 15 0 93346479 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 140730348004480 139912007921399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
/proc/17171/statm: 3516367 235472 3467 1 0 3504981 0
[pid=17171/tid=17221] ppid=17168 vsize=14065468 CPUtime=51.51 cores=0,2,4,6
/proc/17171/task/17221/stat : 17221 (java) R 17168 17171 4821 0 -1 4202560 50654 12338 0 0 5124 20 5 2 20 0 15 0 93346500 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139912012154736 139911605801776 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17222] ppid=17168 vsize=14065468 CPUtime=0.16 cores=0,2,4,6
/proc/17171/task/17222/stat : 17222 (java) S 17168 17171 4821 0 -1 1077944384 548 12338 0 0 7 2 5 2 20 0 15 0 93346501 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911927335696 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17223] ppid=17168 vsize=14065468 CPUtime=0.18 cores=0,2,4,6
/proc/17171/task/17223/stat : 17223 (java) S 17168 17171 4821 0 -1 1077944384 1724 12338 0 0 9 2 5 2 20 0 15 0 93346501 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911926283152 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17224] ppid=17168 vsize=14065468 CPUtime=0.18 cores=0,2,4,6
/proc/17171/task/17224/stat : 17224 (java) S 17168 17171 4821 0 -1 1077944384 2334 12338 0 0 9 2 5 2 20 0 15 0 93346501 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911925230608 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17225] ppid=17168 vsize=14065468 CPUtime=0.17 cores=0,2,4,6
/proc/17171/task/17225/stat : 17225 (java) S 17168 17171 4821 0 -1 1077944384 579 12338 0 0 8 2 5 2 20 0 15 0 93346501 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911924178064 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17226] ppid=17168 vsize=14065468 CPUtime=0.17 cores=0,2,4,6
/proc/17171/task/17226/stat : 17226 (java) S 17168 17171 4821 0 -1 1077944384 3375 12338 0 0 9 1 5 2 20 0 15 0 93346502 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911485712368 139912007932546 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17227] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17227/stat : 17227 (java) S 17168 17171 4821 0 -1 1077944384 54 12338 0 0 0 0 5 2 20 0 15 0 93346502 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911484658656 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17228] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17228/stat : 17228 (java) S 17168 17171 4821 0 -1 1077944384 45 12338 0 0 0 0 5 2 20 0 15 0 93346503 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911483606016 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17229] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17229/stat : 17229 (java) S 17168 17171 4821 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 93346505 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911482554576 139912007939995 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17230] ppid=17168 vsize=14065468 CPUtime=9.27 cores=0,2,4,6
/proc/17171/task/17230/stat : 17230 (java) S 17168 17171 4821 0 -1 1077944384 8105 12338 0 0 917 3 5 2 20 0 15 0 93346505 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911481502192 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17231] ppid=17168 vsize=14065468 CPUtime=9.09 cores=0,2,4,6
/proc/17171/task/17231/stat : 17231 (java) S 17168 17171 4821 0 -1 1077944384 10922 12338 0 0 898 4 5 2 20 0 15 0 93346505 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911480449648 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17232] ppid=17168 vsize=14065468 CPUtime=6.03 cores=0,2,4,6
/proc/17171/task/17232/stat : 17232 (java) S 17168 17171 4821 0 -1 1077944384 12955 12338 0 0 591 5 5 2 20 0 15 0 93346505 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911479397104 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17233] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17233/stat : 17233 (java) S 17168 17171 4821 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 93346506 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911478344800 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17234] ppid=17168 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/17171/task/17234/stat : 17234 (java) S 17168 17171 4821 0 -1 1077944384 645 12338 0 0 2 1 5 2 20 0 15 0 93346510 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911477291312 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
Current children cumulated CPU time (s) 76.33
Current children cumulated vsize (KiB) 14065468

[startup+52.8007 s]
/proc/loadavg: 1.73 1.50 1.42 3/213 17237
/proc/meminfo: memFree=28749188/32770624 swapFree=0/429044
[pid=17171] ppid=17168 vsize=14065468 CPUtime=77.14 cores=0,2,4,6
/proc/17171/stat : 17171 (java) S 17168 17171 4821 0 -1 1077944320 94104 12338 0 0 7662 45 5 2 20 0 15 0 93346479 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 140730348004480 139912007921399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
/proc/17171/statm: 3516367 235472 3467 1 0 3504981 0
[pid=17171/tid=17221] ppid=17168 vsize=14065468 CPUtime=52.31 cores=0,2,4,6
/proc/17171/task/17221/stat : 17221 (java) R 17168 17171 4821 0 -1 4202560 50657 12338 0 0 5204 20 5 2 20 0 15 0 93346500 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139912012155808 139911601871530 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17222] ppid=17168 vsize=14065468 CPUtime=0.16 cores=0,2,4,6
/proc/17171/task/17222/stat : 17222 (java) S 17168 17171 4821 0 -1 1077944384 549 12338 0 0 7 2 5 2 20 0 15 0 93346501 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911927335696 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17223] ppid=17168 vsize=14065468 CPUtime=0.18 cores=0,2,4,6
/proc/17171/task/17223/stat : 17223 (java) S 17168 17171 4821 0 -1 1077944384 1724 12338 0 0 9 2 5 2 20 0 15 0 93346501 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911926283152 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17224] ppid=17168 vsize=14065468 CPUtime=0.18 cores=0,2,4,6
/proc/17171/task/17224/stat : 17224 (java) S 17168 17171 4821 0 -1 1077944384 2334 12338 0 0 9 2 5 2 20 0 15 0 93346501 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911925230608 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17225] ppid=17168 vsize=14065468 CPUtime=0.17 cores=0,2,4,6
/proc/17171/task/17225/stat : 17225 (java) S 17168 17171 4821 0 -1 1077944384 579 12338 0 0 8 2 5 2 20 0 15 0 93346501 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911924178064 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17226] ppid=17168 vsize=14065468 CPUtime=0.18 cores=0,2,4,6
/proc/17171/task/17226/stat : 17226 (java) S 17168 17171 4821 0 -1 1077944384 3375 12338 0 0 10 1 5 2 20 0 15 0 93346502 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911485712368 139912007932546 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17227] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17227/stat : 17227 (java) S 17168 17171 4821 0 -1 1077944384 54 12338 0 0 0 0 5 2 20 0 15 0 93346502 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911484658656 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17228] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17228/stat : 17228 (java) S 17168 17171 4821 0 -1 1077944384 45 12338 0 0 0 0 5 2 20 0 15 0 93346503 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911483606016 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17229] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17229/stat : 17229 (java) S 17168 17171 4821 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 93346505 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911482554576 139912007939995 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17230] ppid=17168 vsize=14065468 CPUtime=9.27 cores=0,2,4,6
/proc/17171/task/17230/stat : 17230 (java) S 17168 17171 4821 0 -1 1077944384 8105 12338 0 0 917 3 5 2 20 0 15 0 93346505 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911481502192 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17231] ppid=17168 vsize=14065468 CPUtime=9.09 cores=0,2,4,6
/proc/17171/task/17231/stat : 17231 (java) S 17168 17171 4821 0 -1 1077944384 10922 12338 0 0 898 4 5 2 20 0 15 0 93346505 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911480449648 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17232] ppid=17168 vsize=14065468 CPUtime=6.03 cores=0,2,4,6
/proc/17171/task/17232/stat : 17232 (java) S 17168 17171 4821 0 -1 1077944384 12955 12338 0 0 591 5 5 2 20 0 15 0 93346505 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911479397104 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17233] ppid=17168 vsize=14065468 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17233/stat : 17233 (java) S 17168 17171 4821 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 93346506 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911478344800 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17234] ppid=17168 vsize=14065468 CPUtime=0.1 cores=0,2,4,6
/proc/17171/task/17234/stat : 17234 (java) S 17168 17171 4821 0 -1 1077944384 645 12338 0 0 2 1 5 2 20 0 15 0 93346510 14403039232 235472 18446744073709551615 4194304 4196468 140730348021936 139911477291312 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
Current children cumulated CPU time (s) 77.14
Current children cumulated vsize (KiB) 14065468

[startup+53.0006 s]
/proc/loadavg: 1.73 1.50 1.42 3/213 17237
/proc/meminfo: memFree=28749188/32770624 swapFree=0/429044
[pid=17171] ppid=17168 vsize=14067516 CPUtime=77.47 cores=0,2,4,6
/proc/17171/stat : 17171 (java) S 17168 17171 4821 0 -1 1077944320 105396 12338 0 0 7694 46 5 2 20 0 15 0 93346479 14405136384 237050 18446744073709551615 4194304 4196468 140730348021936 140730348004480 139912007921399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
/proc/17171/statm: 3516879 237050 3467 1 0 3505493 0
[pid=17171/tid=17221] ppid=17168 vsize=14067516 CPUtime=52.44 cores=0,2,4,6
/proc/17171/task/17221/stat : 17221 (java) S 17168 17171 4821 0 -1 1077944384 54022 12338 0 0 5217 20 5 2 20 0 15 0 93346500 14405136384 237050 18446744073709551615 4194304 4196468 140730348021936 139912012159072 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 4 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17222] ppid=17168 vsize=14067516 CPUtime=0.21 cores=0,2,4,6
/proc/17171/task/17222/stat : 17222 (java) R 17168 17171 4821 0 -1 4202560 564 12338 0 0 11 3 5 2 20 0 15 0 93346501 14405136384 237050 18446744073709551615 4194304 4196468 140730348021936 139911927335504 139912000549607 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17223] ppid=17168 vsize=14067516 CPUtime=0.22 cores=0,2,4,6
/proc/17171/task/17223/stat : 17223 (java) R 17168 17171 4821 0 -1 4202560 1750 12338 0 0 13 2 5 2 20 0 15 0 93346501 14405136384 237050 18446744073709551615 4194304 4196468 140730348021936 139911926283152 139911989531245 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17224] ppid=17168 vsize=14067516 CPUtime=0.22 cores=0,2,4,6
/proc/17171/task/17224/stat : 17224 (java) R 17168 17171 4821 0 -1 4202560 2370 12338 0 0 13 2 5 2 20 0 15 0 93346501 14405136384 237050 18446744073709551615 4194304 4196468 140730348021936 139911925230728 139912000549607 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17225] ppid=17168 vsize=14067516 CPUtime=0.22 cores=0,2,4,6
/proc/17171/task/17225/stat : 17225 (java) R 17168 17171 4821 0 -1 4202560 585 12338 0 0 13 2 5 2 20 0 15 0 93346501 14405136384 237050 18446744073709551615 4194304 4196468 140730348021936 139911924177872 139912000549607 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17226] ppid=17168 vsize=14067516 CPUtime=0.19 cores=0,2,4,6
/proc/17171/task/17226/stat : 17226 (java) S 17168 17171 4821 0 -1 1077944384 11219 12338 0 0 11 1 5 2 20 0 15 0 93346502 14405136384 237050 18446744073709551615 4194304 4196468 140730348021936 139911485710992 139912007931605 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17227] ppid=17168 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17227/stat : 17227 (java) S 17168 17171 4821 0 -1 1077944384 54 12338 0 0 0 0 5 2 20 0 15 0 93346502 14405136384 237050 18446744073709551615 4194304 4196468 140730348021936 139911484658656 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17228] ppid=17168 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17228/stat : 17228 (java) S 17168 17171 4821 0 -1 1077944384 45 12338 0 0 0 0 5 2 20 0 15 0 93346503 14405136384 237050 18446744073709551615 4194304 4196468 140730348021936 139911483606016 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17229] ppid=17168 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17229/stat : 17229 (java) S 17168 17171 4821 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 93346505 14405136384 237050 18446744073709551615 4194304 4196468 140730348021936 139911482554576 139912007939995 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17230] ppid=17168 vsize=14067516 CPUtime=9.27 cores=0,2,4,6
/proc/17171/task/17230/stat : 17230 (java) S 17168 17171 4821 0 -1 1077944384 8105 12338 0 0 917 3 5 2 20 0 15 0 93346505 14405136384 237050 18446744073709551615 4194304 4196468 140730348021936 139911481502192 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17231] ppid=17168 vsize=14067516 CPUtime=9.09 cores=0,2,4,6
/proc/17171/task/17231/stat : 17231 (java) S 17168 17171 4821 0 -1 1077944384 10922 12338 0 0 898 4 5 2 20 0 15 0 93346505 14405136384 237050 18446744073709551615 4194304 4196468 140730348021936 139911480449648 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17232] ppid=17168 vsize=14067516 CPUtime=6.03 cores=0,2,4,6
/proc/17171/task/17232/stat : 17232 (java) S 17168 17171 4821 0 -1 1077944384 12955 12338 0 0 591 5 5 2 20 0 15 0 93346505 14405136384 237050 18446744073709551615 4194304 4196468 140730348021936 139911479397104 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17233] ppid=17168 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17233/stat : 17233 (java) S 17168 17171 4821 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 93346506 14405136384 237050 18446744073709551615 4194304 4196468 140730348021936 139911478344800 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17234] ppid=17168 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/17171/task/17234/stat : 17234 (java) R 17168 17171 4821 0 -1 1077944384 645 12338 0 0 2 1 5 2 20 0 15 0 93346510 14405136384 237050 18446744073709551615 4194304 4196468 140730348021936 139911477291312 139912007932546 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
Current children cumulated CPU time (s) 77.47
Current children cumulated vsize (KiB) 14067516

[startup+53.1007 s]
/proc/loadavg: 1.73 1.50 1.42 3/213 17237
/proc/meminfo: memFree=28749188/32770624 swapFree=0/429044
[pid=17171] ppid=17168 vsize=14067516 CPUtime=77.67 cores=0,2,4,6
/proc/17171/stat : 17171 (java) S 17168 17171 4821 0 -1 1077944320 105739 12338 0 0 7714 46 5 2 20 0 15 0 93346479 14405136384 237095 18446744073709551615 4194304 4196468 140730348021936 140730348004480 139912007921399 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 9 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
/proc/17171/statm: 3516879 237095 3467 1 0 3505493 0
[pid=17171/tid=17221] ppid=17168 vsize=14067516 CPUtime=52.45 cores=0,2,4,6
/proc/17171/task/17221/stat : 17221 (java) R 17168 17171 4821 0 -1 4202560 54130 12338 0 0 5218 20 5 2 20 0 15 0 93346500 14405136384 237095 18446744073709551615 4194304 4196468 140730348021936 139912012159072 139911989484928 0 4 1 16800974 0 0 0 -1 2 0 0 4 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17222] ppid=17168 vsize=14067516 CPUtime=0.25 cores=0,2,4,6
/proc/17171/task/17222/stat : 17222 (java) S 17168 17171 4821 0 -1 1077944384 571 12338 0 0 15 3 5 2 20 0 15 0 93346501 14405136384 237095 18446744073709551615 4194304 4196468 140730348021936 139911927335696 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17223] ppid=17168 vsize=14067516 CPUtime=0.26 cores=0,2,4,6
/proc/17171/task/17223/stat : 17223 (java) S 17168 17171 4821 0 -1 1077944384 1753 12338 0 0 17 2 5 2 20 0 15 0 93346501 14405136384 237095 18446744073709551615 4194304 4196468 140730348021936 139911926283152 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17224] ppid=17168 vsize=14067516 CPUtime=0.26 cores=0,2,4,6
/proc/17171/task/17224/stat : 17224 (java) S 17168 17171 4821 0 -1 1077944384 2370 12338 0 0 17 2 5 2 20 0 15 0 93346501 14405136384 237095 18446744073709551615 4194304 4196468 140730348021936 139911925230608 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17225] ppid=17168 vsize=14067516 CPUtime=0.25 cores=0,2,4,6
/proc/17171/task/17225/stat : 17225 (java) S 17168 17171 4821 0 -1 1077944384 596 12338 0 0 16 2 5 2 20 0 15 0 93346501 14405136384 237095 18446744073709551615 4194304 4196468 140730348021936 139911924178064 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17226] ppid=17168 vsize=14067516 CPUtime=0.25 cores=0,2,4,6
/proc/17171/task/17226/stat : 17226 (java) S 17168 17171 4821 0 -1 1077944384 11426 12338 0 0 17 1 5 2 20 0 15 0 93346502 14405136384 237095 18446744073709551615 4194304 4196468 140730348021936 139911485712368 139912007932546 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17227] ppid=17168 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17227/stat : 17227 (java) S 17168 17171 4821 0 -1 1077944384 59 12338 0 0 0 0 5 2 20 0 15 0 93346502 14405136384 237095 18446744073709551615 4194304 4196468 140730348021936 139911484658656 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17228] ppid=17168 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17228/stat : 17228 (java) S 17168 17171 4821 0 -1 1077944384 47 12338 0 0 0 0 5 2 20 0 15 0 93346503 14405136384 237095 18446744073709551615 4194304 4196468 140730348021936 139911483606016 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17229] ppid=17168 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17229/stat : 17229 (java) S 17168 17171 4821 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 93346505 14405136384 237095 18446744073709551615 4194304 4196468 140730348021936 139911482554576 139912007939995 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17230] ppid=17168 vsize=14067516 CPUtime=9.27 cores=0,2,4,6
/proc/17171/task/17230/stat : 17230 (java) S 17168 17171 4821 0 -1 1077944384 8105 12338 0 0 917 3 5 2 20 0 15 0 93346505 14405136384 237095 18446744073709551615 4194304 4196468 140730348021936 139911481502192 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17231] ppid=17168 vsize=14067516 CPUtime=9.09 cores=0,2,4,6
/proc/17171/task/17231/stat : 17231 (java) S 17168 17171 4821 0 -1 1077944384 10922 12338 0 0 898 4 5 2 20 0 15 0 93346505 14405136384 237095 18446744073709551615 4194304 4196468 140730348021936 139911480449648 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17232] ppid=17168 vsize=14067516 CPUtime=6.03 cores=0,2,4,6
/proc/17171/task/17232/stat : 17232 (java) S 17168 17171 4821 0 -1 1077944384 12955 12338 0 0 591 5 5 2 20 0 15 0 93346505 14405136384 237095 18446744073709551615 4194304 4196468 140730348021936 139911479397104 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17233] ppid=17168 vsize=14067516 CPUtime=0.07 cores=0,2,4,6
/proc/17171/task/17233/stat : 17233 (java) S 17168 17171 4821 0 -1 1077944384 3 12338 0 0 0 0 5 2 20 0 15 0 93346506 14405136384 237095 18446744073709551615 4194304 4196468 140730348021936 139911478344800 139912007931605 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
[pid=17171/tid=17234] ppid=17168 vsize=14067516 CPUtime=0.1 cores=0,2,4,6
/proc/17171/task/17234/stat : 17234 (java) S 17168 17171 4821 0 -1 1077944384 645 12338 0 0 2 1 5 2 20 0 15 0 93346510 14405136384 237095 18446744073709551615 4194304 4196468 140730348021936 139911477291312 139912007932546 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 14069760 140730348029904 140730348032689 140730348032689 140730348036047 0
Current children cumulated CPU time (s) 77.67
Current children cumulated vsize (KiB) 14067516

Child status: 0
Real time (s): 53.1473
CPU time (s): 77.7768
CPU user time (s): 77.2639
CPU system time (s): 0.512951
CPU usage (%): 146.342
Max. virtual memory (cumulated for all children) (KiB): 14067952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.2638
system time used= 0.512951
maximum resident set size= 949164
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 118741
page faults= 0
swaps= 0
block input operations= 0
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18625
involuntary context switches= 260

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.255468 second user time and 0.316219 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-11 14:27:45
IDJOB=4262431
IDBENCH=133090
IDSOLVER=2650
FILE ID=node133/4262431-1502455313
RUNJOBID= node133-1502411423-4884
PBS_JOBID= 
Free space on /tmp= 62008 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/MarketSplit/MarketSplit-m1-gp/MarketSplit-10.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4262431-1502455313/watcher-4262431-1502455313 -o /tmp/evaluation-result-4262431-1502455313/solver-4262431-1502455313 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502411423-4884 --watchdog 2580  bin/concrete HOME/instance-4262431-1502455313.xml

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

MD5SUM BENCH= 12bfb070d62c3c52bb7bd12298b2d530
RANDOM SEED=345111460

node133.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.17
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.17
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.17
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.17
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:        29682120 kB
MemAvailable:   30559008 kB
Buffers:          293520 kB
Cached:           877440 kB
SwapCached:            0 kB
Active:          2190932 kB
Inactive:         462056 kB
Active(anon):    1482228 kB
Inactive(anon):    33112 kB
Active(file):     708704 kB
Inactive(file):   428944 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24408 kB
Writeback:             0 kB
AnonPages:       1482044 kB
Mapped:            64424 kB
Shmem:             33468 kB
Slab:             137464 kB
SReclaimable:     110152 kB
SUnreclaim:        27312 kB
KernelStack:        3456 kB
PageTables:         8252 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2236368 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1253376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node133 at 2017-08-11 14:28:38