Trace number 4256179

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) 255.467 240.028

General information on the benchmark

NameQuadraticAssignment/QuadraticAssignment-m1-s1/
QuadraticAssignment-sko81.xml
MD5SUM7967f0a5d6026ea184db99fec624e08d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark50175
Best CPU time to get the best result obtained on this benchmark252.034
Satisfiable
(Un)Satisfiability was proved
Number of variables6642
Number of constraints3241
Number of domains2
Minimum domain size8
Maximum domain size81
Distribution of domain sizes[{"size":8,"count":3240},{"size":81,"count":81}]
Minimum variable degree0
Maximum variable degree81
Distribution of variable degrees[{"degree":0,"count":3321},{"degree":2,"count":3240},{"degree":81,"count":81}]
Minimum constraint arity3
Maximum constraint arity81
Distribution of constraint arities[{"arity":3,"count":3240},{"arity":81,"count":1}]
Number of extensional constraints3240
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3240},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.35/0.41	c version: 2017-07-26
0.35/0.42	c seed: 2087195543
0.35/0.42	c timeout: 264
0.35/0.42	c memlimit: 11000
0.35/0.42	c nbcore: 4
0.35/0.44	c Parsing instance...
24.58/11.17	c Parsing done, starting search...
255.43/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-4256179-1501630143/watcher-4256179-1501630143 -o /tmp/evaluation-result-4256179-1501630143/solver-4256179-1501630143 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501622945-15686 --watchdog 300 java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 2087195543 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256179-1501630143.xml 

pid=21325
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.58 1.63 1.68 3/198 21328
/proc/meminfo: memFree=31631472/32770624 swapFree=0/200752
[pid=21328] ppid=21325 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/21328/stat : 21328 (runsolver) D 21325 21328 5228 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 10829604 24240128 108 18446744073709551615 4194304 4338465 140727585561984 140727585559624 140271098647255 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 24195072 140727585570918 140727585571398 140727585571398 140727585574858 0
/proc/21328/statm: 5918 108 54 36 0 2156 0

[startup+0.100118 s]
/proc/loadavg: 1.58 1.63 1.68 3/198 21328
/proc/meminfo: memFree=31631472/32770624 swapFree=0/200752
[pid=21328] ppid=21325 vsize=13358552 CPUtime=0.01 cores=1,3,5,7
/proc/21328/stat : 21328 (java) S 21325 21328 5228 0 -1 1077944320 3473 0 0 0 0 1 0 0 20 0 6 0 10829604 13679157248 4170 18446744073709551615 4194304 4196468 140726901132608 140726901115152 139736807767799 0 0 1 16784584 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
/proc/21328/statm: 3339638 4170 1902 1 0 3329143 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 13358552

[startup+0.200348 s]
/proc/loadavg: 1.58 1.63 1.68 3/198 21328
/proc/meminfo: memFree=31631472/32770624 swapFree=0/200752
[pid=21328] ppid=21325 vsize=13906484 CPUtime=0.05 cores=1,3,5,7
/proc/21328/stat : 21328 (java) S 21325 21328 5228 0 -1 1077944320 4692 0 0 0 4 1 0 0 20 0 14 0 10829604 14240239616 5244 18446744073709551615 4194304 4196468 140726901132608 140726901115152 139736807767799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
/proc/21328/statm: 3476621 5244 2574 1 0 3466126 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 13906484

[startup+0.300241 s]
/proc/loadavg: 1.58 1.63 1.68 3/198 21328
/proc/meminfo: memFree=31631472/32770624 swapFree=0/200752
[pid=21328] ppid=21325 vsize=13975920 CPUtime=0.18 cores=1,3,5,7
/proc/21328/stat : 21328 (java) S 21325 21328 5228 0 -1 1077944320 9619 0 0 0 15 3 0 0 20 0 15 0 10829604 14311342080 8988 18446744073709551615 4194304 4196468 140726901132608 140726901115152 139736807767799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
/proc/21328/statm: 3493980 8988 3474 1 0 3482767 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 13975920

[startup+0.700179 s]
/proc/loadavg: 1.58 1.63 1.68 3/198 21328
/proc/meminfo: memFree=31631472/32770624 swapFree=0/200752
[pid=21328] ppid=21325 vsize=13977988 CPUtime=0.99 cores=1,3,5,7
/proc/21328/stat : 21328 (java) S 21325 21328 5228 0 -1 1077944320 13794 0 0 0 93 6 0 0 20 0 15 0 10829604 14313459712 17606 18446744073709551615 4194304 4196468 140726901132608 140726901115152 139736807767799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
/proc/21328/statm: 3494497 17606 3715 1 0 3483279 0
Current children cumulated CPU time (s) 0.99
Current children cumulated vsize (KiB) 13977988

