Trace number 4255815

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)12 247.39101 240.026

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-04-05.xml
MD5SUM0116bae2a95e7b115a3e9036ad78d6b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.012916
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints50
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":20},{"size":9,"count":20}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":20},{"degree":7,"count":4},{"degree":8,"count":10},{"degree":10,"count":6}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":20},{"arity":3,"count":10},{"arity":4,"count":4},{"arity":6,"count":10},{"arity":9,"count":6}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"type":"sum","count":20}]
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.29/0.44	c version: 2017-07-26
0.29/0.44	c seed: 1317150115
0.29/0.44	c timeout: 264
0.29/0.44	c memlimit: 11000
0.29/0.44	c nbcore: 4
0.29/0.46	c Parsing instance...
1.17/0.90	c Parsing done, starting search...
1.17/0.92	o 0
1.17/0.98	o 6
1.40/1.00	o 7
3.05/1.56	o 8
3.61/1.79	o 12
247.36/240.00	s SATISFIABLE
247.36/240.00	v <instantiation>
247.36/240.00	v 	<list>
247.36/240.00	v 		x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4]
247.36/240.00	v 	</list>
247.36/240.00	v 	<values>
247.36/240.00	v 		1 1 0 1 1 0 1 0 1 0 1 0 0 0 1 1 1 0 1 1 2 2 4 2 2 4 3 4 3 4 3 4 4 4 3 2 2 2 2 2 
247.36/240.00	v 	</values>
247.36/240.00	v </instantiation>

Verifier Data

OK	12

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-4255815-1501627109/watcher-4255815-1501627109 -o /tmp/evaluation-result-4255815-1501627109/solver-4255815-1501627109 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501622883-15277 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1317150115 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255815-1501627109.xml 

pid=17676
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.22 1.31 1.40 1/177 17679
/proc/meminfo: memFree=31094824/32770624 swapFree=0/938768
[pid=17679] ppid=17676 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17679/stat : 17679 (runsolver) D 17676 17679 5678 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 11335641 24240128 108 18446744073709551615 4194304 4338465 140727783002032 140727782999672 139762802975447 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 38019072 140727783006316 140727783006790 140727783006790 140727783010250 0
/proc/17679/statm: 5918 108 54 36 0 2156 0

[startup+0.100153 s]
/proc/loadavg: 1.22 1.31 1.40 1/177 17679
/proc/meminfo: memFree=31094824/32770624 swapFree=0/938768
[pid=17679] ppid=17676 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/17679/stat : 17679 (runsolver) D 17676 17679 5678 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 11335641 24240128 108 18446744073709551615 4194304 4338465 140727783002032 140727782999672 139762802975447 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 38019072 140727783006316 140727783006790 140727783006790 140727783010250 0
/proc/17679/statm: 5918 108 54 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200277 s]
/proc/loadavg: 1.22 1.31 1.40 1/177 17679
/proc/meminfo: memFree=31094824/32770624 swapFree=0/938768
[pid=17679] ppid=17676 vsize=13906484 CPUtime=0.05 cores=1,3,5,7
/proc/17679/stat : 17679 (java) S 17676 17679 5678 0 -1 1077944320 4869 0 0 0 4 1 0 0 20 0 14 0 11335641 14240239616 5423 18446744073709551615 4194304 4196468 140731346693312 140731346675856 139628639702775 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
/proc/17679/statm: 3476621 5423 2580 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.307935 s]
/proc/loadavg: 1.22 1.31 1.40 1/177 17679
/proc/meminfo: memFree=31094824/32770624 swapFree=0/938768
[pid=17679] ppid=17676 vsize=13975920 CPUtime=0.14 cores=1,3,5,7
/proc/17679/stat : 17679 (java) S 17676 17679 5678 0 -1 1077944320 9371 0 0 0 12 2 0 0 20 0 15 0 11335641 14311342080 8390 18446744073709551615 4194304 4196468 140731346693312 140731346675856 139628639702775 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
/proc/17679/statm: 3493980 8390 3377 1 0 3482767 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 13975920

[startup+0.700234 s]
/proc/loadavg: 1.22 1.31 1.40 1/177 17679
/proc/meminfo: memFree=31094824/32770624 swapFree=0/938768
[pid=17679] ppid=17676 vsize=13977988 CPUtime=0.85 cores=1,3,5,7
/proc/17679/stat : 17679 (java) S 17676 17679 5678 0 -1 1077944320 13639 0 0 0 80 5 0 0 20 0 15 0 11335641 14313459712 15846 18446744073709551615 4194304 4196468 140731346693312 140731346675856 139628639702775 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
/proc/17679/statm: 3494497 15846 3709 1 0 3483279 0
Current children cumulated CPU time (s) 0.85
Current children cumulated vsize (KiB) 13977988

