Trace number 4256251

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) 245.252 240.009

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-100-05-3.xml
MD5SUMdf6c82869a26f460264e708359f1a186
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 variables600
Number of constraints605
Number of domains1
Minimum domain size5114
Maximum domain size5114
Distribution of domain sizes[{"size":5114,"count":600}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":100},{"degree":3,"count":500}]
Minimum constraint arity1
Maximum constraint arity100
Distribution of constraint arities[{"arity":1,"count":100},{"arity":2,"count":500},{"arity":100,"count":5}]
Number of extensional constraints0
Number of intensional constraints600
Distribution of constraint types[{"type":"intension","count":600},{"type":"noOverlap","count":5}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.24/0.37	c version: 2017-07-26
0.24/0.37	c seed: 942426272
0.24/0.37	c timeout: 264
0.24/0.37	c memlimit: 11000
0.24/0.37	c nbcore: 4
0.24/0.39	c Parsing instance...
2.75/1.34	c Parsing done, starting search...
245.23/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-4256251-1501624407/watcher-4256251-1501624407 -o /tmp/evaluation-result-4256251-1501624407/solver-4256251-1501624407 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node130-1501623088-15580 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 942426272 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256251-1501624407.xml 

pid=15917
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.92 1.85 1.83 5/175 15921
/proc/meminfo: memFree=31881304/32770624 swapFree=0/197504
[pid=15921] ppid=15917 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/15921/stat : 15921 (runsolver) D 15917 15921 5123 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 11057687 24240128 108 18446744073709551615 4194304 4338465 140733448212064 140733448209704 139926293541591 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 12824576 140733448216679 140733448217158 140733448217158 140733448220618 0
/proc/15921/statm: 5918 108 54 36 0 2156 0

[startup+0.100134 s]
/proc/loadavg: 1.92 1.85 1.83 5/175 15921
/proc/meminfo: memFree=31881304/32770624 swapFree=0/197504
[pid=15921] ppid=15917 vsize=13358552 CPUtime=0 cores=1,3,5,7
/proc/15921/stat : 15921 (java) S 15917 15921 5123 0 -1 1077944320 3345 0 0 0 0 0 0 0 20 0 6 0 11057687 13679157248 4038 18446744073709551615 4194304 4196468 140721553186720 140721553169264 140358605438711 0 0 1 16784584 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
/proc/15921/statm: 3339638 4038 1898 1 0 3329143 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 13358552

[startup+0.200232 s]
/proc/loadavg: 1.92 1.85 1.83 5/175 15921
/proc/meminfo: memFree=31881304/32770624 swapFree=0/197504
[pid=15921] ppid=15917 vsize=13975920 CPUtime=0.08 cores=1,3,5,7
/proc/15921/stat : 15921 (java) S 15917 15921 5123 0 -1 1077944320 6680 0 0 0 7 1 0 0 20 0 15 0 11057687 14311342080 7381 18446744073709551615 4194304 4196468 140721553186720 140721553169264 140358605438711 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
/proc/15921/statm: 3493980 7381 3360 1 0 3482767 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 13975920

[startup+0.300206 s]
/proc/loadavg: 1.92 1.85 1.83 5/175 15921
/proc/meminfo: memFree=31881304/32770624 swapFree=0/197504
[pid=15921] ppid=15917 vsize=13976944 CPUtime=0.24 cores=1,3,5,7
/proc/15921/stat : 15921 (java) S 15917 15921 5123 0 -1 1077944320 10248 0 0 0 21 3 0 0 20 0 15 0 11057687 14312390656 9780 18446744073709551615 4194304 4196468 140721553186720 140721553169264 140358605438711 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
/proc/15921/statm: 3494236 9780 3476 1 0 3483023 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 13976944

[startup+0.707654 s]
/proc/loadavg: 1.92 1.85 1.83 5/175 15921
/proc/meminfo: memFree=31881304/32770624 swapFree=0/197504
[pid=15921] ppid=15917 vsize=13977988 CPUtime=1.1 cores=1,3,5,7
/proc/15921/stat : 15921 (java) S 15917 15921 5123 0 -1 1077944320 14471 0 0 0 104 6 0 0 20 0 15 0 11057687 14313459712 17792 18446744073709551615 4194304 4196468 140721553186720 140721553169264 140358605438711 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
/proc/15921/statm: 3494497 17792 3729 1 0 3483279 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 13977988

[startup+1.50081 s]
/proc/loadavg: 1.93 1.85 1.83 6/209 15962
/proc/meminfo: memFree=31678960/32770624 swapFree=0/197500
[pid=15921] ppid=15917 vsize=13982084 CPUtime=3.4 cores=1,3,5,7
/proc/15921/stat : 15921 (java) S 15917 15921 5123 0 -1 1077944320 31012 0 0 0 330 10 0 0 20 0 15 0 11057687 14317654016 35544 18446744073709551615 4194304 4196468 140721553186720 140721553169264 140358605438711 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
/proc/15921/statm: 3495521 35544 3757 1 0 3484303 0
[pid=15921/tid=15925] ppid=15917 vsize=13982084 CPUtime=1.36 cores=1,3,5,7
/proc/15921/task/15925/stat : 15925 (java) R 15917 15921 5123 0 -1 4202560 16040 0 0 0 130 6 0 0 20 0 15 0 11057695 14317654016 35544 18446744073709551615 4194304 4196468 140721553186720 140358609673736 140358213236104 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15926] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15926/stat : 15926 (java) S 15917 15921 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11057696 14317654016 35544 18446744073709551615 4194304 4196468 140721553186720 140358205828112 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15927] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15927/stat : 15927 (java) S 15917 15921 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11057696 14317654016 35544 18446744073709551615 4194304 4196468 140721553186720 140358204775568 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15928] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15928/stat : 15928 (java) S 15917 15921 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11057696 14317654016 35544 18446744073709551615 4194304 4196468 140721553186720 140358203722512 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15929] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15929/stat : 15929 (java) S 15917 15921 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11057696 14317654016 35544 18446744073709551615 4194304 4196468 140721553186720 140358202669968 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15930] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15930/stat : 15930 (java) S 15917 15921 5123 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 15 0 11057697 14317654016 35544 18446744073709551615 4194304 4196468 140721553186720 140358107203824 140358605449858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15931] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15931/stat : 15931 (java) S 15917 15921 5123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11057698 14317654016 35544 18446744073709551615 4194304 4196468 140721553186720 140358106150048 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15932] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15932/stat : 15932 (java) S 15917 15921 5123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11057698 14317654016 35544 18446744073709551615 4194304 4196468 140721553186720 140358105096944 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15933] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15933/stat : 15933 (java) S 15917 15921 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057700 14317654016 35544 18446744073709551615 4194304 4196468 140721553186720 140358104045520 140358605457307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15934] ppid=15917 vsize=13982084 CPUtime=0.67 cores=1,3,5,7
/proc/15921/task/15934/stat : 15934 (java) R 15917 15921 5123 0 -1 4202560 2304 0 0 0 67 0 0 0 20 0 15 0 11057700 14317654016 35544 18446744073709551615 4194304 4196468 140721553186720 140358102983568 140358585092656 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15935] ppid=15917 vsize=13982084 CPUtime=0.66 cores=1,3,5,7
/proc/15921/task/15935/stat : 15935 (java) R 15917 15921 5123 0 -1 4202560 2592 0 0 0 65 1 0 0 20 0 15 0 11057700 14317654016 35544 18446744073709551615 4194304 4196468 140721553186720 140358101923856 140358605460058 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15936] ppid=15917 vsize=13982084 CPUtime=0.68 cores=1,3,5,7
/proc/15921/task/15936/stat : 15936 (java) S 15917 15921 5123 0 -1 1077944384 8596 0 0 0 67 1 0 0 20 0 15 0 11057700 14317654016 35544 18446744073709551615 4194304 4196468 140721553186720 140358100888048 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15937] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15937/stat : 15937 (java) S 15917 15921 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057700 14317654016 35544 18446744073709551615 4194304 4196468 140721553186720 140358099835744 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15942] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15942/stat : 15942 (java) S 15917 15921 5123 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 11057704 14317654016 35544 18446744073709551615 4194304 4196468 140721553186720 140358098782768 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
Current children cumulated CPU time (s) 3.4
Current children cumulated vsize (KiB) 13982084

