Trace number 4249887

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 NameAnswerobjective functionCPU timeWall clock time
R1: AbsCon-basic 2017-06-11OPT1100 20.002199 18.3214

DiagnosticValue
WRONG_DECISIONS1456817

General information on the benchmark

NameRack/
Rack-m1c-s1/Rack-m1c-r2.xml
MD5SUMa7a611711d538e27d6e463316b2ea293
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1100
Best CPU time to get the best result obtained on this benchmark5.60818
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints56
Number of domains6
Minimum domain size3
Maximum domain size17
Distribution of domain sizes[{"size":3,"count":50},{"size":5,"count":10},{"size":9,"count":10},{"size":17,"count":10}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":38},{"degree":4,"count":10},{"degree":5,"count":2}]
Minimum constraint arity2
Maximum constraint arity10
Distribution of constraint arities[{"arity":2,"count":30},{"arity":4,"count":1},{"arity":5,"count":20},{"arity":10,"count":5}]
Number of extensional constraints30
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":30},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":24}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.37/0.34	
0.37/0.34	AbsCon 2 
0.37/0.34	
0.61/0.56	  Solving XCSP3-instance-4249887-1502067402 as a COP in -infty..+infty
0.61/0.56	  Loading variables...
0.86/0.60	  Loading constraints...
0.86/0.67	  Solver SolverBacktrack being built...
0.86/0.67	
1.17/0.70	  Preprocessing : gac=false, ccks=0, filters=20, revisions=0 (useless=0), AC=90, removals=90, inconsistent=false
1.17/0.70	
1.17/0.73	o 1500
1.17/0.74	o 1200
1.17/0.77	o 1100
19.97/18.31	
19.97/18.31	v <instantiation id='sol3' type='solution' cost='1100'>  <list> r[] c[][] rpw[] rcn[] rpr[] </list>  <values> 2 1 1 1 1 1 1 0 0 0 0 5 0 0 0 0 3 0 7 0 0 0 7 0 0 0 0 0 0 2 5 0 1 0 1 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 200 150 150 150 150 150 150 0 0 0 16 8 8 8 8 8 8 0 0 0 200 150 150 150 150 150 150 0 0 0 </values>  </instantiation>
19.97/18.31	s OPTIMUM FOUND
19.97/18.31	
19.97/18.31	d WRONG_DECISIONS 1456817

Verifier Data

OK	1100

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-4249887-1502067402/watcher-4249887-1502067402 -o /tmp/evaluation-result-4249887-1502067402/solver-4249887-1502067402 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502043430-5272 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4249887-1502067402.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.84 1.83 1.85 3/201 10139
/proc/meminfo: memFree=31169060/32770624 swapFree=0/420568
[pid=10139] ppid=10136 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/10139/stat : 10139 (runsolver) D 10136 10139 25139 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 54246201 24240128 106 18446744073709551615 4194304 4338465 140728829676448 140728829674088 140508959236823 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 18067456 140728829681824 140728829682249 140728829682249 140728829685706 0
/proc/10139/statm: 5918 106 53 36 0 2156 0

[startup+0.100157 s]
/proc/loadavg: 1.84 1.83 1.85 3/201 10139
/proc/meminfo: memFree=31169060/32770624 swapFree=0/420568
[pid=10139] ppid=10136 vsize=10018544 CPUtime=0.01 cores=1,3,5,7
/proc/10139/stat : 10139 (java) S 10136 10139 25139 0 -1 1077944320 3761 0 0 0 1 0 0 0 20 0 7 0 54246201 10258989056 4961 18446744073709551615 4194304 4196468 140722735722240 140722735704784 140110978617079 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
/proc/10139/statm: 2504636 4961 2038 1 0 2494133 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 10018544

[startup+0.332548 s]
/proc/loadavg: 1.84 1.83 1.85 3/201 10139
/proc/meminfo: memFree=31169060/32770624 swapFree=0/420568
[pid=10139] ppid=10136 vsize=10553264 CPUtime=0.37 cores=1,3,5,7
/proc/10139/stat : 10139 (java) S 10136 10139 25139 0 -1 1077944320 9204 0 0 0 34 3 0 0 20 0 15 0 54246201 10806542336 11046 18446744073709551615 4194304 4196468 140722735722240 140722735704784 140110978617079 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
/proc/10139/statm: 2638316 11046 2944 1 0 2627261 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10553264

