Trace number 4403034

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
Concrete 3.12.3OPT22 37.6303 39.4927

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-03-14.xml
MD5SUMbb3a1ca81e7aea213eb86a812d55e65a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark22
Best CPU time to get the best result obtained on this benchmark4.78559
Satisfiable
(Un)Satisfiability was proved
Number of variables84
Number of constraints110
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":42},{"size":9,"count":42}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":42},{"degree":7,"count":4},{"degree":8,"count":26},{"degree":10,"count":12}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":42},{"arity":3,"count":26},{"arity":4,"count":4},{"arity":6,"count":26},{"arity":9,"count":12}]
Number of extensional constraints68
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":68},{"type":"sum","count":42}]
Optimization problemYES
Type of objectivemax 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.83/2.84	c Concrete v3.12.3.1568965526260 running
7.02/12.43	o 16
7.02/12.44	o 18
7.36/12.54	o 20
7.71/12.69	o 21
8.05/12.79	o 22
37.52/39.48	v <instantiation
37.52/39.48	v         cost = '22'>
37.52/39.48	v       <list>
37.52/39.48	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[0][11] x[0][12] x[0][13] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[1][11] x[1][12] x[1][13] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[2][11] x[2][12] x[2][13] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[0][5] s[0][6] s[0][7] s[0][8] s[0][9] s[0][10] s[0][11] s[0][12] s[0][13] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[1][5] s[1][6] s[1][7] s[1][8] s[1][9] s[1][10] s[1][11] s[1][12] s[1][13] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[2][5] s[2][6] s[2][7] s[2][8] s[2][9] s[2][10] s[2][11] s[2][12] s[2][13]
37.52/39.48	v       </list>
37.52/39.48	v       <values>
37.52/39.48	v         1 1 0 0 0 1 1 0 1 1 0 0 0 0 1 0 1 0 1 0 1 0 1 0 1 0 1 1 0 1 1 0 1 1 0 0 0 1 1 0 1 1 2 3 2 2 2 3 2 4 2 3 2 2 2 2 3 6 3 4 3 6 3 4 3 6 3 4 3 3 2 3 2 4 2 3 2 2 2 3 2 4 3 3
37.52/39.48	v       </values>
37.52/39.48	v     </instantiation>
37.52/39.48	s OPTIMUM FOUND

Verifier Data

