Trace number 4256271

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 - Conflict Ordering 2017-07-26? (TO) 247.42 240.013

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-050-15-0.xml
MD5SUMe561ffe312dc375c565e08e894fb6057
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables800
Number of constraints815
Number of domains1
Minimum domain size2860
Maximum domain size2860
Distribution of domain sizes[{"size":2860,"count":800}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":750}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":750},{"arity":50,"count":15}]
Number of extensional constraints0
Number of intensional constraints800
Distribution of constraint types[{"type":"intension","count":800},{"type":"noOverlap","count":15}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.31/0.43	c version: 2017-07-26
0.31/0.44	c seed: 1527623927
0.31/0.44	c timeout: 264
0.31/0.44	c memlimit: 11000
0.31/0.44	c nbcore: 4
0.31/0.46	c Parsing instance...
3.58/1.63	c Parsing done, starting search...
247.39/240.00	s UNKNOWN

Verifier Data


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-4256271-1501625726/watcher-4256271-1501625726 -o /tmp/evaluation-result-4256271-1501625726/solver-4256271-1501625726 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501622945-15685 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1527623927 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256271-1501625726.xml 

pid=17096
running on 4 cores: 0,2,4,6

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.42 1.72 1.75 3/202 17099
/proc/meminfo: memFree=31772212/32770624 swapFree=0/195772
[pid=17099] ppid=17096 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17099/stat : 17099 (runsolver) D 17096 17099 5228 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 10387913 24240128 106 18446744073709551615 4194304 4338465 140736759187632 140736759185272 140073173635799 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 21159936 140736759193702 140736759194182 140736759194182 140736759197642 0
/proc/17099/statm: 5918 106 53 36 0 2156 0

[startup+0.100153 s]
/proc/loadavg: 1.42 1.72 1.75 3/202 17099
/proc/meminfo: memFree=31772212/32770624 swapFree=0/195772
[pid=17099] ppid=17096 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17099/stat : 17099 (runsolver) D 17096 17099 5228 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 10387913 24240128 106 18446744073709551615 4194304 4338465 140736759187632 140736759185272 140073173635799 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 21159936 140736759193702 140736759194182 140736759194182 140736759197642 0
/proc/17099/statm: 5918 106 53 36 0 2156 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 23672

[startup+0.200316 s]
/proc/loadavg: 1.42 1.72 1.75 3/202 17099
/proc/meminfo: memFree=31772212/32770624 swapFree=0/195772
[pid=17099] ppid=17096 vsize=13906484 CPUtime=0.05 cores=0,2,4,6
/proc/17099/stat : 17099 (java) S 17096 17099 5228 0 -1 1077944320 5090 0 0 0 5 0 0 0 20 0 14 0 10387913 14240239616 5604 18446744073709551615 4194304 4196468 140731337512528 140731337495072 139879836511991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
/proc/17099/statm: 3476621 5604 2558 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.300383 s]
/proc/loadavg: 1.42 1.72 1.75 3/202 17099
/proc/meminfo: memFree=31772212/32770624 swapFree=0/195772
[pid=17099] ppid=17096 vsize=13975920 CPUtime=0.15 cores=0,2,4,6
/proc/17099/stat : 17099 (java) S 17096 17099 5228 0 -1 1077944320 9533 0 0 0 13 2 0 0 20 0 15 0 10387913 14311342080 9042 18446744073709551615 4194304 4196468 140731337512528 140731337495072 139879836511991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
/proc/17099/statm: 3493980 9042 3375 1 0 3482767 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 13975920

[startup+0.700848 s]
/proc/loadavg: 1.42 1.72 1.75 3/202 17099
/proc/meminfo: memFree=31772212/32770624 swapFree=0/195772
[pid=17099] ppid=17096 vsize=13977988 CPUtime=0.93 cores=0,2,4,6
/proc/17099/stat : 17099 (java) S 17096 17099 5228 0 -1 1077944320 13686 0 0 0 89 4 0 0 20 0 15 0 10387913 14313459712 17020 18446744073709551615 4194304 4196468 140731337512528 140731337495072 139879836511991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
/proc/17099/statm: 3494497 17020 3715 1 0 3483279 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 13977988

