Trace number 4255554

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
OscaR - ALNS 2017-07-26SAT (TO)885 246.85899 240.01401

General information on the benchmark

NameKnapsack/Knapsack-m1-s30/
Knapsack-30-100-16.xml
MD5SUM60579ec9e2bea81c12df486d2ee437df
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark885
Best CPU time to get the best result obtained on this benchmark0.28229299
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints1
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":30}]
Minimum variable degree2
Maximum variable degree2
Distribution of variable degrees[{"degree":2,"count":30}]
Minimum constraint arity30
Maximum constraint arity30
Distribution of constraint arities[{"arity":30,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":1}]
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.21/0.39	c version: 2017-07-26
0.21/0.40	c seed: 1503691190
0.21/0.40	c timeout: 264
0.21/0.40	c memlimit: 11000
0.21/0.40	c nbcore: 4
0.38/0.42	c Parsing instance...
0.88/0.76	c Parsing done, starting search...
0.88/0.78	o 0
1.02/0.84	o 507
1.30/0.94	o 615
1.30/0.95	o 672
1.30/1.00	o 688
1.85/1.10	o 746
2.17/1.26	o 749
2.17/1.27	o 758
2.78/1.41	o 760
2.78/1.41	o 793
2.78/1.43	o 812
3.29/1.65	o 815
3.29/1.67	o 819
3.42/1.74	o 832
3.42/1.74	o 842
3.42/1.74	o 851
3.67/1.90	o 857
4.14/2.35	o 860
4.88/3.04	o 862
5.21/3.35	o 865
12.71/10.38	o 885
246.84/240.00	s SATISFIABLE
246.84/240.00	v <instantiation>
246.84/240.00	v 	<list>
246.84/240.00	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26] x[27] x[28] x[29]
246.84/240.00	v 	</list>
246.84/240.00	v 	<values>
246.84/240.00	v 		0 1 1 1 1 0 1 0 1 0 0 1 1 0 1 0 0 0 1 0 1 1 0 0 0 0 1 1 1 0 
246.84/240.00	v 	</values>
246.84/240.00	v </instantiation>

Verifier Data

OK	885

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-4255554-1501636508/watcher-4255554-1501636508 -o /tmp/evaluation-result-4255554-1501636508/solver-4255554-1501636508 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501623099-24766 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1503691190 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255554-1501636508.xml 

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

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


[startup+0 s]
/proc/loadavg: 1.70 1.78 1.65 3/203 1309
/proc/meminfo: memFree=30638632/32770624 swapFree=0/308352
[pid=1309] ppid=1306 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/1309/stat : 1309 (runsolver) D 1306 1309 5234 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 11156593 24240128 106 18446744073709551615 4194304 4338465 140723147999872 140723147997512 139712224846551 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 21204992 140723148005484 140723148005958 140723148005958 140723148009418 0
/proc/1309/statm: 5918 106 53 36 0 2156 0

[startup+0.100156 s]
/proc/loadavg: 1.70 1.78 1.65 3/203 1309
/proc/meminfo: memFree=30638632/32770624 swapFree=0/308352
[pid=1309] ppid=1306 vsize=356952 CPUtime=0 cores=1,3,5,7
/proc/1309/stat : 1309 (java) S 1306 1309 5234 0 -1 1077944320 1732 0 0 0 0 0 0 0 20 0 2 0 11156593 365518848 1881 18446744073709551615 4194304 4196468 140731096263472 140731096246016 140194027519735 0 0 1 16784584 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
/proc/1309/statm: 89238 1881 1032 1 0 79216 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 356952

[startup+0.200383 s]
/proc/loadavg: 1.70 1.78 1.65 3/203 1309
/proc/meminfo: memFree=30638632/32770624 swapFree=0/308352
[pid=1309] ppid=1306 vsize=13906484 CPUtime=0.05 cores=1,3,5,7
/proc/1309/stat : 1309 (java) S 1306 1309 5234 0 -1 1077944320 4956 0 0 0 4 1 0 0 20 0 14 0 11156593 14240239616 5501 18446744073709551615 4194304 4196468 140731096263472 140731096246016 140194027519735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
/proc/1309/statm: 3476621 5501 2575 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.301193 s]
/proc/loadavg: 1.70 1.78 1.65 3/203 1309
/proc/meminfo: memFree=30638632/32770624 swapFree=0/308352
[pid=1309] ppid=1306 vsize=13975920 CPUtime=0.21 cores=1,3,5,7
/proc/1309/stat : 1309 (java) S 1306 1309 5234 0 -1 1077944320 9956 0 0 0 19 2 0 0 20 0 15 0 11156593 14311342080 9851 18446744073709551615 4194304 4196468 140731096263472 140731096246016 140194027519735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
/proc/1309/statm: 3494236 9851 3546 1 0 3483023 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 13975920

[startup+0.700197 s]
/proc/loadavg: 1.70 1.78 1.65 3/203 1309
/proc/meminfo: memFree=30638632/32770624 swapFree=0/308352
[pid=1309] ppid=1306 vsize=13977988 CPUtime=0.88 cores=1,3,5,7
/proc/1309/stat : 1309 (java) S 1306 1309 5234 0 -1 1077944320 13941 0 0 0 83 5 0 0 20 0 15 0 11156593 14313459712 17224 18446744073709551615 4194304 4196468 140731096263472 140731096246016 140194027519735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
/proc/1309/statm: 3494497 17224 3712 1 0 3483279 0
Current children cumulated CPU time (s) 0.88
Current children cumulated vsize (KiB) 13977988