[startup+1.505 s]
/proc/loadavg: 1.69 1.65 1.69 6/213 21343
/proc/meminfo: memFree=31521396/32770624 swapFree=0/200740
[pid=21328] ppid=21325 vsize=13982084 CPUtime=3.53 cores=1,3,5,7
/proc/21328/stat : 21328 (java) S 21325 21328 5228 0 -1 1077944320 25492 0 0 0 342 11 0 0 20 0 15 0 10829604 14317654016 52948 18446744073709551615 4194304 4196468 140726901132608 140726901115152 139736807767799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
/proc/21328/statm: 3495521 52948 3777 1 0 3484303 0
[pid=21328/tid=21330] ppid=21325 vsize=13982084 CPUtime=1.3 cores=1,3,5,7
/proc/21328/task/21330/stat : 21330 (java) R 21325 21328 5228 0 -1 4202560 13509 0 0 0 123 7 0 0 20 0 15 0 10829612 14317654016 52948 18446744073709551615 4194304 4196468 140726901132608 139736812002400 139736807779734 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21331] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21331/stat : 21331 (java) S 21325 21328 5228 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 15 0 10829613 14317654016 52948 18446744073709551615 4194304 4196468 140726901132608 139736764734608 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21332] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21332/stat : 21332 (java) S 21325 21328 5228 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 15 0 10829613 14317654016 52948 18446744073709551615 4194304 4196468 140726901132608 139736763681808 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21333] ppid=21325 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/21328/task/21333/stat : 21333 (java) S 21325 21328 5228 0 -1 1077944384 50 0 0 0 1 0 0 0 20 0 15 0 10829613 14317654016 52948 18446744073709551615 4194304 4196468 140726901132608 139736762629008 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21334] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21334/stat : 21334 (java) S 21325 21328 5228 0 -1 1077944384 182 0 0 0 0 0 0 0 20 0 15 0 10829613 14317654016 52948 18446744073709551615 4194304 4196468 140726901132608 139736404650768 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21335] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21335/stat : 21335 (java) S 21325 21328 5228 0 -1 1077944384 560 0 0 0 0 0 0 0 20 0 15 0 10829614 14317654016 52948 18446744073709551615 4194304 4196468 140726901132608 139736286996848 139736807778946 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21336] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21336/stat : 21336 (java) S 21325 21328 5228 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 10829614 14317654016 52948 18446744073709551615 4194304 4196468 140726901132608 139736285942816 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21337] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21337/stat : 21337 (java) S 21325 21328 5228 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 15 0 10829615 14317654016 52948 18446744073709551615 4194304 4196468 140726901132608 139736284889968 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21338] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21338/stat : 21338 (java) S 21325 21328 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10829617 14317654016 52948 18446744073709551615 4194304 4196468 140726901132608 139736283838288 139736807786395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21339] ppid=21325 vsize=13982084 CPUtime=0.76 cores=1,3,5,7
/proc/21328/task/21339/stat : 21339 (java) S 21325 21328 5228 0 -1 1077944384 2646 0 0 0 76 0 0 0 20 0 15 0 10829617 14317654016 52948 18446744073709551615 4194304 4196468 140726901132608 139736282786672 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21340] ppid=21325 vsize=13982084 CPUtime=0.79 cores=1,3,5,7
/proc/21328/task/21340/stat : 21340 (java) S 21325 21328 5228 0 -1 1077944384 3280 0 0 0 79 0 0 0 20 0 15 0 10829617 14317654016 52948 18446744073709551615 4194304 4196468 140726901132608 139736281733872 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21341] ppid=21325 vsize=13982084 CPUtime=0.58 cores=1,3,5,7
/proc/21328/task/21341/stat : 21341 (java) R 21325 21328 5228 0 -1 4202560 3582 0 0 0 58 0 0 0 20 0 15 0 10829617 14317654016 52948 18446744073709551615 4194304 4196468 140726901132608 139736280675424 139736786901718 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21342] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21342/stat : 21342 (java) S 21325 21328 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10829617 14317654016 52948 18446744073709551615 4194304 4196468 140726901132608 139736279628512 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21343] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21343/stat : 21343 (java) S 21325 21328 5228 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 15 0 10829626 14317654016 52948 18446744073709551615 4194304 4196468 140726901132608 139736278575792 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
Current children cumulated CPU time (s) 3.53
Current children cumulated vsize (KiB) 13982084