[startup+1.50074 s]
/proc/loadavg: 1.22 1.31 1.40 8/210 17731
/proc/meminfo: memFree=30966128/32770624 swapFree=0/938992
[pid=17679] ppid=17676 vsize=13982084 CPUtime=3.05 cores=1,3,5,7
/proc/17679/stat : 17679 (java) S 17676 17679 5678 0 -1 1077944320 28784 0 0 0 295 10 0 0 20 0 15 0 11335641 14317654016 52245 18446744073709551615 4194304 4196468 140731346693312 140731346675856 139628639702775 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
/proc/17679/statm: 3495521 52245 3783 1 0 3484303 0
[pid=17679/tid=17684] ppid=17676 vsize=13982084 CPUtime=1.28 cores=1,3,5,7
/proc/17679/task/17684/stat : 17684 (java) R 17676 17679 5678 0 -1 4202560 15068 0 0 0 122 6 0 0 20 0 15 0 11335652 14317654016 52245 18446744073709551615 4194304 4196468 140731346693312 139628643937120 139628267505073 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17685] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17685/stat : 17685 (java) S 17676 17679 5678 0 -1 1077944384 380 0 0 0 0 0 0 0 20 0 15 0 11335653 14317654016 52245 18446744073709551615 4194304 4196468 140731346693312 139628240181520 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17686] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17686/stat : 17686 (java) S 17676 17679 5678 0 -1 1077944384 185 0 0 0 0 0 0 0 20 0 15 0 11335653 14317654016 52245 18446744073709551615 4194304 4196468 140731346693312 139628239128976 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17687] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17687/stat : 17687 (java) S 17676 17679 5678 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 15 0 11335653 14317654016 52245 18446744073709551615 4194304 4196468 140731346693312 139628238076432 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17688] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17688/stat : 17688 (java) S 17676 17679 5678 0 -1 1077944384 115 0 0 0 0 0 0 0 20 0 15 0 11335653 14317654016 52245 18446744073709551615 4194304 4196468 140731346693312 139628237023888 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17689] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17689/stat : 17689 (java) S 17676 17679 5678 0 -1 1077944384 191 0 0 0 0 0 0 0 20 0 15 0 11335654 14317654016 52245 18446744073709551615 4194304 4196468 140731346693312 139628186147312 139628639713922 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17690] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17690/stat : 17690 (java) S 17676 17679 5678 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11335655 14317654016 52245 18446744073709551615 4194304 4196468 140731346693312 139628185093536 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17691] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17691/stat : 17691 (java) S 17676 17679 5678 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 11335655 14317654016 52245 18446744073709551615 4194304 4196468 140731346693312 139628184040944 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17695] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17695/stat : 17695 (java) S 17676 17679 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11335657 14317654016 52245 18446744073709551615 4194304 4196468 140731346693312 139628182989520 139628639721371 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17696] ppid=17676 vsize=13982084 CPUtime=0.62 cores=1,3,5,7
/proc/17679/task/17696/stat : 17696 (java) R 17676 17679 5678 0 -1 4202560 3723 0 0 0 62 0 0 0 20 0 15 0 11335657 14317654016 52245 18446744073709551615 4194304 4196468 140731346693312 139628181923344 139628639716639 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17697] ppid=17676 vsize=13982084 CPUtime=0.63 cores=1,3,5,7
/proc/17679/task/17697/stat : 17697 (java) R 17676 17679 5678 0 -1 4202560 4371 0 0 0 62 1 0 0 20 0 15 0 11335657 14317654016 52245 18446744073709551615 4194304 4196468 140731346693312 139628180868880 139628620404422 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17698] ppid=17676 vsize=13982084 CPUtime=0.45 cores=1,3,5,7
/proc/17679/task/17698/stat : 17698 (java) S 17676 17679 5678 0 -1 1077944384 3318 0 0 0 45 0 0 0 20 0 15 0 11335657 14317654016 52245 18446744073709551615 4194304 4196468 140731346693312 139628111718640 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17699] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17699/stat : 17699 (java) S 17676 17679 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11335658 14317654016 52245 18446744073709551615 4194304 4196468 140731346693312 139628110666336 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17702] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17702/stat : 17702 (java) S 17676 17679 5678 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 11335666 14317654016 52245 18446744073709551615 4194304 4196468 140731346693312 139628109613872 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 13982084