[startup+3.10058 s]
/proc/loadavg: 1.93 1.85 1.83 8/209 15962
/proc/meminfo: memFree=31507312/32770624 swapFree=0/197500
[pid=15921] ppid=15917 vsize=13982084 CPUtime=6.91 cores=1,3,5,7
/proc/15921/stat : 15921 (java) S 15917 15921 5123 0 -1 1077944320 36396 0 0 0 678 13 0 0 20 0 15 0 11057687 14317654016 59127 18446744073709551615 4194304 4196468 140721553186720 140721553169264 140358605438711 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
/proc/15921/statm: 3495521 59127 3773 1 0 3484303 0
[pid=15921/tid=15925] ppid=15917 vsize=13982084 CPUtime=2.94 cores=1,3,5,7
/proc/15921/task/15925/stat : 15925 (java) R 15917 15921 5123 0 -1 4202560 16148 0 0 0 287 7 0 0 20 0 15 0 11057695 14317654016 59127 18446744073709551615 4194304 4196468 140721553186720 140358609674888 140358214071633 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15926] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15926/stat : 15926 (java) S 15917 15921 5123 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11057696 14317654016 59127 18446744073709551615 4194304 4196468 140721553186720 140358205828112 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15927] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15927/stat : 15927 (java) S 15917 15921 5123 0 -1 1077944384 274 0 0 0 0 0 0 0 20 0 15 0 11057696 14317654016 59127 18446744073709551615 4194304 4196468 140721553186720 140358204775568 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15928] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15928/stat : 15928 (java) S 15917 15921 5123 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 11057696 14317654016 59127 18446744073709551615 4194304 4196468 140721553186720 140358203722512 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15929] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15929/stat : 15929 (java) S 15917 15921 5123 0 -1 1077944384 507 0 0 0 0 0 0 0 20 0 15 0 11057696 14317654016 59127 18446744073709551615 4194304 4196468 140721553186720 140358202669968 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15930] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15930/stat : 15930 (java) S 15917 15921 5123 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 15 0 11057697 14317654016 59127 18446744073709551615 4194304 4196468 140721553186720 140358107203824 140358605449858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15931] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15931/stat : 15931 (java) S 15917 15921 5123 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 11057698 14317654016 59127 18446744073709551615 4194304 4196468 140721553186720 140358106150112 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15932] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15932/stat : 15932 (java) S 15917 15921 5123 0 -1 1077944384 46 0 0 0 0 0 0 0 20 0 15 0 11057698 14317654016 59127 18446744073709551615 4194304 4196468 140721553186720 140358105096944 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15933] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15933/stat : 15933 (java) S 15917 15921 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057700 14317654016 59127 18446744073709551615 4194304 4196468 140721553186720 140358104045520 140358605457307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15934] ppid=15917 vsize=13982084 CPUtime=1.59 cores=1,3,5,7
/proc/15921/task/15934/stat : 15934 (java) S 15917 15921 5123 0 -1 1077944384 4622 0 0 0 159 0 0 0 20 0 15 0 11057700 14317654016 59127 18446744073709551615 4194304 4196468 140721553186720 140358102993648 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15935] ppid=15917 vsize=13982084 CPUtime=1.56 cores=1,3,5,7
/proc/15921/task/15935/stat : 15935 (java) R 15917 15921 5123 0 -1 4202560 3583 0 0 0 155 1 0 0 20 0 15 0 11057700 14317654016 59127 18446744073709551615 4194304 4196468 140721553186720 140358101941104 140358586617607 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15936] ppid=15917 vsize=13982084 CPUtime=0.74 cores=1,3,5,7
/proc/15921/task/15936/stat : 15936 (java) S 15917 15921 5123 0 -1 1077944384 9504 0 0 0 73 1 0 0 20 0 15 0 11057700 14317654016 59127 18446744073709551615 4194304 4196468 140721553186720 140358100888048 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15937] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15937/stat : 15937 (java) S 15917 15921 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057700 14317654016 59127 18446744073709551615 4194304 4196468 140721553186720 140358099835744 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15942] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15942/stat : 15942 (java) S 15917 15921 5123 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 15 0 11057704 14317654016 59127 18446744073709551615 4194304 4196468 140721553186720 140358098782768 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
Current children cumulated CPU time (s) 6.91
Current children cumulated vsize (KiB) 13982084

