Trace number 4256270

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.52901 240.009

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-030-20-8.xml
MD5SUM754bcb27478aff360ffbb606538dde42
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 variables630
Number of constraints650
Number of domains1
Minimum domain size2113
Maximum domain size2113
Distribution of domain sizes[{"size":2113,"count":630}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":30},{"degree":3,"count":600}]
Minimum constraint arity1
Maximum constraint arity30
Distribution of constraint arities[{"arity":1,"count":30},{"arity":2,"count":600},{"arity":30,"count":20}]
Number of extensional constraints0
Number of intensional constraints630
Distribution of constraint types[{"type":"intension","count":630},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.25/0.37	c version: 2017-07-26
0.25/0.37	c seed: 853050427
0.25/0.37	c timeout: 264
0.25/0.37	c memlimit: 11000
0.25/0.37	c nbcore: 4
0.25/0.39	c Parsing instance...
3.04/1.44	c Parsing done, starting search...
245.51/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-4256270-1501625616/watcher-4256270-1501625616 -o /tmp/evaluation-result-4256270-1501625616/solver-4256270-1501625616 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node130-1501623088-15579 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 853050427 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256270-1501625616.xml 

pid=16752
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.64 1.74 2/176 16757
/proc/meminfo: memFree=31879284/32770624 swapFree=0/198444
[pid=16756] ppid=16752 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16756/stat : 16756 (runsolver) D 16752 16756 5123 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 11178638 24240128 106 18446744073709551615 4194304 4338465 140724901395312 140724901392952 139656160535255 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 25882624 140724901396583 140724901397062 140724901397062 140724901400522 0
/proc/16756/statm: 5918 106 53 36 0 2156 0

[startup+0.100241 s]
/proc/loadavg: 1.42 1.64 1.74 2/176 16757
/proc/meminfo: memFree=31879284/32770624 swapFree=0/198444
[pid=16756] ppid=16752 vsize=13573664 CPUtime=0.02 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16752 16756 5123 0 -1 1077944320 3784 0 0 0 2 0 0 0 20 0 9 0 11178638 13899431936 4431 18446744073709551615 4194304 4196468 140730675657856 140730675640400 140586263199479 0 0 1 16784584 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
/proc/16756/statm: 3393416 4431 2062 1 0 3382921 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 13573664

[startup+0.200665 s]
/proc/loadavg: 1.42 1.64 1.74 2/176 16757
/proc/meminfo: memFree=31879284/32770624 swapFree=0/198444
[pid=16756] ppid=16752 vsize=13975920 CPUtime=0.1 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16752 16756 5123 0 -1 1077944320 6733 0 0 0 9 1 0 0 20 0 15 0 11178638 14311342080 7403 18446744073709551615 4194304 4196468 140730675657856 140730675640400 140586263199479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
/proc/16756/statm: 3493980 7403 3360 1 0 3482767 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13975920

[startup+0.300226 s]
/proc/loadavg: 1.42 1.64 1.74 2/176 16757
/proc/meminfo: memFree=31879284/32770624 swapFree=0/198444
[pid=16756] ppid=16752 vsize=13975920 CPUtime=0.25 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16752 16756 5123 0 -1 1077944320 10531 0 0 0 22 3 0 0 20 0 15 0 11178638 14311342080 9866 18446744073709551615 4194304 4196468 140730675657856 140730675640400 140586263199479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
/proc/16756/statm: 3493980 9866 3539 1 0 3482767 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13975920

[startup+0.700339 s]
/proc/loadavg: 1.42 1.64 1.74 2/176 16757
/proc/meminfo: memFree=31879284/32770624 swapFree=0/198444
[pid=16756] ppid=16752 vsize=13977988 CPUtime=1.1 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16752 16756 5123 0 -1 1077944320 13880 0 0 0 104 6 0 0 20 0 15 0 11178638 14313459712 17218 18446744073709551615 4194304 4196468 140730675657856 140730675640400 140586263199479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
/proc/16756/statm: 3494497 17218 3726 1 0 3483279 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 13977988

[startup+1.50119 s]
/proc/loadavg: 1.62 1.68 1.75 4/209 16798
/proc/meminfo: memFree=31672100/32770624 swapFree=0/198444
[pid=16756] ppid=16752 vsize=13982084 CPUtime=3.35 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16752 16756 5123 0 -1 1077944320 30020 0 0 0 323 12 0 0 20 0 15 0 11178638 14317654016 35445 18446744073709551615 4194304 4196468 140730675657856 140730675640400 140586263199479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
/proc/16756/statm: 3495521 35445 3762 1 0 3484303 0
[pid=16756/tid=16760] ppid=16752 vsize=13982084 CPUtime=1.36 cores=0,2,4,6
/proc/16756/task/16760/stat : 16760 (java) R 16752 16756 5123 0 -1 4202560 15845 0 0 0 128 8 0 0 20 0 15 0 11178645 14317654016 35445 18446744073709551615 4194304 4196468 140730675657856 140586267436192 140585911912999 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16761] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16761/stat : 16761 (java) S 16752 16756 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11178646 14317654016 35445 18446744073709551615 4194304 4196468 140730675657856 140586226305680 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16762] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16762/stat : 16762 (java) S 16752 16756 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11178646 14317654016 35445 18446744073709551615 4194304 4196468 140730675657856 140585862511120 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16763] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16763/stat : 16763 (java) S 16752 16756 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11178646 14317654016 35445 18446744073709551615 4194304 4196468 140730675657856 140585861458320 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16764] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16764/stat : 16764 (java) S 16752 16756 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11178646 14317654016 35445 18446744073709551615 4194304 4196468 140730675657856 140585860405520 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16765] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16765/stat : 16765 (java) S 16752 16756 5123 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 15 0 11178647 14317654016 35445 18446744073709551615 4194304 4196468 140730675657856 140585741523824 140586263210626 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16766] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16766/stat : 16766 (java) S 16752 16756 5123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11178647 14317654016 35445 18446744073709551615 4194304 4196468 140730675657856 140585740469792 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16767] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16767/stat : 16767 (java) S 16752 16756 5123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11178648 14317654016 35445 18446744073709551615 4194304 4196468 140730675657856 140585739416944 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16768] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16768/stat : 16768 (java) S 16752 16756 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11178650 14317654016 35445 18446744073709551615 4194304 4196468 140730675657856 140585738365264 140586263218075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16769] ppid=16752 vsize=13982084 CPUtime=0.62 cores=0,2,4,6
/proc/16756/task/16769/stat : 16769 (java) R 16752 16756 5123 0 -1 4202560 3157 0 0 0 62 0 0 0 20 0 15 0 11178650 14317654016 35445 18446744073709551615 4194304 4196468 140730675657856 140585737298504 140586248126125 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16770] ppid=16752 vsize=13982084 CPUtime=0.6 cores=0,2,4,6
/proc/16756/task/16770/stat : 16770 (java) R 16752 16756 5123 0 -1 4202560 2532 0 0 0 60 0 0 0 20 0 15 0 11178650 14317654016 35445 18446744073709551615 4194304 4196468 140730675657856 140585736251152 140586244374032 0 4 1 16800974 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16771] ppid=16752 vsize=13982084 CPUtime=0.72 cores=0,2,4,6
/proc/16756/task/16771/stat : 16771 (java) S 16752 16756 5123 0 -1 1077944384 7045 0 0 0 71 1 0 0 20 0 15 0 11178650 14317654016 35445 18446744073709551615 4194304 4196468 140730675657856 140585735207024 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16772] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16772/stat : 16772 (java) S 16752 16756 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11178650 14317654016 35445 18446744073709551615 4194304 4196468 140730675657856 140585734154464 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16783] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16783/stat : 16783 (java) S 16752 16756 5123 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 15 0 11178655 14317654016 35445 18446744073709551615 4194304 4196468 140730675657856 140585733102768 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
Current children cumulated CPU time (s) 3.35
Current children cumulated vsize (KiB) 13982084