[startup+3.10064 s]
/proc/loadavg: 1.36 1.34 1.41 5/210 17731
/proc/meminfo: memFree=30509496/32770624 swapFree=0/938856
[pid=17679] ppid=17676 vsize=13982084 CPUtime=5.42 cores=1,3,5,7
/proc/17679/stat : 17679 (java) S 17676 17679 5678 0 -1 1077944320 30631 0 0 0 524 18 0 0 20 0 15 0 11335641 14317654016 134809 18446744073709551615 4194304 4196468 140731346693312 140731346675856 139628639702775 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
/proc/17679/statm: 3495521 134809 3793 1 0 3484303 0
[pid=17679/tid=17684] ppid=17676 vsize=13982084 CPUtime=2.85 cores=1,3,5,7
/proc/17679/task/17684/stat : 17684 (java) R 17676 17679 5678 0 -1 4202560 15441 0 0 0 273 12 0 0 20 0 15 0 11335652 14317654016 134809 18446744073709551615 4194304 4196468 140731346693312 139628643940064 139628268849064 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17685] ppid=17676 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17679/task/17685/stat : 17685 (java) S 17676 17679 5678 0 -1 1077944384 387 0 0 0 1 0 0 0 20 0 15 0 11335653 14317654016 134809 18446744073709551615 4194304 4196468 140731346693312 139628240181520 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17686] ppid=17676 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17679/task/17686/stat : 17686 (java) S 17676 17679 5678 0 -1 1077944384 271 0 0 0 1 0 0 0 20 0 15 0 11335653 14317654016 134809 18446744073709551615 4194304 4196468 140731346693312 139628239128976 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17687] ppid=17676 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17679/task/17687/stat : 17687 (java) S 17676 17679 5678 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 15 0 11335653 14317654016 134809 18446744073709551615 4194304 4196468 140731346693312 139628238076432 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17688] ppid=17676 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17679/task/17688/stat : 17688 (java) S 17676 17679 5678 0 -1 1077944384 128 0 0 0 1 0 0 0 20 0 15 0 11335653 14317654016 134809 18446744073709551615 4194304 4196468 140731346693312 139628237023888 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17689] ppid=17676 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17679/task/17689/stat : 17689 (java) S 17676 17679 5678 0 -1 1077944384 411 0 0 0 1 0 0 0 20 0 15 0 11335654 14317654016 134809 18446744073709551615 4194304 4196468 140731346693312 139628186147312 139628639713922 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17690] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17690/stat : 17690 (java) S 17676 17679 5678 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11335655 14317654016 134809 18446744073709551615 4194304 4196468 140731346693312 139628185093600 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17691] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17691/stat : 17691 (java) S 17676 17679 5678 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 11335655 14317654016 134809 18446744073709551615 4194304 4196468 140731346693312 139628184040960 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17695] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17695/stat : 17695 (java) S 17676 17679 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11335657 14317654016 134809 18446744073709551615 4194304 4196468 140731346693312 139628182989520 139628639721371 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17696] ppid=17676 vsize=13982084 CPUtime=0.97 cores=1,3,5,7
/proc/17679/task/17696/stat : 17696 (java) S 17676 17679 5678 0 -1 1077944384 4099 0 0 0 97 0 0 0 20 0 15 0 11335657 14317654016 134809 18446744073709551615 4194304 4196468 140731346693312 139628181936112 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17697] ppid=17676 vsize=13982084 CPUtime=0.94 cores=1,3,5,7
/proc/17679/task/17697/stat : 17697 (java) S 17676 17679 5678 0 -1 1077944384 4795 0 0 0 93 1 0 0 20 0 15 0 11335657 14317654016 134809 18446744073709551615 4194304 4196468 140731346693312 139628180883568 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17698] ppid=17676 vsize=13982084 CPUtime=0.54 cores=1,3,5,7
/proc/17679/task/17698/stat : 17698 (java) S 17676 17679 5678 0 -1 1077944384 3646 0 0 0 54 0 0 0 20 0 15 0 11335657 14317654016 134809 18446744073709551615 4194304 4196468 140731346693312 139628111718640 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17699] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17699/stat : 17699 (java) S 17676 17679 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11335658 14317654016 134809 18446744073709551615 4194304 4196468 140731346693312 139628110666336 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17702] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17702/stat : 17702 (java) S 17676 17679 5678 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 11335666 14317654016 134809 18446744073709551615 4194304 4196468 140731346693312 139628109613872 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
Current children cumulated CPU time (s) 5.42
Current children cumulated vsize (KiB) 13982084

[startup+6.30069 s]
/proc/loadavg: 1.36 1.34 1.41 4/210 17731
/proc/meminfo: memFree=28820072/32770624 swapFree=0/938868
[pid=17679] ppid=17676 vsize=13982084 CPUtime=8.93 cores=1,3,5,7
/proc/17679/stat : 17679 (java) S 17676 17679 5678 0 -1 1077944320 32180 0 0 0 865 28 0 0 20 0 15 0 11335641 14317654016 277551 18446744073709551615 4194304 4196468 140731346693312 140731346675856 139628639702775 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
/proc/17679/statm: 3495521 277551 3793 1 0 3484303 0
[pid=17679/tid=17684] ppid=17676 vsize=13982084 CPUtime=6.04 cores=1,3,5,7
/proc/17679/task/17684/stat : 17684 (java) R 17676 17679 5678 0 -1 4202560 15938 0 0 0 583 21 0 0 20 0 15 0 11335652 14317654016 277551 18446744073709551615 4194304 4196468 140731346693312 139628643939528 139628266787789 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17685] ppid=17676 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17679/task/17685/stat : 17685 (java) S 17676 17679 5678 0 -1 1077944384 392 0 0 0 1 0 0 0 20 0 15 0 11335653 14317654016 277551 18446744073709551615 4194304 4196468 140731346693312 139628240181520 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17686] ppid=17676 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17679/task/17686/stat : 17686 (java) S 17676 17679 5678 0 -1 1077944384 285 0 0 0 1 0 0 0 20 0 15 0 11335653 14317654016 277551 18446744073709551615 4194304 4196468 140731346693312 139628239128976 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17687] ppid=17676 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17679/task/17687/stat : 17687 (java) S 17676 17679 5678 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 15 0 11335653 14317654016 277551 18446744073709551615 4194304 4196468 140731346693312 139628238076432 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17688] ppid=17676 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17679/task/17688/stat : 17688 (java) S 17676 17679 5678 0 -1 1077944384 135 0 0 0 1 0 0 0 20 0 15 0 11335653 14317654016 277551 18446744073709551615 4194304 4196468 140731346693312 139628237023888 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17689] ppid=17676 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17679/task/17689/stat : 17689 (java) S 17676 17679 5678 0 -1 1077944384 663 0 0 0 1 0 0 0 20 0 15 0 11335654 14317654016 277551 18446744073709551615 4194304 4196468 140731346693312 139628186147312 139628639713922 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17690] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17690/stat : 17690 (java) S 17676 17679 5678 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11335655 14317654016 277551 18446744073709551615 4194304 4196468 140731346693312 139628185093600 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17691] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17691/stat : 17691 (java) S 17676 17679 5678 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 11335655 14317654016 277551 18446744073709551615 4194304 4196468 140731346693312 139628184040960 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17695] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17695/stat : 17695 (java) S 17676 17679 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11335657 14317654016 277551 18446744073709551615 4194304 4196468 140731346693312 139628182989520 139628639721371 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17696] ppid=17676 vsize=13982084 CPUtime=1.08 cores=1,3,5,7
/proc/17679/task/17696/stat : 17696 (java) S 17676 17679 5678 0 -1 1077944384 4621 0 0 0 108 0 0 0 20 0 15 0 11335657 14317654016 277551 18446744073709551615 4194304 4196468 140731346693312 139628181936112 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17697] ppid=17676 vsize=13982084 CPUtime=1.09 cores=1,3,5,7
/proc/17679/task/17697/stat : 17697 (java) S 17676 17679 5678 0 -1 1077944384 4884 0 0 0 108 1 0 0 20 0 15 0 11335657 14317654016 277551 18446744073709551615 4194304 4196468 140731346693312 139628180883568 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17698] ppid=17676 vsize=13982084 CPUtime=0.56 cores=1,3,5,7
/proc/17679/task/17698/stat : 17698 (java) S 17676 17679 5678 0 -1 1077944384 3764 0 0 0 56 0 0 0 20 0 15 0 11335657 14317654016 277551 18446744073709551615 4194304 4196468 140731346693312 139628111718640 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17699] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17699/stat : 17699 (java) S 17676 17679 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11335658 14317654016 277551 18446744073709551615 4194304 4196468 140731346693312 139628110666336 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17702] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17702/stat : 17702 (java) S 17676 17679 5678 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 15 0 11335666 14317654016 277551 18446744073709551615 4194304 4196468 140731346693312 139628109613872 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
Current children cumulated CPU time (s) 8.93
Current children cumulated vsize (KiB) 13982084

