Trace number 4264441

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
AbsCon-basic 2017-06-11SAT 22.756599 20.720501

DiagnosticValue
WRONG_DECISIONS3749

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-124.xml
MD5SUM0b191f89e8c533aa19cec6ff372cdf5f
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 benchmark1.3578
Satisfiable
(Un)Satisfiability was proved
Number of variables248
Number of constraints132
Number of domains2
Minimum domain size124
Maximum domain size15376
Distribution of domain sizes[{"size":124,"count":124},{"size":15376,"count":124}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":124},{"degree":4,"count":123},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity124
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":124},{"arity":62,"count":6},{"arity":124,"count":1}]
Number of extensional constraints0
Number of intensional constraints125
Distribution of constraint types[{"type":"intension","count":125},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.23/0.36	
0.23/0.36	AbsCon 2 
0.23/0.36	
0.57/0.58	  Solving XCSP3-instance-4264441-1502274299 as a CSP
0.57/0.58	  Loading variables...
0.83/0.64	  Loading constraints...
1.09/0.77	  Solver SolverBacktrack being built...
1.09/0.77	
11.81/11.02	  Preprocessing : gac=false, ccks=118910543, filters=431, revisions=250 (useless=124), AC=1906624, removals=1906624, inconsistent=false
11.81/11.02	
22.73/20.70	
22.73/20.70	v <instantiation id='sol1' type='solution'>  <list> x[] y[] cx[] cy[] </list>  <values> 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 56 62 64 65 66 67 68 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 57 58 59 60 61 63 69 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 1 4 9 16 25 36 49 64 81 100 121 144 169 196 225 256 289 324 3136 3844 4096 4225 4356 4489 4624 4900 5041 5184 5329 5476 5625 5776 5929 6084 6241 6400 6561 6724 6889 7056 7225 7396 7569 7744 7921 8100 8281 8464 8649 8836 9025 9216 9409 9604 9801 10000 10201 10404 10609 10816 11025 11236 361 400 441 484 529 576 625 676 729 784 841 900 961 1024 1089 1156 1225 1296 1369 1444 1521 1600 1681 1764 1849 1936 2025 2116 2209 2304 2401 2500 2601 2704 2809 2916 3025 3249 3364 3481 3600 3721 3969 4761 11449 11664 11881 12100 12321 12544 12769 12996 13225 13456 13689 13924 14161 14400 14641 14884 15129 15376 </values>  </instantiation>
22.73/20.70	s SATISFIABLE
22.73/20.70	
22.73/20.70	d WRONG_DECISIONS 3749

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-4264441-1502274299/watcher-4264441-1502274299 -o /tmp/evaluation-result-4264441-1502274299/solver-4264441-1502274299 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502258125-5061 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4264441-1502274299.xml 

pid=7571
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 1.37 1.62 1.84 2/202 7574
/proc/meminfo: memFree=31030668/32770624 swapFree=0/519784
[pid=7574] ppid=7571 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/7574/stat : 7574 (runsolver) D 7571 7574 31388 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 74936094 24240128 106 18446744073709551615 4194304 4338465 140725219530640 140725219528280 140423208153815 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 14647296 140725219537056 140725219537481 140725219537481 140725219540938 0
/proc/7574/statm: 5918 106 53 36 0 2156 0

[startup+0.100152 s]
/proc/loadavg: 1.37 1.62 1.84 2/202 7574
/proc/meminfo: memFree=31030668/32770624 swapFree=0/519784
[pid=7574] ppid=7571 vsize=9936560 CPUtime=0 cores=1,3,5,7
/proc/7574/stat : 7574 (java) S 7571 7574 31388 0 -1 1077944320 3082 0 0 0 0 0 0 0 20 0 6 0 74936094 10175037440 3790 18446744073709551615 4194304 4196468 140722162421600 140722162404144 140096955399927 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
/proc/7574/statm: 2484140 3790 1709 1 0 2473637 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9936560

[startup+0.200315 s]
/proc/loadavg: 1.37 1.62 1.84 2/202 7574
/proc/meminfo: memFree=31030668/32770624 swapFree=0/519784
[pid=7574] ppid=7571 vsize=10551056 CPUtime=0.06 cores=1,3,5,7
/proc/7574/stat : 7574 (java) S 7571 7574 31388 0 -1 1077944320 4683 0 0 0 5 1 0 0 20 0 15 0 74936094 10804281344 5710 18446744073709551615 4194304 4196468 140722162421600 140722162404144 140096955399927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
/proc/7574/statm: 2637764 5710 2602 1 0 2627261 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 10551056

[startup+0.300331 s]
/proc/loadavg: 1.37 1.62 1.84 2/202 7574
/proc/meminfo: memFree=31030668/32770624 swapFree=0/519784
[pid=7574] ppid=7571 vsize=10551180 CPUtime=0.23 cores=1,3,5,7
/proc/7574/stat : 7574 (java) S 7571 7574 31388 0 -1 1077944320 8698 0 0 0 21 2 0 0 20 0 15 0 74936094 10804408320 9008 18446744073709551615 4194304 4196468 140722162421600 140722162404144 140096955399927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
/proc/7574/statm: 2637795 9008 2854 1 0 2627261 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 10551180

[startup+0.704093 s]
/proc/loadavg: 1.37 1.62 1.84 2/202 7574
/proc/meminfo: memFree=31030668/32770624 swapFree=0/519784
[pid=7574] ppid=7571 vsize=10621952 CPUtime=1.09 cores=1,3,5,7
/proc/7574/stat : 7574 (java) S 7571 7574 31388 0 -1 1077944320 13660 0 0 0 103 6 0 0 20 0 16 0 74936094 10876878848 26959 18446744073709551615 4194304 4196468 140722162421600 140722162404144 140096955399927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
/proc/7574/statm: 2655488 26959 3084 1 0 2644414 0
Current children cumulated CPU time (s) 1.09
Current children cumulated vsize (KiB) 10621952

[startup+1.50061 s]
/proc/loadavg: 1.37 1.62 1.84 3/218 7592
/proc/meminfo: memFree=30889156/32770624 swapFree=0/519812
[pid=7574] ppid=7571 vsize=10624000 CPUtime=2.28 cores=1,3,5,7
/proc/7574/stat : 7574 (java) S 7571 7574 31388 0 -1 1077944320 16019 0 0 0 222 6 0 0 20 0 16 0 74936094 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140722162404144 140096955399927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
/proc/7574/statm: 2656000 38552 3104 1 0 2644926 0
[pid=7574/tid=7576] ppid=7571 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/7574/task/7576/stat : 7576 (java) S 7571 7574 31388 0 -1 1077944384 6178 0 0 0 19 2 0 0 20 0 16 0 74936102 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096959642800 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7577] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7577/stat : 7577 (java) S 7571 7574 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096885819792 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7578] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7578/stat : 7578 (java) S 7571 7574 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096884766992 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7579] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7579/stat : 7579 (java) S 7571 7574 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096883714704 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7580] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7580/stat : 7580 (java) S 7571 7574 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096882661904 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7581] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7581/stat : 7581 (java) S 7571 7574 31388 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 16 0 74936104 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096450796144 140096955411074 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7582] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7582/stat : 7582 (java) S 7571 7574 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 74936105 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096449742112 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7583] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7583/stat : 7583 (java) S 7571 7574 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 74936105 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096448689776 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7584] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7584/stat : 7584 (java) S 7571 7574 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74936107 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096447638096 140096955418523 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7585] ppid=7571 vsize=10624000 CPUtime=0.28 cores=1,3,5,7
/proc/7574/task/7585/stat : 7585 (java) S 7571 7574 31388 0 -1 1077944384 1791 0 0 0 28 0 0 0 20 0 16 0 74936107 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096446584944 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7586] ppid=7571 vsize=10624000 CPUtime=0.27 cores=1,3,5,7
/proc/7574/task/7586/stat : 7586 (java) S 7571 7574 31388 0 -1 1077944384 1344 0 0 0 27 0 0 0 20 0 16 0 74936107 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096445532144 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7587] ppid=7571 vsize=10624000 CPUtime=0.35 cores=1,3,5,7
/proc/7574/task/7587/stat : 7587 (java) S 7571 7574 31388 0 -1 1077944384 1793 0 0 0 35 0 0 0 20 0 16 0 74936107 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096444479856 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7588] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7588/stat : 7588 (java) S 7571 7574 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74936108 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096443427296 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7589] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7589/stat : 7589 (java) S 7571 7574 31388 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 74936113 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096442375088 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7590] ppid=7571 vsize=10624000 CPUtime=1.12 cores=1,3,5,7
/proc/7574/task/7590/stat : 7590 (java) R 7571 7574 31388 0 -1 4202560 3536 0 0 0 110 2 0 0 20 0 16 0 74936130 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096439183824 140096552644973 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10624000

