Trace number 4263808

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
AbsCon-basic 2017-06-11SAT (TO)0 2520.0701 2513.8101

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-03.xml
MD5SUM61729e5e51cdc1a72244a455e64fc056
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size45
Distribution of domain sizes[{"size":19,"count":1},{"size":45,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.30/0.33	
0.30/0.33	AbsCon 2 
0.30/0.33	
1.69/0.99	  Solving XCSP3-instance-4263808-1502316505 as a COP in -infty..+infty
1.69/0.99	  Loading variables...
2.09/1.17	  Loading constraints...
4.54/1.97	  Solver SolverBacktrack being built...
4.54/1.97	
4.88/2.09	  Preprocessing : gac=true, ccks=0, filters=90, revisions=0 (useless=0), AC=612, removals=612, inconsistent=false
4.88/2.09	
9.68/5.59	o 0
2520.05/2513.80	
2520.05/2513.80	v <instantiation id='sol1' type='solution' cost='0'>  <list> x b[][] </list>  <values> 0 200 199 199 197 197 0 196 196 193 193 193 0 192 192 191 191 189 0 190 190 189 189 188 0 187 185 185 185 183 0 183 182 181 181 181 0 180 180 180 178 177 0 179 179 179 155 151 150 177 177 177 177 176 0 176 175 175 169 154 151 175 175 175 170 153 152 174 174 174 174 152 152 173 171 171 171 155 153 169 168 168 168 168 156 168 167 166 166 166 155 166 158 158 157 156 156 165 165 163 162 162 161 161 160 160 160 159 159 </values>  </instantiation>
2520.05/2513.80	s SATISFIABLE

Verifier Data

OK	0

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-4263808-1502316505/watcher-4263808-1502316505 -o /tmp/evaluation-result-4263808-1502316505/solver-4263808-1502316505 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502259017-17571 --watchdog 2580 java -jar HOME/AbsCon-basic.jar HOME/instance-4263808-1502316505.xml 

pid=28931
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: 2.03 2.07 2.05 2/200 28934
/proc/meminfo: memFree=31163424/32770624 swapFree=0/419272
[pid=28934] ppid=28931 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/28934/stat : 28934 (runsolver) D 28931 28934 9153 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 73561642 24240128 106 18446744073709551615 4194304 4338465 140729150929376 140729150927016 139922454643415 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 38297600 140729150935199 140729150935625 140729150935625 140729150939082 0
/proc/28934/statm: 5918 106 53 36 0 2156 0

[startup+0.106547 s]
/proc/loadavg: 2.03 2.07 2.05 2/200 28934
/proc/meminfo: memFree=31163424/32770624 swapFree=0/419272
[pid=28934] ppid=28931 vsize=10151672 CPUtime=0.03 cores=1,3,5,7
/proc/28934/stat : 28934 (java) S 28931 28934 9153 0 -1 1077944320 3939 0 0 0 3 0 0 0 20 0 9 0 73561642 10395312128 5078 18446744073709551615 4194304 4196468 140735478078784 140735478061328 140296166735607 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
/proc/28934/statm: 2537918 5078 2109 1 0 2527415 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 10151672

[startup+0.200456 s]
/proc/loadavg: 2.03 2.07 2.05 2/200 28934
/proc/meminfo: memFree=31163424/32770624 swapFree=0/419272
[pid=28934] ppid=28931 vsize=10551180 CPUtime=0.11 cores=1,3,5,7
/proc/28934/stat : 28934 (java) S 28931 28934 9153 0 -1 1077944320 5304 0 0 0 10 1 0 0 20 0 15 0 73561642 10804408320 6799 18446744073709551615 4194304 4196468 140735478078784 140735478061328 140296166735607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
/proc/28934/statm: 2637795 6799 2775 1 0 2627261 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 10551180

[startup+0.300322 s]
/proc/loadavg: 2.03 2.07 2.05 2/200 28934
/proc/meminfo: memFree=31163424/32770624 swapFree=0/419272
[pid=28934] ppid=28931 vsize=10553264 CPUtime=0.3 cores=1,3,5,7
/proc/28934/stat : 28934 (java) S 28931 28934 9153 0 -1 1077944320 9049 0 0 0 28 2 0 0 20 0 15 0 73561642 10806542336 9932 18446744073709551615 4194304 4196468 140735478078784 140735478061328 140296166735607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
/proc/28934/statm: 2638316 9932 2952 1 0 2627261 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 10553264

[startup+0.70059 s]
/proc/loadavg: 2.03 2.07 2.05 2/200 28934
/proc/meminfo: memFree=31163424/32770624 swapFree=0/419272
[pid=28934] ppid=28931 vsize=10621952 CPUtime=1.23 cores=1,3,5,7
/proc/28934/stat : 28934 (java) S 28931 28934 9153 0 -1 1077944320 13238 0 0 0 117 6 0 0 20 0 16 0 73561642 10876878848 27191 18446744073709551615 4194304 4196468 140735478078784 140735478061328 140296166735607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
/proc/28934/statm: 2655488 27191 3079 1 0 2644414 0
Current children cumulated CPU time (s) 1.23
Current children cumulated vsize (KiB) 10621952

[startup+1.50159 s]
/proc/loadavg: 2.19 2.10 2.06 4/216 28950
/proc/meminfo: memFree=31003120/32770624 swapFree=0/419092
[pid=28934] ppid=28931 vsize=10621952 CPUtime=3.34 cores=1,3,5,7
/proc/28934/stat : 28934 (java) S 28931 28934 9153 0 -1 1077944320 18233 0 0 0 322 12 0 0 20 0 16 0 73561642 10876878848 56334 18446744073709551615 4194304 4196468 140735478078784 140735478061328 140296166735607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
/proc/28934/statm: 2655488 56334 3105 1 0 2644414 0
[pid=28934/tid=28936] ppid=28931 vsize=10621952 CPUtime=0.21 cores=1,3,5,7
/proc/28934/task/28936/stat : 28936 (java) S 28931 28934 9153 0 -1 1077944384 6185 0 0 0 19 2 0 0 20 0 16 0 73561649 10876878848 56334 18446744073709551615 4194304 4196468 140735478078784 140296170978480 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28937] ppid=28931 vsize=10621952 CPUtime=0.01 cores=1,3,5,7
/proc/28934/task/28937/stat : 28937 (java) S 28931 28934 9153 0 -1 1077944384 23 0 0 0 1 0 0 0 20 0 16 0 73561649 10876878848 56334 18446744073709551615 4194304 4196468 140735478078784 140296123701648 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28938] ppid=28931 vsize=10621952 CPUtime=0.02 cores=1,3,5,7
/proc/28934/task/28938/stat : 28938 (java) S 28931 28934 9153 0 -1 1077944384 20 0 0 0 2 0 0 0 20 0 16 0 73561649 10876878848 56334 18446744073709551615 4194304 4196468 140735478078784 140296122648848 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28939] ppid=28931 vsize=10621952 CPUtime=0.01 cores=1,3,5,7
/proc/28934/task/28939/stat : 28939 (java) S 28931 28934 9153 0 -1 1077944384 19 0 0 0 1 0 0 0 20 0 16 0 73561649 10876878848 56334 18446744073709551615 4194304 4196468 140735478078784 140296121596560 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28940] ppid=28931 vsize=10621952 CPUtime=0.02 cores=1,3,5,7
/proc/28934/task/28940/stat : 28940 (java) S 28931 28934 9153 0 -1 1077944384 32 0 0 0 1 1 0 0 20 0 16 0 73561649 10876878848 56334 18446744073709551615 4194304 4196468 140735478078784 140296120543760 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28941] ppid=28931 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28941/stat : 28941 (java) S 28931 28934 9153 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 73561651 10876878848 56334 18446744073709551615 4194304 4196468 140735478078784 140295730039408 140296166746754 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28942] ppid=28931 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28942/stat : 28942 (java) S 28931 28934 9153 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 73561651 10876878848 56334 18446744073709551615 4194304 4196468 140735478078784 140295728985440 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28943] ppid=28931 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28943/stat : 28943 (java) S 28931 28934 9153 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 73561651 10876878848 56334 18446744073709551615 4194304 4196468 140735478078784 140295727933040 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28944] ppid=28931 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28944/stat : 28944 (java) S 28931 28934 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73561654 10876878848 56334 18446744073709551615 4194304 4196468 140735478078784 140295726881360 140296166754203 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28945] ppid=28931 vsize=10621952 CPUtime=0.75 cores=1,3,5,7
/proc/28934/task/28945/stat : 28945 (java) R 28931 28934 9153 0 -1 4202560 3234 0 0 0 74 1 0 0 20 0 16 0 73561654 10876878848 56334 18446744073709551615 4194304 4196468 140735478078784 140295725814088 140296151125461 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28946] ppid=28931 vsize=10621952 CPUtime=0.75 cores=1,3,5,7
/proc/28934/task/28946/stat : 28946 (java) R 28931 28934 9153 0 -1 4202560 2709 0 0 0 75 0 0 0 20 0 16 0 73561654 10876878848 56334 18446744073709551615 4194304 4196468 140735478078784 140295724755960 140296150232395 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28947] ppid=28931 vsize=10621952 CPUtime=0.34 cores=1,3,5,7
/proc/28934/task/28947/stat : 28947 (java) S 28931 28934 9153 0 -1 1077944384 1642 0 0 0 34 0 0 0 20 0 16 0 73561654 10876878848 56334 18446744073709551615 4194304 4196468 140735478078784 140295723723120 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28948] ppid=28931 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28948/stat : 28948 (java) S 28931 28934 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73561654 10876878848 56334 18446744073709551615 4194304 4196468 140735478078784 140295722670560 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28949] ppid=28931 vsize=10621952 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28949/stat : 28949 (java) S 28931 28934 9153 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 16 0 73561658 10876878848 56334 18446744073709551615 4194304 4196468 140735478078784 140295721618352 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28950] ppid=28931 vsize=10621952 CPUtime=1.13 cores=1,3,5,7
/proc/28934/task/28950/stat : 28950 (java) R 28931 28934 9153 0 -1 4202560 2925 0 0 0 110 3 0 0 20 0 16 0 73561675 10876878848 56334 18446744073709551615 4194304 4196468 140735478078784 140295718422800 140295795798070 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
Current children cumulated CPU time (s) 3.34
Current children cumulated vsize (KiB) 10621952