[startup+12.7007 s]
/proc/loadavg: 1.61 1.39 1.43 3/210 17731
/proc/meminfo: memFree=28714620/32770624 swapFree=0/938876
[pid=17679] ppid=17676 vsize=13982084 CPUtime=15.63 cores=1,3,5,7
/proc/17679/stat : 17679 (java) S 17676 17679 5678 0 -1 1077944320 36501 0 0 0 1534 29 0 0 20 0 15 0 11335641 14317654016 271578 18446744073709551615 4194304 4196468 140731346693312 140731346675856 139628639702775 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
/proc/17679/statm: 3495521 271578 3799 1 0 3484303 0
[pid=17679/tid=17684] ppid=17676 vsize=13982084 CPUtime=12.43 cores=1,3,5,7
/proc/17679/task/17684/stat : 17684 (java) R 17676 17679 5678 0 -1 4202560 17106 0 0 0 1222 21 0 0 20 0 15 0 11335652 14317654016 271578 18446744073709551615 4194304 4196468 140731346693312 139628643940224 139628267410828 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17685] ppid=17676 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17679/task/17685/stat : 17685 (java) S 17676 17679 5678 0 -1 1077944384 448 0 0 0 1 0 0 0 20 0 15 0 11335653 14317654016 271578 18446744073709551615 4194304 4196468 140731346693312 139628240181520 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17686] ppid=17676 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17679/task/17686/stat : 17686 (java) S 17676 17679 5678 0 -1 1077944384 346 0 0 0 1 0 0 0 20 0 15 0 11335653 14317654016 271578 18446744073709551615 4194304 4196468 140731346693312 139628239128976 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17687] ppid=17676 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17679/task/17687/stat : 17687 (java) S 17676 17679 5678 0 -1 1077944384 469 0 0 0 1 0 0 0 20 0 15 0 11335653 14317654016 271578 18446744073709551615 4194304 4196468 140731346693312 139628238076432 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17688] ppid=17676 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17679/task/17688/stat : 17688 (java) S 17676 17679 5678 0 -1 1077944384 257 0 0 0 1 0 0 0 20 0 15 0 11335653 14317654016 271578 18446744073709551615 4194304 4196468 140731346693312 139628237023888 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17689] ppid=17676 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/17679/task/17689/stat : 17689 (java) S 17676 17679 5678 0 -1 1077944384 902 0 0 0 1 0 0 0 20 0 15 0 11335654 14317654016 271578 18446744073709551615 4194304 4196468 140731346693312 139628186147312 139628639713922 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17690] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17690/stat : 17690 (java) S 17676 17679 5678 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11335655 14317654016 271578 18446744073709551615 4194304 4196468 140731346693312 139628185093600 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17691] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17691/stat : 17691 (java) S 17676 17679 5678 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 11335655 14317654016 271578 18446744073709551615 4194304 4196468 140731346693312 139628184040960 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17695] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17695/stat : 17695 (java) S 17676 17679 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11335657 14317654016 271578 18446744073709551615 4194304 4196468 140731346693312 139628182989520 139628639721371 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0

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