[startup+3.10058 s]
/proc/loadavg: 1.37 1.62 1.84 3/218 7592
/proc/meminfo: memFree=30888044/32770624 swapFree=0/519812
[pid=7574] ppid=7571 vsize=10624000 CPUtime=3.89 cores=1,3,5,7
/proc/7574/stat : 7574 (java) S 7571 7574 31388 0 -1 1077944320 16111 0 0 0 382 7 0 0 20 0 16 0 74936094 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140722162404144 140096955399927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
/proc/7574/statm: 2656000 38552 3104 1 0 2644926 0
[pid=7574/tid=7576] ppid=7571 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/7574/task/7576/stat : 7576 (java) S 7571 7574 31388 0 -1 1077944384 6178 0 0 0 19 2 0 0 20 0 16 0 74936102 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096959642800 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7577] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7577/stat : 7577 (java) S 7571 7574 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096885819792 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7578] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7578/stat : 7578 (java) S 7571 7574 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096884766992 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7579] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7579/stat : 7579 (java) S 7571 7574 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096883714704 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7580] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7580/stat : 7580 (java) S 7571 7574 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096882661904 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7581] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7581/stat : 7581 (java) S 7571 7574 31388 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 16 0 74936104 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096450796144 140096955411074 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7582] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7582/stat : 7582 (java) S 7571 7574 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 74936105 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096449742112 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7583] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7583/stat : 7583 (java) S 7571 7574 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 74936105 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096448689776 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7584] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7584/stat : 7584 (java) S 7571 7574 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74936107 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096447638096 140096955418523 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7585] ppid=7571 vsize=10624000 CPUtime=0.29 cores=1,3,5,7
/proc/7574/task/7585/stat : 7585 (java) S 7571 7574 31388 0 -1 1077944384 1810 0 0 0 29 0 0 0 20 0 16 0 74936107 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096446584944 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7586] ppid=7571 vsize=10624000 CPUtime=0.27 cores=1,3,5,7
/proc/7574/task/7586/stat : 7586 (java) S 7571 7574 31388 0 -1 1077944384 1344 0 0 0 27 0 0 0 20 0 16 0 74936107 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096445532144 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7587] ppid=7571 vsize=10624000 CPUtime=0.35 cores=1,3,5,7
/proc/7574/task/7587/stat : 7587 (java) S 7571 7574 31388 0 -1 1077944384 1811 0 0 0 35 0 0 0 20 0 16 0 74936107 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096444479856 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7588] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7588/stat : 7588 (java) S 7571 7574 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74936108 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096443427296 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7589] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7589/stat : 7589 (java) S 7571 7574 31388 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 16 0 74936113 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096442375088 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7590] ppid=7571 vsize=10624000 CPUtime=2.72 cores=1,3,5,7
/proc/7574/task/7590/stat : 7590 (java) R 7571 7574 31388 0 -1 4202560 3541 0 0 0 270 2 0 0 20 0 16 0 74936130 10878976000 38552 18446744073709551615 4194304 4196468 140722162421600 140096439182616 140096552581907 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
Current children cumulated CPU time (s) 3.89
Current children cumulated vsize (KiB) 10624000