[startup+1.50079 s]
/proc/loadavg: 1.42 1.72 1.75 7/217 17114
/proc/meminfo: memFree=31603740/32770624 swapFree=0/195496
[pid=17099] ppid=17096 vsize=13982084 CPUtime=3.28 cores=0,2,4,6
/proc/17099/stat : 17099 (java) S 17096 17099 5228 0 -1 1077944320 28139 0 0 0 319 9 0 0 20 0 15 0 10387913 14317654016 35901 18446744073709551615 4194304 4196468 140731337512528 140731337495072 139879836511991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
/proc/17099/statm: 3495521 35901 3752 1 0 3484303 0
[pid=17099/tid=17101] ppid=17096 vsize=13982084 CPUtime=1.3 cores=0,2,4,6
/proc/17099/task/17101/stat : 17101 (java) R 17096 17099 5228 0 -1 4202560 13917 0 0 0 124 6 0 0 20 0 15 0 10387924 14317654016 35901 18446744073709551615 4194304 4196468 140731337512528 139879840745104 139879459440460 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17102] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17102/stat : 17102 (java) S 17096 17099 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10387925 14317654016 35901 18446744073709551615 4194304 4196468 140731337512528 139879436172048 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17103] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17103/stat : 17103 (java) S 17096 17099 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10387925 14317654016 35901 18446744073709551615 4194304 4196468 140731337512528 139879435119504 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17104] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17104/stat : 17104 (java) S 17096 17099 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10387925 14317654016 35901 18446744073709551615 4194304 4196468 140731337512528 139879434066960 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17105] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17105/stat : 17105 (java) S 17096 17099 5228 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 10387925 14317654016 35901 18446744073709551615 4194304 4196468 140731337512528 139879433014416 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17106] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17106/stat : 17106 (java) S 17096 17099 5228 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 10387926 14317654016 35901 18446744073709551615 4194304 4196468 140731337512528 139879382992880 139879836523138 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17107] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17107/stat : 17107 (java) S 17096 17099 5228 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 10387926 14317654016 35901 18446744073709551615 4194304 4196468 140731337512528 139879381939104 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17108] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17108/stat : 17108 (java) S 17096 17099 5228 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 10387927 14317654016 35901 18446744073709551615 4194304 4196468 140731337512528 139879380886512 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17109] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17109/stat : 17109 (java) S 17096 17099 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10387929 14317654016 35901 18446744073709551615 4194304 4196468 140731337512528 139879379835088 139879836530587 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17110] ppid=17096 vsize=13982084 CPUtime=0.65 cores=0,2,4,6
/proc/17099/task/17110/stat : 17110 (java) R 17096 17099 5228 0 -1 4202560 3408 0 0 0 65 0 0 0 20 0 15 0 10387929 14317654016 35901 18446744073709551615 4194304 4196468 140731337512528 139879378782704 139879821637793 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17111] ppid=17096 vsize=13982084 CPUtime=0.57 cores=0,2,4,6
/proc/17099/task/17111/stat : 17111 (java) R 17096 17099 5228 0 -1 4202560 3095 0 0 0 57 0 0 0 20 0 15 0 10387929 14317654016 35901 18446744073709551615 4194304 4196468 140731337512528 139879377716448 139879821409627 0 4 1 16800974 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17112] ppid=17096 vsize=13982084 CPUtime=0.72 cores=0,2,4,6
/proc/17099/task/17112/stat : 17112 (java) R 17096 17099 5228 0 -1 1077944384 6330 0 0 0 71 1 0 0 20 0 15 0 10387929 14317654016 35901 18446744073709551615 4194304 4196468 140731337512528 139879376677616 139879836523138 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17113] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17113/stat : 17113 (java) S 17096 17099 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10387929 14317654016 35901 18446744073709551615 4194304 4196468 140731337512528 139879375625312 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17114] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17114/stat : 17114 (java) S 17096 17099 5228 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 10387937 14317654016 35901 18446744073709551615 4194304 4196468 140731337512528 139879374571824 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
Current children cumulated CPU time (s) 3.28
Current children cumulated vsize (KiB) 13982084

[startup+3.1008 s]
/proc/loadavg: 1.39 1.70 1.75 5/217 17114
/proc/meminfo: memFree=31462532/32770624 swapFree=0/195496
[pid=17099] ppid=17096 vsize=13982084 CPUtime=8.14 cores=0,2,4,6
/proc/17099/stat : 17099 (java) S 17096 17099 5228 0 -1 1077944320 38622 0 0 0 797 17 0 0 20 0 15 0 10387913 14317654016 60494 18446744073709551615 4194304 4196468 140731337512528 140731337495072 139879836511991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
/proc/17099/statm: 3495521 60494 3792 1 0 3484303 0
[pid=17099/tid=17101] ppid=17096 vsize=13982084 CPUtime=2.88 cores=0,2,4,6
/proc/17099/task/17101/stat : 17101 (java) R 17096 17099 5228 0 -1 4202560 14384 0 0 0 281 7 0 0 20 0 15 0 10387924 14317654016 60494 18446744073709551615 4194304 4196468 140731337512528 139879840750488 139879460867060 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17102] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17102/stat : 17102 (java) S 17096 17099 5228 0 -1 1077944384 1146 0 0 0 0 0 0 0 20 0 15 0 10387925 14317654016 60494 18446744073709551615 4194304 4196468 140731337512528 139879436172048 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17103] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17103/stat : 17103 (java) S 17096 17099 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10387925 14317654016 60494 18446744073709551615 4194304 4196468 140731337512528 139879435119504 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17104] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17104/stat : 17104 (java) S 17096 17099 5228 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 10387925 14317654016 60494 18446744073709551615 4194304 4196468 140731337512528 139879434066960 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17105] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17105/stat : 17105 (java) S 17096 17099 5228 0 -1 1077944384 301 0 0 0 0 0 0 0 20 0 15 0 10387925 14317654016 60494 18446744073709551615 4194304 4196468 140731337512528 139879433014416 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17106] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17106/stat : 17106 (java) S 17096 17099 5228 0 -1 1077944384 228 0 0 0 0 0 0 0 20 0 15 0 10387926 14317654016 60494 18446744073709551615 4194304 4196468 140731337512528 139879382992880 139879836523138 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17107] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17107/stat : 17107 (java) S 17096 17099 5228 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 10387926 14317654016 60494 18446744073709551615 4194304 4196468 140731337512528 139879381939168 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17108] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17108/stat : 17108 (java) S 17096 17099 5228 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 10387927 14317654016 60494 18446744073709551615 4194304 4196468 140731337512528 139879380886512 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17109] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17109/stat : 17109 (java) S 17096 17099 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10387929 14317654016 60494 18446744073709551615 4194304 4196468 140731337512528 139879379835088 139879836530587 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17110] ppid=17096 vsize=13982084 CPUtime=2.22 cores=0,2,4,6
/proc/17099/task/17110/stat : 17110 (java) R 17096 17099 5228 0 -1 4202560 7479 0 0 0 216 6 0 0 20 0 15 0 10387929 14317654016 60494 18446744073709551615 4194304 4196468 140731337512528 139879378775192 139879814514890 0 4 1 16800974 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17111] ppid=17096 vsize=13982084 CPUtime=2.16 cores=0,2,4,6
/proc/17099/task/17111/stat : 17111 (java) R 17096 17099 5228 0 -1 4202560 6100 0 0 0 215 1 0 0 20 0 15 0 10387929 14317654016 60494 18446744073709551615 4194304 4196468 140731337512528 139879377715920 139879821619795 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17112] ppid=17096 vsize=13982084 CPUtime=0.82 cores=0,2,4,6
/proc/17099/task/17112/stat : 17112 (java) S 17096 17099 5228 0 -1 1077944384 7476 0 0 0 81 1 0 0 20 0 15 0 10387929 14317654016 60494 18446744073709551615 4194304 4196468 140731337512528 139879376677616 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17113] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17113/stat : 17113 (java) S 17096 17099 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10387929 14317654016 60494 18446744073709551615 4194304 4196468 140731337512528 139879375625312 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17114] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17114/stat : 17114 (java) S 17096 17099 5228 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 15 0 10387937 14317654016 60494 18446744073709551615 4194304 4196468 140731337512528 139879374571824 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
Current children cumulated CPU time (s) 8.14
Current children cumulated vsize (KiB) 13982084