[startup+3.10756 s]
/proc/loadavg: 2.19 2.10 2.06 5/216 28950
/proc/meminfo: memFree=30820352/32770624 swapFree=0/419092
[pid=28934] ppid=28931 vsize=10624000 CPUtime=6.89 cores=1,3,5,7
/proc/28934/stat : 28934 (java) S 28931 28934 9153 0 -1 1077944320 22169 0 0 0 674 15 0 0 20 0 16 0 73561642 10878976000 93948 18446744073709551615 4194304 4196468 140735478078784 140735478061328 140296166735607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
/proc/28934/statm: 2656000 93948 3118 1 0 2644926 0
[pid=28934/tid=28936] ppid=28931 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/28934/task/28936/stat : 28936 (java) S 28931 28934 9153 0 -1 1077944384 6185 0 0 0 19 2 0 0 20 0 16 0 73561649 10878976000 93948 18446744073709551615 4194304 4196468 140735478078784 140296170978480 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28937] ppid=28931 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/28934/task/28937/stat : 28937 (java) R 28931 28934 9153 0 -1 4202560 32 0 0 0 2 1 0 0 20 0 16 0 73561649 10878976000 93948 18446744073709551615 4194304 4196468 140735478078784 140296123701848 140296151759310 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28938] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28938/stat : 28938 (java) R 28931 28934 9153 0 -1 4202560 29 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 93948 18446744073709551615 4194304 4196468 140735478078784 140296122648848 140296151757682 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28939] ppid=28931 vsize=10624000 CPUtime=0.02 cores=1,3,5,7
/proc/28934/task/28939/stat : 28939 (java) R 28931 28934 9153 0 -1 4202560 37 0 0 0 2 0 0 0 20 0 16 0 73561649 10878976000 93948 18446744073709551615 4194304 4196468 140735478078784 140296121596560 140296151759683 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28940] ppid=28931 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/28934/task/28940/stat : 28940 (java) R 28931 28934 9153 0 -1 4202560 45 0 0 0 2 1 0 0 20 0 16 0 73561649 10878976000 93948 18446744073709551615 4194304 4196468 140735478078784 140296120543760 140296151762928 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28941] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28941/stat : 28941 (java) S 28931 28934 9153 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 16 0 73561651 10878976000 93948 18446744073709551615 4194304 4196468 140735478078784 140295730037920 140296166745813 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28942] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28942/stat : 28942 (java) S 28931 28934 9153 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 73561651 10878976000 93948 18446744073709551615 4194304 4196468 140735478078784 140295728985440 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28943] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28943/stat : 28943 (java) S 28931 28934 9153 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 73561651 10878976000 93948 18446744073709551615 4194304 4196468 140735478078784 140295727933040 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28944] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28944/stat : 28944 (java) S 28931 28934 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73561654 10878976000 93948 18446744073709551615 4194304 4196468 140735478078784 140295726881360 140296166754203 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28945] ppid=28931 vsize=10624000 CPUtime=1.65 cores=1,3,5,7
/proc/28934/task/28945/stat : 28945 (java) S 28931 28934 9153 0 -1 1077944384 5044 0 0 0 164 1 0 0 20 0 16 0 73561654 10878976000 93948 18446744073709551615 4194304 4196468 140735478078784 140295725813104 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28946] ppid=28931 vsize=10624000 CPUtime=1.62 cores=1,3,5,7
/proc/28934/task/28946/stat : 28946 (java) S 28931 28934 9153 0 -1 1077944384 4098 0 0 0 161 1 0 0 20 0 16 0 73561654 10878976000 93948 18446744073709551615 4194304 4196468 140735478078784 140295724775408 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28947] ppid=28931 vsize=10624000 CPUtime=0.48 cores=1,3,5,7
/proc/28934/task/28947/stat : 28947 (java) S 28931 28934 9153 0 -1 1077944384 1909 0 0 0 48 0 0 0 20 0 16 0 73561654 10878976000 93948 18446744073709551615 4194304 4196468 140735478078784 140295723723120 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28948] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28948/stat : 28948 (java) S 28931 28934 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73561654 10878976000 93948 18446744073709551615 4194304 4196468 140735478078784 140295722670560 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28949] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28949/stat : 28949 (java) S 28931 28934 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73561658 10878976000 93948 18446744073709551615 4194304 4196468 140735478078784 140295721618352 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28950] ppid=28931 vsize=10624000 CPUtime=2.72 cores=1,3,5,7
/proc/28934/task/28950/stat : 28950 (java) S 28931 28934 9153 0 -1 1077944384 3344 0 0 0 267 5 0 0 20 0 16 0 73561675 10878976000 93948 18446744073709551615 4194304 4196468 140735478078784 140295718427744 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
Current children cumulated CPU time (s) 6.89
Current children cumulated vsize (KiB) 10624000