[startup+6.3006 s]
/proc/loadavg: 1.93 1.85 1.83 3/209 15962
/proc/meminfo: memFree=31401312/32770624 swapFree=0/197508
[pid=15921] ppid=15917 vsize=13982084 CPUtime=11.15 cores=1,3,5,7
/proc/15921/stat : 15921 (java) S 15917 15921 5123 0 -1 1077944320 36579 0 0 0 1101 14 0 0 20 0 15 0 11057687 14317654016 59625 18446744073709551615 4194304 4196468 140721553186720 140721553169264 140358605438711 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
/proc/15921/statm: 3495521 59625 3778 1 0 3484303 0
[pid=15921/tid=15925] ppid=15917 vsize=13982084 CPUtime=6.13 cores=1,3,5,7
/proc/15921/task/15925/stat : 15925 (java) R 15917 15921 5123 0 -1 4202560 16154 0 0 0 606 7 0 0 20 0 15 0 11057695 14317654016 59625 18446744073709551615 4194304 4196468 140721553186720 140358609677480 140358215361662 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15926] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15926/stat : 15926 (java) S 15917 15921 5123 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 11057696 14317654016 59625 18446744073709551615 4194304 4196468 140721553186720 140358205828112 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15927] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15927/stat : 15927 (java) S 15917 15921 5123 0 -1 1077944384 279 0 0 0 0 0 0 0 20 0 15 0 11057696 14317654016 59625 18446744073709551615 4194304 4196468 140721553186720 140358204775568 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15928] ppid=15917 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/15921/task/15928/stat : 15928 (java) S 15917 15921 5123 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 15 0 11057696 14317654016 59625 18446744073709551615 4194304 4196468 140721553186720 140358203722512 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15929] ppid=15917 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/15921/task/15929/stat : 15929 (java) S 15917 15921 5123 0 -1 1077944384 514 0 0 0 1 0 0 0 20 0 15 0 11057696 14317654016 59625 18446744073709551615 4194304 4196468 140721553186720 140358202669968 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15930] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15930/stat : 15930 (java) S 15917 15921 5123 0 -1 1077944384 223 0 0 0 0 0 0 0 20 0 15 0 11057697 14317654016 59625 18446744073709551615 4194304 4196468 140721553186720 140358107203824 140358605449858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15931] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15931/stat : 15931 (java) S 15917 15921 5123 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 11057698 14317654016 59625 18446744073709551615 4194304 4196468 140721553186720 140358106150112 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15932] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15932/stat : 15932 (java) S 15917 15921 5123 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 11057698 14317654016 59625 18446744073709551615 4194304 4196468 140721553186720 140358105096960 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15933] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15933/stat : 15933 (java) S 15917 15921 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057700 14317654016 59625 18446744073709551615 4194304 4196468 140721553186720 140358104045520 140358605457307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15934] ppid=15917 vsize=13982084 CPUtime=2.22 cores=1,3,5,7
/proc/15921/task/15934/stat : 15934 (java) S 15917 15921 5123 0 -1 1077944384 4695 0 0 0 222 0 0 0 20 0 15 0 11057700 14317654016 59625 18446744073709551615 4194304 4196468 140721553186720 140358102993648 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15935] ppid=15917 vsize=13982084 CPUtime=1.92 cores=1,3,5,7
/proc/15921/task/15935/stat : 15935 (java) S 15917 15921 5123 0 -1 1077944384 3643 0 0 0 191 1 0 0 20 0 15 0 11057700 14317654016 59625 18446744073709551615 4194304 4196468 140721553186720 140358101941104 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15936] ppid=15917 vsize=13982084 CPUtime=0.75 cores=1,3,5,7
/proc/15921/task/15936/stat : 15936 (java) S 15917 15921 5123 0 -1 1077944384 9515 0 0 0 74 1 0 0 20 0 15 0 11057700 14317654016 59625 18446744073709551615 4194304 4196468 140721553186720 140358100888048 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15937] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15937/stat : 15937 (java) S 15917 15921 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057700 14317654016 59625 18446744073709551615 4194304 4196468 140721553186720 140358099835744 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15942] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15942/stat : 15942 (java) S 15917 15921 5123 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 15 0 11057704 14317654016 59625 18446744073709551615 4194304 4196468 140721553186720 140358098782768 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
Current children cumulated CPU time (s) 11.15
Current children cumulated vsize (KiB) 13982084