[startup+3.10067 s]
/proc/loadavg: 1.69 1.65 1.69 3/213 21343
/proc/meminfo: memFree=31152984/32770624 swapFree=0/200756
[pid=21328] ppid=21325 vsize=13982084 CPUtime=6.29 cores=1,3,5,7
/proc/21328/stat : 21328 (java) S 21325 21328 5228 0 -1 1077944320 33324 0 0 0 575 54 0 0 20 0 15 0 10829604 14317654016 212484 18446744073709551615 4194304 4196468 140726901132608 140726901115152 139736807767799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
/proc/21328/statm: 3495521 212484 3778 1 0 3484303 0
[pid=21328/tid=21330] ppid=21325 vsize=13982084 CPUtime=2.6 cores=1,3,5,7
/proc/21328/task/21330/stat : 21330 (java) R 21325 21328 5228 0 -1 4202560 15809 0 0 0 248 12 0 0 20 0 15 0 10829612 14317654016 212484 18446744073709551615 4194304 4196468 140726901132608 139736812002080 139736448956701 0 4 1 16800974 0 0 0 -1 1 0 0 8 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21331] ppid=21325 vsize=13982084 CPUtime=0.28 cores=1,3,5,7
/proc/21328/task/21331/stat : 21331 (java) S 21325 21328 5228 0 -1 1077944384 509 0 0 0 19 9 0 0 20 0 15 0 10829613 14317654016 212484 18446744073709551615 4194304 4196468 140726901132608 139736764734608 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21332] ppid=21325 vsize=13982084 CPUtime=0.27 cores=1,3,5,7
/proc/21328/task/21332/stat : 21332 (java) S 21325 21328 5228 0 -1 1077944384 302 0 0 0 18 9 0 0 20 0 15 0 10829613 14317654016 212484 18446744073709551615 4194304 4196468 140726901132608 139736763681808 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21333] ppid=21325 vsize=13982084 CPUtime=0.28 cores=1,3,5,7
/proc/21328/task/21333/stat : 21333 (java) S 21325 21328 5228 0 -1 1077944384 314 0 0 0 19 9 0 0 20 0 15 0 10829613 14317654016 212484 18446744073709551615 4194304 4196468 140726901132608 139736762629008 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21334] ppid=21325 vsize=13982084 CPUtime=0.27 cores=1,3,5,7
/proc/21328/task/21334/stat : 21334 (java) S 21325 21328 5228 0 -1 1077944384 475 0 0 0 18 9 0 0 20 0 15 0 10829613 14317654016 212484 18446744073709551615 4194304 4196468 140726901132608 139736404650768 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21335] ppid=21325 vsize=13982084 CPUtime=0.01 cores=1,3,5,7
/proc/21328/task/21335/stat : 21335 (java) S 21325 21328 5228 0 -1 1077944384 1056 0 0 0 1 0 0 0 20 0 15 0 10829614 14317654016 212484 18446744073709551615 4194304 4196468 140726901132608 139736286996848 139736807778946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21336] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21336/stat : 21336 (java) S 21325 21328 5228 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 10829614 14317654016 212484 18446744073709551615 4194304 4196468 140726901132608 139736285942880 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21337] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21337/stat : 21337 (java) S 21325 21328 5228 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 10829615 14317654016 212484 18446744073709551615 4194304 4196468 140726901132608 139736284889984 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21338] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21338/stat : 21338 (java) S 21325 21328 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10829617 14317654016 212484 18446744073709551615 4194304 4196468 140726901132608 139736283838288 139736807786395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21339] ppid=21325 vsize=13982084 CPUtime=0.85 cores=1,3,5,7
/proc/21328/task/21339/stat : 21339 (java) R 21325 21328 5228 0 -1 4202560 3057 0 0 0 85 0 0 0 20 0 15 0 10829617 14317654016 212484 18446744073709551615 4194304 4196468 140726901132608 139736282786672 139736787082816 0 4 1 16800974 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21340] ppid=21325 vsize=13982084 CPUtime=0.92 cores=1,3,5,7
/proc/21328/task/21340/stat : 21340 (java) S 21325 21328 5228 0 -1 1077944384 3415 0 0 0 92 0 0 0 20 0 15 0 10829617 14317654016 212484 18446744073709551615 4194304 4196468 140726901132608 139736281733872 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21341] ppid=21325 vsize=13982084 CPUtime=0.7 cores=1,3,5,7
/proc/21328/task/21341/stat : 21341 (java) S 21325 21328 5228 0 -1 1077944384 6960 0 0 0 69 1 0 0 20 0 15 0 10829617 14317654016 212484 18446744073709551615 4194304 4196468 140726901132608 139736280681072 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21342] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21342/stat : 21342 (java) S 21325 21328 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10829617 14317654016 212484 18446744073709551615 4194304 4196468 140726901132608 139736279628512 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21343] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21343/stat : 21343 (java) S 21325 21328 5228 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 15 0 10829626 14317654016 212484 18446744073709551615 4194304 4196468 140726901132608 139736278575792 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 13982084