/proc/17679/task/17699/stat : 17699 (java) S 17676 17679 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11335658 14317654016 263377 18446744073709551615 4194304 4196468 140731346693312 139628110666336 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17702] ppid=17676 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/17679/task/17702/stat : 17702 (java) S 17676 17679 5678 0 -1 1077944384 112 0 0 0 1 1 0 0 20 0 15 0 11335666 14317654016 263377 18446744073709551615 4194304 4196468 140731346693312 139628109613872 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
Current children cumulated CPU time (s) 55.22
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.65 1.46 1.45 4/209 17735
/proc/meminfo: memFree=27533196/32770624 swapFree=0/938920
[pid=17679] ppid=17676 vsize=13982084 CPUtime=107.33 cores=1,3,5,7
/proc/17679/stat : 17679 (java) S 17676 17679 5678 0 -1 1077944320 58837 0 0 0 10686 47 0 0 20 0 15 0 11335641 14317654016 266045 18446744073709551615 4194304 4196468 140731346693312 140731346675856 139628639702775 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
/proc/17679/statm: 3495521 266045 3807 1 0 3484303 0
[pid=17679/tid=17684] ppid=17676 vsize=13982084 CPUtime=101.06 cores=1,3,5,7
/proc/17679/task/17684/stat : 17684 (java) R 17676 17679 5678 0 -1 4202560 21526 0 0 0 10084 22 0 0 20 0 15 0 11335652 14317654016 266045 18446744073709551615 4194304 4196468 140731346693312 139628643940960 139628267426739 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17685] ppid=17676 vsize=13982084 CPUtime=0.44 cores=1,3,5,7
/proc/17679/task/17685/stat : 17685 (java) S 17676 17679 5678 0 -1 1077944384 632 0 0 0 41 3 0 0 20 0 15 0 11335653 14317654016 266045 18446744073709551615 4194304 4196468 140731346693312 139628240181520 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17686] ppid=17676 vsize=13982084 CPUtime=0.44 cores=1,3,5,7
/proc/17679/task/17686/stat : 17686 (java) S 17676 17679 5678 0 -1 1077944384 1113 0 0 0 41 3 0 0 20 0 15 0 11335653 14317654016 266045 18446744073709551615 4194304 4196468 140731346693312 139628239128976 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17687] ppid=17676 vsize=13982084 CPUtime=0.44 cores=1,3,5,7
/proc/17679/task/17687/stat : 17687 (java) S 17676 17679 5678 0 -1 1077944384 880 0 0 0 40 4 0 0 20 0 15 0 11335653 14317654016 266045 18446744073709551615 4194304 4196468 140731346693312 139628238076432 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17688] ppid=17676 vsize=13982084 CPUtime=0.44 cores=1,3,5,7
/proc/17679/task/17688/stat : 17688 (java) S 17676 17679 5678 0 -1 1077944384 1296 0 0 0 39 5 0 0 20 0 15 0 11335653 14317654016 266045 18446744073709551615 4194304 4196468 140731346693312 139628237023888 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17689] ppid=17676 vsize=13982084 CPUtime=0.45 cores=1,3,5,7
/proc/17679/task/17689/stat : 17689 (java) S 17676 17679 5678 0 -1 1077944384 1666 0 0 0 41 4 0 0 20 0 15 0 11335654 14317654016 266045 18446744073709551615 4194304 4196468 140731346693312 139628186147312 139628639713922 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17690] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17690/stat : 17690 (java) S 17676 17679 5678 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 11335655 14317654016 266045 18446744073709551615 4194304 4196468 140731346693312 139628185093600 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17691] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17691/stat : 17691 (java) S 17676 17679 5678 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11335655 14317654016 266045 18446744073709551615 4194304 4196468 140731346693312 139628184040960 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17695] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17695/stat : 17695 (java) S 17676 17679 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11335657 14317654016 266045 18446744073709551615 4194304 4196468 140731346693312 139628182989520 139628639721371 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17696] ppid=17676 vsize=13982084 CPUtime=1.53 cores=1,3,5,7
/proc/17679/task/17696/stat : 17696 (java) S 17676 17679 5678 0 -1 1077944384 11481 0 0 0 152 1 0 0 20 0 15 0 11335657 14317654016 266045 18446744073709551615 4194304 4196468 140731346693312 139628181936112 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17697] ppid=17676 vsize=13982084 CPUtime=1.78 cores=1,3,5,7
/proc/17679/task/17697/stat : 17697 (java) S 17676 17679 5678 0 -1 1077944384 12906 0 0 0 176 2 0 0 20 0 15 0 11335657 14317654016 266045 18446744073709551615 4194304 4196468 140731346693312 139628180883568 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17698] ppid=17676 vsize=13982084 CPUtime=0.61 cores=1,3,5,7
/proc/17679/task/17698/stat : 17698 (java) S 17676 17679 5678 0 -1 1077944384 5742 0 0 0 60 1 0 0 20 0 15 0 11335657 14317654016 266045 18446744073709551615 4194304 4196468 140731346693312 139628111718640 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17699] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17699/stat : 17699 (java) S 17676 17679 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11335658 14317654016 266045 18446744073709551615 4194304 4196468 140731346693312 139628110666336 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17702] ppid=17676 vsize=13982084 CPUtime=0.05 cores=1,3,5,7
/proc/17679/task/17702/stat : 17702 (java) S 17676 17679 5678 0 -1 1077944384 150 0 0 0 2 3 0 0 20 0 15 0 11335666 14317654016 266045 18446744073709551615 4194304 4196468 140731346693312 139628109613872 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
Current children cumulated CPU time (s) 107.33
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.64 1.49 1.46 3/209 17737
/proc/meminfo: memFree=27417240/32770624 swapFree=0/938940
[pid=17679] ppid=17676 vsize=13982084 CPUtime=168.29 cores=1,3,5,7
/proc/17679/stat : 17679 (java) S 17676 17679 5678 0 -1 1077944320 63447 0 0 0 16769 60 0 0 20 0 15 0 11335641 14317654016 269261 18446744073709551615 4194304 4196468 140731346693312 140731346675856 139628639702775 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
/proc/17679/statm: 3495521 269261 3808 1 0 3484303 0
[pid=17679/tid=17684] ppid=17676 vsize=13982084 CPUtime=160.37 cores=1,3,5,7
/proc/17679/task/17684/stat : 17684 (java) R 17676 17679 5678 0 -1 4202560 23373 0 0 0 16014 23 0 0 20 0 15 0 11335652 14317654016 269261 18446744073709551615 4194304 4196468 140731346693312 139628643940848 139628266512879 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17685] ppid=17676 vsize=13982084 CPUtime=0.75 cores=1,3,5,7
/proc/17679/task/17685/stat : 17685 (java) S 17676 17679 5678 0 -1 1077944384 775 0 0 0 69 6 0 0 20 0 15 0 11335653 14317654016 269261 18446744073709551615 4194304 4196468 140731346693312 139628240181520 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17686] ppid=17676 vsize=13982084 CPUtime=0.76 cores=1,3,5,7
/proc/17679/task/17686/stat : 17686 (java) S 17676 17679 5678 0 -1 1077944384 1214 0 0 0 71 5 0 0 20 0 15 0 11335653 14317654016 269261 18446744073709551615 4194304 4196468 140731346693312 139628239128976 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17687] ppid=17676 vsize=13982084 CPUtime=0.76 cores=1,3,5,7
/proc/17679/task/17687/stat : 17687 (java) S 17676 17679 5678 0 -1 1077944384 1492 0 0 0 70 6 0 0 20 0 15 0 11335653 14317654016 269261 18446744073709551615 4194304 4196468 140731346693312 139628238076432 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17688] ppid=17676 vsize=13982084 CPUtime=0.76 cores=1,3,5,7
/proc/17679/task/17688/stat : 17688 (java) S 17676 17679 5678 0 -1 1077944384 1371 0 0 0 69 7 0 0 20 0 15 0 11335653 14317654016 269261 18446744073709551615 4194304 4196468 140731346693312 139628237023888 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17689] ppid=17676 vsize=13982084 CPUtime=0.75 cores=1,3,5,7
/proc/17679/task/17689/stat : 17689 (java) S 17676 17679 5678 0 -1 1077944384 1925 0 0 0 69 6 0 0 20 0 15 0 11335654 14317654016 269261 18446744073709551615 4194304 4196468 140731346693312 139628186147312 139628639713922 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17690] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17690/stat : 17690 (java) S 17676 17679 5678 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 11335655 14317654016 269261 18446744073709551615 4194304 4196468 140731346693312 139628185093600 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17691] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17691/stat : 17691 (java) S 17676 17679 5678 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11335655 14317654016 269261 18446744073709551615 4194304 4196468 140731346693312 139628184040960 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17695] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17695/stat : 17695 (java) S 17676 17679 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11335657 14317654016 269261 18446744073709551615 4194304 4196468 140731346693312 139628182989520 139628639721371 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17696] ppid=17676 vsize=13982084 CPUtime=1.55 cores=1,3,5,7
/proc/17679/task/17696/stat : 17696 (java) S 17676 17679 5678 0 -1 1077944384 11818 0 0 0 153 2 0 0 20 0 15 0 11335657 14317654016 269261 18446744073709551615 4194304 4196468 140731346693312 139628181936112 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17697] ppid=17676 vsize=13982084 CPUtime=1.79 cores=1,3,5,7
/proc/17679/task/17697/stat : 17697 (java) S 17676 17679 5678 0 -1 1077944384 13649 0 0 0 177 2 0 0 20 0 15 0 11335657 14317654016 269261 18446744073709551615 4194304 4196468 140731346693312 139628180883568 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17698] ppid=17676 vsize=13982084 CPUtime=0.61 cores=1,3,5,7
/proc/17679/task/17698/stat : 17698 (java) S 17676 17679 5678 0 -1 1077944384 6188 0 0 0 60 1 0 0 20 0 15 0 11335657 14317654016 269261 18446744073709551615 4194304 4196468 140731346693312 139628111718640 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17699] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17699/stat : 17699 (java) S 17676 17679 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11335658 14317654016 269261 18446744073709551615 4194304 4196468 140731346693312 139628110666336 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17702] ppid=17676 vsize=13982084 CPUtime=0.09 cores=1,3,5,7
/proc/17679/task/17702/stat : 17702 (java) S 17676 17679 5678 0 -1 1077944384 197 0 0 0 3 6 0 0 20 0 15 0 11335666 14317654016 269261 18446744073709551615 4194304 4196468 140731346693312 139628109613872 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
Current children cumulated CPU time (s) 168.29
Current children cumulated vsize (KiB) 13982084