[startup+3.10071 s]
/proc/loadavg: 1.62 1.68 1.75 3/209 16798
/proc/meminfo: memFree=31536676/32770624 swapFree=0/198708
[pid=16756] ppid=16752 vsize=13982084 CPUtime=7.07 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16752 16756 5123 0 -1 1077944320 34176 0 0 0 693 14 0 0 20 0 15 0 11178638 14317654016 49338 18446744073709551615 4194304 4196468 140730675657856 140730675640400 140586263199479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
/proc/16756/statm: 3495521 49338 3767 1 0 3484303 0
[pid=16756/tid=16760] ppid=16752 vsize=13982084 CPUtime=2.96 cores=0,2,4,6
/proc/16756/task/16760/stat : 16760 (java) R 16752 16756 5123 0 -1 4202560 16008 0 0 0 287 9 0 0 20 0 15 0 11178645 14317654016 49338 18446744073709551615 4194304 4196468 140730675657856 140586267434496 140585913682943 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16761] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16761/stat : 16761 (java) S 16752 16756 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11178646 14317654016 49338 18446744073709551615 4194304 4196468 140730675657856 140586226305680 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16762] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16762/stat : 16762 (java) S 16752 16756 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11178646 14317654016 49338 18446744073709551615 4194304 4196468 140730675657856 140585862511120 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16763] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16763/stat : 16763 (java) S 16752 16756 5123 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 15 0 11178646 14317654016 49338 18446744073709551615 4194304 4196468 140730675657856 140585861458320 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16764] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16764/stat : 16764 (java) S 16752 16756 5123 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 15 0 11178646 14317654016 49338 18446744073709551615 4194304 4196468 140730675657856 140585860405520 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16765] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16765/stat : 16765 (java) S 16752 16756 5123 0 -1 1077944384 452 0 0 0 0 0 0 0 20 0 15 0 11178647 14317654016 49338 18446744073709551615 4194304 4196468 140730675657856 140585741523824 140586263210626 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16766] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16766/stat : 16766 (java) S 16752 16756 5123 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 15 0 11178647 14317654016 49338 18446744073709551615 4194304 4196468 140730675657856 140585740469792 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16767] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16767/stat : 16767 (java) S 16752 16756 5123 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 15 0 11178648 14317654016 49338 18446744073709551615 4194304 4196468 140730675657856 140585739416944 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16768] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16768/stat : 16768 (java) S 16752 16756 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11178650 14317654016 49338 18446744073709551615 4194304 4196468 140730675657856 140585738365264 140586263218075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16769] ppid=16752 vsize=13982084 CPUtime=1.5 cores=0,2,4,6
/proc/16756/task/16769/stat : 16769 (java) S 16752 16756 5123 0 -1 1077944384 5105 0 0 0 149 1 0 0 20 0 15 0 11178650 14317654016 49338 18446744073709551615 4194304 4196468 140730675657856 140585737312624 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16770] ppid=16752 vsize=13982084 CPUtime=1.79 cores=0,2,4,6
/proc/16756/task/16770/stat : 16770 (java) S 16752 16756 5123 0 -1 1077944384 3860 0 0 0 178 1 0 0 20 0 15 0 11178650 14317654016 49338 18446744073709551615 4194304 4196468 140730675657856 140585736259824 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16771] ppid=16752 vsize=13982084 CPUtime=0.78 cores=0,2,4,6
/proc/16756/task/16771/stat : 16771 (java) S 16752 16756 5123 0 -1 1077944384 7369 0 0 0 77 1 0 0 20 0 15 0 11178650 14317654016 49338 18446744073709551615 4194304 4196468 140730675657856 140585735207024 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16772] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16772/stat : 16772 (java) S 16752 16756 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11178650 14317654016 49338 18446744073709551615 4194304 4196468 140730675657856 140585734154464 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16783] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16783/stat : 16783 (java) S 16752 16756 5123 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 15 0 11178655 14317654016 49338 18446744073709551615 4194304 4196468 140730675657856 140585733102768 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
Current children cumulated CPU time (s) 7.07
Current children cumulated vsize (KiB) 13982084