[startup+6.3006 s]
/proc/loadavg: 1.50 1.64 1.85 3/218 7592
/proc/meminfo: memFree=30887804/32770624 swapFree=0/519820
[pid=7574] ppid=7571 vsize=10624000 CPUtime=7.1 cores=1,3,5,7
/proc/7574/stat : 7574 (java) S 7571 7574 31388 0 -1 1077944320 17533 0 0 0 703 7 0 0 20 0 16 0 74936094 10878976000 38581 18446744073709551615 4194304 4196468 140722162421600 140722162404144 140096955399927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
/proc/7574/statm: 2656000 38581 3108 1 0 2644926 0
[pid=7574/tid=7576] ppid=7571 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/7574/task/7576/stat : 7576 (java) S 7571 7574 31388 0 -1 1077944384 6178 0 0 0 19 2 0 0 20 0 16 0 74936102 10878976000 38581 18446744073709551615 4194304 4196468 140722162421600 140096959642800 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7577] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7577/stat : 7577 (java) S 7571 7574 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 38581 18446744073709551615 4194304 4196468 140722162421600 140096885819792 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7578] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7578/stat : 7578 (java) S 7571 7574 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 38581 18446744073709551615 4194304 4196468 140722162421600 140096884766992 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7579] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7579/stat : 7579 (java) S 7571 7574 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 38581 18446744073709551615 4194304 4196468 140722162421600 140096883714704 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7580] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7580/stat : 7580 (java) S 7571 7574 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 38581 18446744073709551615 4194304 4196468 140722162421600 140096882661904 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7581] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7581/stat : 7581 (java) S 7571 7574 31388 0 -1 1077944384 329 0 0 0 0 0 0 0 20 0 16 0 74936104 10878976000 38581 18446744073709551615 4194304 4196468 140722162421600 140096450796144 140096955411074 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7582] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7582/stat : 7582 (java) S 7571 7574 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 74936105 10878976000 38581 18446744073709551615 4194304 4196468 140722162421600 140096449742112 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7583] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7583/stat : 7583 (java) S 7571 7574 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 74936105 10878976000 38581 18446744073709551615 4194304 4196468 140722162421600 140096448689776 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7584] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7584/stat : 7584 (java) S 7571 7574 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74936107 10878976000 38581 18446744073709551615 4194304 4196468 140722162421600 140096447638096 140096955418523 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7585] ppid=7571 vsize=10624000 CPUtime=0.29 cores=1,3,5,7
/proc/7574/task/7585/stat : 7585 (java) S 7571 7574 31388 0 -1 1077944384 1852 0 0 0 29 0 0 0 20 0 16 0 74936107 10878976000 38581 18446744073709551615 4194304 4196468 140722162421600 140096446584944 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7586] ppid=7571 vsize=10624000 CPUtime=0.27 cores=1,3,5,7
/proc/7574/task/7586/stat : 7586 (java) S 7571 7574 31388 0 -1 1077944384 1437 0 0 0 27 0 0 0 20 0 16 0 74936107 10878976000 38581 18446744073709551615 4194304 4196468 140722162421600 140096445532144 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7587] ppid=7571 vsize=10624000 CPUtime=0.36 cores=1,3,5,7
/proc/7574/task/7587/stat : 7587 (java) S 7571 7574 31388 0 -1 1077944384 2374 0 0 0 36 0 0 0 20 0 16 0 74936107 10878976000 38581 18446744073709551615 4194304 4196468 140722162421600 140096444479856 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7588] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7588/stat : 7588 (java) S 7571 7574 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74936108 10878976000 38581 18446744073709551615 4194304 4196468 140722162421600 140096443427296 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7589] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7589/stat : 7589 (java) S 7571 7574 31388 0 -1 1077944384 177 0 0 0 0 0 0 0 20 0 16 0 74936113 10878976000 38581 18446744073709551615 4194304 4196468 140722162421600 140096442375088 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 9 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7590] ppid=7571 vsize=10624000 CPUtime=5.93 cores=1,3,5,7
/proc/7574/task/7590/stat : 7590 (java) R 7571 7574 31388 0 -1 4202560 3824 0 0 0 590 3 0 0 20 0 16 0 74936130 10878976000 38581 18446744073709551615 4194304 4196468 140722162421600 140096439181376 140096549580667 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
Current children cumulated CPU time (s) 7.1
Current children cumulated vsize (KiB) 10624000