[startup+0.400363 s]
/proc/loadavg: 1.84 1.83 1.85 3/201 10139
/proc/meminfo: memFree=31169060/32770624 swapFree=0/420568
[pid=10139] ppid=10136 vsize=10619828 CPUtime=0.48 cores=1,3,5,7
/proc/10139/stat : 10139 (java) S 10136 10139 25139 0 -1 1077944320 10303 0 0 0 44 4 0 0 20 0 16 0 54246201 10874703872 13395 18446744073709551615 4194304 4196468 140722735722240 140722735704784 140110978617079 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
/proc/10139/statm: 2654957 13395 2948 1 0 2643902 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 10619828

[startup+0.700388 s]
/proc/loadavg: 1.84 1.83 1.85 3/201 10139
/proc/meminfo: memFree=31169060/32770624 swapFree=0/420568
[pid=10139] ppid=10136 vsize=10624000 CPUtime=1.17 cores=1,3,5,7
/proc/10139/stat : 10139 (java) S 10136 10139 25139 0 -1 1077944320 14409 0 0 0 111 6 0 0 20 0 16 0 54246201 10878976000 21991 18446744073709551615 4194304 4196468 140722735722240 140722735704784 140110978617079 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
/proc/10139/statm: 2656000 21991 3087 1 0 2644926 0
Current children cumulated CPU time (s) 1.17
Current children cumulated vsize (KiB) 10624000

[startup+1.50062 s]
/proc/loadavg: 1.84 1.83 1.85 4/217 10155
/proc/meminfo: memFree=31075108/32770624 swapFree=0/420616
[pid=10139] ppid=10136 vsize=10624000 CPUtime=3.11 cores=1,3,5,7
/proc/10139/stat : 10139 (java) S 10136 10139 25139 0 -1 1077944320 20190 0 0 0 304 7 0 0 20 0 16 0 54246201 10878976000 26161 18446744073709551615 4194304 4196468 140722735722240 140722735704784 140110978617079 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
/proc/10139/statm: 2656000 26161 3101 1 0 2644926 0
[pid=10139/tid=10141] ppid=10136 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/10139/task/10141/stat : 10141 (java) S 10136 10139 25139 0 -1 1077944384 6175 0 0 0 19 2 0 0 20 0 16 0 54246209 10878976000 26161 18446744073709551615 4194304 4196468 140722735722240 140110982859952 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10142] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10142/stat : 10142 (java) S 10136 10139 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26161 18446744073709551615 4194304 4196468 140722735722240 140110909037328 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10143] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10143/stat : 10143 (java) S 10136 10139 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26161 18446744073709551615 4194304 4196468 140722735722240 140110907984784 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10144] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10144/stat : 10144 (java) S 10136 10139 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26161 18446744073709551615 4194304 4196468 140722735722240 140110906932240 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10145] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10145/stat : 10145 (java) S 10136 10139 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26161 18446744073709551615 4194304 4196468 140722735722240 140110905879696 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10146] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10146/stat : 10146 (java) S 10136 10139 25139 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 16 0 54246211 10878976000 26161 18446744073709551615 4194304 4196468 140722735722240 140110474442736 140110978628226 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10147] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10147/stat : 10147 (java) S 10136 10139 25139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 54246212 10878976000 26161 18446744073709551615 4194304 4196468 140722735722240 140110473388960 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10148] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10148/stat : 10148 (java) S 10136 10139 25139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 54246212 10878976000 26161 18446744073709551615 4194304 4196468 140722735722240 140110472336368 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10149] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10149/stat : 10149 (java) S 10136 10139 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54246214 10878976000 26161 18446744073709551615 4194304 4196468 140722735722240 140110471284944 140110978635675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10150] ppid=10136 vsize=10624000 CPUtime=0.63 cores=1,3,5,7
/proc/10139/task/10150/stat : 10150 (java) S 10136 10139 25139 0 -1 1077944384 2113 0 0 0 63 0 0 0 20 0 16 0 54246214 10878976000 26161 18446744073709551615 4194304 4196468 140722735722240 140110470232560 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10151] ppid=10136 vsize=10624000 CPUtime=0.72 cores=1,3,5,7
/proc/10139/task/10151/stat : 10151 (java) S 10136 10139 25139 0 -1 1077944384 2154 0 0 0 72 0 0 0 20 0 16 0 54246214 10878976000 26161 18446744073709551615 4194304 4196468 140722735722240 140110469180016 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10152] ppid=10136 vsize=10624000 CPUtime=0.37 cores=1,3,5,7
/proc/10139/task/10152/stat : 10152 (java) S 10136 10139 25139 0 -1 1077944384 2248 0 0 0 37 0 0 0 20 0 16 0 54246214 10878976000 26161 18446744073709551615 4194304 4196468 140722735722240 140110468127472 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10153] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10153/stat : 10153 (java) S 10136 10139 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54246214 10878976000 26161 18446744073709551615 4194304 4196468 140722735722240 140110467075168 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10154] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10154/stat : 10154 (java) S 10136 10139 25139 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 54246219 10878976000 26161 18446744073709551615 4194304 4196468 140722735722240 140110466021680 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10155] ppid=10136 vsize=10624000 CPUtime=1.15 cores=1,3,5,7
/proc/10139/task/10155/stat : 10155 (java) R 10136 10139 25139 0 -1 4202560 6120 0 0 0 112 3 0 0 20 0 16 0 54246235 10878976000 26161 18446744073709551615 4194304 4196468 140722735722240 140110462817024 140110578408080 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
Current children cumulated CPU time (s) 3.11
Current children cumulated vsize (KiB) 10624000