OK	22

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (1342 MiB free)
  memory of node 1: 16384 MiB (1857 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4403034-1568967638/watcher-4403034-1568967638 -o /tmp/evaluation-result-4403034-1568967638/solver-4403034-1568967638 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568963417-1149 --watchdog 2560 bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4403034-1568967638.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=1188, runsolver pid=1179

[startup+0.100191 s]*
/proc/loadavg: 0.38 0.10 0.07 2/198 1190
/proc/meminfo: memFree=3255404/32770624 swapFree=66986236/67108860
[pid=1188] ppid=1179 vsize=33976 memory=460 CPUtime=0 cores=1,3,5,7
/proc/1188/stat : 1188 (runsolver) D 1179 1188 1113 0 -1 4202560 117 0 0 0 0 0 0 0 20 0 1 0 473021704 34791424 115 33554432000 4194304 4346622 140737397504192 140737397500680 140515239090679 0 0 4096 24578 18446744071581916792 0 0 17 5 0 0 1 0 0 6446216 6449568 17006592 140737397510861 140737397511277 140737397511277 140737397514186 0
/proc/1188/statm: 8494 115 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 460 KiB

[startup+0.209614 s]*
/proc/loadavg: 0.38 0.10 0.07 1/198 1190
/proc/meminfo: memFree=3252628/32770624 swapFree=66986236/67108860
[pid=1188] ppid=1179 vsize=33976 memory=460 CPUtime=0 cores=1,3,5,7
/proc/1188/stat : 1188 (runsolver) D 1179 1188 1113 0 -1 4202560 117 0 0 0 0 0 0 0 20 0 1 0 473021704 34791424 115 33554432000 4194304 4346622 140737397504192 140737397500680 140515239090679 0 0 4096 24578 18446744071581916792 0 0 17 5 0 0 1 0 0 6446216 6449568 17006592 140737397510861 140737397511277 140737397511277 140737397514186 0
/proc/1188/statm: 8494 115 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 460 KiB

[startup+0.309163 s]*
/proc/loadavg: 0.38 0.10 0.07 1/198 1190
/proc/meminfo: memFree=3252908/32770624 swapFree=66986236/67108860
[pid=1188] ppid=1179 vsize=33976 memory=460 CPUtime=0 cores=1,3,5,7
/proc/1188/stat : 1188 (runsolver) D 1179 1188 1113 0 -1 4202560 117 0 0 0 0 0 0 0 20 0 1 0 473021704 34791424 115 33554432000 4194304 4346622 140737397504192 140737397500680 140515239090679 0 0 4096 24578 18446744071580419588 0 0 17 5 0 0 22 0 0 6446216 6449568 17006592 140737397510861 140737397511277 140737397511277 140737397514186 0
/proc/1188/statm: 8494 115 52 38 0 4205 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 33976 KiB
Current children cumulated memory: 460 KiB

[startup+0.700635 s]
/proc/loadavg: 0.38 0.10 0.07 1/206 1199
/proc/meminfo: memFree=3255320/32770624 swapFree=66986236/67108860
[pid=1188] ppid=1179 vsize=113256 memory=1452 CPUtime=0 cores=1,3,5,7
/proc/1188/stat : 1188 (bash) S 1179 1188 1113 0 -1 4202496 695 0 0 0 0 0 0 0 20 0 1 0 473021704 115974144 363 33554432000 4194304 5098028 140730682673904 140730682671544 139669804493824 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 42 0 0 7196144 7232144 35274752 140730682676244 140730682676369 140730682676369 140730682679278 0
/proc/1188/statm: 28314 363 289 221 0 119 0
[pid=1192] ppid=1188 vsize=113256 memory=704 CPUtime=0 cores=1,3,5,7
/proc/1192/stat : 1192 (bash) S 1188 1188 1113 0 -1 4202560 171 0 0 0 0 0 0 0 20 0 1 0 473021747 115974144 176 33554432000 4194304 5098028 140730682673904 140730682670072 139669804319356 0 65536 4096 65538 18446744071579417331 0 0 17 1 0 0 0 0 0 7196144 7232144 35274752 140730682676244 140730682676369 140730682676369 140730682679278 0
/proc/1192/statm: 28314 176 101 221 0 119 0
[pid=1194] ppid=1192 vsize=113256 memory=716 CPUtime=0 cores=1,3,5,7
/proc/1194/stat : 1194 (bash) S 1192 1188 1113 0 -1 4202560 147 0 0 0 0 0 0 0 20 0 1 0 473021747 115974144 179 33554432000 4194304 5098028 140730682673904 140730682667080 139669804493824 0 0 4096 65538 18446744071580971376 0 0 17 3 0 0 0 0 0 7196144 7232144 35274752 140730682676244 140730682676369 140730682676369 140730682679278 0
/proc/1194/statm: 28314 179 104 221 0 119 0
[pid=1196] ppid=1194 vsize=113256 memory=712 CPUtime=0 cores=1,3,5,7
/proc/1196/stat : 1196 (bash) S 1194 1188 1113 0 -1 4202560 174 0 0 0 0 0 0 0 20 0 1 0 473021747 115974144 178 33554432000 4194304 5098028 140730682673904 140730682666360 139669804319356 0 65536 4096 65538 18446744071579417331 0 0 17 5 0 0 0 0 0 7196144 7232144 35274752 140730682676244 140730682676369 140730682676369 140730682679278 0
/proc/1196/statm: 28314 178 102 221 0 119 0
[pid=1198] ppid=1196 vsize=113256 memory=304 CPUtime=0 cores=1,3,5,7
/proc/1198/stat : 1198 (bash) D 1196 1188 1113 0 -1 4202560 53 0 0 0 0 0 0 0 20 0 1 0 473021750 115974144 76 33554432000 4194304 5098028 140730682673904 140730682666424 139669804321271 0 0 4096 0 18446744071580419588 0 0 17 1 0 0 0 0 0 7196144 7232144 35274752 140730682676244 140730682676369 140730682676369 140730682679278 0
/proc/1198/statm: 28314 76 0 221 0 119 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 566280 KiB
Current children cumulated memory: 3888 KiB

[startup+1.50048 s]
/proc/loadavg: 0.38 0.10 0.07 3/204 1248
/proc/meminfo: memFree=3266792/32770624 swapFree=66986236/67108860
[pid=1188] ppid=1179 vsize=113256 memory=1612 CPUtime=0.01 cores=1,3,5,7
/proc/1188/stat : 1188 (bash) S 1179 1188 1113 0 -1 4202496 886 5700 0 1 0 0 0 1 20 0 1 0 473021704 115974144 403 33554432000 4194304 5098028 140730682673904 140730682667912 139669804493824 0 0 4100 65536 18446744071580971376 0 0 17 7 0 0 42 0 0 7196144 7232144 35274752 140730682676244 140730682676369 140730682676369 140730682679278 0
/proc/1188/statm: 28314 403 320 221 0 119 0
[pid=1243] ppid=1188 vsize=113256 memory=708 CPUtime=0 cores=1,3,5,7
/proc/1243/stat : 1243 (bash) S 1188 1188 1113 0 -1 4202560 156 0 0 0 0 0 0 0 20 0 1 0 473021787 115974144 177 33554432000 4194304 5098028 140730682673904 140730682666584 139669804319356 0 65536 4096 65538 18446744071579417331 0 0 17 3 0 0 0 0 0 7196144 7232144 35274752 140730682676244 140730682676369 140730682676369 140730682679278 0
/proc/1243/statm: 28314 177 94 221 0 119 0
[pid=1244] ppid=1243 vsize=10090172 memory=18504 CPUtime=0.02 cores=1,3,5,7
/proc/1244/stat : 1244 (java) S 1243 1188 1113 0 -1 1077944320 3964 0 1 0 1 1 0 0 20 0 8 0 473021787 10332336128 4626 33554432000 4194304 4196468 140731066026352 140731066008896 139641302130423 0 0 0 16784584 18446744073709551615 0 0 17 7 0 0 25 0 0 6293624 6294260 27844608 140731066029196 140731066029210 140731066029210 140731066032079 0
/proc/1244/statm: 2522543 4626 2078 1 0 2510981 0
[pid=1245] ppid=1243 vsize=113488 memory=972 CPUtime=0 cores=1,3,5,7
/proc/1245/stat : 1245 (awk) S 1243 1188 1113 0 -1 4202496 425 0 0 0 0 0 0 0 20 0 1 0 473021787 116211712 243 33554432000 4194304 4609284 140737078743392 140737078742568 140567583534080 0 0 4096 1216 18446744071580971376 0 0 17 1 0 0 0 0 0 6708720 6711756 12668928 140737078748348 140737078748378 140737078748378 140737078751215 0
/proc/1245/statm: 28372 243 204 102 0 88 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 10430172 KiB
Current children cumulated memory: 21796 KiB

[startup+3.11001 s]
/proc/loadavg: 0.38 0.10 0.07 3/226 1322
/proc/meminfo: memFree=3150328/32770624 swapFree=66986236/67108860
[pid=1188] ppid=1179 vsize=10820268 memory=70796 CPUtime=0.84 cores=1,3,5,7
/proc/1188/stat : 1188 (java) S 1179 1188 1113 0 -1 1077944320 13841 13421 1 3 72 4 5 3 20 0 15 0 473021704 11079954432 17699 33554432000 4194304 4196468 140731253718656 140731253701200 139928846262007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 42 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
/proc/1188/statm: 2705067 17699 3463 1 0 2667149 0
[pid=1188/tid=1295] ppid=1179 vsize=10820268 memory=164 CPUtime=0.53 cores=1,3,5,7
/proc/1188/task/1295/stat : 1295 (java) D 1179 1188 1113 0 -1 4202560 9400 13421 0 3 42 3 5 3 20 0 15 0 473021891 11079954432 17699 33554432000 4194304 4196468 140731253718656 139928818095440 139928846283933 0 4 0 16800975 18446744071580419588 0 0 -1 1 0 0 49 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1297] ppid=1179 vsize=10820268 memory=65484 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1297/stat : 1297 (java) S 1179 1188 1113 0 -1 1077944384 1 13421 0 3 0 0 5 3 20 0 15 0 473021893 11079954432 17699 33554432000 4194304 4196468 140731253718656 139928850504336 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1298] ppid=1179 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1298/stat : 1298 (java) S 1179 1188 1113 0 -1 1077944384 1 13421 0 3 0 0 5 3 20 0 15 0 473021893 11079954432 17699 33554432000 4194304 4196468 140731253718656 139928765323792 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1299] ppid=1179 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1299/stat : 1299 (java) S 1179 1188 1113 0 -1 1077944384 1 13421 0 3 0 0 5 3 20 0 15 0 473021893 11079954432 17699 33554432000 4194304 4196468 140731253718656 139928764270992 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1300] ppid=1179 vsize=10820268 memory=15526306778019 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1300/stat : 1300 (java) S 1179 1188 1113 0 -1 1077944384 2 13421 0 3 0 0 5 3 20 0 15 0 473021893 11079954432 17699 33554432000 4194304 4196468 140731253718656 139928763218192 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1305] ppid=1179 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1305/stat : 1305 (java) S 1179 1188 1113 0 -1 1077944384 5 13421 0 3 0 0 5 3 20 0 15 0 473021894 11079954432 17699 33554432000 4194304 4196468 140731253718656 139928372857712 139928846273154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1306] ppid=1179 vsize=10820268 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1306/stat : 1306 (java) S 1179 1188 1113 0 -1 1077944384 13 13421 0 3 0 0 5 3 20 0 15 0 473021895 11079954432 17699 33554432000 4194304 4196468 140731253718656 139927752795680 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1308] ppid=1179 vsize=10820268 memory=7450406717849434785 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1308/stat : 1308 (java) S 1179 1188 1113 0 -1 1077944384 1 13421 0 3 0 0 5 3 20 0 15 0 473021895 11079954432 17699 33554432000 4194304 4196468 140731253718656 139927618577776 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1311] ppid=1179 vsize=10820268 memory=6944938067432061290 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1311/stat : 1311 (java) S 1179 1188 1113 0 -1 1077944384 3 13421 0 3 0 0 5 3 20 0 15 0 473021899 11079954432 17699 33554432000 4194304 4196468 140731253718656 139927378286928 139928846280603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1312] ppid=1179 vsize=10820268 memory=-6374957858630779283 CPUtime=0.14 cores=1,3,5,7
/proc/1188/task/1312/stat : 1312 (java) S 1179 1188 1113 0 -1 1077944384 857 13421 0 3 6 0 5 3 20 0 15 0 473021899 11079954432 17699 33554432000 4194304 4196468 140731253718656 139928371804528 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1313] ppid=1179 vsize=10820268 memory=8 CPUtime=0.17 cores=1,3,5,7
/proc/1188/task/1313/stat : 1313 (java) S 1179 1188 1113 0 -1 1077944384 626 13421 1 3 9 0 5 3 20 0 15 0 473021899 11079954432 17699 33554432000 4194304 4196468 140731253718656 139928370751728 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1314] ppid=1179 vsize=10820268 memory=8 CPUtime=0.2 cores=1,3,5,7
/proc/1188/task/1314/stat : 1314 (java) S 1179 1188 1113 0 -1 1077944384 721 13421 0 3 12 0 5 3 20 0 15 0 473021899 11079954432 17699 33554432000 4194304 4196468 140731253718656 139928369698928 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1315] ppid=1179 vsize=10820268 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1315/stat : 1315 (java) S 1179 1188 1113 0 -1 1077944384 3 13421 0 3 0 0 5 3 20 0 15 0 473021899 11079954432 17699 33554432000 4194304 4196468 140731253718656 139927344728288 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1321] ppid=1179 vsize=10820268 memory=8 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1321/stat : 1321 (java) S 1179 1188 1113 0 -1 1077944384 1 13421 0 3 0 0 5 3 20 0 15 0 473021904 11079954432 17699 33554432000 4194304 4196468 140731253718656 139928368647344 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
Current children cumulated CPU time: 0.84 s
Current children cumulated vsize: 10820268 KiB
Current children cumulated memory: 70796 KiB
heavy processes:

[startup+6.30071 s]
/proc/loadavg: 0.51 0.13 0.08 3/226 1322
/proc/meminfo: memFree=3130496/32770624 swapFree=66986236/67108860
[pid=1188] ppid=1179 vsize=10822316 memory=77436 CPUtime=1.04 cores=1,3,5,7
/proc/1188/stat : 1188 (java) S 1179 1188 1113 0 -1 1077944320 14633 13421 1 3 91 5 5 3 20 0 15 0 473021704 11082051584 19359 33554432000 4194304 4196468 140731253718656 140731253701200 139928846262007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 42 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
/proc/1188/statm: 2705579 19359 3493 1 0 2667661 0
[pid=1188/tid=1295] ppid=1179 vsize=10822316 memory=0 CPUtime=0.61 cores=1,3,5,7
/proc/1188/task/1295/stat : 1295 (java) D 1179 1188 1113 0 -1 4202560 10054 13421 0 3 50 3 5 3 20 0 15 0 473021891 11082051584 19359 33554432000 4194304 4196468 140731253718656 139928818083936 139928846283933 0 4 0 16800975 18446744071580419588 0 0 -1 3 0 0 311 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1297] ppid=1179 vsize=10822316 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1297/stat : 1297 (java) S 1179 1188 1113 0 -1 1077944384 1 13421 0 3 0 0 5 3 20 0 15 0 473021893 11082051584 19359 33554432000 4194304 4196468 140731253718656 139928850504336 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1298] ppid=1179 vsize=10822316 memory=0 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1298/stat : 1298 (java) S 1179 1188 1113 0 -1 1077944384 1 13421 0 3 0 0 5 3 20 0 15 0 473021893 11082051584 19359 33554432000 4194304 4196468 140731253718656 139928765323792 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1299] ppid=1179 vsize=10822316 memory=1612 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1299/stat : 1299 (java) S 1179 1188 1113 0 -1 1077944384 1 13421 0 3 0 0 5 3 20 0 15 0 473021893 11082051584 19359 33554432000 4194304 4196468 140731253718656 139928764270992 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1300] ppid=1179 vsize=10822316 memory=76700 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1300/stat : 1300 (java) S 1179 1188 1113 0 -1 1077944384 2 13421 0 3 0 0 5 3 20 0 15 0 473021893 11082051584 19359 33554432000 4194304 4196468 140731253718656 139928763218192 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1305] ppid=1179 vsize=10822316 memory=281030179419552 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1305/stat : 1305 (java) S 1179 1188 1113 0 -1 1077944384 6 13421 0 3 0 0 5 3 20 0 15 0 473021894 11082051584 19359 33554432000 4194304 4196468 140731253718656 139928372857712 139928846273154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1306] ppid=1179 vsize=10822316 memory=6943526294502006880 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1306/stat : 1306 (java) S 1179 1188 1113 0 -1 1077944384 13 13421 0 3 0 0 5 3 20 0 15 0 473021895 11082051584 19359 33554432000 4194304 4196468 140731253718656 139927752795680 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1308] ppid=1179 vsize=10822316 memory=-6948614817169703622 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1308/stat : 1308 (java) S 1179 1188 1113 0 -1 1077944384 1 13421 0 3 0 0 5 3 20 0 15 0 473021895 11082051584 19359 33554432000 4194304 4196468 140731253718656 139927618577776 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1311] ppid=1179 vsize=10822316 memory=532 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1311/stat : 1311 (java) S 1179 1188 1113 0 -1 1077944384 3 13421 0 3 0 0 5 3 20 0 15 0 473021899 11082051584 19359 33554432000 4194304 4196468 140731253718656 139927378286928 139928846280603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1312] ppid=1179 vsize=10822316 memory=1564 CPUtime=0.18 cores=1,3,5,7
/proc/1188/task/1312/stat : 1312 (java) S 1179 1188 1113 0 -1 1077944384 897 13421 0 3 10 0 5 3 20 0 15 0 473021899 11082051584 19359 33554432000 4194304 4196468 140731253718656 139928371804528 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1313] ppid=1179 vsize=10822316 memory=924 CPUtime=0.21 cores=1,3,5,7
/proc/1188/task/1313/stat : 1313 (java) S 1179 1188 1113 0 -1 1077944384 642 13421 1 3 13 0 5 3 20 0 15 0 473021899 11082051584 19359 33554432000 4194304 4196468 140731253718656 139928370751728 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1314] ppid=1179 vsize=10822316 memory=76740 CPUtime=0.24 cores=1,3,5,7
/proc/1188/task/1314/stat : 1314 (java) S 1179 1188 1113 0 -1 1077944384 800 13421 0 3 16 0 5 3 20 0 15 0 473021899 11082051584 19359 33554432000 4194304 4196468 140731253718656 139928369698928 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1315] ppid=1179 vsize=10822316 memory=2004 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1315/stat : 1315 (java) S 1179 1188 1113 0 -1 1077944384 3 13421 0 3 0 0 5 3 20 0 15 0 473021899 11082051584 19359 33554432000 4194304 4196468 140731253718656 139927344728288 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1321] ppid=1179 vsize=10822316 memory=1416 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1321/stat : 1321 (java) S 1179 1188 1113 0 -1 1077944384 3 13421 0 3 0 0 5 3 20 0 15 0 473021904 11082051584 19359 33554432000 4194304 4196468 140731253718656 139928368647344 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
Current children cumulated CPU time: 1.04 s
Current children cumulated vsize: 10822316 KiB
Current children cumulated memory: 77436 KiB
heavy processes:

[startup+12.7031 s]
/proc/loadavg: 0.63 0.16 0.09 7/226 1322
/proc/meminfo: memFree=2788152/32770624 swapFree=66986236/67108860
[pid=1188] ppid=1179 vsize=10846988 memory=266680 CPUtime=8.05 cores=1,3,5,7
/proc/1188/stat : 1188 (java) S 1179 1188 1113 0 -1 1077944320 48511 13421 3 3 778 19 5 3 20 0 15 0 473021704 11107315712 66670 33554432000 4194304 4196468 140731253718656 140731253701200 139928846262007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 42 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
/proc/1188/statm: 2711747 66670 3612 1 0 2673805 0
[pid=1188/tid=1295] ppid=1179 vsize=10846988 memory=164 CPUtime=3.52 cores=1,3,5,7
/proc/1188/task/1295/stat : 1295 (java) R 1179 1188 1113 0 -1 4202560 22760 13421 2 3 336 8 5 3 20 0 15 0 473021891 11107315712 66670 33554432000 4194304 4196468 140731253718656 139928818090816 139928831952689 0 4 0 16800975 0 0 0 -1 3 0 0 653 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1297] ppid=1179 vsize=10846988 memory=244572 CPUtime=0.1 cores=1,3,5,7
/proc/1188/task/1297/stat : 1297 (java) S 1179 1188 1113 0 -1 1077944384 48 13421 0 3 2 0 5 3 20 0 15 0 473021893 11107315712 66670 33554432000 4194304 4196468 140731253718656 139928850504336 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1298] ppid=1179 vsize=10846988 memory=165892 CPUtime=0.1 cores=1,3,5,7
/proc/1188/task/1298/stat : 1298 (java) S 1179 1188 1113 0 -1 1077944384 71 13421 0 3 2 0 5 3 20 0 15 0 473021893 11107315712 66670 33554432000 4194304 4196468 140731253718656 139928765323792 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1299] ppid=1179 vsize=10846988 memory=281030179594256 CPUtime=0.1 cores=1,3,5,7
/proc/1188/task/1299/stat : 1299 (java) S 1179 1188 1113 0 -1 1077944384 361 13421 0 3 2 0 5 3 20 0 15 0 473021893 11107315712 66670 33554432000 4194304 4196468 140731253718656 139928764270992 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1300] ppid=1179 vsize=10846988 memory=3616 CPUtime=0.1 cores=1,3,5,7
/proc/1188/task/1300/stat : 1300 (java) S 1179 1188 1113 0 -1 1077944384 113 13421 0 3 2 0 5 3 20 0 15 0 473021893 11107315712 66670 33554432000 4194304 4196468 140731253718656 139928763218192 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1305] ppid=1179 vsize=10846988 memory=54776 CPUtime=0.11 cores=1,3,5,7
/proc/1188/task/1305/stat : 1305 (java) S 1179 1188 1113 0 -1 1077944384 1426 13421 0 3 3 0 5 3 20 0 15 0 473021894 11107315712 66670 33554432000 4194304 4196468 140731253718656 139928372857712 139928846273154 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1306] ppid=1179 vsize=10846988 memory=288230574492221466 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1306/stat : 1306 (java) S 1179 1188 1113 0 -1 1077944384 14 13421 0 3 0 0 5 3 20 0 15 0 473021895 11107315712 66670 33554432000 4194304 4196468 140731253718656 139927752795744 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1308] ppid=1179 vsize=10846988 memory=0 CPUtime=0.08 cores=1,3,5,7

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