[startup+12.7093 s]
/proc/loadavg: 1.38 1.61 1.84 3/218 7592
/proc/meminfo: memFree=30880780/32770624 swapFree=0/519808
[pid=7574] ppid=7571 vsize=10624000 CPUtime=14.23 cores=1,3,5,7
/proc/7574/stat : 7574 (java) S 7571 7574 31388 0 -1 1077944320 23998 0 0 0 1414 9 0 0 20 0 16 0 74936094 10878976000 39987 18446744073709551615 4194304 4196468 140722162421600 140722162404144 140096955399927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
/proc/7574/statm: 2656000 39987 3112 1 0 2644926 0
[pid=7574/tid=7576] ppid=7571 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/7574/task/7576/stat : 7576 (java) S 7571 7574 31388 0 -1 1077944384 6178 0 0 0 19 2 0 0 20 0 16 0 74936102 10878976000 39987 18446744073709551615 4194304 4196468 140722162421600 140096959642800 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7577] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7577/stat : 7577 (java) S 7571 7574 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 39987 18446744073709551615 4194304 4196468 140722162421600 140096885819792 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7578] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7578/stat : 7578 (java) S 7571 7574 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 39987 18446744073709551615 4194304 4196468 140722162421600 140096884766992 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7579] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7579/stat : 7579 (java) S 7571 7574 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 39987 18446744073709551615 4194304 4196468 140722162421600 140096883714704 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7580] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7580/stat : 7580 (java) S 7571 7574 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 39987 18446744073709551615 4194304 4196468 140722162421600 140096882661904 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7581] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7581/stat : 7581 (java) S 7571 7574 31388 0 -1 1077944384 354 0 0 0 0 0 0 0 20 0 16 0 74936104 10878976000 39987 18446744073709551615 4194304 4196468 140722162421600 140096450796144 140096955411074 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0

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