[startup+6.30055 s]
/proc/loadavg: 1.39 1.70 1.75 3/217 17115
/proc/meminfo: memFree=31376404/32770624 swapFree=0/195508
[pid=17099] ppid=17096 vsize=13982084 CPUtime=12.37 cores=0,2,4,6
/proc/17099/stat : 17099 (java) S 17096 17099 5228 0 -1 1077944320 39008 0 0 0 1219 18 0 0 20 0 15 0 10387913 14317654016 62686 18446744073709551615 4194304 4196468 140731337512528 140731337495072 139879836511991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
/proc/17099/statm: 3495521 62686 3793 1 0 3484303 0
[pid=17099/tid=17101] ppid=17096 vsize=13982084 CPUtime=6.07 cores=0,2,4,6
/proc/17099/task/17101/stat : 17101 (java) R 17096 17099 5228 0 -1 4202560 14512 0 0 0 600 7 0 0 20 0 15 0 10387924 14317654016 62686 18446744073709551615 4194304 4196468 140731337512528 139879840747392 139879461320352 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17102] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17102/stat : 17102 (java) S 17096 17099 5228 0 -1 1077944384 1159 0 0 0 0 0 0 0 20 0 15 0 10387925 14317654016 62686 18446744073709551615 4194304 4196468 140731337512528 139879436172048 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17103] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17103/stat : 17103 (java) S 17096 17099 5228 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 10387925 14317654016 62686 18446744073709551615 4194304 4196468 140731337512528 139879435119504 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17104] ppid=17096 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/17099/task/17104/stat : 17104 (java) S 17096 17099 5228 0 -1 1077944384 62 0 0 0 1 0 0 0 20 0 15 0 10387925 14317654016 62686 18446744073709551615 4194304 4196468 140731337512528 139879434066960 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17105] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17105/stat : 17105 (java) S 17096 17099 5228 0 -1 1077944384 305 0 0 0 0 0 0 0 20 0 15 0 10387925 14317654016 62686 18446744073709551615 4194304 4196468 140731337512528 139879433014416 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17106] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17106/stat : 17106 (java) S 17096 17099 5228 0 -1 1077944384 229 0 0 0 0 0 0 0 20 0 15 0 10387926 14317654016 62686 18446744073709551615 4194304 4196468 140731337512528 139879382992880 139879836523138 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17107] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17107/stat : 17107 (java) S 17096 17099 5228 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 10387926 14317654016 62686 18446744073709551615 4194304 4196468 140731337512528 139879381939168 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17108] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17108/stat : 17108 (java) S 17096 17099 5228 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 15 0 10387927 14317654016 62686 18446744073709551615 4194304 4196468 140731337512528 139879380886528 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17109] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17109/stat : 17109 (java) S 17096 17099 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10387929 14317654016 62686 18446744073709551615 4194304 4196468 140731337512528 139879379835088 139879836530587 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17110] ppid=17096 vsize=13982084 CPUtime=2.66 cores=0,2,4,6
/proc/17099/task/17110/stat : 17110 (java) S 17096 17099 5228 0 -1 1077944384 7556 0 0 0 260 6 0 0 20 0 15 0 10387929 14317654016 62686 18446744073709551615 4194304 4196468 140731337512528 139879378782704 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17111] ppid=17096 vsize=13982084 CPUtime=2.71 cores=0,2,4,6
/proc/17099/task/17111/stat : 17111 (java) S 17096 17099 5228 0 -1 1077944384 6216 0 0 0 270 1 0 0 20 0 15 0 10387929 14317654016 62686 18446744073709551615 4194304 4196468 140731337512528 139879377730160 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17112] ppid=17096 vsize=13982084 CPUtime=0.84 cores=0,2,4,6
/proc/17099/task/17112/stat : 17112 (java) S 17096 17099 5228 0 -1 1077944384 7499 0 0 0 83 1 0 0 20 0 15 0 10387929 14317654016 62686 18446744073709551615 4194304 4196468 140731337512528 139879376677616 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17113] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17113/stat : 17113 (java) S 17096 17099 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10387929 14317654016 62686 18446744073709551615 4194304 4196468 140731337512528 139879375625312 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17114] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17114/stat : 17114 (java) S 17096 17099 5228 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 15 0 10387937 14317654016 62686 18446744073709551615 4194304 4196468 140731337512528 139879374571824 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
Current children cumulated CPU time (s) 12.37
Current children cumulated vsize (KiB) 13982084