[startup+12.7006 s]
/proc/loadavg: 1.94 1.86 1.83 3/209 15963
/proc/meminfo: memFree=31397056/32770624 swapFree=0/197516
[pid=15921] ppid=15917 vsize=13982084 CPUtime=17.56 cores=1,3,5,7
/proc/15921/stat : 15921 (java) S 15917 15921 5123 0 -1 1077944320 37812 0 0 0 1742 14 0 0 20 0 15 0 11057687 14317654016 59669 18446744073709551615 4194304 4196468 140721553186720 140721553169264 140358605438711 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
/proc/15921/statm: 3495521 59669 3780 1 0 3484303 0
[pid=15921/tid=15925] ppid=15917 vsize=13982084 CPUtime=12.53 cores=1,3,5,7
/proc/15921/task/15925/stat : 15925 (java) R 15917 15921 5123 0 -1 4202560 16440 0 0 0 1246 7 0 0 20 0 15 0 11057695 14317654016 59669 18446744073709551615 4194304 4196468 140721553186720 140358609673872 140358214071619 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15926] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15926/stat : 15926 (java) S 15917 15921 5123 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 15 0 11057696 14317654016 59669 18446744073709551615 4194304 4196468 140721553186720 140358205828112 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15927] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15927/stat : 15927 (java) S 15917 15921 5123 0 -1 1077944384 279 0 0 0 0 0 0 0 20 0 15 0 11057696 14317654016 59669 18446744073709551615 4194304 4196468 140721553186720 140358204775568 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15928] ppid=15917 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/15921/task/15928/stat : 15928 (java) S 15917 15921 5123 0 -1 1077944384 54 0 0 0 1 0 0 0 20 0 15 0 11057696 14317654016 59669 18446744073709551615 4194304 4196468 140721553186720 140358203722512 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15929] ppid=15917 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/15921/task/15929/stat : 15929 (java) S 15917 15921 5123 0 -1 1077944384 514 0 0 0 1 0 0 0 20 0 15 0 11057696 14317654016 59669 18446744073709551615 4194304 4196468 140721553186720 140358202669968 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15930] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15930/stat : 15930 (java) S 15917 15921 5123 0 -1 1077944384 263 0 0 0 0 0 0 0 20 0 15 0 11057697 14317654016 59669 18446744073709551615 4194304 4196468 140721553186720 140358107203824 140358605449858 0 0 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15931] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15931/stat : 15931 (java) S 15917 15921 5123 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 11057698 14317654016 59669 18446744073709551615 4194304 4196468 140721553186720 140358106150112 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15932] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15932/stat : 15932 (java) S 15917 15921 5123 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 11057698 14317654016 59669 18446744073709551615 4194304 4196468 140721553186720 140358105096960 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15933] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15933/stat : 15933 (java) S 15917 15921 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057700 14317654016 59669 18446744073709551615 4194304 4196468 140721553186720 140358104045520 140358605457307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0

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