[startup+222.307 s]
/proc/loadavg: 1.66 1.53 1.47 3/209 17740
/proc/meminfo: memFree=26366600/32770624 swapFree=0/938968
[pid=17679] ppid=17676 vsize=13982084 CPUtime=229.37 cores=1,3,5,7
/proc/17679/stat : 17679 (java) S 17676 17679 5678 0 -1 1077944320 71996 0 0 0 22865 72 0 0 20 0 15 0 11335641 14317654016 272542 18446744073709551615 4194304 4196468 140731346693312 140731346675856 139628639702775 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
/proc/17679/statm: 3495521 272542 3808 1 0 3484303 0
[pid=17679/tid=17684] ppid=17676 vsize=13982084 CPUtime=219.68 cores=1,3,5,7
/proc/17679/task/17684/stat : 17684 (java) R 17676 17679 5678 0 -1 4202560 25118 0 0 0 21943 25 0 0 20 0 15 0 11335652 14317654016 272542 18446744073709551615 4194304 4196468 140731346693312 139628643941088 139628268849789 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17685] ppid=17676 vsize=13982084 CPUtime=1.09 cores=1,3,5,7
/proc/17679/task/17685/stat : 17685 (java) S 17676 17679 5678 0 -1 1077944384 1414 0 0 0 101 8 0 0 20 0 15 0 11335653 14317654016 272542 18446744073709551615 4194304 4196468 140731346693312 139628240181520 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17686] ppid=17676 vsize=13982084 CPUtime=1.1 cores=1,3,5,7
/proc/17679/task/17686/stat : 17686 (java) S 17676 17679 5678 0 -1 1077944384 1378 0 0 0 103 7 0 0 20 0 15 0 11335653 14317654016 272542 18446744073709551615 4194304 4196468 140731346693312 139628239128976 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17687] ppid=17676 vsize=13982084 CPUtime=1.1 cores=1,3,5,7
/proc/17679/task/17687/stat : 17687 (java) S 17676 17679 5678 0 -1 1077944384 2040 0 0 0 102 8 0 0 20 0 15 0 11335653 14317654016 272542 18446744073709551615 4194304 4196468 140731346693312 139628238076432 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17688] ppid=17676 vsize=13982084 CPUtime=1.1 cores=1,3,5,7
/proc/17679/task/17688/stat : 17688 (java) S 17676 17679 5678 0 -1 1077944384 1620 0 0 0 101 9 0 0 20 0 15 0 11335653 14317654016 272542 18446744073709551615 4194304 4196468 140731346693312 139628237023888 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17689] ppid=17676 vsize=13982084 CPUtime=1.06 cores=1,3,5,7
/proc/17679/task/17689/stat : 17689 (java) S 17676 17679 5678 0 -1 1077944384 2338 0 0 0 97 9 0 0 20 0 15 0 11335654 14317654016 272542 18446744073709551615 4194304 4196468 140731346693312 139628186147312 139628639713922 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17690] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17690/stat : 17690 (java) S 17676 17679 5678 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 11335655 14317654016 272542 18446744073709551615 4194304 4196468 140731346693312 139628185093600 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17691] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17691/stat : 17691 (java) S 17676 17679 5678 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11335655 14317654016 272542 18446744073709551615 4194304 4196468 140731346693312 139628184040960 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17695] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17695/stat : 17695 (java) S 17676 17679 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11335657 14317654016 272542 18446744073709551615 4194304 4196468 140731346693312 139628182989520 139628639721371 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17696] ppid=17676 vsize=13982084 CPUtime=1.57 cores=1,3,5,7
/proc/17679/task/17696/stat : 17696 (java) S 17676 17679 5678 0 -1 1077944384 13344 0 0 0 155 2 0 0 20 0 15 0 11335657 14317654016 272542 18446744073709551615 4194304 4196468 140731346693312 139628181936112 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17697] ppid=17676 vsize=13982084 CPUtime=1.84 cores=1,3,5,7
/proc/17679/task/17697/stat : 17697 (java) S 17676 17679 5678 0 -1 1077944384 16605 0 0 0 182 2 0 0 20 0 15 0 11335657 14317654016 272542 18446744073709551615 4194304 4196468 140731346693312 139628180883568 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17698] ppid=17676 vsize=13982084 CPUtime=0.62 cores=1,3,5,7
/proc/17679/task/17698/stat : 17698 (java) S 17676 17679 5678 0 -1 1077944384 6468 0 0 0 61 1 0 0 20 0 15 0 11335657 14317654016 272542 18446744073709551615 4194304 4196468 140731346693312 139628111718640 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17699] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17699/stat : 17699 (java) S 17676 17679 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11335658 14317654016 272542 18446744073709551615 4194304 4196468 140731346693312 139628110666336 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17702] ppid=17676 vsize=13982084 CPUtime=0.11 cores=1,3,5,7
/proc/17679/task/17702/stat : 17702 (java) S 17676 17679 5678 0 -1 1077944384 226 0 0 0 4 7 0 0 20 0 15 0 11335666 14317654016 272542 18446744073709551615 4194304 4196468 140731346693312 139628109613872 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
Current children cumulated CPU time (s) 229.37
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.66 1.54 1.48 3/209 17740
/proc/meminfo: memFree=26362436/32770624 swapFree=0/938980
[pid=17679] ppid=17676 vsize=13982084 CPUtime=247.36 cores=1,3,5,7
/proc/17679/stat : 17679 (java) S 17676 17679 5678 0 -1 1077944320 72956 0 0 0 24659 77 0 0 20 0 15 0 11335641 14317654016 273609 18446744073709551615 4194304 4196468 140731346693312 140731346675856 139628639702775 0 0 1 16800974 18446744073709551615 0 0 17 1 0 0 10 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
/proc/17679/statm: 3495521 273609 3808 1 0 3484303 0
[pid=17679/tid=17684] ppid=17676 vsize=13982084 CPUtime=237.17 cores=1,3,5,7
/proc/17679/task/17684/stat : 17684 (java) R 17676 17679 5678 0 -1 4202560 25705 0 0 0 23692 25 0 0 20 0 15 0 11335652 14317654016 273609 18446744073709551615 4194304 4196468 140731346693312 139628643940800 139628266513348 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17685] ppid=17676 vsize=13982084 CPUtime=1.18 cores=1,3,5,7
/proc/17679/task/17685/stat : 17685 (java) S 17676 17679 5678 0 -1 1077944384 1440 0 0 0 109 9 0 0 20 0 15 0 11335653 14317654016 273609 18446744073709551615 4194304 4196468 140731346693312 139628240181520 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17686] ppid=17676 vsize=13982084 CPUtime=1.19 cores=1,3,5,7
/proc/17679/task/17686/stat : 17686 (java) S 17676 17679 5678 0 -1 1077944384 1507 0 0 0 112 7 0 0 20 0 15 0 11335653 14317654016 273609 18446744073709551615 4194304 4196468 140731346693312 139628239128976 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17687] ppid=17676 vsize=13982084 CPUtime=1.19 cores=1,3,5,7
/proc/17679/task/17687/stat : 17687 (java) S 17676 17679 5678 0 -1 1077944384 2057 0 0 0 110 9 0 0 20 0 15 0 11335653 14317654016 273609 18446744073709551615 4194304 4196468 140731346693312 139628238076432 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17688] ppid=17676 vsize=13982084 CPUtime=1.2 cores=1,3,5,7
/proc/17679/task/17688/stat : 17688 (java) S 17676 17679 5678 0 -1 1077944384 1692 0 0 0 110 10 0 0 20 0 15 0 11335653 14317654016 273609 18446744073709551615 4194304 4196468 140731346693312 139628237023888 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17689] ppid=17676 vsize=13982084 CPUtime=1.15 cores=1,3,5,7
/proc/17679/task/17689/stat : 17689 (java) S 17676 17679 5678 0 -1 1077944384 2451 0 0 0 105 10 0 0 20 0 15 0 11335654 14317654016 273609 18446744073709551615 4194304 4196468 140731346693312 139628186147312 139628639713922 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17690] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17690/stat : 17690 (java) S 17676 17679 5678 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 11335655 14317654016 273609 18446744073709551615 4194304 4196468 140731346693312 139628185093600 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17691] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17691/stat : 17691 (java) S 17676 17679 5678 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 15 0 11335655 14317654016 273609 18446744073709551615 4194304 4196468 140731346693312 139628184040960 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17695] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17695/stat : 17695 (java) S 17676 17679 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11335657 14317654016 273609 18446744073709551615 4194304 4196468 140731346693312 139628182989520 139628639721371 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17696] ppid=17676 vsize=13982084 CPUtime=1.57 cores=1,3,5,7
/proc/17679/task/17696/stat : 17696 (java) S 17676 17679 5678 0 -1 1077944384 13344 0 0 0 155 2 0 0 20 0 15 0 11335657 14317654016 273609 18446744073709551615 4194304 4196468 140731346693312 139628181936112 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17697] ppid=17676 vsize=13982084 CPUtime=1.84 cores=1,3,5,7
/proc/17679/task/17697/stat : 17697 (java) S 17676 17679 5678 0 -1 1077944384 16605 0 0 0 182 2 0 0 20 0 15 0 11335657 14317654016 273609 18446744073709551615 4194304 4196468 140731346693312 139628180883568 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17698] ppid=17676 vsize=13982084 CPUtime=0.62 cores=1,3,5,7
/proc/17679/task/17698/stat : 17698 (java) S 17676 17679 5678 0 -1 1077944384 6468 0 0 0 61 1 0 0 20 0 15 0 11335657 14317654016 273609 18446744073709551615 4194304 4196468 140731346693312 139628111718640 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17699] ppid=17676 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/17679/task/17699/stat : 17699 (java) S 17676 17679 5678 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11335658 14317654016 273609 18446744073709551615 4194304 4196468 140731346693312 139628110666336 139628639712981 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
[pid=17679/tid=17702] ppid=17676 vsize=13982084 CPUtime=0.13 cores=1,3,5,7
/proc/17679/task/17702/stat : 17702 (java) S 17676 17679 5678 0 -1 1077944384 242 0 0 0 5 8 0 0 20 0 15 0 11335666 14317654016 273609 18446744073709551615 4194304 4196468 140731346693312 139628109613872 139628639713922 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 23175168 140731346694551 140731346694731 140731346694731 140731346698191 0
Current children cumulated CPU time (s) 247.36
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 17679 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.026
CPU time (s): 247.391
CPU user time (s): 246.603
CPU system time (s): 0.788041
CPU usage (%): 103.068
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 246.603
system time used= 0.788041
maximum resident set size= 1112984
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73578
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= 39838
involuntary context switches= 736

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.06261 second user time and 1.53617 second system time