[startup+6.30074 s]
/proc/loadavg: 1.69 1.65 1.69 3/213 21343
/proc/meminfo: memFree=29897724/32770624 swapFree=0/200760
[pid=21328] ppid=21325 vsize=13982084 CPUtime=13.59 cores=1,3,5,7
/proc/21328/stat : 21328 (java) S 21325 21328 5228 0 -1 1077944320 46039 0 0 0 1208 151 0 0 20 0 15 0 10829604 14317654016 523014 18446744073709551615 4194304 4196468 140726901132608 140726901115152 139736807767799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
/proc/21328/statm: 3495521 523014 3793 1 0 3484303 0
[pid=21328/tid=21330] ppid=21325 vsize=13982084 CPUtime=4.34 cores=1,3,5,7
/proc/21328/task/21330/stat : 21330 (java) R 21325 21328 5228 0 -1 4202560 16456 0 0 0 415 19 0 0 20 0 15 0 10829612 14317654016 523014 18446744073709551615 4194304 4196468 140726901132608 139736812001616 139736448917885 0 4 1 16800974 0 0 0 -1 3 0 0 8 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21331] ppid=21325 vsize=13982084 CPUtime=1.63 cores=1,3,5,7
/proc/21328/task/21331/stat : 21331 (java) S 21325 21328 5228 0 -1 1077944384 2991 0 0 0 133 30 0 0 20 0 15 0 10829613 14317654016 523014 18446744073709551615 4194304 4196468 140726901132608 139736764734608 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21332] ppid=21325 vsize=13982084 CPUtime=1.63 cores=1,3,5,7
/proc/21328/task/21332/stat : 21332 (java) S 21325 21328 5228 0 -1 1077944384 2793 0 0 0 131 32 0 0 20 0 15 0 10829613 14317654016 523014 18446744073709551615 4194304 4196468 140726901132608 139736763681808 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21333] ppid=21325 vsize=13982084 CPUtime=1.64 cores=1,3,5,7
/proc/21328/task/21333/stat : 21333 (java) S 21325 21328 5228 0 -1 1077944384 2872 0 0 0 132 32 0 0 20 0 15 0 10829613 14317654016 523014 18446744073709551615 4194304 4196468 140726901132608 139736762629008 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21334] ppid=21325 vsize=13982084 CPUtime=1.64 cores=1,3,5,7
/proc/21328/task/21334/stat : 21334 (java) S 21325 21328 5228 0 -1 1077944384 3429 0 0 0 132 32 0 0 20 0 15 0 10829613 14317654016 523014 18446744073709551615 4194304 4196468 140726901132608 139736404650768 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21335] ppid=21325 vsize=13982084 CPUtime=0.12 cores=1,3,5,7
/proc/21328/task/21335/stat : 21335 (java) S 21325 21328 5228 0 -1 1077944384 2626 0 0 0 12 0 0 0 20 0 15 0 10829614 14317654016 523014 18446744073709551615 4194304 4196468 140726901132608 139736286996848 139736807778946 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21336] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21336/stat : 21336 (java) S 21325 21328 5228 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 10829614 14317654016 523014 18446744073709551615 4194304 4196468 140726901132608 139736285942880 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21337] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21337/stat : 21337 (java) S 21325 21328 5228 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 10829615 14317654016 523014 18446744073709551615 4194304 4196468 140726901132608 139736284889984 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21338] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21338/stat : 21338 (java) S 21325 21328 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10829617 14317654016 523014 18446744073709551615 4194304 4196468 140726901132608 139736283838288 139736807786395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21339] ppid=21325 vsize=13982084 CPUtime=0.87 cores=1,3,5,7
/proc/21328/task/21339/stat : 21339 (java) S 21325 21328 5228 0 -1 1077944384 3059 0 0 0 87 0 0 0 20 0 15 0 10829617 14317654016 523014 18446744073709551615 4194304 4196468 140726901132608 139736282786672 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21340] ppid=21325 vsize=13982084 CPUtime=0.94 cores=1,3,5,7
/proc/21328/task/21340/stat : 21340 (java) S 21325 21328 5228 0 -1 1077944384 3416 0 0 0 93 1 0 0 20 0 15 0 10829617 14317654016 523014 18446744073709551615 4194304 4196468 140726901132608 139736281733872 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21341] ppid=21325 vsize=13982084 CPUtime=0.7 cores=1,3,5,7
/proc/21328/task/21341/stat : 21341 (java) S 21325 21328 5228 0 -1 1077944384 6960 0 0 0 69 1 0 0 20 0 15 0 10829617 14317654016 523014 18446744073709551615 4194304 4196468 140726901132608 139736280681072 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21342] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21342/stat : 21342 (java) S 21325 21328 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10829617 14317654016 523014 18446744073709551615 4194304 4196468 140726901132608 139736279628512 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21343] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21343/stat : 21343 (java) S 21325 21328 5228 0 -1 1077944384 19 0 0 0 0 0 0 0 20 0 15 0 10829626 14317654016 523014 18446744073709551615 4194304 4196468 140726901132608 139736278575792 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
Current children cumulated CPU time (s) 13.59
Current children cumulated vsize (KiB) 13982084

[startup+12.7007 s]
/proc/loadavg: 1.81 1.68 1.70 3/213 21343
/proc/meminfo: memFree=27733536/32770624 swapFree=0/200768
[pid=21328] ppid=21325 vsize=13982084 CPUtime=27.19 cores=1,3,5,7
/proc/21328/stat : 21328 (java) S 21325 21328 5228 0 -1 1077944320 59821 0 0 0 2409 310 0 0 20 0 15 0 10829604 14317654016 986750 18446744073709551615 4194304 4196468 140726901132608 140726901115152 139736807767799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
/proc/21328/statm: 3495521 986750 3807 1 0 3484303 0
[pid=21328/tid=21330] ppid=21325 vsize=13982084 CPUtime=8.61 cores=1,3,5,7
/proc/21328/task/21330/stat : 21330 (java) R 21325 21328 5228 0 -1 4202560 16840 0 0 0 833 28 0 0 20 0 15 0 10829612 14317654016 986750 18446744073709551615 4194304 4196468 140726901132608 139736812005112 139736451506909 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21331] ppid=21325 vsize=13982084 CPUtime=3.66 cores=1,3,5,7
/proc/21328/task/21331/stat : 21331 (java) S 21325 21328 5228 0 -1 1077944384 6084 0 0 0 297 69 0 0 20 0 15 0 10829613 14317654016 986750 18446744073709551615 4194304 4196468 140726901132608 139736764734608 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21332] ppid=21325 vsize=13982084 CPUtime=3.63 cores=1,3,5,7
/proc/21328/task/21332/stat : 21332 (java) S 21325 21328 5228 0 -1 1077944384 6389 0 0 0 294 69 0 0 20 0 15 0 10829613 14317654016 986750 18446744073709551615 4194304 4196468 140726901132608 139736763681808 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21333] ppid=21325 vsize=13982084 CPUtime=3.68 cores=1,3,5,7
/proc/21328/task/21333/stat : 21333 (java) S 21325 21328 5228 0 -1 1077944384 5207 0 0 0 300 68 0 0 20 0 15 0 10829613 14317654016 986750 18446744073709551615 4194304 4196468 140726901132608 139736762629008 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21334] ppid=21325 vsize=13982084 CPUtime=3.67 cores=1,3,5,7
/proc/21328/task/21334/stat : 21334 (java) S 21325 21328 5228 0 -1 1077944384 5939 0 0 0 297 70 0 0 20 0 15 0 10829613 14317654016 986750 18446744073709551615 4194304 4196468 140726901132608 139736404650768 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21335] ppid=21325 vsize=13982084 CPUtime=0.22 cores=1,3,5,7
/proc/21328/task/21335/stat : 21335 (java) S 21325 21328 5228 0 -1 1077944384 3632 0 0 0 22 0 0 0 20 0 15 0 10829614 14317654016 986750 18446744073709551615 4194304 4196468 140726901132608 139736286996848 139736807778946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21336] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21336/stat : 21336 (java) S 21325 21328 5228 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 10829614 14317654016 986750 18446744073709551615 4194304 4196468 140726901132608 139736285942880 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21337] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21337/stat : 21337 (java) S 21325 21328 5228 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 10829615 14317654016 986750 18446744073709551615 4194304 4196468 140726901132608 139736284889984 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21338] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21338/stat : 21338 (java) S 21325 21328 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10829617 14317654016 986750 18446744073709551615 4194304 4196468 140726901132608 139736283838288 139736807786395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0

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