[startup+12.7006 s]
/proc/loadavg: 1.48 1.71 1.75 3/217 17115
/proc/meminfo: memFree=31374656/32770624 swapFree=0/195516
[pid=17099] ppid=17096 vsize=13982084 CPUtime=19.16 cores=0,2,4,6
/proc/17099/stat : 17099 (java) S 17096 17099 5228 0 -1 1077944320 45167 0 0 0 1897 19 0 0 20 0 15 0 10387913 14317654016 61756 18446744073709551615 4194304 4196468 140731337512528 140731337495072 139879836511991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
/proc/17099/statm: 3495521 61756 3798 1 0 3484303 0
[pid=17099/tid=17101] ppid=17096 vsize=13982084 CPUtime=12.46 cores=0,2,4,6
/proc/17099/task/17101/stat : 17101 (java) R 17096 17099 5228 0 -1 4202560 15055 0 0 0 1239 7 0 0 20 0 15 0 10387924 14317654016 61756 18446744073709551615 4194304 4196468 140731337512528 139879840748104 139879461776377 0 4 1 16800974 0 0 0 -1 0 0 0 7 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17102] ppid=17096 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/17099/task/17102/stat : 17102 (java) S 17096 17099 5228 0 -1 1077944384 1554 0 0 0 1 0 0 0 20 0 15 0 10387925 14317654016 61756 18446744073709551615 4194304 4196468 140731337512528 139879436172048 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17103] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17103/stat : 17103 (java) S 17096 17099 5228 0 -1 1077944384 94 0 0 0 0 0 0 0 20 0 15 0 10387925 14317654016 61756 18446744073709551615 4194304 4196468 140731337512528 139879435119504 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17104] ppid=17096 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/17099/task/17104/stat : 17104 (java) S 17096 17099 5228 0 -1 1077944384 1259 0 0 0 1 0 0 0 20 0 15 0 10387925 14317654016 61756 18446744073709551615 4194304 4196468 140731337512528 139879434066960 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17105] ppid=17096 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/17099/task/17105/stat : 17105 (java) S 17096 17099 5228 0 -1 1077944384 393 0 0 0 1 0 0 0 20 0 15 0 10387925 14317654016 61756 18446744073709551615 4194304 4196468 140731337512528 139879433014416 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17106] ppid=17096 vsize=13982084 CPUtime=0.01 cores=0,2,4,6
/proc/17099/task/17106/stat : 17106 (java) S 17096 17099 5228 0 -1 1077944384 439 0 0 0 1 0 0 0 20 0 15 0 10387926 14317654016 61756 18446744073709551615 4194304 4196468 140731337512528 139879382992880 139879836523138 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17107] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17107/stat : 17107 (java) S 17096 17099 5228 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 10387926 14317654016 61756 18446744073709551615 4194304 4196468 140731337512528 139879381939168 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17108] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17108/stat : 17108 (java) S 17096 17099 5228 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 10387927 14317654016 61756 18446744073709551615 4194304 4196468 140731337512528 139879380886528 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17109] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17109/stat : 17109 (java) S 17096 17099 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10387929 14317654016 61756 18446744073709551615 4194304 4196468 140731337512528 139879379835088 139879836530587 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0

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