The end

Launcher Data

Begin job on node128 at 2017-08-02 00:24:31
IDJOB=4255815
IDBENCH=116016
IDSOLVER=2638
FILE ID=node128/4255815-1501627109
RUNJOBID= node128-1501622883-15277
PBS_JOBID= 
Free space on /tmp= 61808 MiB

SOLVER NAME= OscaR - ALNS 2017-07-26
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-04-05.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-4255815-1501627109/watcher-4255815-1501627109 -o /tmp/evaluation-result-4255815-1501627109/solver-4255815-1501627109 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node128-1501622883-15277 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1317150115 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4255815-1501627109.xml

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

MD5SUM BENCH= 0116bae2a95e7b115a3e9036ad78d6b8
RANDOM SEED=1317150115

node128.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.05
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.05
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.05
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.05
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:        31094824 kB
MemAvailable:   32030520 kB
Buffers:           98880 kB
Cached:          1118792 kB
SwapCached:            0 kB
Active:           324408 kB
Inactive:         947300 kB
Active(anon):      54628 kB
Inactive(anon):     8532 kB
Active(file):     269780 kB
Inactive(file):   938768 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42416 kB
Writeback:             4 kB
AnonPages:         61708 kB
Mapped:            30060 kB
Shmem:              8872 kB
Slab:             111276 kB
SReclaimable:      85968 kB
SUnreclaim:        25308 kB
KernelStack:        3424 kB
PageTables:         4892 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     282500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61764 MiB
End job on node128 at 2017-08-02 00:28:31