/proc/21328/task/21342/stat : 21342 (java) S 21325 21328 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10829617 14317654016 988481 18446744073709551615 4194304 4196468 140726901132608 139736279628512 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21343] ppid=21325 vsize=13982084 CPUtime=0.02 cores=1,3,5,7
/proc/21328/task/21343/stat : 21343 (java) S 21325 21328 5228 0 -1 1077944384 69 0 0 0 1 1 0 0 20 0 15 0 10829626 14317654016 988481 18446744073709551615 4194304 4196468 140726901132608 139736278575792 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
Current children cumulated CPU time (s) 66.14
Current children cumulated vsize (KiB) 13982084

[startup+102.301 s]
/proc/loadavg: 1.72 1.68 1.69 3/213 21347
/proc/meminfo: memFree=27746888/32770624 swapFree=0/200832
[pid=21328] ppid=21325 vsize=13982084 CPUtime=117.62 cores=1,3,5,7
/proc/21328/stat : 21328 (java) S 21325 21328 5228 0 -1 1077944320 80225 0 0 0 11449 313 0 0 20 0 15 0 10829604 14317654016 988674 18446744073709551615 4194304 4196468 140726901132608 140726901115152 139736807767799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
/proc/21328/statm: 3495521 988674 3807 1 0 3484303 0
[pid=21328/tid=21330] ppid=21325 vsize=13982084 CPUtime=98.21 cores=1,3,5,7
/proc/21328/task/21330/stat : 21330 (java) R 21325 21328 5228 0 -1 4202560 27350 0 0 0 9793 28 0 0 20 0 15 0 10829612 14317654016 988674 18446744073709551615 4194304 4196468 140726901132608 139736812003816 139736451459965 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21331] ppid=21325 vsize=13982084 CPUtime=3.66 cores=1,3,5,7
/proc/21328/task/21331/stat : 21331 (java) S 21325 21328 5228 0 -1 1077944384 6084 0 0 0 297 69 0 0 20 0 15 0 10829613 14317654016 988674 18446744073709551615 4194304 4196468 140726901132608 139736764734608 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21332] ppid=21325 vsize=13982084 CPUtime=3.63 cores=1,3,5,7
/proc/21328/task/21332/stat : 21332 (java) S 21325 21328 5228 0 -1 1077944384 6389 0 0 0 294 69 0 0 20 0 15 0 10829613 14317654016 988674 18446744073709551615 4194304 4196468 140726901132608 139736763681808 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21333] ppid=21325 vsize=13982084 CPUtime=3.68 cores=1,3,5,7
/proc/21328/task/21333/stat : 21333 (java) S 21325 21328 5228 0 -1 1077944384 5207 0 0 0 300 68 0 0 20 0 15 0 10829613 14317654016 988674 18446744073709551615 4194304 4196468 140726901132608 139736762629008 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21334] ppid=21325 vsize=13982084 CPUtime=3.67 cores=1,3,5,7
/proc/21328/task/21334/stat : 21334 (java) S 21325 21328 5228 0 -1 1077944384 5939 0 0 0 297 70 0 0 20 0 15 0 10829613 14317654016 988674 18446744073709551615 4194304 4196468 140726901132608 139736404650768 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21335] ppid=21325 vsize=13982084 CPUtime=0.22 cores=1,3,5,7
/proc/21328/task/21335/stat : 21335 (java) S 21325 21328 5228 0 -1 1077944384 3688 0 0 0 22 0 0 0 20 0 15 0 10829614 14317654016 988674 18446744073709551615 4194304 4196468 140726901132608 139736286996848 139736807778946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21336] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21336/stat : 21336 (java) S 21325 21328 5228 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 10829614 14317654016 988674 18446744073709551615 4194304 4196468 140726901132608 139736285942880 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21337] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21337/stat : 21337 (java) S 21325 21328 5228 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 10829615 14317654016 988674 18446744073709551615 4194304 4196468 140726901132608 139736284889984 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21338] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21338/stat : 21338 (java) S 21325 21328 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10829617 14317654016 988674 18446744073709551615 4194304 4196468 140726901132608 139736283838288 139736807786395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21339] ppid=21325 vsize=13982084 CPUtime=1.81 cores=1,3,5,7
/proc/21328/task/21339/stat : 21339 (java) S 21325 21328 5228 0 -1 1077944384 8193 0 0 0 180 1 0 0 20 0 15 0 10829617 14317654016 988674 18446744073709551615 4194304 4196468 140726901132608 139736282786672 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21340] ppid=21325 vsize=13982084 CPUtime=1.8 cores=1,3,5,7
/proc/21328/task/21340/stat : 21340 (java) S 21325 21328 5228 0 -1 1077944384 8093 0 0 0 179 1 0 0 20 0 15 0 10829617 14317654016 988674 18446744073709551615 4194304 4196468 140726901132608 139736281733872 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21341] ppid=21325 vsize=13982084 CPUtime=0.8 cores=1,3,5,7
/proc/21328/task/21341/stat : 21341 (java) S 21325 21328 5228 0 -1 1077944384 7622 0 0 0 79 1 0 0 20 0 15 0 10829617 14317654016 988674 18446744073709551615 4194304 4196468 140726901132608 139736280681072 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21342] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21342/stat : 21342 (java) S 21325 21328 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10829617 14317654016 988674 18446744073709551615 4194304 4196468 140726901132608 139736279628512 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21343] ppid=21325 vsize=13982084 CPUtime=0.06 cores=1,3,5,7
/proc/21328/task/21343/stat : 21343 (java) S 21325 21328 5228 0 -1 1077944384 242 0 0 0 2 4 0 0 20 0 15 0 10829626 14317654016 988674 18446744073709551615 4194304 4196468 140726901132608 139736278575792 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
Current children cumulated CPU time (s) 117.62
Current children cumulated vsize (KiB) 13982084