/proc/17099/task/17113/stat : 17113 (java) S 17096 17099 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10387929 14317654016 61673 18446744073709551615 4194304 4196468 140731337512528 139879375625312 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17114] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17114/stat : 17114 (java) S 17096 17099 5228 0 -1 1077944384 615 0 0 0 0 0 0 0 20 0 15 0 10387937 14317654016 61673 18446744073709551615 4194304 4196468 140731337512528 139879374571824 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
Current children cumulated CPU time (s) 57.86
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.67 1.70 1.74 3/214 17117
/proc/meminfo: memFree=31441268/32770624 swapFree=0/195564
[pid=17099] ppid=17096 vsize=13982084 CPUtime=109.52 cores=0,2,4,6
/proc/17099/stat : 17099 (java) S 17096 17099 5228 0 -1 1077944320 64527 0 0 0 10929 23 0 0 20 0 15 0 10387913 14317654016 55240 18446744073709551615 4194304 4196468 140731337512528 140731337495072 139879836511991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
/proc/17099/statm: 3495521 55240 3798 1 0 3484303 0
[pid=17099/tid=17101] ppid=17096 vsize=13982084 CPUtime=102.02 cores=0,2,4,6
/proc/17099/task/17101/stat : 17101 (java) R 17096 17099 5228 0 -1 4202560 17392 0 0 0 10195 7 0 0 20 0 15 0 10387924 14317654016 55240 18446744073709551615 4194304 4196468 140731337512528 139879840750240 139879461375499 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17102] ppid=17096 vsize=13982084 CPUtime=0.03 cores=0,2,4,6
/proc/17099/task/17102/stat : 17102 (java) S 17096 17099 5228 0 -1 1077944384 4068 0 0 0 3 0 0 0 20 0 15 0 10387925 14317654016 55240 18446744073709551615 4194304 4196468 140731337512528 139879436172048 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17103] ppid=17096 vsize=13982084 CPUtime=0.03 cores=0,2,4,6
/proc/17099/task/17103/stat : 17103 (java) S 17096 17099 5228 0 -1 1077944384 417 0 0 0 3 0 0 0 20 0 15 0 10387925 14317654016 55240 18446744073709551615 4194304 4196468 140731337512528 139879435119504 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17104] ppid=17096 vsize=13982084 CPUtime=0.03 cores=0,2,4,6
/proc/17099/task/17104/stat : 17104 (java) S 17096 17099 5228 0 -1 1077944384 1919 0 0 0 3 0 0 0 20 0 15 0 10387925 14317654016 55240 18446744073709551615 4194304 4196468 140731337512528 139879434066960 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17105] ppid=17096 vsize=13982084 CPUtime=0.03 cores=0,2,4,6
/proc/17099/task/17105/stat : 17105 (java) S 17096 17099 5228 0 -1 1077944384 2028 0 0 0 3 0 0 0 20 0 15 0 10387925 14317654016 55240 18446744073709551615 4194304 4196468 140731337512528 139879433014416 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17106] ppid=17096 vsize=13982084 CPUtime=0.02 cores=0,2,4,6
/proc/17099/task/17106/stat : 17106 (java) S 17096 17099 5228 0 -1 1077944384 1322 0 0 0 2 0 0 0 20 0 15 0 10387926 14317654016 55240 18446744073709551615 4194304 4196468 140731337512528 139879382992880 139879836523138 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17107] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17107/stat : 17107 (java) S 17096 17099 5228 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 10387926 14317654016 55240 18446744073709551615 4194304 4196468 140731337512528 139879381939168 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17108] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17108/stat : 17108 (java) S 17096 17099 5228 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 10387927 14317654016 55240 18446744073709551615 4194304 4196468 140731337512528 139879380886528 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17109] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17109/stat : 17109 (java) S 17096 17099 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10387929 14317654016 55240 18446744073709551615 4194304 4196468 140731337512528 139879379835088 139879836530587 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17110] ppid=17096 vsize=13982084 CPUtime=3.05 cores=0,2,4,6
/proc/17099/task/17110/stat : 17110 (java) S 17096 17099 5228 0 -1 1077944384 11582 0 0 0 298 7 0 0 20 0 15 0 10387929 14317654016 55240 18446744073709551615 4194304 4196468 140731337512528 139879378782704 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17111] ppid=17096 vsize=13982084 CPUtime=3.3 cores=0,2,4,6
/proc/17099/task/17111/stat : 17111 (java) S 17096 17099 5228 0 -1 1077944384 14443 0 0 0 328 2 0 0 20 0 15 0 10387929 14317654016 55240 18446744073709551615 4194304 4196468 140731337512528 139879377730160 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17112] ppid=17096 vsize=13982084 CPUtime=0.88 cores=0,2,4,6
/proc/17099/task/17112/stat : 17112 (java) S 17096 17099 5228 0 -1 1077944384 9220 0 0 0 87 1 0 0 20 0 15 0 10387929 14317654016 55240 18446744073709551615 4194304 4196468 140731337512528 139879376677616 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17113] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17113/stat : 17113 (java) S 17096 17099 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10387929 14317654016 55240 18446744073709551615 4194304 4196468 140731337512528 139879375625312 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17114] ppid=17096 vsize=13982084 CPUtime=0.02 cores=0,2,4,6
/proc/17099/task/17114/stat : 17114 (java) S 17096 17099 5228 0 -1 1077944384 675 0 0 0 1 1 0 0 20 0 15 0 10387937 14317654016 55240 18446744073709551615 4194304 4196468 140731337512528 139879374571824 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
Current children cumulated CPU time (s) 109.52
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.71 1.70 1.74 3/215 17121
/proc/meminfo: memFree=31493984/32770624 swapFree=0/195588
[pid=17099] ppid=17096 vsize=13982084 CPUtime=169.6 cores=0,2,4,6
/proc/17099/stat : 17099 (java) S 17096 17099 5228 0 -1 1077944320 68316 0 0 0 16935 25 0 0 20 0 15 0 10387913 14317654016 45920 18446744073709551615 4194304 4196468 140731337512528 140731337495072 139879836511991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
/proc/17099/statm: 3495521 45920 3798 1 0 3484303 0
[pid=17099/tid=17101] ppid=17096 vsize=13982084 CPUtime=161.99 cores=0,2,4,6
/proc/17099/task/17101/stat : 17101 (java) R 17096 17099 5228 0 -1 4202560 17905 0 0 0 16192 7 0 0 20 0 15 0 10387924 14317654016 45920 18446744073709551615 4194304 4196468 140731337512528 139879840750224 139879460257381 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17102] ppid=17096 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/17099/task/17102/stat : 17102 (java) S 17096 17099 5228 0 -1 1077944384 4085 0 0 0 4 1 0 0 20 0 15 0 10387925 14317654016 45920 18446744073709551615 4194304 4196468 140731337512528 139879436172048 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17103] ppid=17096 vsize=13982084 CPUtime=0.04 cores=0,2,4,6
/proc/17099/task/17103/stat : 17103 (java) S 17096 17099 5228 0 -1 1077944384 432 0 0 0 4 0 0 0 20 0 15 0 10387925 14317654016 45920 18446744073709551615 4194304 4196468 140731337512528 139879435119504 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17104] ppid=17096 vsize=13982084 CPUtime=0.04 cores=0,2,4,6
/proc/17099/task/17104/stat : 17104 (java) S 17096 17099 5228 0 -1 1077944384 2468 0 0 0 4 0 0 0 20 0 15 0 10387925 14317654016 45920 18446744073709551615 4194304 4196468 140731337512528 139879434066960 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17105] ppid=17096 vsize=13982084 CPUtime=0.04 cores=0,2,4,6
/proc/17099/task/17105/stat : 17105 (java) S 17096 17099 5228 0 -1 1077944384 2156 0 0 0 4 0 0 0 20 0 15 0 10387925 14317654016 45920 18446744073709551615 4194304 4196468 140731337512528 139879433014416 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17106] ppid=17096 vsize=13982084 CPUtime=0.04 cores=0,2,4,6
/proc/17099/task/17106/stat : 17106 (java) S 17096 17099 5228 0 -1 1077944384 1552 0 0 0 3 1 0 0 20 0 15 0 10387926 14317654016 45920 18446744073709551615 4194304 4196468 140731337512528 139879382992880 139879836523138 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17107] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17107/stat : 17107 (java) S 17096 17099 5228 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 10387926 14317654016 45920 18446744073709551615 4194304 4196468 140731337512528 139879381939168 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17108] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17108/stat : 17108 (java) S 17096 17099 5228 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 10387927 14317654016 45920 18446744073709551615 4194304 4196468 140731337512528 139879380886528 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17109] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17109/stat : 17109 (java) S 17096 17099 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10387929 14317654016 45920 18446744073709551615 4194304 4196468 140731337512528 139879379835088 139879836530587 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17110] ppid=17096 vsize=13982084 CPUtime=3.07 cores=0,2,4,6
/proc/17099/task/17110/stat : 17110 (java) S 17096 17099 5228 0 -1 1077944384 12866 0 0 0 300 7 0 0 20 0 15 0 10387929 14317654016 45920 18446744073709551615 4194304 4196468 140731337512528 139879378782704 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17111] ppid=17096 vsize=13982084 CPUtime=3.31 cores=0,2,4,6
/proc/17099/task/17111/stat : 17111 (java) S 17096 17099 5228 0 -1 1077944384 14587 0 0 0 329 2 0 0 20 0 15 0 10387929 14317654016 45920 18446744073709551615 4194304 4196468 140731337512528 139879377730160 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17112] ppid=17096 vsize=13982084 CPUtime=0.88 cores=0,2,4,6
/proc/17099/task/17112/stat : 17112 (java) S 17096 17099 5228 0 -1 1077944384 10098 0 0 0 87 1 0 0 20 0 15 0 10387929 14317654016 45920 18446744073709551615 4194304 4196468 140731337512528 139879376677616 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17113] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17113/stat : 17113 (java) S 17096 17099 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10387929 14317654016 45920 18446744073709551615 4194304 4196468 140731337512528 139879375625312 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17114] ppid=17096 vsize=13982084 CPUtime=0.04 cores=0,2,4,6
/proc/17099/task/17114/stat : 17114 (java) S 17096 17099 5228 0 -1 1077944384 706 0 0 0 2 2 0 0 20 0 15 0 10387937 14317654016 45920 18446744073709551615 4194304 4196468 140731337512528 139879374571824 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
Current children cumulated CPU time (s) 169.6
Current children cumulated vsize (KiB) 13982084