[pid=1188/tid=1315] ppid=1179 vsize=10849036 memory=1416 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1315/stat : 1315 (java) S 1179 1188 1113 0 -1 1077944384 3 13421 0 3 0 0 5 3 20 0 15 0 473021899 11109412864 290423 33554432000 4194304 4196468 140731253718656 139927344728288 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1321] ppid=1179 vsize=10849036 memory=1712 CPUtime=0.09 cores=1,3,5,7
/proc/1188/task/1321/stat : 1321 (java) S 1179 1188 1113 0 -1 1077944384 57 13421 0 3 0 1 5 3 20 0 15 0 473021904 11109412864 290423 33554432000 4194304 4196468 140731253718656 139928368647344 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
Current children cumulated CPU time: 33.29 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1161692 KiB

[startup+36.8008 s]
/proc/loadavg: 0.75 0.23 0.12 4/227 1325
/proc/meminfo: memFree=1211932/32770624 swapFree=66986236/67108860
[pid=1188] ppid=1179 vsize=10849036 memory=1194460 CPUtime=34.9 cores=1,3,5,7
/proc/1188/stat : 1188 (java) S 1179 1188 1113 0 -1 1077944320 67266 13421 3 3 3442 40 5 3 20 0 15 0 473021704 11109412864 298615 33554432000 4194304 4196468 140731253718656 140731253701200 139928846262007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 42 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
/proc/1188/statm: 2712259 298615 3624 1 0 2674317 0
[pid=1188/tid=1295] ppid=1179 vsize=10849036 memory=8112282956445269571 CPUtime=27.52 cores=1,3,5,7
/proc/1188/task/1295/stat : 1295 (java) R 1179 1188 1113 0 -1 4202560 25688 13421 2 3 2724 20 5 3 20 0 15 0 473021891 11109412864 298615 33554432000 4194304 4196468 140731253718656 139928818098336 139928454468744 0 4 0 16800975 0 0 0 -1 3 0 0 653 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1297] ppid=1179 vsize=10849036 memory=2004 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1297/stat : 1297 (java) S 1179 1188 1113 0 -1 1077944384 412 13421 0 3 5 2 5 3 20 0 15 0 473021893 11109412864 298615 33554432000 4194304 4196468 140731253718656 139928850504336 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1298] ppid=1179 vsize=10849036 memory=8112282956445269571 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1298/stat : 1298 (java) S 1179 1188 1113 0 -1 1077944384 159 13421 0 3 5 2 5 3 20 0 15 0 473021893 11109412864 298615 33554432000 4194304 4196468 140731253718656 139928765323792 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1299] ppid=1179 vsize=10849036 memory=1712 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1299/stat : 1299 (java) S 1179 1188 1113 0 -1 1077944384 1978 13421 0 3 5 2 5 3 20 0 15 0 473021893 11109412864 298615 33554432000 4194304 4196468 140731253718656 139928764270992 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1300] ppid=1179 vsize=10849036 memory=1159576 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1300/stat : 1300 (java) S 1179 1188 1113 0 -1 1077944384 201 13421 0 3 5 2 5 3 20 0 15 0 473021893 11109412864 298615 33554432000 4194304 4196468 140731253718656 139928763218192 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1305] ppid=1179 vsize=10849036 memory=1712 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1305/stat : 1305 (java) S 1179 1188 1113 0 -1 1077944384 2229 13421 0 3 6 1 5 3 20 0 15 0 473021894 11109412864 298615 33554432000 4194304 4196468 140731253718656 139928372857712 139928846273154 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1306] ppid=1179 vsize=10849036 memory=692 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1306/stat : 1306 (java) S 1179 1188 1113 0 -1 1077944384 17 13421 0 3 0 0 5 3 20 0 15 0 473021895 11109412864 298615 33554432000 4194304 4196468 140731253718656 139927752795808 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1308] ppid=1179 vsize=10849036 memory=1056 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1308/stat : 1308 (java) S 1179 1188 1113 0 -1 1077944384 13 13421 0 3 0 0 5 3 20 0 15 0 473021895 11109412864 298615 33554432000 4194304 4196468 140731253718656 139927618577792 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1311] ppid=1179 vsize=10849036 memory=1556 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1311/stat : 1311 (java) S 1179 1188 1113 0 -1 1077944384 3 13421 0 3 0 0 5 3 20 0 15 0 473021899 11109412864 298615 33554432000 4194304 4196468 140731253718656 139927378286928 139928846280603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1312] ppid=1179 vsize=10849036 memory=780 CPUtime=2.57 cores=1,3,5,7
/proc/1188/task/1312/stat : 1312 (java) S 1179 1188 1113 0 -1 1077944384 11153 13421 0 3 247 2 5 3 20 0 15 0 473021899 11109412864 298615 33554432000 4194304 4196468 140731253718656 139928371804528 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1313] ppid=1179 vsize=10849036 memory=3616 CPUtime=2.89 cores=1,3,5,7
/proc/1188/task/1313/stat : 1313 (java) S 1179 1188 1113 0 -1 1077944384 12865 13421 1 3 279 2 5 3 20 0 15 0 473021899 11109412864 298615 33554432000 4194304 4196468 140731253718656 139928370751728 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1314] ppid=1179 vsize=10849036 memory=1112 CPUtime=1.71 cores=1,3,5,7
/proc/1188/task/1314/stat : 1314 (java) S 1179 1188 1113 0 -1 1077944384 10282 13421 0 3 160 3 5 3 20 0 15 0 473021899 11109412864 298615 33554432000 4194304 4196468 140731253718656 139928369698928 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1315] ppid=1179 vsize=10849036 memory=6048 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1315/stat : 1315 (java) S 1179 1188 1113 0 -1 1077944384 3 13421 0 3 0 0 5 3 20 0 15 0 473021899 11109412864 298615 33554432000 4194304 4196468 140731253718656 139927344728288 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1321] ppid=1179 vsize=10849036 memory=7552 CPUtime=0.09 cores=1,3,5,7
/proc/1188/task/1321/stat : 1321 (java) S 1179 1188 1113 0 -1 1077944384 57 13421 0 3 0 1 5 3 20 0 15 0 473021904 11109412864 298615 33554432000 4194304 4196468 140731253718656 139928368647344 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
Current children cumulated CPU time: 34.9 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1194460 KiB