[startup+162.301 s]
/proc/loadavg: 1.82 1.71 1.70 3/213 21349
/proc/meminfo: memFree=27744208/32770624 swapFree=0/200872
[pid=21328] ppid=21325 vsize=13982084 CPUtime=177.67 cores=1,3,5,7
/proc/21328/stat : 21328 (java) S 21325 21328 5228 0 -1 1077944320 89711 0 0 0 17452 315 0 0 20 0 15 0 10829604 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 140726901115152 139736807767799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
/proc/21328/statm: 3495521 988676 3807 1 0 3484303 0
[pid=21328/tid=21330] ppid=21325 vsize=13982084 CPUtime=158.21 cores=1,3,5,7
/proc/21328/task/21330/stat : 21330 (java) R 21325 21328 5228 0 -1 4202560 35373 0 0 0 15793 28 0 0 20 0 15 0 10829612 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736812004152 139736451459782 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21331] ppid=21325 vsize=13982084 CPUtime=3.66 cores=1,3,5,7
/proc/21328/task/21331/stat : 21331 (java) S 21325 21328 5228 0 -1 1077944384 6084 0 0 0 297 69 0 0 20 0 15 0 10829613 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736764734608 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21332] ppid=21325 vsize=13982084 CPUtime=3.63 cores=1,3,5,7
/proc/21328/task/21332/stat : 21332 (java) S 21325 21328 5228 0 -1 1077944384 6389 0 0 0 294 69 0 0 20 0 15 0 10829613 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736763681808 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21333] ppid=21325 vsize=13982084 CPUtime=3.68 cores=1,3,5,7
/proc/21328/task/21333/stat : 21333 (java) S 21325 21328 5228 0 -1 1077944384 5207 0 0 0 300 68 0 0 20 0 15 0 10829613 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736762629008 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21334] ppid=21325 vsize=13982084 CPUtime=3.67 cores=1,3,5,7
/proc/21328/task/21334/stat : 21334 (java) S 21325 21328 5228 0 -1 1077944384 5939 0 0 0 297 70 0 0 20 0 15 0 10829613 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736404650768 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21335] ppid=21325 vsize=13982084 CPUtime=0.22 cores=1,3,5,7
/proc/21328/task/21335/stat : 21335 (java) S 21325 21328 5228 0 -1 1077944384 3695 0 0 0 22 0 0 0 20 0 15 0 10829614 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736286996848 139736807778946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21336] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21336/stat : 21336 (java) S 21325 21328 5228 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 10829614 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736285942880 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21337] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21337/stat : 21337 (java) S 21325 21328 5228 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 10829615 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736284889984 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21338] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21338/stat : 21338 (java) S 21325 21328 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10829617 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736283838288 139736807786395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21339] ppid=21325 vsize=13982084 CPUtime=1.81 cores=1,3,5,7
/proc/21328/task/21339/stat : 21339 (java) S 21325 21328 5228 0 -1 1077944384 8200 0 0 0 180 1 0 0 20 0 15 0 10829617 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736282786672 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21340] ppid=21325 vsize=13982084 CPUtime=1.82 cores=1,3,5,7
/proc/21328/task/21340/stat : 21340 (java) S 21325 21328 5228 0 -1 1077944384 9507 0 0 0 181 1 0 0 20 0 15 0 10829617 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736281733872 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21341] ppid=21325 vsize=13982084 CPUtime=0.8 cores=1,3,5,7
/proc/21328/task/21341/stat : 21341 (java) S 21325 21328 5228 0 -1 1077944384 7625 0 0 0 79 1 0 0 20 0 15 0 10829617 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736280681072 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21342] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21342/stat : 21342 (java) S 21325 21328 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10829617 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736279628512 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21343] ppid=21325 vsize=13982084 CPUtime=0.09 cores=1,3,5,7
/proc/21328/task/21343/stat : 21343 (java) S 21325 21328 5228 0 -1 1077944384 274 0 0 0 3 6 0 0 20 0 15 0 10829626 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736278575792 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
Current children cumulated CPU time (s) 177.67
Current children cumulated vsize (KiB) 13982084