[startup+222.307 s]
/proc/loadavg: 1.53 1.66 1.72 3/214 17123
/proc/meminfo: memFree=31511348/32770624 swapFree=0/195608
[pid=17099] ppid=17096 vsize=13982084 CPUtime=229.66 cores=0,2,4,6
/proc/17099/stat : 17099 (java) S 17096 17099 5228 0 -1 1077944320 69063 0 0 0 22940 26 0 0 20 0 15 0 10387913 14317654016 41699 18446744073709551615 4194304 4196468 140731337512528 140731337495072 139879836511991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
/proc/17099/statm: 3495521 41699 3798 1 0 3484303 0
[pid=17099/tid=17101] ppid=17096 vsize=13982084 CPUtime=221.97 cores=0,2,4,6
/proc/17099/task/17101/stat : 17101 (java) R 17096 17099 5228 0 -1 4202560 17944 0 0 0 22189 8 0 0 20 0 15 0 10387924 14317654016 41699 18446744073709551615 4194304 4196468 140731337512528 139879840750352 139879461778845 0 4 1 16800974 0 0 0 -1 4 0 0 7 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17102] ppid=17096 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/17099/task/17102/stat : 17102 (java) S 17096 17099 5228 0 -1 1077944384 4105 0 0 0 4 1 0 0 20 0 15 0 10387925 14317654016 41699 18446744073709551615 4194304 4196468 140731337512528 139879436172048 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17103] ppid=17096 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/17099/task/17103/stat : 17103 (java) S 17096 17099 5228 0 -1 1077944384 439 0 0 0 5 0 0 0 20 0 15 0 10387925 14317654016 41699 18446744073709551615 4194304 4196468 140731337512528 139879435119504 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17104] ppid=17096 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/17099/task/17104/stat : 17104 (java) S 17096 17099 5228 0 -1 1077944384 2483 0 0 0 5 0 0 0 20 0 15 0 10387925 14317654016 41699 18446744073709551615 4194304 4196468 140731337512528 139879434066960 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17105] ppid=17096 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/17099/task/17105/stat : 17105 (java) S 17096 17099 5228 0 -1 1077944384 2168 0 0 0 5 1 0 0 20 0 15 0 10387925 14317654016 41699 18446744073709551615 4194304 4196468 140731337512528 139879433014416 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17106] ppid=17096 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/17099/task/17106/stat : 17106 (java) S 17096 17099 5228 0 -1 1077944384 1559 0 0 0 5 1 0 0 20 0 15 0 10387926 14317654016 41699 18446744073709551615 4194304 4196468 140731337512528 139879382992880 139879836523138 0 0 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17107] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17107/stat : 17107 (java) S 17096 17099 5228 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 10387926 14317654016 41699 18446744073709551615 4194304 4196468 140731337512528 139879381939168 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17108] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17108/stat : 17108 (java) S 17096 17099 5228 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 10387927 14317654016 41699 18446744073709551615 4194304 4196468 140731337512528 139879380886528 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17109] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17109/stat : 17109 (java) S 17096 17099 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10387929 14317654016 41699 18446744073709551615 4194304 4196468 140731337512528 139879379835088 139879836530587 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17110] ppid=17096 vsize=13982084 CPUtime=3.08 cores=0,2,4,6
/proc/17099/task/17110/stat : 17110 (java) S 17096 17099 5228 0 -1 1077944384 12866 0 0 0 301 7 0 0 20 0 15 0 10387929 14317654016 41699 18446744073709551615 4194304 4196468 140731337512528 139879378782704 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17111] ppid=17096 vsize=13982084 CPUtime=3.32 cores=0,2,4,6
/proc/17099/task/17111/stat : 17111 (java) S 17096 17099 5228 0 -1 1077944384 15011 0 0 0 330 2 0 0 20 0 15 0 10387929 14317654016 41699 18446744073709551615 4194304 4196468 140731337512528 139879377730160 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17112] ppid=17096 vsize=13982084 CPUtime=0.88 cores=0,2,4,6
/proc/17099/task/17112/stat : 17112 (java) S 17096 17099 5228 0 -1 1077944384 10318 0 0 0 87 1 0 0 20 0 15 0 10387929 14317654016 41699 18446744073709551615 4194304 4196468 140731337512528 139879376677616 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17113] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17113/stat : 17113 (java) S 17096 17099 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10387929 14317654016 41699 18446744073709551615 4194304 4196468 140731337512528 139879375625312 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17114] ppid=17096 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/17099/task/17114/stat : 17114 (java) S 17096 17099 5228 0 -1 1077944384 709 0 0 0 2 3 0 0 20 0 15 0 10387937 14317654016 41699 18446744073709551615 4194304 4196468 140731337512528 139879374571824 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
Current children cumulated CPU time (s) 229.66
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.50 1.65 1.72 5/213 17154
/proc/meminfo: memFree=31650488/32770624 swapFree=0/195616
[pid=17099] ppid=17096 vsize=13982084 CPUtime=247.39 cores=0,2,4,6
/proc/17099/stat : 17099 (java) S 17096 17099 5228 0 -1 1077944320 70929 0 0 0 24713 26 0 0 20 0 15 0 10387913 14317654016 41263 18446744073709551615 4194304 4196468 140731337512528 140731337495072 139879836511991 0 0 1 16800974 18446744073709551615 0 0 17 4 0 0 10 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
/proc/17099/statm: 3495521 41263 3798 1 0 3484303 0
[pid=17099/tid=17101] ppid=17096 vsize=13982084 CPUtime=239.66 cores=0,2,4,6
/proc/17099/task/17101/stat : 17101 (java) R 17096 17099 5228 0 -1 4202560 18306 0 0 0 23958 8 0 0 20 0 15 0 10387924 14317654016 41263 18446744073709551615 4194304 4196468 140731337512528 139879840750240 139879461748970 0 4 1 16800974 0 0 0 -1 2 0 0 7 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17102] ppid=17096 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/17099/task/17102/stat : 17102 (java) S 17096 17099 5228 0 -1 1077944384 4641 0 0 0 5 1 0 0 20 0 15 0 10387925 14317654016 41263 18446744073709551615 4194304 4196468 140731337512528 139879436172048 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17103] ppid=17096 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/17099/task/17103/stat : 17103 (java) S 17096 17099 5228 0 -1 1077944384 519 0 0 0 5 0 0 0 20 0 15 0 10387925 14317654016 41263 18446744073709551615 4194304 4196468 140731337512528 139879435119504 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17104] ppid=17096 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/17099/task/17104/stat : 17104 (java) S 17096 17099 5228 0 -1 1077944384 2516 0 0 0 5 0 0 0 20 0 15 0 10387925 14317654016 41263 18446744073709551615 4194304 4196468 140731337512528 139879434066960 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17105] ppid=17096 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/17099/task/17105/stat : 17105 (java) S 17096 17099 5228 0 -1 1077944384 2235 0 0 0 5 1 0 0 20 0 15 0 10387925 14317654016 41263 18446744073709551615 4194304 4196468 140731337512528 139879433014416 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17106] ppid=17096 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/17099/task/17106/stat : 17106 (java) S 17096 17099 5228 0 -1 1077944384 1804 0 0 0 5 1 0 0 20 0 15 0 10387926 14317654016 41263 18446744073709551615 4194304 4196468 140731337512528 139879382992880 139879836523138 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17107] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17107/stat : 17107 (java) S 17096 17099 5228 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 10387926 14317654016 41263 18446744073709551615 4194304 4196468 140731337512528 139879381939168 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17108] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17108/stat : 17108 (java) S 17096 17099 5228 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 15 0 10387927 14317654016 41263 18446744073709551615 4194304 4196468 140731337512528 139879380886528 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17109] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17109/stat : 17109 (java) S 17096 17099 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10387929 14317654016 41263 18446744073709551615 4194304 4196468 140731337512528 139879379835088 139879836530587 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17110] ppid=17096 vsize=13982084 CPUtime=3.1 cores=0,2,4,6
/proc/17099/task/17110/stat : 17110 (java) S 17096 17099 5228 0 -1 1077944384 13257 0 0 0 303 7 0 0 20 0 15 0 10387929 14317654016 41263 18446744073709551615 4194304 4196468 140731337512528 139879378782704 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17111] ppid=17096 vsize=13982084 CPUtime=3.32 cores=0,2,4,6
/proc/17099/task/17111/stat : 17111 (java) S 17096 17099 5228 0 -1 1077944384 15013 0 0 0 330 2 0 0 20 0 15 0 10387929 14317654016 41263 18446744073709551615 4194304 4196468 140731337512528 139879377730160 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17112] ppid=17096 vsize=13982084 CPUtime=0.88 cores=0,2,4,6
/proc/17099/task/17112/stat : 17112 (java) S 17096 17099 5228 0 -1 1077944384 10320 0 0 0 87 1 0 0 20 0 15 0 10387929 14317654016 41263 18446744073709551615 4194304 4196468 140731337512528 139879376677616 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17113] ppid=17096 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/17099/task/17113/stat : 17113 (java) S 17096 17099 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10387929 14317654016 41263 18446744073709551615 4194304 4196468 140731337512528 139879375625312 139879836522197 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
[pid=17099/tid=17114] ppid=17096 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/17099/task/17114/stat : 17114 (java) S 17096 17099 5228 0 -1 1077944384 857 0 0 0 3 3 0 0 20 0 15 0 10387937 14317654016 41263 18446744073709551615 4194304 4196468 140731337512528 139879374571824 139879836523138 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 24698880 140731337519505 140731337519691 140731337519691 140731337523151 0
Current children cumulated CPU time (s) 247.39
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 17099 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.013
CPU time (s): 247.42
CPU user time (s): 247.146
CPU system time (s): 0.27417
CPU usage (%): 103.086
Max. virtual memory (cumulated for all children) (KiB): 13984232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 247.146
system time used= 0.27417
maximum resident set size= 251024
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71520
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= 9388
involuntary context switches= 425

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.910082 second user time and 1.49911 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-02 00:01:19
IDJOB=4256271
IDBENCH=115796
IDSOLVER=2639
FILE ID=node133/4256271-1501625726
RUNJOBID= node133-1501622945-15685
PBS_JOBID= 
Free space on /tmp= 61820 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-050-15-0.xml
COMMAND LINE= java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit 11000 --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4256271-1501625726/watcher-4256271-1501625726 -o /tmp/evaluation-result-4256271-1501625726/solver-4256271-1501625726 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501622945-15685 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1527623927 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256271-1501625726.xml

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

MD5SUM BENCH= e561ffe312dc375c565e08e894fb6057
RANDOM SEED=1527623927

node133.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.17
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.17
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.17
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.17
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:        31772324 kB
MemAvailable:   31963036 kB
Buffers:           98364 kB
Cached:           374532 kB
SwapCached:            0 kB
Active:           386884 kB
Inactive:         204308 kB
Active(anon):     118288 kB
Inactive(anon):     8536 kB
Active(file):     268596 kB
Inactive(file):   195772 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84652 kB
Writeback:             0 kB
AnonPages:         99912 kB
Mapped:            45060 kB
Shmem:              8892 kB
Slab:             110524 kB
SReclaimable:      84360 kB
SUnreclaim:        26164 kB
KernelStack:        3568 kB
PageTables:         5788 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1241644 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61780 MiB
End job on node133 at 2017-08-02 00:05:20