[startup+1.50105 s]
/proc/loadavg: 1.70 1.78 1.65 3/218 1324
/proc/meminfo: memFree=30555792/32770624 swapFree=0/308344
[pid=1309] ppid=1306 vsize=13980036 CPUtime=3.09 cores=1,3,5,7
/proc/1309/stat : 1309 (java) S 1306 1309 5234 0 -1 1077944320 26150 0 0 0 299 10 0 0 20 0 15 0 11156593 14315556864 50066 18446744073709551615 4194304 4196468 140731096263472 140731096246016 140194027519735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
/proc/1309/statm: 3495009 50066 3786 1 0 3483791 0
[pid=1309/tid=1311] ppid=1306 vsize=13980036 CPUtime=1.33 cores=1,3,5,7
/proc/1309/task/1311/stat : 1311 (java) R 1306 1309 5234 0 -1 4202560 15311 0 0 0 126 7 0 0 20 0 15 0 11156602 14315556864 50066 18446744073709551615 4194304 4196468 140731096263472 140194031755160 140193659450151 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1312] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1312/stat : 1312 (java) S 1306 1309 5234 0 -1 1077944384 212 0 0 0 0 0 0 0 20 0 15 0 11156603 14315556864 50066 18446744073709551615 4194304 4196468 140731096263472 140193984485904 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1313] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1313/stat : 1313 (java) S 1306 1309 5234 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 15 0 11156603 14315556864 50066 18446744073709551615 4194304 4196468 140731096263472 140193983433360 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1314] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1314/stat : 1314 (java) S 1306 1309 5234 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 15 0 11156603 14315556864 50066 18446744073709551615 4194304 4196468 140731096263472 140193982380304 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1315] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1315/stat : 1315 (java) S 1306 1309 5234 0 -1 1077944384 108 0 0 0 0 0 0 0 20 0 15 0 11156603 14315556864 50066 18446744073709551615 4194304 4196468 140731096263472 140193981327760 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1316] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1316/stat : 1316 (java) S 1306 1309 5234 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 15 0 11156604 14315556864 50066 18446744073709551615 4194304 4196468 140731096263472 140193573792496 140194027530882 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1317] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1317/stat : 1317 (java) S 1306 1309 5234 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11156605 14315556864 50066 18446744073709551615 4194304 4196468 140731096263472 140193572738720 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1318] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1318/stat : 1318 (java) S 1306 1309 5234 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 15 0 11156605 14315556864 50066 18446744073709551615 4194304 4196468 140731096263472 140193503896816 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1319] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1319/stat : 1319 (java) S 1306 1309 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11156607 14315556864 50066 18446744073709551615 4194304 4196468 140731096263472 140193502845392 140194027538331 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1320] ppid=1306 vsize=13980036 CPUtime=0.67 cores=1,3,5,7
/proc/1309/task/1320/stat : 1320 (java) R 1306 1309 5234 0 -1 4202560 3035 0 0 0 67 0 0 0 20 0 15 0 11156607 14315556864 50066 18446744073709551615 4194304 4196468 140731096263472 140193501771248 140194006765622 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1321] ppid=1306 vsize=13980036 CPUtime=0.63 cores=1,3,5,7
/proc/1309/task/1321/stat : 1321 (java) R 1306 1309 5234 0 -1 4202560 2632 0 0 0 62 1 0 0 20 0 15 0 11156607 14315556864 50066 18446744073709551615 4194304 4196468 140731096263472 140193500728432 140194006758128 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1322] ppid=1306 vsize=13980036 CPUtime=0.41 cores=1,3,5,7
/proc/1309/task/1322/stat : 1322 (java) S 1306 1309 5234 0 -1 1077944384 3011 0 0 0 40 1 0 0 20 0 15 0 11156607 14315556864 50066 18446744073709551615 4194304 4196468 140731096263472 140193499686896 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1323] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1323/stat : 1323 (java) S 1306 1309 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11156607 14315556864 50066 18446744073709551615 4194304 4196468 140731096263472 140193498634592 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1324] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1324/stat : 1324 (java) S 1306 1309 5234 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 15 0 11156613 14315556864 50066 18446744073709551615 4194304 4196468 140731096263472 140193497582640 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 13980036