/proc/7574/task/7586/stat : 7586 (java) S 7571 7574 31388 0 -1 1077944384 3321 0 0 0 77 0 0 0 20 0 16 0 74936107 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096445532144 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7587] ppid=7571 vsize=10624000 CPUtime=0.46 cores=1,3,5,7
/proc/7574/task/7587/stat : 7587 (java) S 7571 7574 31388 0 -1 1077944384 3805 0 0 0 45 1 0 0 20 0 16 0 74936107 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096444479856 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7588] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7588/stat : 7588 (java) S 7571 7574 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74936108 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096443427296 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7589] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7589/stat : 7589 (java) S 7571 7574 31388 0 -1 1077944384 541 0 0 0 0 0 0 0 20 0 16 0 74936113 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096442375088 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7590] ppid=7571 vsize=10624000 CPUtime=18.82 cores=1,3,5,7
/proc/7574/task/7590/stat : 7590 (java) R 7571 7574 31388 0 -1 4202560 8290 0 0 0 1878 4 0 0 20 0 16 0 74936130 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096439182424 140096553266275 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
Current children cumulated CPU time (s) 21.14
Current children cumulated vsize (KiB) 10624000

[startup+20.0006 s]
/proc/loadavg: 1.47 1.63 1.84 3/218 7592
/proc/meminfo: memFree=30875632/32770624 swapFree=0/519816
[pid=7574] ppid=7571 vsize=10624000 CPUtime=21.94 cores=1,3,5,7
/proc/7574/stat : 7574 (java) S 7571 7574 31388 0 -1 1077944320 28707 0 0 0 2185 9 0 0 20 0 16 0 74936094 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140722162404144 140096955399927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
/proc/7574/statm: 2656000 41346 3112 1 0 2644926 0
[pid=7574/tid=7576] ppid=7571 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/7574/task/7576/stat : 7576 (java) S 7571 7574 31388 0 -1 1077944384 6178 0 0 0 19 2 0 0 20 0 16 0 74936102 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096959642800 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7577] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7577/stat : 7577 (java) S 7571 7574 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096885819792 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7578] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7578/stat : 7578 (java) S 7571 7574 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096884766992 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7579] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7579/stat : 7579 (java) S 7571 7574 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096883714704 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7580] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7580/stat : 7580 (java) S 7571 7574 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096882661904 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7581] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7581/stat : 7581 (java) S 7571 7574 31388 0 -1 1077944384 408 0 0 0 0 0 0 0 20 0 16 0 74936104 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096450796144 140096955411074 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7582] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7582/stat : 7582 (java) S 7571 7574 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 74936105 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096449742112 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7583] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7583/stat : 7583 (java) S 7571 7574 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 74936105 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096448689776 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7584] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7584/stat : 7584 (java) S 7571 7574 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74936107 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096447638096 140096955418523 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7585] ppid=7571 vsize=10624000 CPUtime=0.84 cores=1,3,5,7
/proc/7574/task/7585/stat : 7585 (java) S 7571 7574 31388 0 -1 1077944384 4801 0 0 0 84 0 0 0 20 0 16 0 74936107 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096446584944 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7586] ppid=7571 vsize=10624000 CPUtime=0.77 cores=1,3,5,7
/proc/7574/task/7586/stat : 7586 (java) S 7571 7574 31388 0 -1 1077944384 3321 0 0 0 77 0 0 0 20 0 16 0 74936107 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096445532144 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7587] ppid=7571 vsize=10624000 CPUtime=0.46 cores=1,3,5,7
/proc/7574/task/7587/stat : 7587 (java) S 7571 7574 31388 0 -1 1077944384 3805 0 0 0 45 1 0 0 20 0 16 0 74936107 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096444479856 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7588] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7588/stat : 7588 (java) S 7571 7574 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74936108 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096443427296 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7589] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7589/stat : 7589 (java) S 7571 7574 31388 0 -1 1077944384 541 0 0 0 0 0 0 0 20 0 16 0 74936113 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096442375088 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7590] ppid=7571 vsize=10624000 CPUtime=19.62 cores=1,3,5,7
/proc/7574/task/7590/stat : 7590 (java) R 7571 7574 31388 0 -1 4202560 8291 0 0 0 1958 4 0 0 20 0 16 0 74936130 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096439181728 140096553264861 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
Current children cumulated CPU time (s) 21.94
Current children cumulated vsize (KiB) 10624000