[startup+6.30073 s]
/proc/loadavg: 2.19 2.10 2.06 3/216 28950
/proc/meminfo: memFree=30788948/32770624 swapFree=0/419088
[pid=28934] ppid=28931 vsize=10624000 CPUtime=10.93 cores=1,3,5,7
/proc/28934/stat : 28934 (java) S 28931 28934 9153 0 -1 1077944320 31780 0 0 0 1074 19 0 0 20 0 16 0 73561642 10878976000 96090 18446744073709551615 4194304 4196468 140735478078784 140735478061328 140296166735607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
/proc/28934/statm: 2656000 96090 3123 1 0 2644926 0
[pid=28934/tid=28936] ppid=28931 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/28934/task/28936/stat : 28936 (java) S 28931 28934 9153 0 -1 1077944384 6185 0 0 0 19 2 0 0 20 0 16 0 73561649 10878976000 96090 18446744073709551615 4194304 4196468 140735478078784 140296170978480 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28937] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28937/stat : 28937 (java) S 28931 28934 9153 0 -1 1077944384 36 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 96090 18446744073709551615 4194304 4196468 140735478078784 140296123701648 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28938] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28938/stat : 28938 (java) S 28931 28934 9153 0 -1 1077944384 33 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 96090 18446744073709551615 4194304 4196468 140735478078784 140296122648848 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28939] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28939/stat : 28939 (java) S 28931 28934 9153 0 -1 1077944384 41 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 96090 18446744073709551615 4194304 4196468 140735478078784 140296121596560 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28940] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28940/stat : 28940 (java) S 28931 28934 9153 0 -1 1077944384 49 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 96090 18446744073709551615 4194304 4196468 140735478078784 140296120543760 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28941] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28941/stat : 28941 (java) S 28931 28934 9153 0 -1 1077944384 635 0 0 0 0 0 0 0 20 0 16 0 73561651 10878976000 96090 18446744073709551615 4194304 4196468 140735478078784 140295730039408 140296166746754 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28942] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28942/stat : 28942 (java) S 28931 28934 9153 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 73561651 10878976000 96090 18446744073709551615 4194304 4196468 140735478078784 140295728985440 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28943] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28943/stat : 28943 (java) S 28931 28934 9153 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 73561651 10878976000 96090 18446744073709551615 4194304 4196468 140735478078784 140295727933040 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28944] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28944/stat : 28944 (java) S 28931 28934 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73561654 10878976000 96090 18446744073709551615 4194304 4196468 140735478078784 140295726881360 140296166754203 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28945] ppid=28931 vsize=10624000 CPUtime=2 cores=1,3,5,7
/proc/28934/task/28945/stat : 28945 (java) S 28931 28934 9153 0 -1 1077944384 7068 0 0 0 199 1 0 0 20 0 16 0 73561654 10878976000 96090 18446744073709551615 4194304 4196468 140735478078784 140295725828208 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28946] ppid=28931 vsize=10624000 CPUtime=2.03 cores=1,3,5,7
/proc/28934/task/28946/stat : 28946 (java) S 28931 28934 9153 0 -1 1077944384 6685 0 0 0 202 1 0 0 20 0 16 0 73561654 10878976000 96090 18446744073709551615 4194304 4196468 140735478078784 140295724775408 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28947] ppid=28931 vsize=10624000 CPUtime=0.53 cores=1,3,5,7
/proc/28934/task/28947/stat : 28947 (java) S 28931 28934 9153 0 -1 1077944384 2810 0 0 0 53 0 0 0 20 0 16 0 73561654 10878976000 96090 18446744073709551615 4194304 4196468 140735478078784 140295723723120 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28948] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28948/stat : 28948 (java) S 28931 28934 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73561654 10878976000 96090 18446744073709551615 4194304 4196468 140735478078784 140295722670560 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28949] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28949/stat : 28949 (java) S 28931 28934 9153 0 -1 1077944384 528 0 0 0 0 0 0 0 20 0 16 0 73561658 10878976000 96090 18446744073709551615 4194304 4196468 140735478078784 140295721618352 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28950] ppid=28931 vsize=10624000 CPUtime=5.9 cores=1,3,5,7
/proc/28934/task/28950/stat : 28950 (java) R 28931 28934 9153 0 -1 4202560 6350 0 0 0 584 6 0 0 20 0 16 0 73561675 10878976000 96090 18446744073709551615 4194304 4196468 140735478078784 140295718427512 140295801062146 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
Current children cumulated CPU time (s) 10.93
Current children cumulated vsize (KiB) 10624000