[startup+6.30067 s]
/proc/loadavg: 1.62 1.68 1.75 4/209 16798
/proc/meminfo: memFree=31433652/32770624 swapFree=0/198720
[pid=16756] ppid=16752 vsize=13982084 CPUtime=10.57 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16752 16756 5123 0 -1 1077944320 40174 0 0 0 1041 16 0 0 20 0 15 0 11178638 14317654016 56827 18446744073709551615 4194304 4196468 140730675657856 140730675640400 140586263199479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
/proc/16756/statm: 3495521 56827 3782 1 0 3484303 0
[pid=16756/tid=16760] ppid=16752 vsize=13982084 CPUtime=6.15 cores=0,2,4,6
/proc/16756/task/16760/stat : 16760 (java) R 16752 16756 5123 0 -1 4202560 16244 0 0 0 605 10 0 0 20 0 15 0 11178645 14317654016 56827 18446744073709551615 4194304 4196468 140730675657856 140586267435416 140585912919136 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16761] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16761/stat : 16761 (java) S 16752 16756 5123 0 -1 1077944384 167 0 0 0 0 0 0 0 20 0 15 0 11178646 14317654016 56827 18446744073709551615 4194304 4196468 140730675657856 140586226305680 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16762] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16762/stat : 16762 (java) S 16752 16756 5123 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 15 0 11178646 14317654016 56827 18446744073709551615 4194304 4196468 140730675657856 140585862511120 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16763] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16763/stat : 16763 (java) S 16752 16756 5123 0 -1 1077944384 165 0 0 0 0 0 0 0 20 0 15 0 11178646 14317654016 56827 18446744073709551615 4194304 4196468 140730675657856 140585861458320 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16764] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16764/stat : 16764 (java) S 16752 16756 5123 0 -1 1077944384 88 0 0 0 0 0 0 0 20 0 15 0 11178646 14317654016 56827 18446744073709551615 4194304 4196468 140730675657856 140585860405520 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16765] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16765/stat : 16765 (java) S 16752 16756 5123 0 -1 1077944384 985 0 0 0 0 0 0 0 20 0 15 0 11178647 14317654016 56827 18446744073709551615 4194304 4196468 140730675657856 140585741523824 140586263210626 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16766] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16766/stat : 16766 (java) S 16752 16756 5123 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 15 0 11178647 14317654016 56827 18446744073709551615 4194304 4196468 140730675657856 140585740469856 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16767] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16767/stat : 16767 (java) S 16752 16756 5123 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 11178648 14317654016 56827 18446744073709551615 4194304 4196468 140730675657856 140585739416960 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16768] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16768/stat : 16768 (java) S 16752 16756 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11178650 14317654016 56827 18446744073709551615 4194304 4196468 140730675657856 140585738365264 140586263218075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16769] ppid=16752 vsize=13982084 CPUtime=1.62 cores=0,2,4,6
/proc/16756/task/16769/stat : 16769 (java) S 16752 16756 5123 0 -1 1077944384 6514 0 0 0 161 1 0 0 20 0 15 0 11178650 14317654016 56827 18446744073709551615 4194304 4196468 140730675657856 140585737312624 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16770] ppid=16752 vsize=13982084 CPUtime=1.93 cores=0,2,4,6
/proc/16756/task/16770/stat : 16770 (java) R 16752 16756 5123 0 -1 4202560 5393 0 0 0 192 1 0 0 20 0 15 0 11178650 14317654016 56827 18446744073709551615 4194304 4196468 140730675657856 140585736259824 140586244744144 0 4 1 16800974 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16771] ppid=16752 vsize=13982084 CPUtime=0.8 cores=0,2,4,6
/proc/16756/task/16771/stat : 16771 (java) S 16752 16756 5123 0 -1 1077944384 8646 0 0 0 78 2 0 0 20 0 15 0 11178650 14317654016 56827 18446744073709551615 4194304 4196468 140730675657856 140585735207024 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16772] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16772/stat : 16772 (java) S 16752 16756 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11178650 14317654016 56827 18446744073709551615 4194304 4196468 140730675657856 140585734154464 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16783] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16783/stat : 16783 (java) S 16752 16756 5123 0 -1 1077944384 489 0 0 0 0 0 0 0 20 0 15 0 11178655 14317654016 56827 18446744073709551615 4194304 4196468 140730675657856 140585733102768 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
Current children cumulated CPU time (s) 10.57
Current children cumulated vsize (KiB) 13982084