[startup+3.10058 s]
/proc/loadavg: 1.85 1.83 1.86 3/217 10155
/proc/meminfo: memFree=31074904/32770624 swapFree=0/420616
[pid=10139] ppid=10136 vsize=10624000 CPUtime=4.75 cores=1,3,5,7
/proc/10139/stat : 10139 (java) S 10136 10139 25139 0 -1 1077944320 21465 0 0 0 468 7 0 0 20 0 16 0 54246201 10878976000 26176 18446744073709551615 4194304 4196468 140722735722240 140722735704784 140110978617079 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
/proc/10139/statm: 2656000 26176 3105 1 0 2644926 0
[pid=10139/tid=10141] ppid=10136 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/10139/task/10141/stat : 10141 (java) S 10136 10139 25139 0 -1 1077944384 6175 0 0 0 19 2 0 0 20 0 16 0 54246209 10878976000 26176 18446744073709551615 4194304 4196468 140722735722240 140110982859952 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10142] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10142/stat : 10142 (java) S 10136 10139 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26176 18446744073709551615 4194304 4196468 140722735722240 140110909037328 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10143] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10143/stat : 10143 (java) S 10136 10139 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26176 18446744073709551615 4194304 4196468 140722735722240 140110907984784 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10144] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10144/stat : 10144 (java) S 10136 10139 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26176 18446744073709551615 4194304 4196468 140722735722240 140110906932240 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10145] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10145/stat : 10145 (java) S 10136 10139 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26176 18446744073709551615 4194304 4196468 140722735722240 140110905879696 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10146] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10146/stat : 10146 (java) S 10136 10139 25139 0 -1 1077944384 72 0 0 0 0 0 0 0 20 0 16 0 54246211 10878976000 26176 18446744073709551615 4194304 4196468 140722735722240 140110474442736 140110978628226 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10147] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10147/stat : 10147 (java) S 10136 10139 25139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 54246212 10878976000 26176 18446744073709551615 4194304 4196468 140722735722240 140110473388960 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10148] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10148/stat : 10148 (java) S 10136 10139 25139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 54246212 10878976000 26176 18446744073709551615 4194304 4196468 140722735722240 140110472336368 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10149] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10149/stat : 10149 (java) S 10136 10139 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54246214 10878976000 26176 18446744073709551615 4194304 4196468 140722735722240 140110471284944 140110978635675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10150] ppid=10136 vsize=10624000 CPUtime=0.65 cores=1,3,5,7
/proc/10139/task/10150/stat : 10150 (java) S 10136 10139 25139 0 -1 1077944384 2773 0 0 0 65 0 0 0 20 0 16 0 54246214 10878976000 26176 18446744073709551615 4194304 4196468 140722735722240 140110470232560 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10151] ppid=10136 vsize=10624000 CPUtime=0.73 cores=1,3,5,7
/proc/10139/task/10151/stat : 10151 (java) S 10136 10139 25139 0 -1 1077944384 2420 0 0 0 73 0 0 0 20 0 16 0 54246214 10878976000 26176 18446744073709551615 4194304 4196468 140722735722240 140110469180016 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10152] ppid=10136 vsize=10624000 CPUtime=0.37 cores=1,3,5,7
/proc/10139/task/10152/stat : 10152 (java) S 10136 10139 25139 0 -1 1077944384 2495 0 0 0 37 0 0 0 20 0 16 0 54246214 10878976000 26176 18446744073709551615 4194304 4196468 140722735722240 140110468127472 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10153] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10153/stat : 10153 (java) S 10136 10139 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54246214 10878976000 26176 18446744073709551615 4194304 4196468 140722735722240 140110467075168 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10154] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10154/stat : 10154 (java) S 10136 10139 25139 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 16 0 54246219 10878976000 26176 18446744073709551615 4194304 4196468 140722735722240 140110466021680 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10155] ppid=10136 vsize=10624000 CPUtime=2.75 cores=1,3,5,7
/proc/10139/task/10155/stat : 10155 (java) R 10136 10139 25139 0 -1 4202560 6156 0 0 0 272 3 0 0 20 0 16 0 54246235 10878976000 26176 18446744073709551615 4194304 4196468 140722735722240 140110462829008 140110578110669 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
Current children cumulated CPU time (s) 4.75
Current children cumulated vsize (KiB) 10624000