[startup+12.7007 s]
/proc/loadavg: 2.23 2.11 2.06 3/216 28950
/proc/meminfo: memFree=30794160/32770624 swapFree=0/419092
[pid=28934] ppid=28931 vsize=10624000 CPUtime=17.42 cores=1,3,5,7
/proc/28934/stat : 28934 (java) S 28931 28934 9153 0 -1 1077944320 32505 0 0 0 1723 19 0 0 20 0 16 0 73561642 10878976000 94754 18446744073709551615 4194304 4196468 140735478078784 140735478061328 140296166735607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
/proc/28934/statm: 2656000 94754 3123 1 0 2644926 0
[pid=28934/tid=28936] ppid=28931 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/28934/task/28936/stat : 28936 (java) S 28931 28934 9153 0 -1 1077944384 6185 0 0 0 19 2 0 0 20 0 16 0 73561649 10878976000 94754 18446744073709551615 4194304 4196468 140735478078784 140296170978480 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28937] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28937/stat : 28937 (java) S 28931 28934 9153 0 -1 1077944384 36 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 94754 18446744073709551615 4194304 4196468 140735478078784 140296123701648 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28938] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28938/stat : 28938 (java) S 28931 28934 9153 0 -1 1077944384 33 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 94754 18446744073709551615 4194304 4196468 140735478078784 140296122648848 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28939] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28939/stat : 28939 (java) S 28931 28934 9153 0 -1 1077944384 41 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 94754 18446744073709551615 4194304 4196468 140735478078784 140296121596560 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28940] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28940/stat : 28940 (java) S 28931 28934 9153 0 -1 1077944384 49 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 94754 18446744073709551615 4194304 4196468 140735478078784 140296120543760 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28941] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28941/stat : 28941 (java) S 28931 28934 9153 0 -1 1077944384 635 0 0 0 0 0 0 0 20 0 16 0 73561651 10878976000 94754 18446744073709551615 4194304 4196468 140735478078784 140295730039408 140296166746754 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0

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