[startup+20.4006 s]
/proc/loadavg: 1.47 1.63 1.84 3/218 7592
/proc/meminfo: memFree=30875632/32770624 swapFree=0/519816
[pid=7574] ppid=7571 vsize=10624000 CPUtime=22.34 cores=1,3,5,7
/proc/7574/stat : 7574 (java) S 7571 7574 31388 0 -1 1077944320 28708 0 0 0 2225 9 0 0 20 0 16 0 74936094 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140722162404144 140096955399927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
/proc/7574/statm: 2656000 41346 3112 1 0 2644926 0
[pid=7574/tid=7576] ppid=7571 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/7574/task/7576/stat : 7576 (java) S 7571 7574 31388 0 -1 1077944384 6178 0 0 0 19 2 0 0 20 0 16 0 74936102 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096959642800 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7577] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7577/stat : 7577 (java) S 7571 7574 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096885819792 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7578] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7578/stat : 7578 (java) S 7571 7574 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096884766992 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7579] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7579/stat : 7579 (java) S 7571 7574 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096883714704 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7580] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7580/stat : 7580 (java) S 7571 7574 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096882661904 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7581] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7581/stat : 7581 (java) S 7571 7574 31388 0 -1 1077944384 408 0 0 0 0 0 0 0 20 0 16 0 74936104 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096450796144 140096955411074 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7582] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7582/stat : 7582 (java) S 7571 7574 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 74936105 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096449742112 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7583] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7583/stat : 7583 (java) S 7571 7574 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 74936105 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096448689776 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7584] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7584/stat : 7584 (java) S 7571 7574 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74936107 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096447638096 140096955418523 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7585] ppid=7571 vsize=10624000 CPUtime=0.84 cores=1,3,5,7
/proc/7574/task/7585/stat : 7585 (java) S 7571 7574 31388 0 -1 1077944384 4801 0 0 0 84 0 0 0 20 0 16 0 74936107 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096446584944 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7586] ppid=7571 vsize=10624000 CPUtime=0.77 cores=1,3,5,7
/proc/7574/task/7586/stat : 7586 (java) S 7571 7574 31388 0 -1 1077944384 3321 0 0 0 77 0 0 0 20 0 16 0 74936107 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096445532144 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7587] ppid=7571 vsize=10624000 CPUtime=0.46 cores=1,3,5,7
/proc/7574/task/7587/stat : 7587 (java) S 7571 7574 31388 0 -1 1077944384 3805 0 0 0 45 1 0 0 20 0 16 0 74936107 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096444479856 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7588] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7588/stat : 7588 (java) S 7571 7574 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74936108 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096443427296 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7589] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7589/stat : 7589 (java) S 7571 7574 31388 0 -1 1077944384 542 0 0 0 0 0 0 0 20 0 16 0 74936113 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096442375088 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7590] ppid=7571 vsize=10624000 CPUtime=20.02 cores=1,3,5,7
/proc/7574/task/7590/stat : 7590 (java) R 7571 7574 31388 0 -1 4202560 8291 0 0 0 1998 4 0 0 20 0 16 0 74936130 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096439181728 140096553266285 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
Current children cumulated CPU time (s) 22.34
Current children cumulated vsize (KiB) 10624000