[startup+222.307 s]
/proc/loadavg: 1.80 1.73 1.70 3/213 21351
/proc/meminfo: memFree=27739628/32770624 swapFree=0/200916
[pid=21328] ppid=21325 vsize=13982084 CPUtime=237.73 cores=1,3,5,7
/proc/21328/stat : 21328 (java) S 21325 21328 5228 0 -1 1077944320 94441 0 0 0 23455 318 0 0 20 0 15 0 10829604 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 140726901115152 139736807767799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
/proc/21328/statm: 3495521 988676 3807 1 0 3484303 0
[pid=21328/tid=21330] ppid=21325 vsize=13982084 CPUtime=218.23 cores=1,3,5,7
/proc/21328/task/21330/stat : 21330 (java) R 21325 21328 5228 0 -1 4202560 40060 0 0 0 21793 30 0 0 20 0 15 0 10829612 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736812004152 139736451508784 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21331] ppid=21325 vsize=13982084 CPUtime=3.66 cores=1,3,5,7
/proc/21328/task/21331/stat : 21331 (java) S 21325 21328 5228 0 -1 1077944384 6084 0 0 0 297 69 0 0 20 0 15 0 10829613 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736764734608 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21332] ppid=21325 vsize=13982084 CPUtime=3.63 cores=1,3,5,7
/proc/21328/task/21332/stat : 21332 (java) S 21325 21328 5228 0 -1 1077944384 6389 0 0 0 294 69 0 0 20 0 15 0 10829613 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736763681808 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21333] ppid=21325 vsize=13982084 CPUtime=3.68 cores=1,3,5,7
/proc/21328/task/21333/stat : 21333 (java) S 21325 21328 5228 0 -1 1077944384 5207 0 0 0 300 68 0 0 20 0 15 0 10829613 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736762629008 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21334] ppid=21325 vsize=13982084 CPUtime=3.67 cores=1,3,5,7
/proc/21328/task/21334/stat : 21334 (java) S 21325 21328 5228 0 -1 1077944384 5939 0 0 0 297 70 0 0 20 0 15 0 10829613 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736404650768 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21335] ppid=21325 vsize=13982084 CPUtime=0.22 cores=1,3,5,7
/proc/21328/task/21335/stat : 21335 (java) S 21325 21328 5228 0 -1 1077944384 3702 0 0 0 22 0 0 0 20 0 15 0 10829614 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736286996848 139736807778946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21336] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21336/stat : 21336 (java) S 21325 21328 5228 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 10829614 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736285942880 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21337] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21337/stat : 21337 (java) S 21325 21328 5228 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 10829615 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736284889984 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21338] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21338/stat : 21338 (java) S 21325 21328 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10829617 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736283838288 139736807786395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21339] ppid=21325 vsize=13982084 CPUtime=1.82 cores=1,3,5,7
/proc/21328/task/21339/stat : 21339 (java) S 21325 21328 5228 0 -1 1077944384 8207 0 0 0 181 1 0 0 20 0 15 0 10829617 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736282786672 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21340] ppid=21325 vsize=13982084 CPUtime=1.82 cores=1,3,5,7
/proc/21328/task/21340/stat : 21340 (java) S 21325 21328 5228 0 -1 1077944384 9510 0 0 0 181 1 0 0 20 0 15 0 10829617 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736281733872 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21341] ppid=21325 vsize=13982084 CPUtime=0.8 cores=1,3,5,7
/proc/21328/task/21341/stat : 21341 (java) S 21325 21328 5228 0 -1 1077944384 7628 0 0 0 79 1 0 0 20 0 15 0 10829617 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736280681072 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21342] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21342/stat : 21342 (java) S 21325 21328 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10829617 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736279628512 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21343] ppid=21325 vsize=13982084 CPUtime=0.12 cores=1,3,5,7
/proc/21328/task/21343/stat : 21343 (java) S 21325 21328 5228 0 -1 1077944384 297 0 0 0 4 8 0 0 20 0 15 0 10829626 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736278575792 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
Current children cumulated CPU time (s) 237.73
Current children cumulated vsize (KiB) 13982084



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240.001 s]
/proc/loadavg: 2.16 1.81 1.73 6/213 21431
/proc/meminfo: memFree=25053876/32770624 swapFree=0/200932
[pid=21328] ppid=21325 vsize=13982084 CPUtime=255.43 cores=1,3,5,7
/proc/21328/stat : 21328 (java) S 21325 21328 5228 0 -1 1077944320 94939 0 0 0 25224 319 0 0 20 0 15 0 10829604 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 140726901115152 139736807767799 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 7 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
/proc/21328/statm: 3495521 988676 3807 1 0 3484303 0
[pid=21328/tid=21330] ppid=21325 vsize=13982084 CPUtime=235.92 cores=1,3,5,7
/proc/21328/task/21330/stat : 21330 (java) R 21325 21328 5228 0 -1 4202560 40558 0 0 0 23562 30 0 0 20 0 15 0 10829612 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736812004152 139736451570437 0 4 1 16800974 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21331] ppid=21325 vsize=13982084 CPUtime=3.66 cores=1,3,5,7
/proc/21328/task/21331/stat : 21331 (java) S 21325 21328 5228 0 -1 1077944384 6084 0 0 0 297 69 0 0 20 0 15 0 10829613 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736764734608 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21332] ppid=21325 vsize=13982084 CPUtime=3.63 cores=1,3,5,7
/proc/21328/task/21332/stat : 21332 (java) S 21325 21328 5228 0 -1 1077944384 6389 0 0 0 294 69 0 0 20 0 15 0 10829613 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736763681808 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21333] ppid=21325 vsize=13982084 CPUtime=3.68 cores=1,3,5,7
/proc/21328/task/21333/stat : 21333 (java) S 21325 21328 5228 0 -1 1077944384 5207 0 0 0 300 68 0 0 20 0 15 0 10829613 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736762629008 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21334] ppid=21325 vsize=13982084 CPUtime=3.67 cores=1,3,5,7
/proc/21328/task/21334/stat : 21334 (java) S 21325 21328 5228 0 -1 1077944384 5939 0 0 0 297 70 0 0 20 0 15 0 10829613 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736404650768 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21335] ppid=21325 vsize=13982084 CPUtime=0.22 cores=1,3,5,7
/proc/21328/task/21335/stat : 21335 (java) S 21325 21328 5228 0 -1 1077944384 3702 0 0 0 22 0 0 0 20 0 15 0 10829614 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736286996848 139736807778946 0 0 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21336] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21336/stat : 21336 (java) S 21325 21328 5228 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 15 0 10829614 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736285942880 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21337] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21337/stat : 21337 (java) S 21325 21328 5228 0 -1 1077944384 50 0 0 0 0 0 0 0 20 0 15 0 10829615 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736284889984 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21338] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21338/stat : 21338 (java) S 21325 21328 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10829617 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736283838288 139736807786395 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21339] ppid=21325 vsize=13982084 CPUtime=1.82 cores=1,3,5,7
/proc/21328/task/21339/stat : 21339 (java) S 21325 21328 5228 0 -1 1077944384 8207 0 0 0 181 1 0 0 20 0 15 0 10829617 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736282786672 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21340] ppid=21325 vsize=13982084 CPUtime=1.82 cores=1,3,5,7
/proc/21328/task/21340/stat : 21340 (java) S 21325 21328 5228 0 -1 1077944384 9510 0 0 0 181 1 0 0 20 0 15 0 10829617 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736281733872 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21341] ppid=21325 vsize=13982084 CPUtime=0.8 cores=1,3,5,7
/proc/21328/task/21341/stat : 21341 (java) S 21325 21328 5228 0 -1 1077944384 7628 0 0 0 79 1 0 0 20 0 15 0 10829617 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736280681072 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21342] ppid=21325 vsize=13982084 CPUtime=0 cores=1,3,5,7
/proc/21328/task/21342/stat : 21342 (java) S 21325 21328 5228 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 15 0 10829617 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736279628512 139736807778005 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
[pid=21328/tid=21343] ppid=21325 vsize=13982084 CPUtime=0.14 cores=1,3,5,7
/proc/21328/task/21343/stat : 21343 (java) S 21325 21328 5228 0 -1 1077944384 297 0 0 0 5 9 0 0 20 0 15 0 10829626 14317654016 988676 18446744073709551615 4194304 4196468 140726901132608 139736278575792 139736807778946 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 35328000 140726901133713 140726901133899 140726901133899 140726901137359 0
Current children cumulated CPU time (s) 255.43
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 21328 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 240.028
CPU time (s): 255.467
CPU user time (s): 252.254
CPU system time (s): 3.21301
CPU usage (%): 106.432
Max. virtual memory (cumulated for all children) (KiB): 13982084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 252.254
system time used= 3.21301
maximum resident set size= 3955200
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 95618
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= 8752
involuntary context switches= 439

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.23228 second user time and 1.34773 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-02 01:14:56
IDJOB=4256179
IDBENCH=123121
IDSOLVER=2639
FILE ID=node133/4256179-1501630143
RUNJOBID= node133-1501622945-15686
PBS_JOBID= 
Free space on /tmp= 61820 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-07-26
BENCH NAME= XCSP17/QuadraticAssignment/QuadraticAssignment-m1-s1/QuadraticAssignment-sko81.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-4256179-1501630143/watcher-4256179-1501630143 -o /tmp/evaluation-result-4256179-1501630143/solver-4256179-1501630143 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node133-1501622945-15686 --watchdog 300  java -Xmx11000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 2087195543 --timelimit 264 --memlimit 11000 --nbcore 4 HOME/instance-4256179-1501630143.xml

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

MD5SUM BENCH= 7967f0a5d6026ea184db99fec624e08d
RANDOM SEED=2087195543

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31631472 kB
MemAvailable:   31829444 kB
Buffers:          102508 kB
Cached:           377876 kB
SwapCached:            0 kB
Active:           523260 kB
Inactive:         209288 kB
Active(anon):     252700 kB
Inactive(anon):     8536 kB
Active(file):     270560 kB
Inactive(file):   200752 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42472 kB
Writeback:            16 kB
AnonPages:        252132 kB
Mapped:            44420 kB
Shmem:              8892 kB
Slab:             110768 kB
SReclaimable:      84988 kB
SUnreclaim:        25780 kB
KernelStack:        3472 kB
PageTables:         5248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1208952 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61780 MiB
End job on node133 at 2017-08-02 01:18:56