[startup+12.7007 s]
/proc/loadavg: 1.68 1.69 1.76 3/209 16798
/proc/meminfo: memFree=31401484/32770624 swapFree=0/198720
[pid=16756] ppid=16752 vsize=13982084 CPUtime=17.76 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16752 16756 5123 0 -1 1077944320 45895 0 0 0 1759 17 0 0 20 0 15 0 11178638 14317654016 58966 18446744073709551615 4194304 4196468 140730675657856 140730675640400 140586263199479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
/proc/16756/statm: 3495521 58966 3792 1 0 3484303 0
[pid=16756/tid=16760] ppid=16752 vsize=13982084 CPUtime=12.54 cores=0,2,4,6
/proc/16756/task/16760/stat : 16760 (java) R 16752 16756 5123 0 -1 4202560 16714 0 0 0 1244 10 0 0 20 0 15 0 11178645 14317654016 58966 18446744073709551615 4194304 4196468 140730675657856 140586267435464 140585912594105 0 4 1 16800974 0 0 0 -1 4 0 0 4 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16761] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16761/stat : 16761 (java) S 16752 16756 5123 0 -1 1077944384 232 0 0 0 0 0 0 0 20 0 15 0 11178646 14317654016 58966 18446744073709551615 4194304 4196468 140730675657856 140586226305680 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16762] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16762/stat : 16762 (java) S 16752 16756 5123 0 -1 1077944384 663 0 0 0 0 0 0 0 20 0 15 0 11178646 14317654016 58966 18446744073709551615 4194304 4196468 140730675657856 140585862511120 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16763] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16763/stat : 16763 (java) S 16752 16756 5123 0 -1 1077944384 175 0 0 0 0 0 0 0 20 0 15 0 11178646 14317654016 58966 18446744073709551615 4194304 4196468 140730675657856 140585861458320 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16764] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16764/stat : 16764 (java) S 16752 16756 5123 0 -1 1077944384 102 0 0 0 0 0 0 0 20 0 15 0 11178646 14317654016 58966 18446744073709551615 4194304 4196468 140730675657856 140585860405520 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16765] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16765/stat : 16765 (java) S 16752 16756 5123 0 -1 1077944384 1041 0 0 0 0 0 0 0 20 0 15 0 11178647 14317654016 58966 18446744073709551615 4194304 4196468 140730675657856 140585741523824 140586263210626 0 0 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16766] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16766/stat : 16766 (java) S 16752 16756 5123 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11178647 14317654016 58966 18446744073709551615 4194304 4196468 140730675657856 140585740469856 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16767] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16767/stat : 16767 (java) S 16752 16756 5123 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11178648 14317654016 58966 18446744073709551615 4194304 4196468 140730675657856 140585739416960 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16768] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16768/stat : 16768 (java) S 16752 16756 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11178650 14317654016 58966 18446744073709551615 4194304 4196468 140730675657856 140585738365264 140586263218075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0

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