[startup+38.4008 s]
/proc/loadavg: 0.75 0.23 0.12 4/226 1325
/proc/meminfo: memFree=1175332/32770624 swapFree=66986236/67108860
[pid=1188] ppid=1179 vsize=10849036 memory=1196568 CPUtime=36.52 cores=1,3,5,7
/proc/1188/stat : 1188 (java) S 1179 1188 1113 0 -1 1077944320 67890 13421 3 3 3603 41 5 3 20 0 15 0 473021704 11109412864 299142 33554432000 4194304 4196468 140731253718656 140731253701200 139928846262007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 42 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
/proc/1188/statm: 2712259 299142 3624 1 0 2674317 0
[pid=1188/tid=1295] ppid=1179 vsize=10849036 memory=679112 CPUtime=29.12 cores=1,3,5,7
/proc/1188/task/1295/stat : 1295 (java) R 1179 1188 1113 0 -1 4202560 26308 13421 2 3 2884 20 5 3 20 0 15 0 473021891 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928818098400 139928454469456 0 4 0 16800975 0 0 0 -1 5 0 0 653 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1297] ppid=1179 vsize=10849036 memory=0 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1297/stat : 1297 (java) S 1179 1188 1113 0 -1 1077944384 414 13421 0 3 5 2 5 3 20 0 15 0 473021893 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928850504336 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1298] ppid=1179 vsize=10849036 memory=8112282956445269571 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1298/stat : 1298 (java) S 1179 1188 1113 0 -1 1077944384 160 13421 0 3 5 2 5 3 20 0 15 0 473021893 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928765323792 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1299] ppid=1179 vsize=10849036 memory=1108376 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1299/stat : 1299 (java) S 1179 1188 1113 0 -1 1077944384 1979 13421 0 3 5 2 5 3 20 0 15 0 473021893 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928764270992 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1300] ppid=1179 vsize=10849036 memory=145577916500429 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1300/stat : 1300 (java) S 1179 1188 1113 0 -1 1077944384 201 13421 0 3 5 2 5 3 20 0 15 0 473021893 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928763218192 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1305] ppid=1179 vsize=10849036 memory=1108376 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1305/stat : 1305 (java) S 1179 1188 1113 0 -1 1077944384 2229 13421 0 3 6 1 5 3 20 0 15 0 473021894 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928372857712 139928846273154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1306] ppid=1179 vsize=10849036 memory=8112282956445269571 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1306/stat : 1306 (java) S 1179 1188 1113 0 -1 1077944384 17 13421 0 3 0 0 5 3 20 0 15 0 473021895 11109412864 299142 33554432000 4194304 4196468 140731253718656 139927752795808 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1308] ppid=1179 vsize=10849036 memory=4100 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1308/stat : 1308 (java) S 1179 1188 1113 0 -1 1077944384 13 13421 0 3 0 0 5 3 20 0 15 0 473021895 11109412864 299142 33554432000 4194304 4196468 140731253718656 139927618577792 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1311] ppid=1179 vsize=10849036 memory=502876 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1311/stat : 1311 (java) S 1179 1188 1113 0 -1 1077944384 3 13421 0 3 0 0 5 3 20 0 15 0 473021899 11109412864 299142 33554432000 4194304 4196468 140731253718656 139927378286928 139928846280603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1312] ppid=1179 vsize=10849036 memory=412600 CPUtime=2.57 cores=1,3,5,7
/proc/1188/task/1312/stat : 1312 (java) S 1179 1188 1113 0 -1 1077944384 11153 13421 0 3 247 2 5 3 20 0 15 0 473021899 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928371804528 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1313] ppid=1179 vsize=10849036 memory=8112282956445269571 CPUtime=2.89 cores=1,3,5,7
/proc/1188/task/1313/stat : 1313 (java) S 1179 1188 1113 0 -1 1077944384 12865 13421 1 3 279 2 5 3 20 0 15 0 473021899 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928370751728 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1314] ppid=1179 vsize=10849036 memory=8112282956445269571 CPUtime=1.71 cores=1,3,5,7
/proc/1188/task/1314/stat : 1314 (java) S 1179 1188 1113 0 -1 1077944384 10282 13421 0 3 160 3 5 3 20 0 15 0 473021899 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928369698928 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1315] ppid=1179 vsize=10849036 memory=14048 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1315/stat : 1315 (java) S 1179 1188 1113 0 -1 1077944384 3 13421 0 3 0 0 5 3 20 0 15 0 473021899 11109412864 299142 33554432000 4194304 4196468 140731253718656 139927344728288 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1321] ppid=1179 vsize=10849036 memory=29096 CPUtime=0.1 cores=1,3,5,7
/proc/1188/task/1321/stat : 1321 (java) S 1179 1188 1113 0 -1 1077944384 57 13421 0 3 1 1 5 3 20 0 15 0 473021904 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928368647344 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
Current children cumulated CPU time: 36.52 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1196568 KiB