[startup+3.10068 s]
/proc/loadavg: 1.88 1.82 1.66 4/218 1324
/proc/meminfo: memFree=30367160/32770624 swapFree=0/308344
[pid=1309] ppid=1306 vsize=13980036 CPUtime=4.99 cores=1,3,5,7
/proc/1309/stat : 1309 (java) S 1306 1309 5234 0 -1 1077944320 26958 0 0 0 482 17 0 0 20 0 15 0 11156593 14315556864 124255 18446744073709551615 4194304 4196468 140731096263472 140731096246016 140194027519735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
/proc/1309/statm: 3495009 124255 3791 1 0 3483791 0
[pid=1309/tid=1311] ppid=1306 vsize=13980036 CPUtime=2.9 cores=1,3,5,7
/proc/1309/task/1311/stat : 1311 (java) R 1306 1309 5234 0 -1 4202560 15522 0 0 0 279 11 0 0 20 0 15 0 11156602 14315556864 124255 18446744073709551615 4194304 4196468 140731096263472 140194031755192 140193659812155 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1312] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1312/stat : 1312 (java) S 1306 1309 5234 0 -1 1077944384 230 0 0 0 0 0 0 0 20 0 15 0 11156603 14315556864 124255 18446744073709551615 4194304 4196468 140731096263472 140193984485904 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1313] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1313/stat : 1313 (java) S 1306 1309 5234 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11156603 14315556864 124255 18446744073709551615 4194304 4196468 140731096263472 140193983433360 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1314] ppid=1306 vsize=13980036 CPUtime=0.01 cores=1,3,5,7
/proc/1309/task/1314/stat : 1314 (java) S 1306 1309 5234 0 -1 1077944384 74 0 0 0 1 0 0 0 20 0 15 0 11156603 14315556864 124255 18446744073709551615 4194304 4196468 140731096263472 140193982380304 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1315] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1315/stat : 1315 (java) S 1306 1309 5234 0 -1 1077944384 128 0 0 0 0 0 0 0 20 0 15 0 11156603 14315556864 124255 18446744073709551615 4194304 4196468 140731096263472 140193981327760 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1316] ppid=1306 vsize=13980036 CPUtime=0.01 cores=1,3,5,7
/proc/1309/task/1316/stat : 1316 (java) S 1306 1309 5234 0 -1 1077944384 488 0 0 0 1 0 0 0 20 0 15 0 11156604 14315556864 124767 18446744073709551615 4194304 4196468 140731096263472 140193573792496 140194027530882 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1317] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1317/stat : 1317 (java) S 1306 1309 5234 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11156605 14315556864 124767 18446744073709551615 4194304 4196468 140731096263472 140193572738784 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1318] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1318/stat : 1318 (java) S 1306 1309 5234 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11156605 14315556864 124767 18446744073709551615 4194304 4196468 140731096263472 140193503896832 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1319] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1319/stat : 1319 (java) S 1306 1309 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11156607 14315556864 124767 18446744073709551615 4194304 4196468 140731096263472 140193502845392 140194027538331 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1320] ppid=1306 vsize=13980036 CPUtime=0.82 cores=1,3,5,7
/proc/1309/task/1320/stat : 1320 (java) S 1306 1309 5234 0 -1 1077944384 3210 0 0 0 82 0 0 0 20 0 15 0 11156607 14315556864 124767 18446744073709551615 4194304 4196468 140731096263472 140193501792496 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1321] ppid=1306 vsize=13980036 CPUtime=0.7 cores=1,3,5,7
/proc/1309/task/1321/stat : 1321 (java) S 1306 1309 5234 0 -1 1077944384 2656 0 0 0 69 1 0 0 20 0 15 0 11156607 14315556864 124767 18446744073709551615 4194304 4196468 140731096263472 140193500739952 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1322] ppid=1306 vsize=13980036 CPUtime=0.45 cores=1,3,5,7
/proc/1309/task/1322/stat : 1322 (java) S 1306 1309 5234 0 -1 1077944384 3155 0 0 0 44 1 0 0 20 0 15 0 11156607 14315556864 124767 18446744073709551615 4194304 4196468 140731096263472 140193499686896 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1323] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1323/stat : 1323 (java) S 1306 1309 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11156607 14315556864 124767 18446744073709551615 4194304 4196468 140731096263472 140193498634592 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1324] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1324/stat : 1324 (java) S 1306 1309 5234 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 11156613 14315556864 124767 18446744073709551615 4194304 4196468 140731096263472 140193497582640 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
Current children cumulated CPU time (s) 4.99
Current children cumulated vsize (KiB) 13980036

[startup+6.30069 s]
/proc/loadavg: 1.88 1.82 1.66 3/218 1324
/proc/meminfo: memFree=30058992/32770624 swapFree=0/308348
[pid=1309] ppid=1306 vsize=13980036 CPUtime=8.35 cores=1,3,5,7
/proc/1309/stat : 1309 (java) S 1306 1309 5234 0 -1 1077944320 27693 0 0 0 815 20 0 0 20 0 15 0 11156593 14315556864 147495 18446744073709551615 4194304 4196468 140731096263472 140731096246016 140194027519735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
/proc/1309/statm: 3495009 147495 3792 1 0 3483791 0
[pid=1309/tid=1311] ppid=1306 vsize=13980036 CPUtime=6.09 cores=1,3,5,7
/proc/1309/task/1311/stat : 1311 (java) R 1306 1309 5234 0 -1 4202560 15841 0 0 0 596 13 0 0 20 0 15 0 11156602 14315556864 147495 18446744073709551615 4194304 4196468 140731096263472 140194031757296 140193659866637 0 4 1 16800974 0 0 0 -1 5 0 0 4 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1312] ppid=1306 vsize=13980036 CPUtime=0.01 cores=1,3,5,7
/proc/1309/task/1312/stat : 1312 (java) S 1306 1309 5234 0 -1 1077944384 235 0 0 0 1 0 0 0 20 0 15 0 11156603 14315556864 147495 18446744073709551615 4194304 4196468 140731096263472 140193984485904 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1313] ppid=1306 vsize=13980036 CPUtime=0.02 cores=1,3,5,7
/proc/1309/task/1313/stat : 1313 (java) S 1306 1309 5234 0 -1 1077944384 69 0 0 0 1 1 0 0 20 0 15 0 11156603 14315556864 147495 18446744073709551615 4194304 4196468 140731096263472 140193983433360 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1314] ppid=1306 vsize=13980036 CPUtime=0.01 cores=1,3,5,7
/proc/1309/task/1314/stat : 1314 (java) S 1306 1309 5234 0 -1 1077944384 78 0 0 0 1 0 0 0 20 0 15 0 11156603 14315556864 147495 18446744073709551615 4194304 4196468 140731096263472 140193982380304 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1315] ppid=1306 vsize=13980036 CPUtime=0.02 cores=1,3,5,7
/proc/1309/task/1315/stat : 1315 (java) S 1306 1309 5234 0 -1 1077944384 135 0 0 0 1 1 0 0 20 0 15 0 11156603 14315556864 147495 18446744073709551615 4194304 4196468 140731096263472 140193981327760 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1316] ppid=1306 vsize=13980036 CPUtime=0.01 cores=1,3,5,7
/proc/1309/task/1316/stat : 1316 (java) S 1306 1309 5234 0 -1 1077944384 740 0 0 0 1 0 0 0 20 0 15 0 11156604 14315556864 147495 18446744073709551615 4194304 4196468 140731096263472 140193573792496 140194027530882 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1317] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1317/stat : 1317 (java) S 1306 1309 5234 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11156605 14315556864 147495 18446744073709551615 4194304 4196468 140731096263472 140193572738784 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1318] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1318/stat : 1318 (java) S 1306 1309 5234 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11156605 14315556864 147495 18446744073709551615 4194304 4196468 140731096263472 140193503896832 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1319] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1319/stat : 1319 (java) S 1306 1309 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11156607 14315556864 147495 18446744073709551615 4194304 4196468 140731096263472 140193502845392 140194027538331 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1320] ppid=1306 vsize=13980036 CPUtime=0.92 cores=1,3,5,7
/proc/1309/task/1320/stat : 1320 (java) S 1306 1309 5234 0 -1 1077944384 3291 0 0 0 92 0 0 0 20 0 15 0 11156607 14315556864 147495 18446744073709551615 4194304 4196468 140731096263472 140193501792496 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1321] ppid=1306 vsize=13980036 CPUtime=0.73 cores=1,3,5,7
/proc/1309/task/1321/stat : 1321 (java) S 1306 1309 5234 0 -1 1077944384 2687 0 0 0 72 1 0 0 20 0 15 0 11156607 14315556864 147495 18446744073709551615 4194304 4196468 140731096263472 140193500739952 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1322] ppid=1306 vsize=13980036 CPUtime=0.46 cores=1,3,5,7
/proc/1309/task/1322/stat : 1322 (java) S 1306 1309 5234 0 -1 1077944384 3179 0 0 0 45 1 0 0 20 0 15 0 11156607 14315556864 147495 18446744073709551615 4194304 4196468 140731096263472 140193499686896 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1323] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1323/stat : 1323 (java) S 1306 1309 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11156607 14315556864 147495 18446744073709551615 4194304 4196468 140731096263472 140193498634592 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1324] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1324/stat : 1324 (java) S 1306 1309 5234 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 15 0 11156613 14315556864 147495 18446744073709551615 4194304 4196468 140731096263472 140193497582640 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
Current children cumulated CPU time (s) 8.35
Current children cumulated vsize (KiB) 13980036