/proc/16756/task/16772/stat : 16772 (java) S 16752 16756 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11178650 14317654016 59014 18446744073709551615 4194304 4196468 140730675657856 140585734154464 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16783] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16783/stat : 16783 (java) S 16752 16756 5123 0 -1 1077944384 787 0 0 0 0 0 0 0 20 0 15 0 11178655 14317654016 59014 18446744073709551615 4194304 4196468 140730675657856 140585733102768 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
Current children cumulated CPU time (s) 56.43
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.70 1.70 1.76 3/214 16838
/proc/meminfo: memFree=31432228/32770624 swapFree=0/198796
[pid=16756] ppid=16752 vsize=13982084 CPUtime=107.7 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16752 16756 5123 0 -1 1077944320 59008 0 0 0 10749 21 0 0 20 0 15 0 11178638 14317654016 54329 18446744073709551615 4194304 4196468 140730675657856 140730675640400 140586263199479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
/proc/16756/statm: 3495521 54329 3792 1 0 3484303 0
[pid=16756/tid=16760] ppid=16752 vsize=13982084 CPUtime=102.08 cores=0,2,4,6
/proc/16756/task/16760/stat : 16760 (java) R 16752 16756 5123 0 -1 4202560 18866 0 0 0 10198 10 0 0 20 0 15 0 11178645 14317654016 54329 18446744073709551615 4194304 4196468 140730675657856 140586267434888 140585914666752 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16761] ppid=16752 vsize=13982084 CPUtime=0.03 cores=0,2,4,6
/proc/16756/task/16761/stat : 16761 (java) S 16752 16756 5123 0 -1 1077944384 892 0 0 0 2 1 0 0 20 0 15 0 11178646 14317654016 54329 18446744073709551615 4194304 4196468 140730675657856 140586226305680 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16762] ppid=16752 vsize=13982084 CPUtime=0.03 cores=0,2,4,6
/proc/16756/task/16762/stat : 16762 (java) S 16752 16756 5123 0 -1 1077944384 1022 0 0 0 3 0 0 0 20 0 15 0 11178646 14317654016 54329 18446744073709551615 4194304 4196468 140730675657856 140585862511120 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16763] ppid=16752 vsize=13982084 CPUtime=0.03 cores=0,2,4,6
/proc/16756/task/16763/stat : 16763 (java) S 16752 16756 5123 0 -1 1077944384 2456 0 0 0 2 1 0 0 20 0 15 0 11178646 14317654016 54329 18446744073709551615 4194304 4196468 140730675657856 140585861458320 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16764] ppid=16752 vsize=13982084 CPUtime=0.03 cores=0,2,4,6
/proc/16756/task/16764/stat : 16764 (java) S 16752 16756 5123 0 -1 1077944384 1591 0 0 0 2 1 0 0 20 0 15 0 11178646 14317654016 54329 18446744073709551615 4194304 4196468 140730675657856 140585860405520 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16765] ppid=16752 vsize=13982084 CPUtime=0.02 cores=0,2,4,6
/proc/16756/task/16765/stat : 16765 (java) S 16752 16756 5123 0 -1 1077944384 1933 0 0 0 2 0 0 0 20 0 15 0 11178647 14317654016 54329 18446744073709551615 4194304 4196468 140730675657856 140585741523824 140586263210626 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16766] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16766/stat : 16766 (java) S 16752 16756 5123 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11178647 14317654016 54329 18446744073709551615 4194304 4196468 140730675657856 140585740469856 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16767] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16767/stat : 16767 (java) S 16752 16756 5123 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11178648 14317654016 54329 18446744073709551615 4194304 4196468 140730675657856 140585739416960 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16768] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16768/stat : 16768 (java) S 16752 16756 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11178650 14317654016 54329 18446744073709551615 4194304 4196468 140730675657856 140585738365264 140586263218075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16769] ppid=16752 vsize=13982084 CPUtime=2.03 cores=0,2,4,6
/proc/16756/task/16769/stat : 16769 (java) S 16752 16756 5123 0 -1 1077944384 10456 0 0 0 202 1 0 0 20 0 15 0 11178650 14317654016 54329 18446744073709551615 4194304 4196468 140730675657856 140585737312624 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16770] ppid=16752 vsize=13982084 CPUtime=2.48 cores=0,2,4,6
/proc/16756/task/16770/stat : 16770 (java) S 16752 16756 5123 0 -1 1077944384 9453 0 0 0 247 1 0 0 20 0 15 0 11178650 14317654016 54329 18446744073709551615 4194304 4196468 140730675657856 140585736259824 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16771] ppid=16752 vsize=13982084 CPUtime=0.85 cores=0,2,4,6
/proc/16756/task/16771/stat : 16771 (java) S 16752 16756 5123 0 -1 1077944384 10083 0 0 0 83 2 0 0 20 0 15 0 11178650 14317654016 54329 18446744073709551615 4194304 4196468 140730675657856 140585735207024 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16772] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16772/stat : 16772 (java) S 16752 16756 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11178650 14317654016 54329 18446744073709551615 4194304 4196468 140730675657856 140585734154464 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16783] ppid=16752 vsize=13982084 CPUtime=0.02 cores=0,2,4,6
/proc/16756/task/16783/stat : 16783 (java) S 16752 16756 5123 0 -1 1077944384 821 0 0 0 1 1 0 0 20 0 15 0 11178655 14317654016 54329 18446744073709551615 4194304 4196468 140730675657856 140585733102768 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
Current children cumulated CPU time (s) 107.7
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.69 1.69 1.75 3/214 16840
/proc/meminfo: memFree=31473804/32770624 swapFree=0/198832
[pid=16756] ppid=16752 vsize=13982084 CPUtime=167.74 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16752 16756 5123 0 -1 1077944320 59983 0 0 0 16752 22 0 0 20 0 15 0 11178638 14317654016 51982 18446744073709551615 4194304 4196468 140730675657856 140730675640400 140586263199479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
/proc/16756/statm: 3495521 51982 3792 1 0 3484303 0
[pid=16756/tid=16760] ppid=16752 vsize=13982084 CPUtime=162.04 cores=0,2,4,6
/proc/16756/task/16760/stat : 16760 (java) R 16752 16756 5123 0 -1 4202560 19199 0 0 0 16194 10 0 0 20 0 15 0 11178645 14317654016 51982 18446744073709551615 4194304 4196468 140730675657856 140586267437920 140585914140229 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16761] ppid=16752 vsize=13982084 CPUtime=0.04 cores=0,2,4,6
/proc/16756/task/16761/stat : 16761 (java) S 16752 16756 5123 0 -1 1077944384 909 0 0 0 3 1 0 0 20 0 15 0 11178646 14317654016 51982 18446744073709551615 4194304 4196468 140730675657856 140586226305680 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16762] ppid=16752 vsize=13982084 CPUtime=0.04 cores=0,2,4,6
/proc/16756/task/16762/stat : 16762 (java) S 16752 16756 5123 0 -1 1077944384 1063 0 0 0 4 0 0 0 20 0 15 0 11178646 14317654016 51982 18446744073709551615 4194304 4196468 140730675657856 140585862511120 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16763] ppid=16752 vsize=13982084 CPUtime=0.04 cores=0,2,4,6
/proc/16756/task/16763/stat : 16763 (java) S 16752 16756 5123 0 -1 1077944384 2461 0 0 0 3 1 0 0 20 0 15 0 11178646 14317654016 51982 18446744073709551615 4194304 4196468 140730675657856 140585861458320 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16764] ppid=16752 vsize=13982084 CPUtime=0.04 cores=0,2,4,6
/proc/16756/task/16764/stat : 16764 (java) S 16752 16756 5123 0 -1 1077944384 1626 0 0 0 3 1 0 0 20 0 15 0 11178646 14317654016 51982 18446744073709551615 4194304 4196468 140730675657856 140585860405520 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16765] ppid=16752 vsize=13982084 CPUtime=0.03 cores=0,2,4,6
/proc/16756/task/16765/stat : 16765 (java) S 16752 16756 5123 0 -1 1077944384 2110 0 0 0 3 0 0 0 20 0 15 0 11178647 14317654016 51982 18446744073709551615 4194304 4196468 140730675657856 140585741523824 140586263210626 0 0 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16766] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16766/stat : 16766 (java) S 16752 16756 5123 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11178647 14317654016 51982 18446744073709551615 4194304 4196468 140730675657856 140585740469856 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16767] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16767/stat : 16767 (java) S 16752 16756 5123 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11178648 14317654016 51982 18446744073709551615 4194304 4196468 140730675657856 140585739416960 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16768] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16768/stat : 16768 (java) S 16752 16756 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11178650 14317654016 51982 18446744073709551615 4194304 4196468 140730675657856 140585738365264 140586263218075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16769] ppid=16752 vsize=13982084 CPUtime=2.06 cores=0,2,4,6
/proc/16756/task/16769/stat : 16769 (java) S 16752 16756 5123 0 -1 1077944384 10803 0 0 0 205 1 0 0 20 0 15 0 11178650 14317654016 51982 18446744073709551615 4194304 4196468 140730675657856 140585737312624 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16770] ppid=16752 vsize=13982084 CPUtime=2.48 cores=0,2,4,6
/proc/16756/task/16770/stat : 16770 (java) S 16752 16756 5123 0 -1 1077944384 9455 0 0 0 247 1 0 0 20 0 15 0 11178650 14317654016 51982 18446744073709551615 4194304 4196468 140730675657856 140585736259824 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16771] ppid=16752 vsize=13982084 CPUtime=0.85 cores=0,2,4,6
/proc/16756/task/16771/stat : 16771 (java) S 16752 16756 5123 0 -1 1077944384 10085 0 0 0 83 2 0 0 20 0 15 0 11178650 14317654016 51982 18446744073709551615 4194304 4196468 140730675657856 140585735207024 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16772] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16772/stat : 16772 (java) S 16752 16756 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11178650 14317654016 51982 18446744073709551615 4194304 4196468 140730675657856 140585734154464 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16783] ppid=16752 vsize=13982084 CPUtime=0.03 cores=0,2,4,6
/proc/16756/task/16783/stat : 16783 (java) S 16752 16756 5123 0 -1 1077944384 837 0 0 0 1 2 0 0 20 0 15 0 11178655 14317654016 51982 18446744073709551615 4194304 4196468 140730675657856 140585733102768 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
Current children cumulated CPU time (s) 167.74
Current children cumulated vsize (KiB) 13982084