[startup+39.2009 s]
/proc/loadavg: 0.69 0.22 0.12 4/226 1325
/proc/meminfo: memFree=1136524/32770624 swapFree=66986236/67108860
[pid=1188] ppid=1179 vsize=10849036 memory=1196568 CPUtime=37.32 cores=1,3,5,7
/proc/1188/stat : 1188 (java) S 1179 1188 1113 0 -1 1077944320 67890 13421 3 3 3683 41 5 3 20 0 15 0 473021704 11109412864 299142 33554432000 4194304 4196468 140731253718656 140731253701200 139928846262007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 42 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
/proc/1188/statm: 2712259 299142 3624 1 0 2674317 0
[pid=1188/tid=1295] ppid=1179 vsize=10849036 memory=1196568 CPUtime=29.92 cores=1,3,5,7
/proc/1188/task/1295/stat : 1295 (java) R 1179 1188 1113 0 -1 4202560 26308 13421 2 3 2964 20 5 3 20 0 15 0 473021891 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928818098288 139928455437895 0 4 0 16800975 0 0 0 -1 5 0 0 653 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1297] ppid=1179 vsize=10849036 memory=1196568 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1297/stat : 1297 (java) S 1179 1188 1113 0 -1 1077944384 414 13421 0 3 5 2 5 3 20 0 15 0 473021893 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928850504336 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1298] ppid=1179 vsize=10849036 memory=3616 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1298/stat : 1298 (java) S 1179 1188 1113 0 -1 1077944384 160 13421 0 3 5 2 5 3 20 0 15 0 473021893 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928765323792 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1299] ppid=1179 vsize=10849036 memory=8112282956445269571 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1299/stat : 1299 (java) S 1179 1188 1113 0 -1 1077944384 1979 13421 0 3 5 2 5 3 20 0 15 0 473021893 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928764270992 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1300] ppid=1179 vsize=10849036 memory=988 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1300/stat : 1300 (java) S 1179 1188 1113 0 -1 1077944384 201 13421 0 3 5 2 5 3 20 0 15 0 473021893 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928763218192 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1305] ppid=1179 vsize=10849036 memory=2004 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1305/stat : 1305 (java) S 1179 1188 1113 0 -1 1077944384 2229 13421 0 3 6 1 5 3 20 0 15 0 473021894 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928372857712 139928846273154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1306] ppid=1179 vsize=10849036 memory=1416 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1306/stat : 1306 (java) S 1179 1188 1113 0 -1 1077944384 17 13421 0 3 0 0 5 3 20 0 15 0 473021895 11109412864 299142 33554432000 4194304 4196468 140731253718656 139927752795808 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1308] ppid=1179 vsize=10849036 memory=1712 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1308/stat : 1308 (java) S 1179 1188 1113 0 -1 1077944384 13 13421 0 3 0 0 5 3 20 0 15 0 473021895 11109412864 299142 33554432000 4194304 4196468 140731253718656 139927618577792 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1311] ppid=1179 vsize=10849036 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1311/stat : 1311 (java) S 1179 1188 1113 0 -1 1077944384 3 13421 0 3 0 0 5 3 20 0 15 0 473021899 11109412864 299142 33554432000 4194304 4196468 140731253718656 139927378286928 139928846280603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1312] ppid=1179 vsize=10849036 memory=54776 CPUtime=2.57 cores=1,3,5,7
/proc/1188/task/1312/stat : 1312 (java) S 1179 1188 1113 0 -1 1077944384 11153 13421 0 3 247 2 5 3 20 0 15 0 473021899 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928371804528 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1313] ppid=1179 vsize=10849036 memory=988 CPUtime=2.89 cores=1,3,5,7
/proc/1188/task/1313/stat : 1313 (java) S 1179 1188 1113 0 -1 1077944384 12865 13421 1 3 279 2 5 3 20 0 15 0 473021899 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928370751728 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1314] ppid=1179 vsize=10849036 memory=976812 CPUtime=1.71 cores=1,3,5,7
/proc/1188/task/1314/stat : 1314 (java) S 1179 1188 1113 0 -1 1077944384 10282 13421 0 3 160 3 5 3 20 0 15 0 473021899 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928369698928 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1315] ppid=1179 vsize=10849036 memory=3616 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1315/stat : 1315 (java) S 1179 1188 1113 0 -1 1077944384 3 13421 0 3 0 0 5 3 20 0 15 0 473021899 11109412864 299142 33554432000 4194304 4196468 140731253718656 139927344728288 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1321] ppid=1179 vsize=10849036 memory=54776 CPUtime=0.1 cores=1,3,5,7
/proc/1188/task/1321/stat : 1321 (java) S 1179 1188 1113 0 -1 1077944384 57 13421 0 3 1 1 5 3 20 0 15 0 473021904 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928368647344 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
Current children cumulated CPU time: 37.32 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1196568 KiB