[startup+6.30057 s]
/proc/loadavg: 1.85 1.83 1.86 3/217 10155
/proc/meminfo: memFree=31074780/32770624 swapFree=0/420616
[pid=10139] ppid=10136 vsize=10624000 CPUtime=7.96 cores=1,3,5,7
/proc/10139/stat : 10139 (java) S 10136 10139 25139 0 -1 1077944320 22551 0 0 0 789 7 0 0 20 0 16 0 54246201 10878976000 26177 18446744073709551615 4194304 4196468 140722735722240 140722735704784 140110978617079 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
/proc/10139/statm: 2656000 26177 3105 1 0 2644926 0
[pid=10139/tid=10141] ppid=10136 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/10139/task/10141/stat : 10141 (java) S 10136 10139 25139 0 -1 1077944384 6175 0 0 0 19 2 0 0 20 0 16 0 54246209 10878976000 26177 18446744073709551615 4194304 4196468 140722735722240 140110982859952 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10142] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10142/stat : 10142 (java) S 10136 10139 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26177 18446744073709551615 4194304 4196468 140722735722240 140110909037328 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10143] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10143/stat : 10143 (java) S 10136 10139 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26177 18446744073709551615 4194304 4196468 140722735722240 140110907984784 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10144] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10144/stat : 10144 (java) S 10136 10139 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26177 18446744073709551615 4194304 4196468 140722735722240 140110906932240 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10145] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10145/stat : 10145 (java) S 10136 10139 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26177 18446744073709551615 4194304 4196468 140722735722240 140110905879696 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10146] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10146/stat : 10146 (java) S 10136 10139 25139 0 -1 1077944384 303 0 0 0 0 0 0 0 20 0 16 0 54246211 10878976000 26177 18446744073709551615 4194304 4196468 140722735722240 140110474442736 140110978628226 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10147] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10147/stat : 10147 (java) S 10136 10139 25139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 54246212 10878976000 26177 18446744073709551615 4194304 4196468 140722735722240 140110473388960 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10148] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10148/stat : 10148 (java) S 10136 10139 25139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 54246212 10878976000 26177 18446744073709551615 4194304 4196468 140722735722240 140110472336368 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10149] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10149/stat : 10149 (java) S 10136 10139 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54246214 10878976000 26177 18446744073709551615 4194304 4196468 140722735722240 140110471284944 140110978635675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10150] ppid=10136 vsize=10624000 CPUtime=0.65 cores=1,3,5,7
/proc/10139/task/10150/stat : 10150 (java) S 10136 10139 25139 0 -1 1077944384 2773 0 0 0 65 0 0 0 20 0 16 0 54246214 10878976000 26177 18446744073709551615 4194304 4196468 140722735722240 140110470232560 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10151] ppid=10136 vsize=10624000 CPUtime=0.73 cores=1,3,5,7
/proc/10139/task/10151/stat : 10151 (java) S 10136 10139 25139 0 -1 1077944384 2420 0 0 0 73 0 0 0 20 0 16 0 54246214 10878976000 26177 18446744073709551615 4194304 4196468 140722735722240 140110469180016 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10152] ppid=10136 vsize=10624000 CPUtime=0.38 cores=1,3,5,7
/proc/10139/task/10152/stat : 10152 (java) S 10136 10139 25139 0 -1 1077944384 2520 0 0 0 38 0 0 0 20 0 16 0 54246214 10878976000 26177 18446744073709551615 4194304 4196468 140722735722240 140110468127472 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10153] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10153/stat : 10153 (java) S 10136 10139 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54246214 10878976000 26177 18446744073709551615 4194304 4196468 140722735722240 140110467075168 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10154] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10154/stat : 10154 (java) S 10136 10139 25139 0 -1 1077944384 287 0 0 0 0 0 0 0 20 0 16 0 54246219 10878976000 26177 18446744073709551615 4194304 4196468 140722735722240 140110466021680 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10155] ppid=10136 vsize=10624000 CPUtime=5.95 cores=1,3,5,7
/proc/10139/task/10155/stat : 10155 (java) R 10136 10139 25139 0 -1 4202560 6711 0 0 0 592 3 0 0 20 0 16 0 54246235 10878976000 26177 18446744073709551615 4194304 4196468 140722735722240 140110462831544 140110578547619 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 10624000