[startup+12.701 s]
/proc/loadavg: 1.83 1.81 1.66 3/218 1324
/proc/meminfo: memFree=30053772/32770624 swapFree=0/308356
[pid=1309] ppid=1306 vsize=13980036 CPUtime=15.27 cores=1,3,5,7
/proc/1309/stat : 1309 (java) S 1306 1309 5234 0 -1 1077944320 32466 0 0 0 1501 26 0 0 20 0 15 0 11156593 14315556864 148998 18446744073709551615 4194304 4196468 140731096263472 140731096246016 140194027519735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
/proc/1309/statm: 3495009 148998 3792 1 0 3483791 0
[pid=1309/tid=1311] ppid=1306 vsize=13980036 CPUtime=12.45 cores=1,3,5,7
/proc/1309/task/1311/stat : 1311 (java) R 1306 1309 5234 0 -1 4202560 16838 0 0 0 1232 13 0 0 20 0 15 0 11156602 14315556864 148998 18446744073709551615 4194304 4196468 140731096263472 140194031754088 140193659812295 0 4 1 16800974 0 0 0 -1 7 0 0 4 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1312] ppid=1306 vsize=13980036 CPUtime=0.03 cores=1,3,5,7
/proc/1309/task/1312/stat : 1312 (java) S 1306 1309 5234 0 -1 1077944384 263 0 0 0 1 2 0 0 20 0 15 0 11156603 14315556864 148998 18446744073709551615 4194304 4196468 140731096263472 140193984485904 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1313] ppid=1306 vsize=13980036 CPUtime=0.03 cores=1,3,5,7
/proc/1309/task/1313/stat : 1313 (java) S 1306 1309 5234 0 -1 1077944384 222 0 0 0 1 2 0 0 20 0 15 0 11156603 14315556864 148998 18446744073709551615 4194304 4196468 140731096263472 140193983433360 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1314] ppid=1306 vsize=13980036 CPUtime=0.04 cores=1,3,5,7
/proc/1309/task/1314/stat : 1314 (java) S 1306 1309 5234 0 -1 1077944384 484 0 0 0 2 2 0 0 20 0 15 0 11156603 14315556864 148998 18446744073709551615 4194304 4196468 140731096263472 140193982380304 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1315] ppid=1306 vsize=13980036 CPUtime=0.03 cores=1,3,5,7
/proc/1309/task/1315/stat : 1315 (java) S 1306 1309 5234 0 -1 1077944384 183 0 0 0 1 2 0 0 20 0 15 0 11156603 14315556864 148998 18446744073709551615 4194304 4196468 140731096263472 140193981327760 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1316] ppid=1306 vsize=13980036 CPUtime=0.02 cores=1,3,5,7
/proc/1309/task/1316/stat : 1316 (java) S 1306 1309 5234 0 -1 1077944384 980 0 0 0 2 0 0 0 20 0 15 0 11156604 14315556864 148998 18446744073709551615 4194304 4196468 140731096263472 140193573792496 140194027530882 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1317] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1317/stat : 1317 (java) S 1306 1309 5234 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11156605 14315556864 148998 18446744073709551615 4194304 4196468 140731096263472 140193572738784 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1318] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1318/stat : 1318 (java) S 1306 1309 5234 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11156605 14315556864 148998 18446744073709551615 4194304 4196468 140731096263472 140193503896832 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1319] ppid=1306 vsize=13980036 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1319/stat : 1319 (java) S 1306 1309 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11156607 14315556864 148998 18446744073709551615 4194304 4196468 140731096263472 140193502845392 140194027538331 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0

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