[startup+20.6006 s]
/proc/loadavg: 1.47 1.63 1.84 3/218 7592
/proc/meminfo: memFree=30875632/32770624 swapFree=0/519816
[pid=7574] ppid=7571 vsize=10624000 CPUtime=22.55 cores=1,3,5,7
/proc/7574/stat : 7574 (java) S 7571 7574 31388 0 -1 1077944320 28755 0 0 0 2246 9 0 0 20 0 16 0 74936094 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140722162404144 140096955399927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
/proc/7574/statm: 2656000 41346 3112 1 0 2644926 0
[pid=7574/tid=7576] ppid=7571 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/7574/task/7576/stat : 7576 (java) S 7571 7574 31388 0 -1 1077944384 6178 0 0 0 19 2 0 0 20 0 16 0 74936102 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096959642800 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7577] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7577/stat : 7577 (java) S 7571 7574 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096885819792 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7578] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7578/stat : 7578 (java) S 7571 7574 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096884766992 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7579] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7579/stat : 7579 (java) S 7571 7574 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096883714704 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7580] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7580/stat : 7580 (java) S 7571 7574 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096882661904 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7581] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7581/stat : 7581 (java) S 7571 7574 31388 0 -1 1077944384 408 0 0 0 0 0 0 0 20 0 16 0 74936104 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096450796144 140096955411074 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7582] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7582/stat : 7582 (java) S 7571 7574 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 74936105 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096449742112 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7583] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7583/stat : 7583 (java) S 7571 7574 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 74936105 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096448689776 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7584] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7584/stat : 7584 (java) S 7571 7574 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74936107 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096447638096 140096955418523 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7585] ppid=7571 vsize=10624000 CPUtime=0.84 cores=1,3,5,7
/proc/7574/task/7585/stat : 7585 (java) S 7571 7574 31388 0 -1 1077944384 4846 0 0 0 84 0 0 0 20 0 16 0 74936107 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096446584944 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7586] ppid=7571 vsize=10624000 CPUtime=0.77 cores=1,3,5,7
/proc/7574/task/7586/stat : 7586 (java) S 7571 7574 31388 0 -1 1077944384 3321 0 0 0 77 0 0 0 20 0 16 0 74936107 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096445532144 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7587] ppid=7571 vsize=10624000 CPUtime=0.46 cores=1,3,5,7
/proc/7574/task/7587/stat : 7587 (java) S 7571 7574 31388 0 -1 1077944384 3805 0 0 0 45 1 0 0 20 0 16 0 74936107 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096444479856 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7588] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7588/stat : 7588 (java) S 7571 7574 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74936108 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096443427296 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7589] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7589/stat : 7589 (java) S 7571 7574 31388 0 -1 1077944384 542 0 0 0 0 0 0 0 20 0 16 0 74936113 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096442375088 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7590] ppid=7571 vsize=10624000 CPUtime=20.22 cores=1,3,5,7
/proc/7574/task/7590/stat : 7590 (java) R 7571 7574 31388 0 -1 4202560 8293 0 0 0 2018 4 0 0 20 0 16 0 74936130 10878976000 41346 18446744073709551615 4194304 4196468 140722162421600 140096439181728 140096553197086 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
Current children cumulated CPU time (s) 22.55
Current children cumulated vsize (KiB) 10624000