[startup+12.7006 s]
/proc/loadavg: 1.88 1.84 1.86 3/217 10156
/proc/meminfo: memFree=31074408/32770624 swapFree=0/420616
[pid=10139] ppid=10136 vsize=10624000 CPUtime=14.36 cores=1,3,5,7
/proc/10139/stat : 10139 (java) S 10136 10139 25139 0 -1 1077944320 23486 0 0 0 1429 7 0 0 20 0 16 0 54246201 10878976000 26194 18446744073709551615 4194304 4196468 140722735722240 140722735704784 140110978617079 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
/proc/10139/statm: 2656000 26194 3106 1 0 2644926 0
[pid=10139/tid=10141] ppid=10136 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/10139/task/10141/stat : 10141 (java) S 10136 10139 25139 0 -1 1077944384 6175 0 0 0 19 2 0 0 20 0 16 0 54246209 10878976000 26194 18446744073709551615 4194304 4196468 140722735722240 140110982859952 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10142] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10142/stat : 10142 (java) S 10136 10139 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26194 18446744073709551615 4194304 4196468 140722735722240 140110909037328 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10143] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10143/stat : 10143 (java) S 10136 10139 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26194 18446744073709551615 4194304 4196468 140722735722240 140110907984784 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10144] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10144/stat : 10144 (java) S 10136 10139 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26194 18446744073709551615 4194304 4196468 140722735722240 140110906932240 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10145] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10145/stat : 10145 (java) S 10136 10139 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26194 18446744073709551615 4194304 4196468 140722735722240 140110905879696 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10146] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10146/stat : 10146 (java) S 10136 10139 25139 0 -1 1077944384 308 0 0 0 0 0 0 0 20 0 16 0 54246211 10878976000 26194 18446744073709551615 4194304 4196468 140722735722240 140110474442736 140110978628226 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0

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

/proc/10139/task/10151/stat : 10151 (java) S 10136 10139 25139 0 -1 1077944384 2426 0 0 0 73 0 0 0 20 0 16 0 54246214 10878976000 26194 18446744073709551615 4194304 4196468 140722735722240 140110469180016 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10152] ppid=10136 vsize=10624000 CPUtime=0.38 cores=1,3,5,7
/proc/10139/task/10152/stat : 10152 (java) S 10136 10139 25139 0 -1 1077944384 2784 0 0 0 38 0 0 0 20 0 16 0 54246214 10878976000 26194 18446744073709551615 4194304 4196468 140722735722240 140110468127472 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10153] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10153/stat : 10153 (java) S 10136 10139 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54246214 10878976000 26194 18446744073709551615 4194304 4196468 140722735722240 140110467075168 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10154] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10154/stat : 10154 (java) S 10136 10139 25139 0 -1 1077944384 345 0 0 0 0 0 0 0 20 0 16 0 54246219 10878976000 26194 18446744073709551615 4194304 4196468 140722735722240 140110466021680 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10155] ppid=10136 vsize=10624000 CPUtime=12.55 cores=1,3,5,7
/proc/10139/task/10155/stat : 10155 (java) R 10136 10139 25139 0 -1 4202560 7303 0 0 0 1252 3 0 0 20 0 16 0 54246235 10878976000 26194 18446744073709551615 4194304 4196468 140722735722240 140110462830568 140110578404826 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
Current children cumulated CPU time (s) 14.56
Current children cumulated vsize (KiB) 10624000