/proc/1309/task/1323/stat : 1323 (java) S 1306 1309 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11156607 14317654016 149141 18446744073709551615 4194304 4196468 140731096263472 140193498634592 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1324] ppid=1306 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/1309/task/1324/stat : 1324 (java) S 1306 1309 5234 0 -1 1077944384 199 0 0 0 1 2 0 0 20 0 15 0 11156613 14317654016 149141 18446744073709551615 4194304 4196468 140731096263472 140193497582640 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
Current children cumulated CPU time (s) 54.3
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.69 1.71 1.64 3/214 1404
/proc/meminfo: memFree=30514676/32770624 swapFree=0/308500
[pid=1309] ppid=1306 vsize=13982084 CPUtime=106.31 cores=1,3,5,7
/proc/1309/stat : 1309 (java) S 1306 1309 5234 0 -1 1077944320 45978 0 0 0 10583 48 0 0 20 0 15 0 11156593 14317654016 150277 18446744073709551615 4194304 4196468 140731096263472 140731096246016 140194027519735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
/proc/1309/statm: 3495521 150277 3792 1 0 3484303 0
[pid=1309/tid=1311] ppid=1306 vsize=13982084 CPUtime=100.91 cores=1,3,5,7
/proc/1309/task/1311/stat : 1311 (java) R 1306 1309 5234 0 -1 4202560 21013 0 0 0 10076 15 0 0 20 0 15 0 11156602 14317654016 150277 18446744073709551615 4194304 4196468 140731096263472 140194031757568 140193659579772 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1312] ppid=1306 vsize=13982084 CPUtime=0.5 cores=1,3,5,7
/proc/1309/task/1312/stat : 1312 (java) S 1306 1309 5234 0 -1 1077944384 566 0 0 0 44 6 0 0 20 0 15 0 11156603 14317654016 150277 18446744073709551615 4194304 4196468 140731096263472 140193984485904 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1313] ppid=1306 vsize=13982084 CPUtime=0.49 cores=1,3,5,7
/proc/1309/task/1313/stat : 1313 (java) S 1306 1309 5234 0 -1 1077944384 460 0 0 0 42 7 0 0 20 0 15 0 11156603 14317654016 150277 18446744073709551615 4194304 4196468 140731096263472 140193983433360 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1314] ppid=1306 vsize=13982084 CPUtime=0.5 cores=1,3,5,7
/proc/1309/task/1314/stat : 1314 (java) S 1306 1309 5234 0 -1 1077944384 1555 0 0 0 43 7 0 0 20 0 15 0 11156603 14317654016 150277 18446744073709551615 4194304 4196468 140731096263472 140193982380304 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1315] ppid=1306 vsize=13982084 CPUtime=0.49 cores=1,3,5,7
/proc/1309/task/1315/stat : 1315 (java) S 1306 1309 5234 0 -1 1077944384 1003 0 0 0 42 7 0 0 20 0 15 0 11156603 14317654016 150277 18446744073709551615 4194304 4196468 140731096263472 140193981327760 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1316] ppid=1306 vsize=13982084 CPUtime=0.53 cores=1,3,5,7
/proc/1309/task/1316/stat : 1316 (java) S 1306 1309 5234 0 -1 1077944384 1724 0 0 0 48 5 0 0 20 0 15 0 11156604 14317654016 150277 18446744073709551615 4194304 4196468 140731096263472 140193573792496 140194027530882 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1317] ppid=1306 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1317/stat : 1317 (java) S 1306 1309 5234 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11156605 14317654016 150277 18446744073709551615 4194304 4196468 140731096263472 140193572738784 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1318] ppid=1306 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1318/stat : 1318 (java) S 1306 1309 5234 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11156605 14317654016 150277 18446744073709551615 4194304 4196468 140731096263472 140193503896832 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1319] ppid=1306 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1319/stat : 1319 (java) S 1306 1309 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11156607 14317654016 150277 18446744073709551615 4194304 4196468 140731096263472 140193502845392 140194027538331 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1320] ppid=1306 vsize=13982084 CPUtime=1.08 cores=1,3,5,7
/proc/1309/task/1320/stat : 1320 (java) S 1306 1309 5234 0 -1 1077944384 5323 0 0 0 108 0 0 0 20 0 15 0 11156607 14317654016 150277 18446744073709551615 4194304 4196468 140731096263472 140193501792496 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1321] ppid=1306 vsize=13982084 CPUtime=1.13 cores=1,3,5,7
/proc/1309/task/1321/stat : 1321 (java) S 1306 1309 5234 0 -1 1077944384 6921 0 0 0 112 1 0 0 20 0 15 0 11156607 14317654016 150277 18446744073709551615 4194304 4196468 140731096263472 140193500739952 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1322] ppid=1306 vsize=13982084 CPUtime=0.51 cores=1,3,5,7
/proc/1309/task/1322/stat : 1322 (java) S 1306 1309 5234 0 -1 1077944384 5767 0 0 0 50 1 0 0 20 0 15 0 11156607 14317654016 150277 18446744073709551615 4194304 4196468 140731096263472 140193499686896 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1323] ppid=1306 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1323/stat : 1323 (java) S 1306 1309 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11156607 14317654016 150277 18446744073709551615 4194304 4196468 140731096263472 140193498634592 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1324] ppid=1306 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/1309/task/1324/stat : 1324 (java) S 1306 1309 5234 0 -1 1077944384 221 0 0 0 3 3 0 0 20 0 15 0 11156613 14317654016 150277 18446744073709551615 4194304 4196468 140731096263472 140193497582640 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
Current children cumulated CPU time (s) 106.31
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.62 1.69 1.63 3/214 1406
/proc/meminfo: memFree=30497416/32770624 swapFree=0/308528
[pid=1309] ppid=1306 vsize=13982084 CPUtime=167.24 cores=1,3,5,7
/proc/1309/stat : 1309 (java) S 1306 1309 5234 0 -1 1077944320 51212 0 0 0 16664 60 0 0 20 0 15 0 11156593 14317654016 152556 18446744073709551615 4194304 4196468 140731096263472 140731096246016 140194027519735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
/proc/1309/statm: 3495521 152556 3792 1 0 3484303 0
[pid=1309/tid=1311] ppid=1306 vsize=13982084 CPUtime=160.13 cores=1,3,5,7
/proc/1309/task/1311/stat : 1311 (java) R 1306 1309 5234 0 -1 4202560 22568 0 0 0 15996 17 0 0 20 0 15 0 11156602 14317654016 152556 18446744073709551615 4194304 4196468 140731096263472 140194031757552 140193659867601 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1312] ppid=1306 vsize=13982084 CPUtime=0.82 cores=1,3,5,7
/proc/1309/task/1312/stat : 1312 (java) S 1306 1309 5234 0 -1 1077944384 1111 0 0 0 73 9 0 0 20 0 15 0 11156603 14317654016 152556 18446744073709551615 4194304 4196468 140731096263472 140193984485904 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1313] ppid=1306 vsize=13982084 CPUtime=0.81 cores=1,3,5,7
/proc/1309/task/1313/stat : 1313 (java) S 1306 1309 5234 0 -1 1077944384 612 0 0 0 72 9 0 0 20 0 15 0 11156603 14317654016 152556 18446744073709551615 4194304 4196468 140731096263472 140193983433360 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1314] ppid=1306 vsize=13982084 CPUtime=0.82 cores=1,3,5,7
/proc/1309/task/1314/stat : 1314 (java) S 1306 1309 5234 0 -1 1077944384 1656 0 0 0 72 10 0 0 20 0 15 0 11156603 14317654016 152556 18446744073709551615 4194304 4196468 140731096263472 140193982380304 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1315] ppid=1306 vsize=13982084 CPUtime=0.81 cores=1,3,5,7
/proc/1309/task/1315/stat : 1315 (java) S 1306 1309 5234 0 -1 1077944384 1135 0 0 0 71 10 0 0 20 0 15 0 11156603 14317654016 152556 18446744073709551615 4194304 4196468 140731096263472 140193981327760 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1316] ppid=1306 vsize=13982084 CPUtime=0.89 cores=1,3,5,7
/proc/1309/task/1316/stat : 1316 (java) S 1306 1309 5234 0 -1 1077944384 1964 0 0 0 81 8 0 0 20 0 15 0 11156604 14317654016 152556 18446744073709551615 4194304 4196468 140731096263472 140193573792496 140194027530882 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1317] ppid=1306 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1317/stat : 1317 (java) S 1306 1309 5234 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11156605 14317654016 152556 18446744073709551615 4194304 4196468 140731096263472 140193572738784 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1318] ppid=1306 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1318/stat : 1318 (java) S 1306 1309 5234 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11156605 14317654016 152556 18446744073709551615 4194304 4196468 140731096263472 140193503896832 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1319] ppid=1306 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1319/stat : 1319 (java) S 1306 1309 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11156607 14317654016 152556 18446744073709551615 4194304 4196468 140731096263472 140193502845392 140194027538331 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1320] ppid=1306 vsize=13982084 CPUtime=1.09 cores=1,3,5,7
/proc/1309/task/1320/stat : 1320 (java) S 1306 1309 5234 0 -1 1077944384 5475 0 0 0 109 0 0 0 20 0 15 0 11156607 14317654016 152556 18446744073709551615 4194304 4196468 140731096263472 140193501792496 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1321] ppid=1306 vsize=13982084 CPUtime=1.15 cores=1,3,5,7
/proc/1309/task/1321/stat : 1321 (java) S 1306 1309 5234 0 -1 1077944384 7522 0 0 0 114 1 0 0 20 0 15 0 11156607 14317654016 152556 18446744073709551615 4194304 4196468 140731096263472 140193500739952 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1322] ppid=1306 vsize=13982084 CPUtime=0.53 cores=1,3,5,7
/proc/1309/task/1322/stat : 1322 (java) S 1306 1309 5234 0 -1 1077944384 7499 0 0 0 52 1 0 0 20 0 15 0 11156607 14317654016 152556 18446744073709551615 4194304 4196468 140731096263472 140193499686896 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1323] ppid=1306 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1323/stat : 1323 (java) S 1306 1309 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11156607 14317654016 152556 18446744073709551615 4194304 4196468 140731096263472 140193498634592 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1324] ppid=1306 vsize=13982084 CPUtime=0.1 cores=1,3,5,7
/proc/1309/task/1324/stat : 1324 (java) S 1306 1309 5234 0 -1 1077944384 245 0 0 0 5 5 0 0 20 0 15 0 11156613 14317654016 152556 18446744073709551615 4194304 4196468 140731096263472 140193497582640 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
Current children cumulated CPU time (s) 167.24
Current children cumulated vsize (KiB) 13982084