[startup+20.7007 s]
/proc/loadavg: 1.47 1.63 1.84 3/218 7592
/proc/meminfo: memFree=30875632/32770624 swapFree=0/519816
[pid=7574] ppid=7571 vsize=10624000 CPUtime=22.73 cores=1,3,5,7
/proc/7574/stat : 7574 (java) S 7571 7574 31388 0 -1 1077944320 30463 0 0 0 2263 10 0 0 20 0 16 0 74936094 10878976000 41400 18446744073709551615 4194304 4196468 140722162421600 140722162404144 140096955399927 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 8 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
/proc/7574/statm: 2656000 41400 3112 1 0 2644926 0
[pid=7574/tid=7576] ppid=7571 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/7574/task/7576/stat : 7576 (java) S 7571 7574 31388 0 -1 1077944384 6178 0 0 0 19 2 0 0 20 0 16 0 74936102 10878976000 41400 18446744073709551615 4194304 4196468 140722162421600 140096959642800 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 4 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7577] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7577/stat : 7577 (java) S 7571 7574 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 41400 18446744073709551615 4194304 4196468 140722162421600 140096885819792 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7578] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7578/stat : 7578 (java) S 7571 7574 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 41400 18446744073709551615 4194304 4196468 140722162421600 140096884766992 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7579] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7579/stat : 7579 (java) S 7571 7574 31388 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 41400 18446744073709551615 4194304 4196468 140722162421600 140096883714704 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7580] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7580/stat : 7580 (java) S 7571 7574 31388 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 74936103 10878976000 41400 18446744073709551615 4194304 4196468 140722162421600 140096882661904 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7581] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7581/stat : 7581 (java) S 7571 7574 31388 0 -1 1077944384 624 0 0 0 0 0 0 0 20 0 16 0 74936104 10878976000 41400 18446744073709551615 4194304 4196468 140722162421600 140096450796144 140096955411074 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7582] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7582/stat : 7582 (java) S 7571 7574 31388 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 74936105 10878976000 41400 18446744073709551615 4194304 4196468 140722162421600 140096449742112 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7583] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7583/stat : 7583 (java) S 7571 7574 31388 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 74936105 10878976000 41400 18446744073709551615 4194304 4196468 140722162421600 140096448689776 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7584] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7584/stat : 7584 (java) S 7571 7574 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74936107 10878976000 41400 18446744073709551615 4194304 4196468 140722162421600 140096447638096 140096955418523 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7585] ppid=7571 vsize=10624000 CPUtime=0.87 cores=1,3,5,7
/proc/7574/task/7585/stat : 7585 (java) R 7571 7574 31388 0 -1 4202560 4898 0 0 0 87 0 0 0 20 0 16 0 74936107 10878976000 41400 18446744073709551615 4194304 4196468 140722162421600 140096446576272 140096955421274 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7586] ppid=7571 vsize=10624000 CPUtime=0.8 cores=1,3,5,7
/proc/7574/task/7586/stat : 7586 (java) R 7571 7574 31388 0 -1 4202560 3388 0 0 0 80 0 0 0 20 0 16 0 74936107 10878976000 41400 18446744073709551615 4194304 4196468 140722162421600 140096445531952 140096938900133 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7587] ppid=7571 vsize=10624000 CPUtime=0.47 cores=1,3,5,7
/proc/7574/task/7587/stat : 7587 (java) S 7571 7574 31388 0 -1 1077944384 4365 0 0 0 46 1 0 0 20 0 16 0 74936107 10878976000 41400 18446744073709551615 4194304 4196468 140722162421600 140096444479856 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7588] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7588/stat : 7588 (java) S 7571 7574 31388 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 74936108 10878976000 41400 18446744073709551615 4194304 4196468 140722162421600 140096443427296 140096955410133 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7589] ppid=7571 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/7574/task/7589/stat : 7589 (java) S 7571 7574 31388 0 -1 1077944384 542 0 0 0 0 0 0 0 20 0 16 0 74936113 10878976000 41400 18446744073709551615 4194304 4196468 140722162421600 140096442375088 140096955411074 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
[pid=7574/tid=7590] ppid=7571 vsize=10624000 CPUtime=20.32 cores=1,3,5,7
/proc/7574/task/7590/stat : 7590 (java) R 7571 7574 31388 0 -1 4202560 9106 0 0 0 2028 4 0 0 20 0 16 0 74936130 10878976000 41400 18446744073709551615 4194304 4196468 140722162421600 140096439177488 140096553778661 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 11943936 140722162430413 140722162430542 140722162430542 140722162433999 0
Current children cumulated CPU time (s) 22.73
Current children cumulated vsize (KiB) 10624000

Child status: 0
Real time (s): 20.7205
CPU time (s): 22.7566
CPU user time (s): 22.6522
CPU system time (s): 0.104383
CPU usage (%): 109.826
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.6522
system time used= 0.104383
maximum resident set size= 165824
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30643
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 2836
involuntary context switches= 41

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.087043 second user time and 0.11989 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-09 12:11:02
IDJOB=4264441
IDBENCH=122903
IDSOLVER=2652
FILE ID=node134/4264441-1502274299
RUNJOBID= node134-1502258125-5061
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-124.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4264441-1502274299/watcher-4264441-1502274299 -o /tmp/evaluation-result-4264441-1502274299/solver-4264441-1502274299 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502258125-5061 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4264441-1502274299.xml

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

MD5SUM BENCH= 0b191f89e8c533aa19cec6ff372cdf5f
RANDOM SEED=2011136832

node134.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.43
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.43
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.43
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.43
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:        31030668 kB
MemAvailable:   31862272 kB
Buffers:          250904 kB
Cached:           876412 kB
SwapCached:            0 kB
Active:           757096 kB
Inactive:         551008 kB
Active(anon):     182984 kB
Inactive(anon):    31224 kB
Active(file):     574112 kB
Inactive(file):   519784 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7808 kB
Writeback:             4 kB
AnonPages:        180752 kB
Mapped:            58816 kB
Shmem:             33468 kB
Slab:             133264 kB
SReclaimable:     107088 kB
SUnreclaim:        26176 kB
KernelStack:        3536 kB
PageTables:         5956 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1048184 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     86016 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= 62016 MiB
End job on node134 at 2017-08-09 12:11:23