[startup+16.1006 s]
/proc/loadavg: 1.88 1.84 1.86 3/217 10156
/proc/meminfo: memFree=31071852/32770624 swapFree=0/420616
[pid=10139] ppid=10136 vsize=10624000 CPUtime=17.77 cores=1,3,5,7
/proc/10139/stat : 10139 (java) S 10136 10139 25139 0 -1 1077944320 25289 0 0 0 1770 7 0 0 20 0 16 0 54246201 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140722735704784 140110978617079 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
/proc/10139/statm: 2656000 26205 3106 1 0 2644926 0
[pid=10139/tid=10141] ppid=10136 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/10139/task/10141/stat : 10141 (java) S 10136 10139 25139 0 -1 1077944384 6175 0 0 0 19 2 0 0 20 0 16 0 54246209 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110982859952 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10142] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10142/stat : 10142 (java) S 10136 10139 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110909037328 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10143] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10143/stat : 10143 (java) S 10136 10139 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110907984784 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10144] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10144/stat : 10144 (java) S 10136 10139 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110906932240 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10145] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10145/stat : 10145 (java) S 10136 10139 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110905879696 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10146] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10146/stat : 10146 (java) S 10136 10139 25139 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 16 0 54246211 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110474442736 140110978628226 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10147] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10147/stat : 10147 (java) S 10136 10139 25139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 54246212 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110473388960 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10148] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10148/stat : 10148 (java) S 10136 10139 25139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 54246212 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110472336368 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10149] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10149/stat : 10149 (java) S 10136 10139 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110471284944 140110978635675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10150] ppid=10136 vsize=10624000 CPUtime=0.65 cores=1,3,5,7
/proc/10139/task/10150/stat : 10150 (java) S 10136 10139 25139 0 -1 1077944384 3550 0 0 0 65 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110470232560 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10151] ppid=10136 vsize=10624000 CPUtime=0.73 cores=1,3,5,7
/proc/10139/task/10151/stat : 10151 (java) S 10136 10139 25139 0 -1 1077944384 2429 0 0 0 73 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110469180016 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10152] ppid=10136 vsize=10624000 CPUtime=0.38 cores=1,3,5,7
/proc/10139/task/10152/stat : 10152 (java) S 10136 10139 25139 0 -1 1077944384 3146 0 0 0 38 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110468127472 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10153] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10153/stat : 10153 (java) S 10136 10139 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110467075168 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10154] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10154/stat : 10154 (java) S 10136 10139 25139 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 16 0 54246219 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110466021680 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10155] ppid=10136 vsize=10624000 CPUtime=15.75 cores=1,3,5,7
/proc/10139/task/10155/stat : 10155 (java) R 10136 10139 25139 0 -1 4202560 7898 0 0 0 1572 3 0 0 20 0 16 0 54246235 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110462829448 140110578443933 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
Current children cumulated CPU time (s) 17.77
Current children cumulated vsize (KiB) 10624000

[startup+17.7006 s]
/proc/loadavg: 1.89 1.84 1.86 4/217 10156
/proc/meminfo: memFree=31071728/32770624 swapFree=0/420616
[pid=10139] ppid=10136 vsize=10624000 CPUtime=19.38 cores=1,3,5,7
/proc/10139/stat : 10139 (java) S 10136 10139 25139 0 -1 1077944320 25299 0 0 0 1931 7 0 0 20 0 16 0 54246201 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140722735704784 140110978617079 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
/proc/10139/statm: 2656000 26205 3106 1 0 2644926 0
[pid=10139/tid=10141] ppid=10136 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/10139/task/10141/stat : 10141 (java) S 10136 10139 25139 0 -1 1077944384 6175 0 0 0 19 2 0 0 20 0 16 0 54246209 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110982859952 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10142] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10142/stat : 10142 (java) S 10136 10139 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110909037328 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10143] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10143/stat : 10143 (java) S 10136 10139 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110907984784 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10144] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10144/stat : 10144 (java) S 10136 10139 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110906932240 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10145] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10145/stat : 10145 (java) S 10136 10139 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110905879696 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10146] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10146/stat : 10146 (java) S 10136 10139 25139 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 16 0 54246211 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110474442736 140110978628226 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10147] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10147/stat : 10147 (java) S 10136 10139 25139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 54246212 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110473388960 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10148] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10148/stat : 10148 (java) S 10136 10139 25139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 54246212 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110472336368 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10149] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10149/stat : 10149 (java) S 10136 10139 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110471284944 140110978635675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10150] ppid=10136 vsize=10624000 CPUtime=0.65 cores=1,3,5,7
/proc/10139/task/10150/stat : 10150 (java) S 10136 10139 25139 0 -1 1077944384 3550 0 0 0 65 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110470232560 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10151] ppid=10136 vsize=10624000 CPUtime=0.73 cores=1,3,5,7
/proc/10139/task/10151/stat : 10151 (java) S 10136 10139 25139 0 -1 1077944384 2429 0 0 0 73 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110469180016 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10152] ppid=10136 vsize=10624000 CPUtime=0.38 cores=1,3,5,7
/proc/10139/task/10152/stat : 10152 (java) S 10136 10139 25139 0 -1 1077944384 3155 0 0 0 38 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110468127472 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10153] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10153/stat : 10153 (java) S 10136 10139 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110467075168 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10154] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10154/stat : 10154 (java) S 10136 10139 25139 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 16 0 54246219 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110466021680 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10155] ppid=10136 vsize=10624000 CPUtime=17.35 cores=1,3,5,7
/proc/10139/task/10155/stat : 10155 (java) R 10136 10139 25139 0 -1 4202560 7899 0 0 0 1732 3 0 0 20 0 16 0 54246235 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110462829448 140110578767277 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
Current children cumulated CPU time (s) 19.38
Current children cumulated vsize (KiB) 10624000