/proc/15921/task/15937/stat : 15937 (java) S 15917 15921 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057700 14317654016 58350 18446744073709551615 4194304 4196468 140721553186720 140358099835744 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15942] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15942/stat : 15942 (java) S 15917 15921 5123 0 -1 1077944384 258 0 0 0 0 0 0 0 20 0 15 0 11057704 14317654016 58350 18446744073709551615 4194304 4196468 140721553186720 140358098782768 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
Current children cumulated CPU time (s) 56.12
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.87 1.85 1.84 3/210 15972
/proc/meminfo: memFree=31445944/32770624 swapFree=0/197564
[pid=15921] ppid=15917 vsize=13982084 CPUtime=107.49 cores=1,3,5,7
/proc/15921/stat : 15921 (java) S 15917 15921 5123 0 -1 1077944320 52872 0 0 0 10732 17 0 0 20 0 15 0 11057687 14317654016 59525 18446744073709551615 4194304 4196468 140721553186720 140721553169264 140358605438711 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
/proc/15921/statm: 3495521 59525 3789 1 0 3484303 0
[pid=15921/tid=15925] ppid=15917 vsize=13982084 CPUtime=102.09 cores=1,3,5,7
/proc/15921/task/15925/stat : 15925 (java) R 15917 15921 5123 0 -1 4202560 18549 0 0 0 10202 7 0 0 20 0 15 0 11057695 14317654016 59525 18446744073709551615 4194304 4196468 140721553186720 140358609677088 140358214624827 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15926] ppid=15917 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/15921/task/15926/stat : 15926 (java) S 15917 15921 5123 0 -1 1077944384 993 0 0 0 2 1 0 0 20 0 15 0 11057696 14317654016 59525 18446744073709551615 4194304 4196468 140721553186720 140358205828112 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15927] ppid=15917 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/15921/task/15927/stat : 15927 (java) S 15917 15921 5123 0 -1 1077944384 2564 0 0 0 2 1 0 0 20 0 15 0 11057696 14317654016 59525 18446744073709551615 4194304 4196468 140721553186720 140358204775568 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15928] ppid=15917 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/15921/task/15928/stat : 15928 (java) S 15917 15921 5123 0 -1 1077944384 1557 0 0 0 3 0 0 0 20 0 15 0 11057696 14317654016 59525 18446744073709551615 4194304 4196468 140721553186720 140358203722512 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15929] ppid=15917 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/15921/task/15929/stat : 15929 (java) S 15917 15921 5123 0 -1 1077944384 1924 0 0 0 3 0 0 0 20 0 15 0 11057696 14317654016 59525 18446744073709551615 4194304 4196468 140721553186720 140358202669968 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15930] ppid=15917 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/15921/task/15930/stat : 15930 (java) S 15917 15921 5123 0 -1 1077944384 1146 0 0 0 1 0 0 0 20 0 15 0 11057697 14317654016 59525 18446744073709551615 4194304 4196468 140721553186720 140358107203824 140358605449858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15931] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15931/stat : 15931 (java) S 15917 15921 5123 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 11057698 14317654016 59525 18446744073709551615 4194304 4196468 140721553186720 140358106150112 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15932] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15932/stat : 15932 (java) S 15917 15921 5123 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 11057698 14317654016 59525 18446744073709551615 4194304 4196468 140721553186720 140358105096960 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15933] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15933/stat : 15933 (java) S 15917 15921 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057700 14317654016 59525 18446744073709551615 4194304 4196468 140721553186720 140358104045520 140358605457307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15934] ppid=15917 vsize=13982084 CPUtime=2.34 cores=1,3,5,7
/proc/15921/task/15934/stat : 15934 (java) S 15917 15921 5123 0 -1 1077944384 7309 0 0 0 233 1 0 0 20 0 15 0 11057700 14317654016 59525 18446744073709551615 4194304 4196468 140721553186720 140358102993648 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15935] ppid=15917 vsize=13982084 CPUtime=2.03 cores=1,3,5,7
/proc/15921/task/15935/stat : 15935 (java) S 15917 15921 5123 0 -1 1077944384 5404 0 0 0 202 1 0 0 20 0 15 0 11057700 14317654016 59525 18446744073709551615 4194304 4196468 140721553186720 140358101941104 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15936] ppid=15917 vsize=13982084 CPUtime=0.78 cores=1,3,5,7
/proc/15921/task/15936/stat : 15936 (java) S 15917 15921 5123 0 -1 1077944384 11719 0 0 0 77 1 0 0 20 0 15 0 11057700 14317654016 59525 18446744073709551615 4194304 4196468 140721553186720 140358100888048 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15937] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15937/stat : 15937 (java) S 15917 15921 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057700 14317654016 59525 18446744073709551615 4194304 4196468 140721553186720 140358099835744 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15942] ppid=15917 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/15921/task/15942/stat : 15942 (java) S 15917 15921 5123 0 -1 1077944384 291 0 0 0 0 1 0 0 20 0 15 0 11057704 14317654016 59525 18446744073709551615 4194304 4196468 140721553186720 140358098782768 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
Current children cumulated CPU time (s) 107.49
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.84 1.85 1.84 3/210 15974
/proc/meminfo: memFree=31462020/32770624 swapFree=0/197584
[pid=15921] ppid=15917 vsize=13982084 CPUtime=167.5 cores=1,3,5,7
/proc/15921/stat : 15921 (java) S 15917 15921 5123 0 -1 1077944320 53744 0 0 0 16732 18 0 0 20 0 15 0 11057687 14317654016 59721 18446744073709551615 4194304 4196468 140721553186720 140721553169264 140358605438711 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
/proc/15921/statm: 3495521 59721 3789 1 0 3484303 0
[pid=15921/tid=15925] ppid=15917 vsize=13982084 CPUtime=162.08 cores=1,3,5,7
/proc/15921/task/15925/stat : 15925 (java) R 15917 15921 5123 0 -1 4202560 18962 0 0 0 16201 7 0 0 20 0 15 0 11057695 14317654016 59721 18446744073709551615 4194304 4196468 140721553186720 140358609677328 140358215360062 0 4 1 16800974 0 0 0 -1 1 0 0 3 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15926] ppid=15917 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/15921/task/15926/stat : 15926 (java) S 15917 15921 5123 0 -1 1077944384 1110 0 0 0 3 1 0 0 20 0 15 0 11057696 14317654016 59721 18446744073709551615 4194304 4196468 140721553186720 140358205828112 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15927] ppid=15917 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/15921/task/15927/stat : 15927 (java) S 15917 15921 5123 0 -1 1077944384 2576 0 0 0 2 1 0 0 20 0 15 0 11057696 14317654016 59721 18446744073709551615 4194304 4196468 140721553186720 140358204775568 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15928] ppid=15917 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/15921/task/15928/stat : 15928 (java) S 15917 15921 5123 0 -1 1077944384 1614 0 0 0 3 0 0 0 20 0 15 0 11057696 14317654016 59721 18446744073709551615 4194304 4196468 140721553186720 140358203722512 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15929] ppid=15917 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/15921/task/15929/stat : 15929 (java) S 15917 15921 5123 0 -1 1077944384 1927 0 0 0 3 0 0 0 20 0 15 0 11057696 14317654016 59721 18446744073709551615 4194304 4196468 140721553186720 140358202669968 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15930] ppid=15917 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/15921/task/15930/stat : 15930 (java) S 15917 15921 5123 0 -1 1077944384 1378 0 0 0 2 0 0 0 20 0 15 0 11057697 14317654016 59721 18446744073709551615 4194304 4196468 140721553186720 140358107203824 140358605449858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15931] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15931/stat : 15931 (java) S 15917 15921 5123 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 11057698 14317654016 59721 18446744073709551615 4194304 4196468 140721553186720 140358106150112 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15932] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15932/stat : 15932 (java) S 15917 15921 5123 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 11057698 14317654016 59721 18446744073709551615 4194304 4196468 140721553186720 140358105096960 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15933] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15933/stat : 15933 (java) S 15917 15921 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057700 14317654016 59721 18446744073709551615 4194304 4196468 140721553186720 140358104045520 140358605457307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15934] ppid=15917 vsize=13982084 CPUtime=2.34 cores=1,3,5,7
/proc/15921/task/15934/stat : 15934 (java) S 15917 15921 5123 0 -1 1077944384 7317 0 0 0 233 1 0 0 20 0 15 0 11057700 14317654016 59721 18446744073709551615 4194304 4196468 140721553186720 140358102993648 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15935] ppid=15917 vsize=13982084 CPUtime=2.03 cores=1,3,5,7
/proc/15921/task/15935/stat : 15935 (java) S 15917 15921 5123 0 -1 1077944384 5407 0 0 0 202 1 0 0 20 0 15 0 11057700 14317654016 59721 18446744073709551615 4194304 4196468 140721553186720 140358101941104 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15936] ppid=15917 vsize=13982084 CPUtime=0.78 cores=1,3,5,7
/proc/15921/task/15936/stat : 15936 (java) S 15917 15921 5123 0 -1 1077944384 11722 0 0 0 77 1 0 0 20 0 15 0 11057700 14317654016 59721 18446744073709551615 4194304 4196468 140721553186720 140358100888048 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15937] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15937/stat : 15937 (java) S 15917 15921 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057700 14317654016 59721 18446744073709551615 4194304 4196468 140721553186720 140358099835744 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15942] ppid=15917 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/15921/task/15942/stat : 15942 (java) S 15917 15921 5123 0 -1 1077944384 315 0 0 0 1 2 0 0 20 0 15 0 11057704 14317654016 59721 18446744073709551615 4194304 4196468 140721553186720 140358098782768 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
Current children cumulated CPU time (s) 167.5
Current children cumulated vsize (KiB) 13982084