[startup+222.306 s]
/proc/loadavg: 1.62 1.67 1.74 3/211 16842
/proc/meminfo: memFree=31513752/32770624 swapFree=0/198860
[pid=16756] ppid=16752 vsize=13982084 CPUtime=227.8 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16752 16756 5123 0 -1 1077944320 60590 0 0 0 22757 23 0 0 20 0 15 0 11178638 14317654016 46852 18446744073709551615 4194304 4196468 140730675657856 140730675640400 140586263199479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
/proc/16756/statm: 3495521 46852 3792 1 0 3484303 0
[pid=16756/tid=16760] ppid=16752 vsize=13982084 CPUtime=222.02 cores=0,2,4,6
/proc/16756/task/16760/stat : 16760 (java) R 16752 16756 5123 0 -1 4202560 19544 0 0 0 22192 10 0 0 20 0 15 0 11178645 14317654016 46852 18446744073709551615 4194304 4196468 140730675657856 140586267437872 140585912738368 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16761] ppid=16752 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/16756/task/16761/stat : 16761 (java) S 16752 16756 5123 0 -1 1077944384 938 0 0 0 5 1 0 0 20 0 15 0 11178646 14317654016 46852 18446744073709551615 4194304 4196468 140730675657856 140586226305680 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16762] ppid=16752 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/16756/task/16762/stat : 16762 (java) S 16752 16756 5123 0 -1 1077944384 1066 0 0 0 5 0 0 0 20 0 15 0 11178646 14317654016 46852 18446744073709551615 4194304 4196468 140730675657856 140585862511120 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16763] ppid=16752 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/16756/task/16763/stat : 16763 (java) S 16752 16756 5123 0 -1 1077944384 2492 0 0 0 4 1 0 0 20 0 15 0 11178646 14317654016 46852 18446744073709551615 4194304 4196468 140730675657856 140585861458320 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16764] ppid=16752 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/16756/task/16764/stat : 16764 (java) S 16752 16756 5123 0 -1 1077944384 1637 0 0 0 4 1 0 0 20 0 15 0 11178646 14317654016 46852 18446744073709551615 4194304 4196468 140730675657856 140585860405520 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16765] ppid=16752 vsize=13982084 CPUtime=0.04 cores=0,2,4,6
/proc/16756/task/16765/stat : 16765 (java) S 16752 16756 5123 0 -1 1077944384 2281 0 0 0 4 0 0 0 20 0 15 0 11178647 14317654016 46852 18446744073709551615 4194304 4196468 140730675657856 140585741523824 140586263210626 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16766] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16766/stat : 16766 (java) S 16752 16756 5123 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11178647 14317654016 46852 18446744073709551615 4194304 4196468 140730675657856 140585740469856 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16767] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16767/stat : 16767 (java) S 16752 16756 5123 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11178648 14317654016 46852 18446744073709551615 4194304 4196468 140730675657856 140585739416960 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16768] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16768/stat : 16768 (java) S 16752 16756 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11178650 14317654016 46852 18446744073709551615 4194304 4196468 140730675657856 140585738365264 140586263218075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16769] ppid=16752 vsize=13982084 CPUtime=2.06 cores=0,2,4,6
/proc/16756/task/16769/stat : 16769 (java) S 16752 16756 5123 0 -1 1077944384 10805 0 0 0 205 1 0 0 20 0 15 0 11178650 14317654016 46852 18446744073709551615 4194304 4196468 140730675657856 140585737312624 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16770] ppid=16752 vsize=13982084 CPUtime=2.48 cores=0,2,4,6
/proc/16756/task/16770/stat : 16770 (java) S 16752 16756 5123 0 -1 1077944384 9457 0 0 0 247 1 0 0 20 0 15 0 11178650 14317654016 46852 18446744073709551615 4194304 4196468 140730675657856 140585736259824 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16771] ppid=16752 vsize=13982084 CPUtime=0.85 cores=0,2,4,6
/proc/16756/task/16771/stat : 16771 (java) S 16752 16756 5123 0 -1 1077944384 10087 0 0 0 83 2 0 0 20 0 15 0 11178650 14317654016 46852 18446744073709551615 4194304 4196468 140730675657856 140585735207024 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16772] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16772/stat : 16772 (java) S 16752 16756 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11178650 14317654016 46852 18446744073709551615 4194304 4196468 140730675657856 140585734154464 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16783] ppid=16752 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/16756/task/16783/stat : 16783 (java) S 16752 16756 5123 0 -1 1077944384 848 0 0 0 2 3 0 0 20 0 15 0 11178655 14317654016 46852 18446744073709551615 4194304 4196468 140730675657856 140585733102768 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
Current children cumulated CPU time (s) 227.8
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 1.70 1.69 1.75 3/211 16842
/proc/meminfo: memFree=31519952/32770624 swapFree=0/198868
[pid=16756] ppid=16752 vsize=13982084 CPUtime=245.51 cores=0,2,4,6
/proc/16756/stat : 16756 (java) S 16752 16756 5123 0 -1 1077944320 60603 0 0 0 24527 24 0 0 20 0 15 0 11178638 14317654016 45697 18446744073709551615 4194304 4196468 140730675657856 140730675640400 140586263199479 0 0 1 16800974 18446744073709551615 0 0 17 0 0 0 6 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
/proc/16756/statm: 3495521 45697 3792 1 0 3484303 0
[pid=16756/tid=16760] ppid=16752 vsize=13982084 CPUtime=239.7 cores=0,2,4,6
/proc/16756/task/16760/stat : 16760 (java) R 16752 16756 5123 0 -1 4202560 19550 0 0 0 23960 10 0 0 20 0 15 0 11178645 14317654016 45697 18446744073709551615 4194304 4196468 140730675657856 140586267437920 140585914140370 0 4 1 16800974 0 0 0 -1 0 0 0 4 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16761] ppid=16752 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/16756/task/16761/stat : 16761 (java) S 16752 16756 5123 0 -1 1077944384 938 0 0 0 5 1 0 0 20 0 15 0 11178646 14317654016 45697 18446744073709551615 4194304 4196468 140730675657856 140586226305680 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16762] ppid=16752 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/16756/task/16762/stat : 16762 (java) S 16752 16756 5123 0 -1 1077944384 1067 0 0 0 6 0 0 0 20 0 15 0 11178646 14317654016 45697 18446744073709551615 4194304 4196468 140730675657856 140585862511120 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16763] ppid=16752 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/16756/task/16763/stat : 16763 (java) S 16752 16756 5123 0 -1 1077944384 2495 0 0 0 5 1 0 0 20 0 15 0 11178646 14317654016 45697 18446744073709551615 4194304 4196468 140730675657856 140585861458320 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16764] ppid=16752 vsize=13982084 CPUtime=0.06 cores=0,2,4,6
/proc/16756/task/16764/stat : 16764 (java) S 16752 16756 5123 0 -1 1077944384 1638 0 0 0 5 1 0 0 20 0 15 0 11178646 14317654016 45697 18446744073709551615 4194304 4196468 140730675657856 140585860405520 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16765] ppid=16752 vsize=13982084 CPUtime=0.04 cores=0,2,4,6
/proc/16756/task/16765/stat : 16765 (java) S 16752 16756 5123 0 -1 1077944384 2283 0 0 0 4 0 0 0 20 0 15 0 11178647 14317654016 45697 18446744073709551615 4194304 4196468 140730675657856 140585741523824 140586263210626 0 0 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16766] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16766/stat : 16766 (java) S 16752 16756 5123 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 15 0 11178647 14317654016 45697 18446744073709551615 4194304 4196468 140730675657856 140585740469856 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16767] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16767/stat : 16767 (java) S 16752 16756 5123 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 15 0 11178648 14317654016 45697 18446744073709551615 4194304 4196468 140730675657856 140585739416960 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16768] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16768/stat : 16768 (java) S 16752 16756 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11178650 14317654016 45697 18446744073709551615 4194304 4196468 140730675657856 140585738365264 140586263218075 0 4 1 16800974 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16769] ppid=16752 vsize=13982084 CPUtime=2.06 cores=0,2,4,6
/proc/16756/task/16769/stat : 16769 (java) S 16752 16756 5123 0 -1 1077944384 10805 0 0 0 205 1 0 0 20 0 15 0 11178650 14317654016 45697 18446744073709551615 4194304 4196468 140730675657856 140585737312624 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16770] ppid=16752 vsize=13982084 CPUtime=2.48 cores=0,2,4,6
/proc/16756/task/16770/stat : 16770 (java) S 16752 16756 5123 0 -1 1077944384 9457 0 0 0 247 1 0 0 20 0 15 0 11178650 14317654016 45697 18446744073709551615 4194304 4196468 140730675657856 140585736259824 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16771] ppid=16752 vsize=13982084 CPUtime=0.85 cores=0,2,4,6
/proc/16756/task/16771/stat : 16771 (java) S 16752 16756 5123 0 -1 1077944384 10087 0 0 0 83 2 0 0 20 0 15 0 11178650 14317654016 45697 18446744073709551615 4194304 4196468 140730675657856 140585735207024 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16772] ppid=16752 vsize=13982084 CPUtime=0 cores=0,2,4,6
/proc/16756/task/16772/stat : 16772 (java) S 16752 16756 5123 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 11178650 14317654016 45697 18446744073709551615 4194304 4196468 140730675657856 140585734154464 140586263209685 0 4 1 16800974 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
[pid=16756/tid=16783] ppid=16752 vsize=13982084 CPUtime=0.05 cores=0,2,4,6
/proc/16756/task/16783/stat : 16783 (java) S 16752 16756 5123 0 -1 1077944384 848 0 0 0 2 3 0 0 20 0 15 0 11178655 14317654016 45697 18446744073709551615 4194304 4196468 140730675657856 140585733102768 140586263210626 0 4 1 16800974 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23605248 140730675659154 140730675659339 140730675659339 140730675662799 0
Current children cumulated CPU time (s) 245.51
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 16756 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.529
CPU user time (s): 245.288
CPU system time (s): 0.241125
CPU usage (%): 102.3
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 245.288
system time used= 0.241125
maximum resident set size= 237596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60810
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= 9130
involuntary context switches= 350

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.904419 second user time and 1.40325 second system time