[startup+18.1006 s]
/proc/loadavg: 1.89 1.84 1.86 4/217 10156
/proc/meminfo: memFree=31071728/32770624 swapFree=0/420616
[pid=10139] ppid=10136 vsize=10624000 CPUtime=19.77 cores=1,3,5,7
/proc/10139/stat : 10139 (java) S 10136 10139 25139 0 -1 1077944320 25302 0 0 0 1970 7 0 0 20 0 16 0 54246201 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140722735704784 140110978617079 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
/proc/10139/statm: 2656000 26205 3106 1 0 2644926 0
[pid=10139/tid=10141] ppid=10136 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/10139/task/10141/stat : 10141 (java) S 10136 10139 25139 0 -1 1077944384 6175 0 0 0 19 2 0 0 20 0 16 0 54246209 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110982859952 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10142] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10142/stat : 10142 (java) S 10136 10139 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110909037328 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10143] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10143/stat : 10143 (java) S 10136 10139 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110907984784 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10144] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10144/stat : 10144 (java) S 10136 10139 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110906932240 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10145] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10145/stat : 10145 (java) S 10136 10139 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110905879696 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10146] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10146/stat : 10146 (java) S 10136 10139 25139 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 16 0 54246211 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110474442736 140110978628226 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10147] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10147/stat : 10147 (java) S 10136 10139 25139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 54246212 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110473388960 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10148] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10148/stat : 10148 (java) S 10136 10139 25139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 54246212 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110472336368 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10149] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10149/stat : 10149 (java) S 10136 10139 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110471284944 140110978635675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10150] ppid=10136 vsize=10624000 CPUtime=0.65 cores=1,3,5,7
/proc/10139/task/10150/stat : 10150 (java) S 10136 10139 25139 0 -1 1077944384 3550 0 0 0 65 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110470232560 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10151] ppid=10136 vsize=10624000 CPUtime=0.73 cores=1,3,5,7
/proc/10139/task/10151/stat : 10151 (java) S 10136 10139 25139 0 -1 1077944384 2429 0 0 0 73 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110469180016 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10152] ppid=10136 vsize=10624000 CPUtime=0.38 cores=1,3,5,7
/proc/10139/task/10152/stat : 10152 (java) S 10136 10139 25139 0 -1 1077944384 3155 0 0 0 38 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110468127472 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10153] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10153/stat : 10153 (java) S 10136 10139 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110467075168 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10154] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10154/stat : 10154 (java) S 10136 10139 25139 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 16 0 54246219 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110466021680 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10155] ppid=10136 vsize=10624000 CPUtime=17.75 cores=1,3,5,7
/proc/10139/task/10155/stat : 10155 (java) R 10136 10139 25139 0 -1 4202560 7902 0 0 0 1772 3 0 0 20 0 16 0 54246235 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110462831688 140110578404946 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
Current children cumulated CPU time (s) 19.77
Current children cumulated vsize (KiB) 10624000