[startup+222.306 s]
/proc/loadavg: 1.83 1.83 1.83 3/210 15976
/proc/meminfo: memFree=31480832/32770624 swapFree=0/197608
[pid=15921] ppid=15917 vsize=13982084 CPUtime=227.53 cores=1,3,5,7
/proc/15921/stat : 15921 (java) S 15917 15921 5123 0 -1 1077944320 54407 0 0 0 22734 19 0 0 20 0 15 0 11057687 14317654016 55235 18446744073709551615 4194304 4196468 140721553186720 140721553169264 140358605438711 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
/proc/15921/statm: 3495521 55235 3789 1 0 3484303 0
[pid=15921/tid=15925] ppid=15917 vsize=13982084 CPUtime=222.08 cores=1,3,5,7
/proc/15921/task/15925/stat : 15925 (java) R 15917 15921 5123 0 -1 4202560 19299 0 0 0 22201 7 0 0 20 0 15 0 11057695 14317654016 55235 18446744073709551615 4194304 4196468 140721553186720 140358609677440 140358215364533 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15926] ppid=15917 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/15921/task/15926/stat : 15926 (java) S 15917 15921 5123 0 -1 1077944384 1118 0 0 0 3 1 0 0 20 0 15 0 11057696 14317654016 55235 18446744073709551615 4194304 4196468 140721553186720 140358205828112 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15927] ppid=15917 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/15921/task/15927/stat : 15927 (java) S 15917 15921 5123 0 -1 1077944384 2610 0 0 0 3 1 0 0 20 0 15 0 11057696 14317654016 55235 18446744073709551615 4194304 4196468 140721553186720 140358204775568 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15928] ppid=15917 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/15921/task/15928/stat : 15928 (java) S 15917 15921 5123 0 -1 1077944384 1664 0 0 0 3 0 0 0 20 0 15 0 11057696 14317654016 55235 18446744073709551615 4194304 4196468 140721553186720 140358203722512 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15929] ppid=15917 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/15921/task/15929/stat : 15929 (java) S 15917 15921 5123 0 -1 1077944384 1960 0 0 0 3 0 0 0 20 0 15 0 11057696 14317654016 55235 18446744073709551615 4194304 4196468 140721553186720 140358202669968 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15930] ppid=15917 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/15921/task/15930/stat : 15930 (java) S 15917 15921 5123 0 -1 1077944384 1559 0 0 0 2 0 0 0 20 0 15 0 11057697 14317654016 55235 18446744073709551615 4194304 4196468 140721553186720 140358107203824 140358605449858 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15931] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15931/stat : 15931 (java) S 15917 15921 5123 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 11057698 14317654016 55235 18446744073709551615 4194304 4196468 140721553186720 140358106150112 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15932] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15932/stat : 15932 (java) S 15917 15921 5123 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 11057698 14317654016 55235 18446744073709551615 4194304 4196468 140721553186720 140358105096960 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15933] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15933/stat : 15933 (java) S 15917 15921 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057700 14317654016 55235 18446744073709551615 4194304 4196468 140721553186720 140358104045520 140358605457307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15934] ppid=15917 vsize=13982084 CPUtime=2.34 cores=1,3,5,7
/proc/15921/task/15934/stat : 15934 (java) S 15917 15921 5123 0 -1 1077944384 7319 0 0 0 233 1 0 0 20 0 15 0 11057700 14317654016 55235 18446744073709551615 4194304 4196468 140721553186720 140358102993648 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15935] ppid=15917 vsize=13982084 CPUtime=2.03 cores=1,3,5,7
/proc/15921/task/15935/stat : 15935 (java) S 15917 15921 5123 0 -1 1077944384 5409 0 0 0 202 1 0 0 20 0 15 0 11057700 14317654016 55235 18446744073709551615 4194304 4196468 140721553186720 140358101941104 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15936] ppid=15917 vsize=13982084 CPUtime=0.78 cores=1,3,5,7
/proc/15921/task/15936/stat : 15936 (java) S 15917 15921 5123 0 -1 1077944384 11724 0 0 0 77 1 0 0 20 0 15 0 11057700 14317654016 55235 18446744073709551615 4194304 4196468 140721553186720 140358100888048 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15937] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15937/stat : 15937 (java) S 15917 15921 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057700 14317654016 55235 18446744073709551615 4194304 4196468 140721553186720 140358099835744 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15942] ppid=15917 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/15921/task/15942/stat : 15942 (java) S 15917 15921 5123 0 -1 1077944384 329 0 0 0 1 3 0 0 20 0 15 0 11057704 14317654016 55235 18446744073709551615 4194304 4196468 140721553186720 140358098782768 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
Current children cumulated CPU time (s) 227.53
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.86 1.84 1.84 3/210 15976
/proc/meminfo: memFree=31483996/32770624 swapFree=0/197604
[pid=15921] ppid=15917 vsize=13982084 CPUtime=245.23 cores=1,3,5,7
/proc/15921/stat : 15921 (java) S 15917 15921 5123 0 -1 1077944320 54423 0 0 0 24504 19 0 0 20 0 15 0 11057687 14317654016 53952 18446744073709551615 4194304 4196468 140721553186720 140721553169264 140358605438711 0 0 1 16800974 18446744073709551615 0 0 17 7 0 0 8 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
/proc/15921/statm: 3495521 53952 3789 1 0 3484303 0
[pid=15921/tid=15925] ppid=15917 vsize=13982084 CPUtime=239.77 cores=1,3,5,7
/proc/15921/task/15925/stat : 15925 (java) R 15917 15921 5123 0 -1 4202560 19307 0 0 0 23970 7 0 0 20 0 15 0 11057695 14317654016 53952 18446744073709551615 4194304 4196468 140721553186720 140358609676976 140358215360582 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15926] ppid=15917 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/15921/task/15926/stat : 15926 (java) S 15917 15921 5123 0 -1 1077944384 1118 0 0 0 3 1 0 0 20 0 15 0 11057696 14317654016 53952 18446744073709551615 4194304 4196468 140721553186720 140358205828112 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15927] ppid=15917 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/15921/task/15927/stat : 15927 (java) S 15917 15921 5123 0 -1 1077944384 2613 0 0 0 3 1 0 0 20 0 15 0 11057696 14317654016 53952 18446744073709551615 4194304 4196468 140721553186720 140358204775568 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15928] ppid=15917 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/15921/task/15928/stat : 15928 (java) S 15917 15921 5123 0 -1 1077944384 1664 0 0 0 3 0 0 0 20 0 15 0 11057696 14317654016 53952 18446744073709551615 4194304 4196468 140721553186720 140358203722512 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15929] ppid=15917 vsize=13982084 CPUtime=0.03 cores=1,3,5,7
/proc/15921/task/15929/stat : 15929 (java) S 15917 15921 5123 0 -1 1077944384 1962 0 0 0 3 0 0 0 20 0 15 0 11057696 14317654016 53952 18446744073709551615 4194304 4196468 140721553186720 140358202669968 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15930] ppid=15917 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/15921/task/15930/stat : 15930 (java) S 15917 15921 5123 0 -1 1077944384 1562 0 0 0 2 0 0 0 20 0 15 0 11057697 14317654016 53952 18446744073709551615 4194304 4196468 140721553186720 140358107203824 140358605449858 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15931] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15931/stat : 15931 (java) S 15917 15921 5123 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 11057698 14317654016 53952 18446744073709551615 4194304 4196468 140721553186720 140358106150112 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15932] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15932/stat : 15932 (java) S 15917 15921 5123 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 11057698 14317654016 53952 18446744073709551615 4194304 4196468 140721553186720 140358105096960 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15933] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15933/stat : 15933 (java) S 15917 15921 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057700 14317654016 53952 18446744073709551615 4194304 4196468 140721553186720 140358104045520 140358605457307 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15934] ppid=15917 vsize=13982084 CPUtime=2.34 cores=1,3,5,7
/proc/15921/task/15934/stat : 15934 (java) S 15917 15921 5123 0 -1 1077944384 7319 0 0 0 233 1 0 0 20 0 15 0 11057700 14317654016 53952 18446744073709551615 4194304 4196468 140721553186720 140358102993648 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15935] ppid=15917 vsize=13982084 CPUtime=2.03 cores=1,3,5,7
/proc/15921/task/15935/stat : 15935 (java) S 15917 15921 5123 0 -1 1077944384 5409 0 0 0 202 1 0 0 20 0 15 0 11057700 14317654016 53952 18446744073709551615 4194304 4196468 140721553186720 140358101941104 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15936] ppid=15917 vsize=13982084 CPUtime=0.78 cores=1,3,5,7
/proc/15921/task/15936/stat : 15936 (java) S 15917 15921 5123 0 -1 1077944384 11724 0 0 0 77 1 0 0 20 0 15 0 11057700 14317654016 53952 18446744073709551615 4194304 4196468 140721553186720 140358100888048 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15937] ppid=15917 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/15921/task/15937/stat : 15937 (java) S 15917 15921 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11057700 14317654016 53952 18446744073709551615 4194304 4196468 140721553186720 140358099835744 140358605448917 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
[pid=15921/tid=15942] ppid=15917 vsize=13982084 CPUtime=0.04 cores=1,3,5,7
/proc/15921/task/15942/stat : 15942 (java) S 15917 15921 5123 0 -1 1077944384 329 0 0 0 1 3 0 0 20 0 15 0 11057704 14317654016 53952 18446744073709551615 4194304 4196468 140721553186720 140358098782768 140358605449858 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 7069696 140721553191314 140721553191499 140721553191499 140721553194959 0
Current children cumulated CPU time (s) 245.23
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 15921 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.009
CPU time (s): 245.252
CPU user time (s): 245.053
CPU system time (s): 0.199099
CPU usage (%): 102.184
Max. virtual memory (cumulated for all children) (KiB): 13983108

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.053
system time used= 0.199099
maximum resident set size= 246380
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 54616
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= 8496
involuntary context switches= 128

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.772217 second user time and 1.47968 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-01 23:39:32
IDJOB=4256251
IDBENCH=115630
IDSOLVER=2639
FILE ID=node130/4256251-1501624407
RUNJOBID= node130-1501623088-15580
PBS_JOBID= 
Free space on /tmp= 61660 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-100-05-3.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-4256251-1501624407/watcher-4256251-1501624407 -o /tmp/evaluation-result-4256251-1501624407/solver-4256251-1501624407 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node130-1501623088-15580 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 942426272 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256251-1501624407.xml

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

MD5SUM BENCH= df6c82869a26f460264e708359f1a186
RANDOM SEED=942426272

node130.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.46
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.46
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.46
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.46
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:        31881464 kB
MemAvailable:   32030456 kB
Buffers:           99860 kB
Cached:           332628 kB
SwapCached:            0 kB
Active:           282764 kB
Inactive:         206128 kB
Active(anon):      56740 kB
Inactive(anon):     8532 kB
Active(file):     226024 kB
Inactive(file):   197596 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42268 kB
Writeback:             0 kB
AnonPages:         56164 kB
Mapped:            29572 kB
Shmem:              8872 kB
Slab:             106884 kB
SReclaimable:      82412 kB
SUnreclaim:        24472 kB
KernelStack:        3104 kB
PageTables:         4492 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     281816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61576 MiB
End job on node130 at 2017-08-01 23:43:32