[startup+39.4008 s]
/proc/loadavg: 0.69 0.22 0.12 4/226 1325
/proc/meminfo: memFree=1136524/32770624 swapFree=66986236/67108860
[pid=1188] ppid=1179 vsize=10849036 memory=1196568 CPUtime=37.52 cores=1,3,5,7
/proc/1188/stat : 1188 (java) S 1179 1188 1113 0 -1 1077944320 68197 13421 3 3 3703 41 5 3 20 0 15 0 473021704 11109412864 299142 33554432000 4194304 4196468 140731253718656 140731253701200 139928846262007 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 42 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
/proc/1188/statm: 2712259 299142 3624 1 0 2674317 0
[pid=1188/tid=1295] ppid=1179 vsize=10849036 memory=288230621803970871 CPUtime=30.12 cores=1,3,5,7
/proc/1188/task/1295/stat : 1295 (java) R 1179 1188 1113 0 -1 4202560 26310 13421 2 3 2984 20 5 3 20 0 15 0 473021891 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928818095472 139928441784804 0 4 0 16800975 0 0 0 -1 5 0 0 653 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1297] ppid=1179 vsize=10849036 memory=16102559064524193 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1297/stat : 1297 (java) S 1179 1188 1113 0 -1 1077944384 414 13421 0 3 5 2 5 3 20 0 15 0 473021893 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928850504336 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1298] ppid=1179 vsize=10849036 memory=6048 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1298/stat : 1298 (java) S 1179 1188 1113 0 -1 1077944384 160 13421 0 3 5 2 5 3 20 0 15 0 473021893 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928765323792 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1299] ppid=1179 vsize=10849036 memory=7552 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1299/stat : 1299 (java) S 1179 1188 1113 0 -1 1077944384 1979 13421 0 3 5 2 5 3 20 0 15 0 473021893 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928764270992 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1300] ppid=1179 vsize=10849036 memory=2832 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1300/stat : 1300 (java) S 1179 1188 1113 0 -1 1077944384 201 13421 0 3 5 2 5 3 20 0 15 0 473021893 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928763218192 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1305] ppid=1179 vsize=10849036 memory=1084 CPUtime=0.15 cores=1,3,5,7
/proc/1188/task/1305/stat : 1305 (java) S 1179 1188 1113 0 -1 1077944384 2230 13421 0 3 6 1 5 3 20 0 15 0 473021894 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928372857712 139928846273154 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1306] ppid=1179 vsize=10849036 memory=14012 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1306/stat : 1306 (java) S 1179 1188 1113 0 -1 1077944384 17 13421 0 3 0 0 5 3 20 0 15 0 473021895 11109412864 299142 33554432000 4194304 4196468 140731253718656 139927752795808 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1308] ppid=1179 vsize=10849036 memory=4100 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1308/stat : 1308 (java) S 1179 1188 1113 0 -1 1077944384 13 13421 0 3 0 0 5 3 20 0 15 0 473021895 11109412864 299142 33554432000 4194304 4196468 140731253718656 139927618577792 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1311] ppid=1179 vsize=10849036 memory=14048 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1311/stat : 1311 (java) S 1179 1188 1113 0 -1 1077944384 3 13421 0 3 0 0 5 3 20 0 15 0 473021899 11109412864 299142 33554432000 4194304 4196468 140731253718656 139927378286928 139928846280603 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1312] ppid=1179 vsize=10849036 memory=29096 CPUtime=2.57 cores=1,3,5,7
/proc/1188/task/1312/stat : 1312 (java) S 1179 1188 1113 0 -1 1077944384 11153 13421 0 3 247 2 5 3 20 0 15 0 473021899 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928371804528 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1313] ppid=1179 vsize=10849036 memory=2120 CPUtime=2.89 cores=1,3,5,7
/proc/1188/task/1313/stat : 1313 (java) S 1179 1188 1113 0 -1 1077944384 13169 13421 1 3 279 2 5 3 20 0 15 0 473021899 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928370751728 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1314] ppid=1179 vsize=10849036 memory=532 CPUtime=1.71 cores=1,3,5,7
/proc/1188/task/1314/stat : 1314 (java) S 1179 1188 1113 0 -1 1077944384 10282 13421 0 3 160 3 5 3 20 0 15 0 473021899 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928369698928 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1315] ppid=1179 vsize=10849036 memory=1564 CPUtime=0.08 cores=1,3,5,7
/proc/1188/task/1315/stat : 1315 (java) S 1179 1188 1113 0 -1 1077944384 3 13421 0 3 0 0 5 3 20 0 15 0 473021899 11109412864 299142 33554432000 4194304 4196468 140731253718656 139927344728288 139928846272213 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
[pid=1188/tid=1321] ppid=1179 vsize=10849036 memory=164 CPUtime=0.1 cores=1,3,5,7
/proc/1188/task/1321/stat : 1321 (java) S 1179 1188 1113 0 -1 1077944384 57 13421 0 3 1 1 5 3 20 0 15 0 473021904 11109412864 299142 33554432000 4194304 4196468 140731253718656 139928368647344 139928846273154 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35831808 140731253721839 140731253724357 140731253724357 140731253727183 0
Current children cumulated CPU time: 37.52 s
Current children cumulated vsize: 10849036 KiB
Current children cumulated memory: 1196568 KiB

Child status: 0
Real time (s): 39.4927
CPU time (s): 37.6303
CPU user time (s): 37.1715
CPU system time (s): 0.458835
CPU usage (%): 95.2841
Max. virtual memory (cumulated for all children) (KiB): 10933144
Max. memory (cumulated for all children) (KiB): 1196568

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 37.1715
system time used= 0.458835
maximum resident set size= 1198640
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 82106
page faults= 6
swaps= 0
block input operations= 61272
block output operations= 224
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9244
involuntary context switches= 556


# summary of solver processes directly reported to runsolver:
#   pid: 1188
#   total CPU time (s): 37.6303
#   total CPU user time (s): 37.1715
#   total CPU system time (s): 0.458835

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.297811 second user time and 0.389289 second system time

The end

Launcher Data

Begin job on node104 at 2019-09-20 09:10:18
IDJOB=4403034
IDBENCH=115951
IDSOLVER=2862
FILE ID=node104/4403034-1568967638
RUNJOBID= node104-1568963417-1149
PBS_JOBID= 21704634
Free space on /tmp= 9584 MiB

SOLVER NAME= Concrete 3.12.3
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-03-14.xml
COMMAND LINE= bin/xcsp-3-concrete -J-Xss32M -randomseed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4403034-1568967638/watcher-4403034-1568967638 -o /tmp/evaluation-result-4403034-1568967638/solver-4403034-1568967638 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node104-1568963417-1149 --watchdog 2560  bin/xcsp-3-concrete -J-Xss32M -randomseed=1159292332 HOME/instance-4403034-1568967638.xml

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

MD5SUM BENCH= bb3a1ca81e7aea213eb86a812d55e65a
RANDOM SEED=1159292332

node104.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	: 5334.09
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	: 5334.09
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	: 5334.09
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	: 5334.09
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:         3277824 kB
MemAvailable:   31831848 kB
Buffers:          114652 kB
Cached:         28346032 kB
SwapCached:        22656 kB
Active:         14107984 kB
Inactive:       14376672 kB
Active(anon):       3560 kB
Inactive(anon):    69920 kB
Active(file):   14104424 kB
Inactive(file): 14306752 kB
Unevictable:      111380 kB
Mlocked:          111380 kB
SwapTotal:      67108860 kB
SwapFree:       66986236 kB
Dirty:             50360 kB
Writeback:             0 kB
AnonPages:        114424 kB
Mapped:            51756 kB
Shmem:             40700 kB
Slab:             600300 kB
SReclaimable:     571308 kB
SUnreclaim:        28992 kB
KernelStack:        3376 kB
PageTables:         5500 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     501960 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     69632 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 9516 MiB
End job on node104 at 2019-09-20 09:11:07