[startup+18.3006 s]
/proc/loadavg: 1.89 1.84 1.86 4/217 10156
/proc/meminfo: memFree=31071728/32770624 swapFree=0/420616
[pid=10139] ppid=10136 vsize=10624000 CPUtime=19.97 cores=1,3,5,7
/proc/10139/stat : 10139 (java) S 10136 10139 25139 0 -1 1077944320 25302 0 0 0 1990 7 0 0 20 0 16 0 54246201 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140722735704784 140110978617079 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 7 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
/proc/10139/statm: 2656000 26205 3106 1 0 2644926 0
[pid=10139/tid=10141] ppid=10136 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/10139/task/10141/stat : 10141 (java) S 10136 10139 25139 0 -1 1077944384 6175 0 0 0 19 2 0 0 20 0 16 0 54246209 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110982859952 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 4 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10142] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10142/stat : 10142 (java) S 10136 10139 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110909037328 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10143] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10143/stat : 10143 (java) S 10136 10139 25139 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110907984784 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10144] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10144/stat : 10144 (java) S 10136 10139 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110906932240 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10145] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10145/stat : 10145 (java) S 10136 10139 25139 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 16 0 54246210 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110905879696 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10146] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10146/stat : 10146 (java) S 10136 10139 25139 0 -1 1077944384 317 0 0 0 0 0 0 0 20 0 16 0 54246211 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110474442736 140110978628226 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10147] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10147/stat : 10147 (java) S 10136 10139 25139 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 16 0 54246212 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110473388960 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10148] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10148/stat : 10148 (java) S 10136 10139 25139 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 16 0 54246212 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110472336368 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10149] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10149/stat : 10149 (java) S 10136 10139 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110471284944 140110978635675 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10150] ppid=10136 vsize=10624000 CPUtime=0.65 cores=1,3,5,7
/proc/10139/task/10150/stat : 10150 (java) S 10136 10139 25139 0 -1 1077944384 3550 0 0 0 65 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110470232560 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10151] ppid=10136 vsize=10624000 CPUtime=0.73 cores=1,3,5,7
/proc/10139/task/10151/stat : 10151 (java) S 10136 10139 25139 0 -1 1077944384 2429 0 0 0 73 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110469180016 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10152] ppid=10136 vsize=10624000 CPUtime=0.38 cores=1,3,5,7
/proc/10139/task/10152/stat : 10152 (java) S 10136 10139 25139 0 -1 1077944384 3155 0 0 0 38 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110468127472 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10153] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10153/stat : 10153 (java) S 10136 10139 25139 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 54246214 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110467075168 140110978627285 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10154] ppid=10136 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/10139/task/10154/stat : 10154 (java) S 10136 10139 25139 0 -1 1077944384 412 0 0 0 0 0 0 0 20 0 16 0 54246219 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110466021680 140110978628226 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
[pid=10139/tid=10155] ppid=10136 vsize=10624000 CPUtime=17.95 cores=1,3,5,7
/proc/10139/task/10155/stat : 10155 (java) R 10136 10139 25139 0 -1 4202560 7902 0 0 0 1792 3 0 0 20 0 16 0 54246235 10878976000 26205 18446744073709551615 4194304 4196468 140722735722240 140110462831688 140110578403658 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 25100288 140722735731149 140722735731278 140722735731278 140722735734735 0
Current children cumulated CPU time (s) 19.97
Current children cumulated vsize (KiB) 10624000

Child status: 0
Real time (s): 18.3214
CPU time (s): 20.0022
CPU user time (s): 19.921
CPU system time (s): 0.081224
CPU usage (%): 109.174
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 19.921
system time used= 0.081224
maximum resident set size= 107616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25896
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= 2324
involuntary context switches= 20

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.076705 second user time and 0.102274 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-07 02:42:43
IDJOB=4249887
IDBENCH=140550
IDSOLVER=2624
FILE ID=node134/4249887-1502067402
RUNJOBID= node134-1502043430-5272
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/Rack/Rack-m1c-s1/Rack-m1c-r2.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249887-1502067402/watcher-4249887-1502067402 -o /tmp/evaluation-result-4249887-1502067402/solver-4249887-1502067402 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502043430-5272 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4249887-1502067402.xml

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

MD5SUM BENCH= a7a611711d538e27d6e463316b2ea293
RANDOM SEED=1052229182

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:        31169064 kB
MemAvailable:   31740664 kB
Buffers:          193992 kB
Cached:           667672 kB
SwapCached:            0 kB
Active:           733692 kB
Inactive:         443600 kB
Active(anon):     317824 kB
Inactive(anon):    23032 kB
Active(file):     415868 kB
Inactive(file):   420568 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7808 kB
Writeback:             0 kB
AnonPages:        315196 kB
Mapped:            51812 kB
Shmem:             25276 kB
Slab:             127720 kB
SReclaimable:     102000 kB
SUnreclaim:        25720 kB
KernelStack:        3504 kB
PageTables:         5480 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1147464 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    204800 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-07 02:43:02