The end

Launcher Data

Begin job on node130 at 2017-08-01 23:59:41
IDJOB=4256270
IDBENCH=115780
IDSOLVER=2639
FILE ID=node130/4256270-1501625616
RUNJOBID= node130-1501623088-15579
PBS_JOBID= 
Free space on /tmp= 61616 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-030-20-8.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-4256270-1501625616/watcher-4256270-1501625616 -o /tmp/evaluation-result-4256270-1501625616/solver-4256270-1501625616 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node130-1501623088-15579 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 853050427 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256270-1501625616.xml

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

MD5SUM BENCH= 754bcb27478aff360ffbb606538dde42
RANDOM SEED=853050427

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:        31879032 kB
MemAvailable:   32030188 kB
Buffers:          100492 kB
Cached:           333904 kB
SwapCached:            0 kB
Active:           283492 kB
Inactive:         207236 kB
Active(anon):      56744 kB
Inactive(anon):     8532 kB
Active(file):     226748 kB
Inactive(file):   198704 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42404 kB
Writeback:             4 kB
AnonPages:         56072 kB
Mapped:            29292 kB
Shmem:              8872 kB
Slab:             107724 kB
SReclaimable:      83080 kB
SUnreclaim:        24644 kB
KernelStack:        3104 kB
PageTables:         4496 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-02 00:03:42