[startup+222.307 s]
/proc/loadavg: 1.58 1.67 1.63 3/214 1408
/proc/meminfo: memFree=30472380/32770624 swapFree=0/308556
[pid=1309] ppid=1306 vsize=13982084 CPUtime=228.86 cores=1,3,5,7
/proc/1309/stat : 1309 (java) S 1306 1309 5234 0 -1 1077944320 61656 0 0 0 22812 74 0 0 20 0 15 0 11156593 14317654016 156339 18446744073709551615 4194304 4196468 140731096263472 140731096246016 140194027519735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
/proc/1309/statm: 3495521 156339 3795 1 0 3484303 0
[pid=1309/tid=1311] ppid=1306 vsize=13982084 CPUtime=219.38 cores=1,3,5,7
/proc/1309/task/1311/stat : 1311 (java) R 1306 1309 5234 0 -1 4202560 24143 0 0 0 21920 18 0 0 20 0 15 0 11156602 14317654016 156339 18446744073709551615 4194304 4196468 140731096263472 140194031757616 140193659867395 0 4 1 16800974 0 0 0 -1 1 0 0 4 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1312] ppid=1306 vsize=13982084 CPUtime=1.14 cores=1,3,5,7
/proc/1309/task/1312/stat : 1312 (java) S 1306 1309 5234 0 -1 1077944384 1279 0 0 0 103 11 0 0 20 0 15 0 11156603 14317654016 156339 18446744073709551615 4194304 4196468 140731096263472 140193984485904 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1313] ppid=1306 vsize=13982084 CPUtime=1.13 cores=1,3,5,7
/proc/1309/task/1313/stat : 1313 (java) S 1306 1309 5234 0 -1 1077944384 1095 0 0 0 102 11 0 0 20 0 15 0 11156603 14317654016 156339 18446744073709551615 4194304 4196468 140731096263472 140193983433360 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1314] ppid=1306 vsize=13982084 CPUtime=1.14 cores=1,3,5,7
/proc/1309/task/1314/stat : 1314 (java) S 1306 1309 5234 0 -1 1077944384 1777 0 0 0 102 12 0 0 20 0 15 0 11156603 14317654016 156339 18446744073709551615 4194304 4196468 140731096263472 140193982380304 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1315] ppid=1306 vsize=13982084 CPUtime=1.13 cores=1,3,5,7
/proc/1309/task/1315/stat : 1315 (java) S 1306 1309 5234 0 -1 1077944384 1212 0 0 0 101 12 0 0 20 0 15 0 11156603 14317654016 156339 18446744073709551615 4194304 4196468 140731096263472 140193981327760 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1316] ppid=1306 vsize=13982084 CPUtime=1.22 cores=1,3,5,7
/proc/1309/task/1316/stat : 1316 (java) S 1306 1309 5234 0 -1 1077944384 2209 0 0 0 111 11 0 0 20 0 15 0 11156604 14317654016 156339 18446744073709551615 4194304 4196468 140731096263472 140193573792496 140194027530882 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1317] ppid=1306 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1317/stat : 1317 (java) S 1306 1309 5234 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11156605 14317654016 156339 18446744073709551615 4194304 4196468 140731096263472 140193572738784 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1318] ppid=1306 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1318/stat : 1318 (java) S 1306 1309 5234 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11156605 14317654016 156339 18446744073709551615 4194304 4196468 140731096263472 140193503896832 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1319] ppid=1306 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1319/stat : 1319 (java) S 1306 1309 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11156607 14317654016 156339 18446744073709551615 4194304 4196468 140731096263472 140193502845392 140194027538331 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1320] ppid=1306 vsize=13982084 CPUtime=1.76 cores=1,3,5,7
/proc/1309/task/1320/stat : 1320 (java) S 1306 1309 5234 0 -1 1077944384 11824 0 0 0 175 1 0 0 20 0 15 0 11156607 14317654016 156339 18446744073709551615 4194304 4196468 140731096263472 140193501792496 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1321] ppid=1306 vsize=13982084 CPUtime=1.17 cores=1,3,5,7
/proc/1309/task/1321/stat : 1321 (java) S 1306 1309 5234 0 -1 1077944384 7951 0 0 0 116 1 0 0 20 0 15 0 11156607 14317654016 156339 18446744073709551615 4194304 4196468 140731096263472 140193500739952 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1322] ppid=1306 vsize=13982084 CPUtime=0.54 cores=1,3,5,7
/proc/1309/task/1322/stat : 1322 (java) S 1306 1309 5234 0 -1 1077944384 8472 0 0 0 53 1 0 0 20 0 15 0 11156607 14317654016 156339 18446744073709551615 4194304 4196468 140731096263472 140193499686896 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1323] ppid=1306 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1323/stat : 1323 (java) S 1306 1309 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11156607 14317654016 156339 18446744073709551615 4194304 4196468 140731096263472 140193498634592 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1324] ppid=1306 vsize=13982084 CPUtime=0.15 cores=1,3,5,7
/proc/1309/task/1324/stat : 1324 (java) S 1306 1309 5234 0 -1 1077944384 269 0 0 0 7 8 0 0 20 0 15 0 11156613 14317654016 156339 18446744073709551615 4194304 4196468 140731096263472 140193497582640 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
Current children cumulated CPU time (s) 228.86
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.68 1.68 1.64 3/213 1408
/proc/meminfo: memFree=30466160/32770624 swapFree=0/308564
[pid=1309] ppid=1306 vsize=13982084 CPUtime=246.84 cores=1,3,5,7
/proc/1309/stat : 1309 (java) S 1306 1309 5234 0 -1 1077944320 62222 0 0 0 24607 77 0 0 20 0 15 0 11156593 14317654016 156898 18446744073709551615 4194304 4196468 140731096263472 140731096246016 140194027519735 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 9 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
/proc/1309/statm: 3495521 156898 3795 1 0 3484303 0
[pid=1309/tid=1311] ppid=1306 vsize=13982084 CPUtime=236.86 cores=1,3,5,7
/proc/1309/task/1311/stat : 1311 (java) R 1306 1309 5234 0 -1 4202560 24500 0 0 0 23667 19 0 0 20 0 15 0 11156602 14317654016 156898 18446744073709551615 4194304 4196468 140731096263472 140194031757120 140193659812325 0 4 1 16800974 0 0 0 -1 3 0 0 4 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1312] ppid=1306 vsize=13982084 CPUtime=1.24 cores=1,3,5,7
/proc/1309/task/1312/stat : 1312 (java) S 1306 1309 5234 0 -1 1077944384 1294 0 0 0 112 12 0 0 20 0 15 0 11156603 14317654016 156898 18446744073709551615 4194304 4196468 140731096263472 140193984485904 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1313] ppid=1306 vsize=13982084 CPUtime=1.23 cores=1,3,5,7
/proc/1309/task/1313/stat : 1313 (java) S 1306 1309 5234 0 -1 1077944384 1110 0 0 0 111 12 0 0 20 0 15 0 11156603 14317654016 156898 18446744073709551615 4194304 4196468 140731096263472 140193983433360 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1314] ppid=1306 vsize=13982084 CPUtime=1.23 cores=1,3,5,7
/proc/1309/task/1314/stat : 1314 (java) S 1306 1309 5234 0 -1 1077944384 1795 0 0 0 111 12 0 0 20 0 15 0 11156603 14317654016 156898 18446744073709551615 4194304 4196468 140731096263472 140193982380304 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1315] ppid=1306 vsize=13982084 CPUtime=1.23 cores=1,3,5,7
/proc/1309/task/1315/stat : 1315 (java) S 1306 1309 5234 0 -1 1077944384 1226 0 0 0 110 13 0 0 20 0 15 0 11156603 14317654016 156898 18446744073709551615 4194304 4196468 140731096263472 140193981327760 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1316] ppid=1306 vsize=13982084 CPUtime=1.31 cores=1,3,5,7
/proc/1309/task/1316/stat : 1316 (java) S 1306 1309 5234 0 -1 1077944384 2210 0 0 0 120 11 0 0 20 0 15 0 11156604 14317654016 156898 18446744073709551615 4194304 4196468 140731096263472 140193573792496 140194027530882 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1317] ppid=1306 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1317/stat : 1317 (java) S 1306 1309 5234 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11156605 14317654016 156898 18446744073709551615 4194304 4196468 140731096263472 140193572738784 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1318] ppid=1306 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1318/stat : 1318 (java) S 1306 1309 5234 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 15 0 11156605 14317654016 156898 18446744073709551615 4194304 4196468 140731096263472 140193503896832 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1319] ppid=1306 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1319/stat : 1319 (java) S 1306 1309 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11156607 14317654016 156898 18446744073709551615 4194304 4196468 140731096263472 140193502845392 140194027538331 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1320] ppid=1306 vsize=13982084 CPUtime=1.76 cores=1,3,5,7
/proc/1309/task/1320/stat : 1320 (java) S 1306 1309 5234 0 -1 1077944384 11848 0 0 0 175 1 0 0 20 0 15 0 11156607 14317654016 156898 18446744073709551615 4194304 4196468 140731096263472 140193501792496 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1321] ppid=1306 vsize=13982084 CPUtime=1.17 cores=1,3,5,7
/proc/1309/task/1321/stat : 1321 (java) S 1306 1309 5234 0 -1 1077944384 7951 0 0 0 116 1 0 0 20 0 15 0 11156607 14317654016 156898 18446744073709551615 4194304 4196468 140731096263472 140193500739952 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1322] ppid=1306 vsize=13982084 CPUtime=0.55 cores=1,3,5,7
/proc/1309/task/1322/stat : 1322 (java) S 1306 1309 5234 0 -1 1077944384 8594 0 0 0 54 1 0 0 20 0 15 0 11156607 14317654016 156898 18446744073709551615 4194304 4196468 140731096263472 140193499686896 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1323] ppid=1306 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/1309/task/1323/stat : 1323 (java) S 1306 1309 5234 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11156607 14317654016 156898 18446744073709551615 4194304 4196468 140731096263472 140193498634592 140194027529941 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
[pid=1309/tid=1324] ppid=1306 vsize=13982084 CPUtime=0.16 cores=1,3,5,7
/proc/1309/task/1324/stat : 1324 (java) S 1306 1309 5234 0 -1 1077944384 269 0 0 0 7 9 0 0 20 0 15 0 11156613 14317654016 156898 18446744073709551615 4194304 4196468 140731096263472 140193497582640 140194027530882 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 17715200 140731096269207 140731096269387 140731096269387 140731096272847 0
Current children cumulated CPU time (s) 246.84
Current children cumulated vsize (KiB) 13982084

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 1309 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.014
CPU time (s): 246.859
CPU user time (s): 246.08
CPU system time (s): 0.778238
CPU usage (%): 102.852
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.08
system time used= 0.778238
maximum resident set size= 628616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 62507
page faults= 0
swaps= 0
block input operations= 0
block output operations= 8
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 43915
involuntary context switches= 1056

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.12135 second user time and 1.49294 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-02 03:01:07
IDJOB=4255554
IDBENCH=133475
IDSOLVER=2638
FILE ID=node134/4255554-1501636508
RUNJOBID= node134-1501623099-24766
PBS_JOBID= 
Free space on /tmp= 61856 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/Knapsack/Knapsack-m1-s30/Knapsack-30-100-16.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4255554-1501636508/watcher-4255554-1501636508 -o /tmp/evaluation-result-4255554-1501636508/solver-4255554-1501636508 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node134-1501623099-24766 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1503691190 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255554-1501636508.xml

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

MD5SUM BENCH= 60579ec9e2bea81c12df486d2ee437df
RANDOM SEED=1503691190

node134.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30638644 kB
MemAvailable:   30961056 kB
Buffers:          110776 kB
Cached:           491564 kB
SwapCached:            0 kB
Active:          1401476 kB
Inactive:         315016 kB
Active(anon):    1116580 kB
Inactive(anon):     6664 kB
Active(file):     284896 kB
Inactive(file):   308352 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42404 kB
Writeback:             4 kB
AnonPages:       1114288 kB
Mapped:            45628 kB
Shmem:              8924 kB
Slab:             115580 kB
SReclaimable:      89996 kB
SUnreclaim:        25584 kB
KernelStack:        3568 kB
PageTables:         7660 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2048672 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1009664 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61816 MiB
End job on node134 at 2017-08-02 03:05:07