/proc/meminfo: memFree=28185568/32770624 swapFree=0/419840
[pid=28934] ppid=28931 vsize=10624000 CPUtime=2388.49 cores=1,3,5,7
/proc/28934/stat : 28934 (java) S 28931 28934 9153 0 -1 1077944320 54131 0 0 0 238785 64 0 0 20 0 16 0 73561642 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140735478061328 140296166735607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
/proc/28934/statm: 2656000 99055 3126 1 0 2644926 0
[pid=28934/tid=28936] ppid=28931 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/28934/task/28936/stat : 28936 (java) S 28931 28934 9153 0 -1 1077944384 6185 0 0 0 19 2 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296170978480 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28937] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28937/stat : 28937 (java) S 28931 28934 9153 0 -1 1077944384 36 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296123701648 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28938] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28938/stat : 28938 (java) S 28931 28934 9153 0 -1 1077944384 33 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296122648848 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28939] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28939/stat : 28939 (java) S 28931 28934 9153 0 -1 1077944384 41 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296121596560 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28940] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28940/stat : 28940 (java) S 28931 28934 9153 0 -1 1077944384 49 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296120543760 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28941] ppid=28931 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/28934/task/28941/stat : 28941 (java) S 28931 28934 9153 0 -1 1077944384 989 0 0 0 2 1 0 0 20 0 16 0 73561651 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295730039408 140296166746754 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28942] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28942/stat : 28942 (java) S 28931 28934 9153 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 73561651 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295728985440 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28943] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28943/stat : 28943 (java) S 28931 28934 9153 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 73561651 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295727933040 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28944] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28944/stat : 28944 (java) S 28931 28934 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295726881360 140296166754203 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28945] ppid=28931 vsize=10624000 CPUtime=2.13 cores=1,3,5,7
/proc/28934/task/28945/stat : 28945 (java) S 28931 28934 9153 0 -1 1077944384 10944 0 0 0 212 1 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295725828208 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28946] ppid=28931 vsize=10624000 CPUtime=2.27 cores=1,3,5,7
/proc/28934/task/28946/stat : 28946 (java) S 28931 28934 9153 0 -1 1077944384 11919 0 0 0 225 2 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295724775408 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28947] ppid=28931 vsize=10624000 CPUtime=0.59 cores=1,3,5,7
/proc/28934/task/28947/stat : 28947 (java) S 28931 28934 9153 0 -1 1077944384 5860 0 0 0 58 1 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295723723120 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28948] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28948/stat : 28948 (java) S 28931 28934 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295722670560 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28949] ppid=28931 vsize=10624000 CPUtime=0.92 cores=1,3,5,7
/proc/28934/task/28949/stat : 28949 (java) S 28931 28934 9153 0 -1 1077944384 1407 0 0 0 39 53 0 0 20 0 16 0 73561658 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295721618352 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28950] ppid=28931 vsize=10624000 CPUtime=2382.06 cores=1,3,5,7
/proc/28934/task/28950/stat : 28950 (java) R 28931 28934 9153 0 -1 4202560 15308 0 0 0 238200 6 0 0 20 0 16 0 73561675 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295718427896 140295801063064 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
Current children cumulated CPU time (s) 2388.49
Current children cumulated vsize (KiB) 10624000

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/216 29231
/proc/meminfo: memFree=28185692/32770624 swapFree=0/419844
[pid=28934] ppid=28931 vsize=10624000 CPUtime=2448.52 cores=1,3,5,7
/proc/28934/stat : 28934 (java) S 28931 28934 9153 0 -1 1077944320 54244 0 0 0 244787 65 0 0 20 0 16 0 73561642 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140735478061328 140296166735607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
/proc/28934/statm: 2656000 99055 3126 1 0 2644926 0
[pid=28934/tid=28936] ppid=28931 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/28934/task/28936/stat : 28936 (java) S 28931 28934 9153 0 -1 1077944384 6185 0 0 0 19 2 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296170978480 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28937] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28937/stat : 28937 (java) S 28931 28934 9153 0 -1 1077944384 36 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296123701648 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28938] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28938/stat : 28938 (java) S 28931 28934 9153 0 -1 1077944384 33 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296122648848 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28939] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28939/stat : 28939 (java) S 28931 28934 9153 0 -1 1077944384 41 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296121596560 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28940] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28940/stat : 28940 (java) S 28931 28934 9153 0 -1 1077944384 49 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296120543760 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28941] ppid=28931 vsize=10624000 CPUtime=0.03 cores=1,3,5,7
/proc/28934/task/28941/stat : 28941 (java) S 28931 28934 9153 0 -1 1077944384 995 0 0 0 2 1 0 0 20 0 16 0 73561651 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295730039408 140296166746754 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28942] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28942/stat : 28942 (java) S 28931 28934 9153 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 73561651 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295728985440 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28943] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28943/stat : 28943 (java) S 28931 28934 9153 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 73561651 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295727933040 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28944] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28944/stat : 28944 (java) S 28931 28934 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295726881360 140296166754203 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28945] ppid=28931 vsize=10624000 CPUtime=2.13 cores=1,3,5,7
/proc/28934/task/28945/stat : 28945 (java) S 28931 28934 9153 0 -1 1077944384 10946 0 0 0 212 1 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295725828208 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28946] ppid=28931 vsize=10624000 CPUtime=2.27 cores=1,3,5,7
/proc/28934/task/28946/stat : 28946 (java) S 28931 28934 9153 0 -1 1077944384 11927 0 0 0 225 2 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295724775408 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28947] ppid=28931 vsize=10624000 CPUtime=0.59 cores=1,3,5,7
/proc/28934/task/28947/stat : 28947 (java) S 28931 28934 9153 0 -1 1077944384 5862 0 0 0 58 1 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295723723120 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28948] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28948/stat : 28948 (java) S 28931 28934 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295722670560 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28949] ppid=28931 vsize=10624000 CPUtime=0.94 cores=1,3,5,7
/proc/28934/task/28949/stat : 28949 (java) S 28931 28934 9153 0 -1 1077944384 1438 0 0 0 40 54 0 0 20 0 16 0 73561658 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295721618352 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28950] ppid=28931 vsize=10624000 CPUtime=2442.07 cores=1,3,5,7
/proc/28934/task/28950/stat : 28950 (java) R 28931 28934 9153 0 -1 4202560 15372 0 0 0 244201 6 0 0 20 0 16 0 73561675 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295718427896 140295801062117 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
Current children cumulated CPU time (s) 2448.52
Current children cumulated vsize (KiB) 10624000

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/216 29233
/proc/meminfo: memFree=28185844/32770624 swapFree=0/419856
[pid=28934] ppid=28931 vsize=10624000 CPUtime=2508.54 cores=1,3,5,7
/proc/28934/stat : 28934 (java) S 28931 28934 9153 0 -1 1077944320 54260 0 0 0 250788 66 0 0 20 0 16 0 73561642 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140735478061328 140296166735607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
/proc/28934/statm: 2656000 99055 3126 1 0 2644926 0
[pid=28934/tid=28936] ppid=28931 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/28934/task/28936/stat : 28936 (java) S 28931 28934 9153 0 -1 1077944384 6185 0 0 0 19 2 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296170978480 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28937] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28937/stat : 28937 (java) S 28931 28934 9153 0 -1 1077944384 36 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296123701648 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28938] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28938/stat : 28938 (java) S 28931 28934 9153 0 -1 1077944384 33 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296122648848 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28939] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28939/stat : 28939 (java) S 28931 28934 9153 0 -1 1077944384 41 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296121596560 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28940] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28940/stat : 28940 (java) S 28931 28934 9153 0 -1 1077944384 49 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296120543760 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28941] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28941/stat : 28941 (java) S 28931 28934 9153 0 -1 1077944384 995 0 0 0 3 1 0 0 20 0 16 0 73561651 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295730039408 140296166746754 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28942] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28942/stat : 28942 (java) S 28931 28934 9153 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 73561651 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295728985440 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28943] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28943/stat : 28943 (java) S 28931 28934 9153 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 73561651 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295727933040 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28944] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28944/stat : 28944 (java) S 28931 28934 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295726881360 140296166754203 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28945] ppid=28931 vsize=10624000 CPUtime=2.13 cores=1,3,5,7
/proc/28934/task/28945/stat : 28945 (java) S 28931 28934 9153 0 -1 1077944384 10946 0 0 0 212 1 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295725828208 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28946] ppid=28931 vsize=10624000 CPUtime=2.27 cores=1,3,5,7
/proc/28934/task/28946/stat : 28946 (java) S 28931 28934 9153 0 -1 1077944384 11927 0 0 0 225 2 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295724775408 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28947] ppid=28931 vsize=10624000 CPUtime=0.59 cores=1,3,5,7
/proc/28934/task/28947/stat : 28947 (java) S 28931 28934 9153 0 -1 1077944384 5862 0 0 0 58 1 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295723723120 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28948] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28948/stat : 28948 (java) S 28931 28934 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295722670560 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28949] ppid=28931 vsize=10624000 CPUtime=0.96 cores=1,3,5,7
/proc/28934/task/28949/stat : 28949 (java) S 28931 28934 9153 0 -1 1077944384 1442 0 0 0 41 55 0 0 20 0 16 0 73561658 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295721618352 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28950] ppid=28931 vsize=10624000 CPUtime=2502.07 cores=1,3,5,7
/proc/28934/task/28950/stat : 28950 (java) R 28931 28934 9153 0 -1 4202560 15384 0 0 0 250201 6 0 0 20 0 16 0 73561675 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295718427896 140295800097283 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
Current children cumulated CPU time (s) 2508.54
Current children cumulated vsize (KiB) 10624000



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2513.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/216 29233
/proc/meminfo: memFree=28185844/32770624 swapFree=0/419848
[pid=28934] ppid=28931 vsize=10624000 CPUtime=2520.05 cores=1,3,5,7
/proc/28934/stat : 28934 (java) S 28931 28934 9153 0 -1 1077944320 54262 0 0 0 251939 66 0 0 20 0 16 0 73561642 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140735478061328 140296166735607 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 6 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
/proc/28934/statm: 2656000 99055 3126 1 0 2644926 0
[pid=28934/tid=28936] ppid=28931 vsize=10624000 CPUtime=0.21 cores=1,3,5,7
/proc/28934/task/28936/stat : 28936 (java) S 28931 28934 9153 0 -1 1077944384 6185 0 0 0 19 2 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296170978480 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 3 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28937] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28937/stat : 28937 (java) S 28931 28934 9153 0 -1 1077944384 36 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296123701648 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28938] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28938/stat : 28938 (java) S 28931 28934 9153 0 -1 1077944384 33 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296122648848 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28939] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28939/stat : 28939 (java) S 28931 28934 9153 0 -1 1077944384 41 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296121596560 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28940] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28940/stat : 28940 (java) S 28931 28934 9153 0 -1 1077944384 49 0 0 0 3 1 0 0 20 0 16 0 73561649 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140296120543760 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28941] ppid=28931 vsize=10624000 CPUtime=0.04 cores=1,3,5,7
/proc/28934/task/28941/stat : 28941 (java) S 28931 28934 9153 0 -1 1077944384 995 0 0 0 3 1 0 0 20 0 16 0 73561651 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295730039408 140296166746754 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28942] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28942/stat : 28942 (java) S 28931 28934 9153 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 16 0 73561651 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295728985440 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28943] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28943/stat : 28943 (java) S 28931 28934 9153 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 16 0 73561651 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295727933040 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28944] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28944/stat : 28944 (java) S 28931 28934 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295726881360 140296166754203 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28945] ppid=28931 vsize=10624000 CPUtime=2.13 cores=1,3,5,7
/proc/28934/task/28945/stat : 28945 (java) S 28931 28934 9153 0 -1 1077944384 10946 0 0 0 212 1 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295725828208 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28946] ppid=28931 vsize=10624000 CPUtime=2.27 cores=1,3,5,7
/proc/28934/task/28946/stat : 28946 (java) S 28931 28934 9153 0 -1 1077944384 11927 0 0 0 225 2 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295724775408 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28947] ppid=28931 vsize=10624000 CPUtime=0.59 cores=1,3,5,7
/proc/28934/task/28947/stat : 28947 (java) S 28931 28934 9153 0 -1 1077944384 5862 0 0 0 58 1 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295723723120 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28948] ppid=28931 vsize=10624000 CPUtime=0 cores=1,3,5,7
/proc/28934/task/28948/stat : 28948 (java) S 28931 28934 9153 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 16 0 73561654 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295722670560 140296166745813 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28949] ppid=28931 vsize=10624000 CPUtime=0.96 cores=1,3,5,7
/proc/28934/task/28949/stat : 28949 (java) S 28931 28934 9153 0 -1 1077944384 1444 0 0 0 41 55 0 0 20 0 16 0 73561658 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295721618352 140296166746754 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
[pid=28934/tid=28950] ppid=28931 vsize=10624000 CPUtime=2513.57 cores=1,3,5,7
/proc/28934/task/28950/stat : 28950 (java) R 28931 28934 9153 0 -1 4202560 15384 0 0 0 251351 6 0 0 20 0 16 0 73561675 10878976000 99055 18446744073709551615 4194304 4196468 140735478078784 140295718427896 140295800097854 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 16535552 140735478079949 140735478080078 140735478080078 140735478083535 0
Current children cumulated CPU time (s) 2520.05
Current children cumulated vsize (KiB) 10624000

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 28934 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2513.81
CPU time (s): 2520.07
CPU user time (s): 2519.4
CPU system time (s): 0.671132
CPU usage (%): 100.249
Max. virtual memory (cumulated for all children) (KiB): 10624000

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.4
system time used= 0.671132
maximum resident set size= 396912
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54618
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1648
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 57279
involuntary context switches= 665

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8746 second user time and 15.7027 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-09 23:54:30
IDJOB=4263808
IDBENCH=137707
IDSOLVER=2652
FILE ID=node135/4263808-1502316505
RUNJOBID= node135-1502259017-17571
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw100/BinPacking-mdd-sw100-03.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4263808-1502316505/watcher-4263808-1502316505 -o /tmp/evaluation-result-4263808-1502316505/solver-4263808-1502316505 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502259017-17571 --watchdog 2580  java -jar HOME/AbsCon-basic.jar HOME/instance-4263808-1502316505.xml

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

MD5SUM BENCH= 61729e5e51cdc1a72244a455e64fc056
RANDOM SEED=906644874

node135.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.21
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.21
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.21
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.21
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:        31163424 kB
MemAvailable:   31866276 kB
Buffers:          267080 kB
Cached:           728836 kB
SwapCached:            0 kB
Active:           716772 kB
Inactive:         452412 kB
Active(anon):     173332 kB
Inactive(anon):    33140 kB
Active(file):     543440 kB
Inactive(file):   419272 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8240 kB
Writeback:             0 kB
AnonPages:        176664 kB
Mapped:            57744 kB
Shmem:             33464 kB
Slab:             138764 kB
SReclaimable:     111948 kB
SUnreclaim:        26816 kB
KernelStack:        3536 kB
PageTables:         4916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1156052 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    108544 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61976 MiB
End job on node135 at 2017-08-10 00:36:24