Trace number 4246949

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 NameAnswerCPU timeWall clock time
R1: OscaR - Conflict Ordering 2017-06-30? (TO) 2400.08 2323.62

General information on the benchmark

NameSocialGolfers/SocialGolfers-xcsp2-s1/
SocialGolfers-06-4-6_X2.xml
MD5SUM43a487770d57b1dc580a85535ccd03c6
Bench CategoryCSP (decision 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 variables2520
Number of constraints10392
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2520}]
Minimum variable degree7
Maximum variable degree25
Distribution of variable degrees[{"degree":7,"count":1656},{"degree":25,"count":864}]
Minimum constraint arity3
Maximum constraint arity24
Distribution of constraint arities[{"arity":3,"count":9936},{"arity":6,"count":420},{"arity":24,"count":36}]
Number of extensional constraints0
Number of intensional constraints9936
Distribution of constraint types[{"type":"intension","count":9936},{"type":"sum","count":456}]
Optimization problemNO
Type of objective

Solver Data

0.41/0.31	c version: 2017-06-30
0.41/0.31	c seed: 1936233659
0.41/0.31	c timeout: 2400
0.41/0.31	c memlimit: 15500
0.41/0.31	c nbcore: 8
0.41/0.34	c Parsing instance...
9.39/2.51	c Parsing done, starting search...
2400.05/2323.60	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-4246949-1500717086/watcher-4246949-1500717086 -o /tmp/evaluation-result-4246949-1500717086/solver-4246949-1500717086 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500717086-20854 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1936233659 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246949-1500717086.xml 

pid=20892
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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.69 1.72 1.75 3/254 20895
/proc/meminfo: memFree=31501160/32770624 swapFree=6308/294640
[pid=20895] ppid=20892 vsize=10634536 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/stat : 20895 (java) S 20892 20895 20823 0 -1 1077944320 2199 0 0 0 0 0 0 0 20 0 2 0 6974963 10889764864 2432 33554432000 4194304 4196468 140721654375952 140721654358496 140502679482103 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
/proc/20895/statm: 2658634 2432 1188 1 0 2647545 0
[pid=20895/tid=20896] ppid=20892 vsize=10635564 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20896/stat : 20896 (java) S 20892 20895 20823 0 -1 1077944384 912 0 0 0 0 0 0 0 20 0 3 0 6974964 10890817536 2432 33554432000 4194304 4196468 140721654375952 140502683723472 140502679492309 0 4 0 16784584 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20898] ppid=20892 vsize=10635564 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20898/stat : 20898 (java) S 20892 20895 20823 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 3 0 6974964 10890817536 2432 33554432000 4194304 4196468 140721654375952 140502611618400 140502679492309 0 4 0 16784584 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20899] ppid=20892 vsize=10636592 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20899/stat : 20899 (java) R 20892 20895 20823 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 4 0 6974964 10891870208 2432 33554432000 4194304 4196468 140721654375952 140502683723472 140502672221953 0 4 0 16784584 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0

[startup+0.100187 s]
/proc/loadavg: 1.69 1.72 1.75 3/254 20895
/proc/meminfo: memFree=31501160/32770624 swapFree=6308/294640
[pid=20895] ppid=20892 vsize=13264380 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/20895/stat : 20895 (java) S 20892 20895 20823 0 -1 1077944320 5202 0 0 0 8 1 0 0 20 0 20 0 6974963 13582725120 5776 33554432000 4194304 4196468 140721654375952 140721654358496 140502679482103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
/proc/20895/statm: 3316095 5776 2909 1 0 3303815 0
[pid=20895/tid=20896] ppid=20892 vsize=13264380 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20896/stat : 20896 (java) R 20892 20895 20823 0 -1 4202560 3280 0 0 0 8 0 0 0 20 0 20 0 6974964 13582725120 5776 33554432000 4194304 4196468 140721654375952 140502683724384 140502636117878 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20898] ppid=20892 vsize=13264380 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20898/stat : 20898 (java) S 20892 20895 20823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6974964 13582725120 5776 33554432000 4194304 4196468 140721654375952 140502611618064 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20899] ppid=20892 vsize=13264380 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20899/stat : 20899 (java) S 20892 20895 20823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6974964 13582725120 5776 33554432000 4194304 4196468 140721654375952 140502610565520 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13264380

[startup+0.20049 s]
/proc/loadavg: 1.69 1.72 1.75 3/254 20895
/proc/meminfo: memFree=31501160/32770624 swapFree=6308/294640
[pid=20895] ppid=20892 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/20895/stat : 20895 (java) S 20892 20895 20823 0 -1 1077944320 8726 0 0 0 24 2 0 0 20 0 20 0 6974963 13582245888 8731 33554432000 4194304 4196468 140721654375952 140721654358496 140502679482103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
/proc/20895/statm: 3315978 8731 3538 1 0 3303698 0
[pid=20895/tid=20896] ppid=20892 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20896/stat : 20896 (java) R 20892 20895 20823 0 -1 4202560 6475 0 0 0 17 1 0 0 20 0 20 0 6974964 13582245888 8731 33554432000 4194304 4196468 140721654375952 140502683709616 140502672160117 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20898] ppid=20892 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20898/stat : 20898 (java) S 20892 20895 20823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6974964 13582245888 8731 33554432000 4194304 4196468 140721654375952 140502611618064 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20899] ppid=20892 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20899/stat : 20899 (java) S 20892 20895 20823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6974964 13582245888 8731 33554432000 4194304 4196468 140721654375952 140502610565520 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300455 s]
/proc/loadavg: 1.69 1.72 1.75 3/254 20895
/proc/meminfo: memFree=31501160/32770624 swapFree=6308/294640
[pid=20895] ppid=20892 vsize=13263912 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/20895/stat : 20895 (java) S 20892 20895 20823 0 -1 1077944320 9747 0 0 0 39 2 0 0 20 0 20 0 6974963 13582245888 10491 33554432000 4194304 4196468 140721654375952 140721654358496 140502679482103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
/proc/20895/statm: 3315978 10491 3656 1 0 3303698 0
[pid=20895/tid=20896] ppid=20892 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20896/stat : 20896 (java) R 20892 20895 20823 0 -1 4202560 7193 0 0 0 26 1 0 0 20 0 20 0 6974964 13582245888 10491 33554432000 4194304 4196468 140721654375952 140502683695520 140502679504029 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20898] ppid=20892 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20898/stat : 20898 (java) S 20892 20895 20823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6974964 13582245888 10491 33554432000 4194304 4196468 140721654375952 140502611618064 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20899] ppid=20892 vsize=13263912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20899/stat : 20899 (java) S 20892 20895 20823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6974964 13582245888 10491 33554432000 4194304 4196468 140721654375952 140502610565520 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13263912

[startup+0.700301 s]
/proc/loadavg: 1.69 1.72 1.75 3/254 20895
/proc/meminfo: memFree=31501160/32770624 swapFree=6308/294640
[pid=20895] ppid=20892 vsize=13265980 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/20895/stat : 20895 (java) S 20892 20895 20823 0 -1 1077944320 13071 0 0 0 152 4 0 0 20 0 20 0 6974963 13584363520 20544 33554432000 4194304 4196468 140721654375952 140721654358496 140502679482103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
/proc/20895/statm: 3316495 20544 3758 1 0 3304210 0
[pid=20895/tid=20896] ppid=20892 vsize=13265980 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20896/stat : 20896 (java) R 20892 20895 20823 0 -1 4202560 8467 0 0 0 65 2 0 0 20 0 20 0 6974964 13584363520 20544 33554432000 4194304 4196468 140721654375952 140502683718312 140502679494038 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20898] ppid=20892 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20898/stat : 20898 (java) S 20892 20895 20823 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6974964 13584363520 20544 33554432000 4194304 4196468 140721654375952 140502611618064 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20899] ppid=20892 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20899/stat : 20899 (java) S 20892 20895 20823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6974964 13584363520 20544 33554432000 4194304 4196468 140721654375952 140502610565520 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
Current children cumulated CPU time (s) 1.56
Current children cumulated vsize (KiB) 13265980

[startup+1.50104 s]
/proc/loadavg: 1.69 1.72 1.75 8/284 20925
/proc/meminfo: memFree=31202848/32770624 swapFree=6308/294444
[pid=20895] ppid=20892 vsize=13265980 CPUtime=4.82 cores=0,2,4,6,8,10,12,14
/proc/20895/stat : 20895 (java) S 20892 20895 20823 0 -1 1077944320 27421 0 0 0 469 13 0 0 20 0 20 0 6974963 13584363520 54467 33554432000 4194304 4196468 140721654375952 140721654358496 140502679482103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
/proc/20895/statm: 3316495 54467 3805 1 0 3304210 0
[pid=20895/tid=20896] ppid=20892 vsize=13265980 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20896/stat : 20896 (java) R 20892 20895 20823 0 -1 4202560 10054 0 0 0 142 3 0 0 20 0 20 0 6974964 13584363520 54467 33554432000 4194304 4196468 140721654375952 140502683716088 140502289842472 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20898] ppid=20892 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20898/stat : 20898 (java) S 20892 20895 20823 0 -1 1077944384 71 0 0 0 0 0 0 0 20 0 20 0 6974964 13584363520 54467 33554432000 4194304 4196468 140721654375952 140502611618064 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20899] ppid=20892 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20899/stat : 20899 (java) S 20892 20895 20823 0 -1 1077944384 173 0 0 0 0 0 0 0 20 0 20 0 6974964 13584363520 54467 33554432000 4194304 4196468 140721654375952 140502610565520 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20900] ppid=20892 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20900/stat : 20900 (java) S 20892 20895 20823 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 6974964 13584363520 54467 33554432000 4194304 4196468 140721654375952 140502609512976 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20902] ppid=20892 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20902/stat : 20902 (java) S 20892 20895 20823 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 6974964 13584363520 54467 33554432000 4194304 4196468 140721654375952 140502608460432 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20903] ppid=20892 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20903/stat : 20903 (java) S 20892 20895 20823 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 6974964 13584363520 54467 33554432000 4194304 4196468 140721654375952 140502274902800 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20904] ppid=20892 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20904/stat : 20904 (java) S 20892 20895 20823 0 -1 1077944384 43 0 0 0 0 0 0 0 20 0 20 0 6974964 13584363520 54467 33554432000 4194304 4196468 140721654375952 140502273850256 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20905] ppid=20892 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20905/stat : 20905 (java) S 20892 20895 20823 0 -1 1077944384 29 0 0 0 0 0 0 0 20 0 20 0 6974964 13584363520 54467 33554432000 4194304 4196468 140721654375952 140502272797712 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20906] ppid=20892 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20906/stat : 20906 (java) S 20892 20895 20823 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 6974964 13584363520 54467 33554432000 4194304 4196468 140721654375952 140502271745168 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20909] ppid=20892 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20909/stat : 20909 (java) S 20892 20895 20823 0 -1 1077944384 156 0 0 0 0 0 0 0 20 0 20 0 6974967 13584363520 54467 33554432000 4194304 4196468 140721654375952 140502210283504 140502679493250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20910] ppid=20892 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20910/stat : 20910 (java) S 20892 20895 20823 0 -1 1077944384 54 0 0 0 0 0 0 0 20 0 20 0 6974967 13584363520 54467 33554432000 4194304 4196468 140721654375952 140502209229728 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20911] ppid=20892 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20911/stat : 20911 (java) S 20892 20895 20823 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 6974968 13584363520 54467 33554432000 4194304 4196468 140721654375952 140502208177152 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20919] ppid=20892 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20919/stat : 20919 (java) S 20892 20895 20823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6974972 13584363520 54467 33554432000 4194304 4196468 140721654375952 140502207125712 140502679500699 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20920] ppid=20892 vsize=13265980 CPUtime=0.91 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20920/stat : 20920 (java) R 20892 20895 20823 0 -1 4202560 6254 0 0 0 91 0 0 0 20 0 20 0 6974972 13584363520 54467 33554432000 4194304 4196468 140721654375952 140502206065816 140502662978937 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20921] ppid=20892 vsize=13265980 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20921/stat : 20921 (java) R 20892 20895 20823 0 -1 4202560 3362 0 0 0 79 0 0 0 20 0 20 0 6974972 13584363520 54467 33554432000 4194304 4196468 140721654375952 140502003332848 140502664608349 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20922] ppid=20892 vsize=13265980 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20922/stat : 20922 (java) R 20892 20895 20823 0 -1 4202560 2958 0 0 0 87 0 0 0 20 0 20 0 6974972 13584363520 54467 33554432000 4194304 4196468 140721654375952 140502002279368 140502657139248 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20923] ppid=20892 vsize=13265980 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20923/stat : 20923 (java) S 20892 20895 20823 0 -1 1077944384 2821 0 0 0 62 0 0 0 20 0 20 0 6974972 13584363520 54467 33554432000 4194304 4196468 140721654375952 140502001240944 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20924] ppid=20892 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20924/stat : 20924 (java) S 20892 20895 20823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6974972 13584363520 54467 33554432000 4194304 4196468 140721654375952 140502000187616 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20925] ppid=20892 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20925/stat : 20925 (java) S 20892 20895 20823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6974972 13584363520 54467 33554432000 4194304 4196468 140721654375952 140501999135152 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
Current children cumulated CPU time (s) 4.82
Current children cumulated vsize (KiB) 13265980

[startup+3.10076 s]
/proc/loadavg: 1.69 1.72 1.75 7/284 20925
/proc/meminfo: memFree=31038308/32770624 swapFree=6308/294448
[pid=20895] ppid=20892 vsize=13270076 CPUtime=11.36 cores=0,2,4,6,8,10,12,14
/proc/20895/stat : 20895 (java) S 20892 20895 20823 0 -1 1077944320 37362 0 0 0 1027 109 0 0 20 0 20 0 6974963 13588557824 130494 33554432000 4194304 4196468 140721654375952 140721654358496 140502679482103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
/proc/20895/statm: 3317519 130494 3833 1 0 3305234 0
[pid=20895/tid=20896] ppid=20892 vsize=13270076 CPUtime=2.85 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20896/stat : 20896 (java) R 20892 20895 20823 0 -1 4202560 12605 0 0 0 280 5 0 0 20 0 20 0 6974964 13588557824 130494 33554432000 4194304 4196468 140721654375952 140502683718056 140502299163031 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20898] ppid=20892 vsize=13270076 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20898/stat : 20898 (java) S 20892 20895 20823 0 -1 1077944384 202 0 0 0 7 11 0 0 20 0 20 0 6974964 13588557824 130494 33554432000 4194304 4196468 140721654375952 140502611618064 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20899] ppid=20892 vsize=13270076 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20899/stat : 20899 (java) S 20892 20895 20823 0 -1 1077944384 1032 0 0 0 6 12 0 0 20 0 20 0 6974964 13588557824 130494 33554432000 4194304 4196468 140721654375952 140502610565520 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20900] ppid=20892 vsize=13270076 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20900/stat : 20900 (java) S 20892 20895 20823 0 -1 1077944384 151 0 0 0 7 12 0 0 20 0 20 0 6974964 13588557824 130494 33554432000 4194304 4196468 140721654375952 140502609512976 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20902] ppid=20892 vsize=13270076 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20902/stat : 20902 (java) S 20892 20895 20823 0 -1 1077944384 135 0 0 0 6 12 0 0 20 0 20 0 6974964 13588557824 130494 33554432000 4194304 4196468 140721654375952 140502608460432 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20903] ppid=20892 vsize=13270076 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20903/stat : 20903 (java) S 20892 20895 20823 0 -1 1077944384 118 0 0 0 5 11 0 0 20 0 20 0 6974964 13588557824 130494 33554432000 4194304 4196468 140721654375952 140502274902800 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20904] ppid=20892 vsize=13270076 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20904/stat : 20904 (java) S 20892 20895 20823 0 -1 1077944384 182 0 0 0 7 12 0 0 20 0 20 0 6974964 13588557824 130494 33554432000 4194304 4196468 140721654375952 140502273850256 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20905] ppid=20892 vsize=13270076 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20905/stat : 20905 (java) S 20892 20895 20823 0 -1 1077944384 213 0 0 0 6 12 0 0 20 0 20 0 6974964 13588557824 130494 33554432000 4194304 4196468 140721654375952 140502272797712 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20906] ppid=20892 vsize=13270076 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20906/stat : 20906 (java) S 20892 20895 20823 0 -1 1077944384 121 0 0 0 5 11 0 0 20 0 20 0 6974964 13588557824 130494 33554432000 4194304 4196468 140721654375952 140502271745168 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20909] ppid=20892 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20909/stat : 20909 (java) S 20892 20895 20823 0 -1 1077944384 402 0 0 0 1 0 0 0 20 0 20 0 6974967 13588557824 130494 33554432000 4194304 4196468 140721654375952 140502210283504 140502679493250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20910] ppid=20892 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20910/stat : 20910 (java) S 20892 20895 20823 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 6974967 13588557824 130494 33554432000 4194304 4196468 140721654375952 140502209229792 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20911] ppid=20892 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20911/stat : 20911 (java) S 20892 20895 20823 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 6974968 13588557824 130494 33554432000 4194304 4196468 140721654375952 140502208177152 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20919] ppid=20892 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20919/stat : 20919 (java) S 20892 20895 20823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6974972 13588557824 130494 33554432000 4194304 4196468 140721654375952 140502207125712 140502679500699 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20920] ppid=20892 vsize=13270076 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20920/stat : 20920 (java) S 20892 20895 20823 0 -1 1077944384 6921 0 0 0 201 1 0 0 20 0 20 0 6974972 13588557824 130494 33554432000 4194304 4196468 140721654375952 140502206073328 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20921] ppid=20892 vsize=13270076 CPUtime=1.96 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20921/stat : 20921 (java) S 20892 20895 20823 0 -1 1077944384 4792 0 0 0 195 1 0 0 20 0 20 0 6974972 13588557824 130494 33554432000 4194304 4196468 140721654375952 140502003346032 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20922] ppid=20892 vsize=13270076 CPUtime=1.93 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20922/stat : 20922 (java) S 20892 20895 20823 0 -1 1077944384 3561 0 0 0 193 0 0 0 20 0 20 0 6974972 13588557824 130494 33554432000 4194304 4196468 140721654375952 140502002293488 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20923] ppid=20892 vsize=13270076 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20923/stat : 20923 (java) S 20892 20895 20823 0 -1 1077944384 5495 0 0 0 100 2 0 0 20 0 20 0 6974972 13588557824 130494 33554432000 4194304 4196468 140721654375952 140502001240944 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20924] ppid=20892 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20924/stat : 20924 (java) S 20892 20895 20823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6974972 13588557824 130494 33554432000 4194304 4196468 140721654375952 140502000187616 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20925] ppid=20892 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20925/stat : 20925 (java) S 20892 20895 20823 0 -1 1077944384 8 0 0 0 0 0 0 0 20 0 20 0 6974972 13588557824 130494 33554432000 4194304 4196468 140721654375952 140501999135152 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
Current children cumulated CPU time (s) 11.36
Current children cumulated vsize (KiB) 13270076

[startup+6.30086 s]
/proc/loadavg: 1.80 1.74 1.75 3/284 20925
/proc/meminfo: memFree=30549840/32770624 swapFree=6308/294452
[pid=20895] ppid=20892 vsize=13270076 CPUtime=15.11 cores=0,2,4,6,8,10,12,14
/proc/20895/stat : 20895 (java) S 20892 20895 20823 0 -1 1077944320 37716 0 0 0 1384 127 0 0 20 0 20 0 6974963 13588557824 170473 33554432000 4194304 4196468 140721654375952 140721654358496 140502679482103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
/proc/20895/statm: 3317519 170473 3833 1 0 3305234 0
[pid=20895/tid=20896] ppid=20892 vsize=13270076 CPUtime=6.01 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20896/stat : 20896 (java) R 20892 20895 20823 0 -1 4202560 12743 0 0 0 594 7 0 0 20 0 20 0 6974964 13588557824 170473 33554432000 4194304 4196468 140721654375952 140502683717472 140502299123328 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20898] ppid=20892 vsize=13270076 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20898/stat : 20898 (java) S 20892 20895 20823 0 -1 1077944384 223 0 0 0 9 13 0 0 20 0 20 0 6974964 13588557824 170473 33554432000 4194304 4196468 140721654375952 140502611618064 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20899] ppid=20892 vsize=13270076 CPUtime=0.22 cores=0,2,4,6,8,10,12,14

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

[pid=20895/tid=20921] ppid=20892 vsize=13270076 CPUtime=2.1 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20921/stat : 20921 (java) S 20892 20895 20823 0 -1 1077944384 5036 0 0 0 209 1 0 0 20 0 20 0 6974972 13588557824 543950 33554432000 4194304 4196468 140721654375952 140502003346032 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20922] ppid=20892 vsize=13270076 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20922/stat : 20922 (java) S 20892 20895 20823 0 -1 1077944384 3809 0 0 0 201 1 0 0 20 0 20 0 6974972 13588557824 543950 33554432000 4194304 4196468 140721654375952 140502002293488 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20923] ppid=20892 vsize=13270076 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20923/stat : 20923 (java) S 20892 20895 20823 0 -1 1077944384 5745 0 0 0 102 2 0 0 20 0 20 0 6974972 13588557824 543950 33554432000 4194304 4196468 140721654375952 140502001240944 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20924] ppid=20892 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20924/stat : 20924 (java) S 20892 20895 20823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6974972 13588557824 543950 33554432000 4194304 4196468 140721654375952 140502000187616 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20925] ppid=20892 vsize=13270076 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20925/stat : 20925 (java) S 20892 20895 20823 0 -1 1077944384 1686 0 0 0 65 62 0 0 20 0 20 0 6974972 13588557824 543950 33554432000 4194304 4196468 140721654375952 140501999135152 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
Current children cumulated CPU time (s) 2274.11
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.35 1.43 1.50 3/281 21010
/proc/meminfo: memFree=28345780/32770624 swapFree=6308/295180
[pid=20895] ppid=20892 vsize=13270076 CPUtime=2336.2 cores=0,2,4,6,8,10,12,14
/proc/20895/stat : 20895 (java) S 20892 20895 20823 0 -1 1077944320 309333 0 0 0 233125 495 0 0 20 0 20 0 6974963 13588557824 542423 33554432000 4194304 4196468 140721654375952 140721654358496 140502679482103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
/proc/20895/statm: 3317519 542423 3833 1 0 3305234 0
[pid=20895/tid=20896] ppid=20892 vsize=13270076 CPUtime=2245.55 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20896/stat : 20896 (java) R 20892 20895 20823 0 -1 4202560 83622 0 0 0 224497 58 0 0 20 0 20 0 6974964 13588557824 542423 33554432000 4194304 4196468 140721654375952 140502683720544 140502299389967 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20898] ppid=20892 vsize=13270076 CPUtime=9.83 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20898/stat : 20898 (java) S 20892 20895 20823 0 -1 1077944384 22368 0 0 0 938 45 0 0 20 0 20 0 6974964 13588557824 542423 33554432000 4194304 4196468 140721654375952 140502611618064 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20899] ppid=20892 vsize=13270076 CPUtime=9.77 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20899/stat : 20899 (java) S 20892 20895 20823 0 -1 1077944384 23699 0 0 0 932 45 0 0 20 0 20 0 6974964 13588557824 542423 33554432000 4194304 4196468 140721654375952 140502610565520 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20900] ppid=20892 vsize=13270076 CPUtime=9.77 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20900/stat : 20900 (java) S 20892 20895 20823 0 -1 1077944384 25201 0 0 0 932 45 0 0 20 0 20 0 6974964 13588557824 542423 33554432000 4194304 4196468 140721654375952 140502609512976 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20902] ppid=20892 vsize=13270076 CPUtime=9.79 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20902/stat : 20902 (java) S 20892 20895 20823 0 -1 1077944384 21457 0 0 0 933 46 0 0 20 0 20 0 6974964 13588557824 542423 33554432000 4194304 4196468 140721654375952 140502608460432 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20903] ppid=20892 vsize=13270076 CPUtime=9.85 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20903/stat : 20903 (java) S 20892 20895 20823 0 -1 1077944384 22240 0 0 0 941 44 0 0 20 0 20 0 6974964 13588557824 542423 33554432000 4194304 4196468 140721654375952 140502274902800 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20904] ppid=20892 vsize=13270076 CPUtime=9.85 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20904/stat : 20904 (java) S 20892 20895 20823 0 -1 1077944384 21236 0 0 0 940 45 0 0 20 0 20 0 6974964 13588557824 542423 33554432000 4194304 4196468 140721654375952 140502273850256 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20905] ppid=20892 vsize=13270076 CPUtime=9.92 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20905/stat : 20905 (java) S 20892 20895 20823 0 -1 1077944384 19662 0 0 0 945 47 0 0 20 0 20 0 6974964 13588557824 542423 33554432000 4194304 4196468 140721654375952 140502272797712 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20906] ppid=20892 vsize=13270076 CPUtime=9.7 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20906/stat : 20906 (java) S 20892 20895 20823 0 -1 1077944384 19604 0 0 0 925 45 0 0 20 0 20 0 6974964 13588557824 542423 33554432000 4194304 4196468 140721654375952 140502271745168 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20909] ppid=20892 vsize=13270076 CPUtime=3.4 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20909/stat : 20909 (java) S 20892 20895 20823 0 -1 1077944384 23874 0 0 0 300 40 0 0 20 0 20 0 6974967 13588557824 542423 33554432000 4194304 4196468 140721654375952 140502210283504 140502679493250 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20910] ppid=20892 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20910/stat : 20910 (java) S 20892 20895 20823 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 6974967 13588557824 542423 33554432000 4194304 4196468 140721654375952 140502209229792 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20911] ppid=20892 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20911/stat : 20911 (java) S 20892 20895 20823 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 6974968 13588557824 542423 33554432000 4194304 4196468 140721654375952 140502208177152 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20919] ppid=20892 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20919/stat : 20919 (java) S 20892 20895 20823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6974972 13588557824 542423 33554432000 4194304 4196468 140721654375952 140502207125712 140502679500699 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20920] ppid=20892 vsize=13270076 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20920/stat : 20920 (java) S 20892 20895 20823 0 -1 1077944384 8618 0 0 0 212 2 0 0 20 0 20 0 6974972 13588557824 542423 33554432000 4194304 4196468 140721654375952 140502206073328 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20921] ppid=20892 vsize=13270076 CPUtime=2.1 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20921/stat : 20921 (java) S 20892 20895 20823 0 -1 1077944384 5040 0 0 0 209 1 0 0 20 0 20 0 6974972 13588557824 542423 33554432000 4194304 4196468 140721654375952 140502003346032 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20922] ppid=20892 vsize=13270076 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20922/stat : 20922 (java) S 20892 20895 20823 0 -1 1077944384 3815 0 0 0 201 1 0 0 20 0 20 0 6974972 13588557824 542423 33554432000 4194304 4196468 140721654375952 140502002293488 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20923] ppid=20892 vsize=13270076 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20923/stat : 20923 (java) S 20892 20895 20823 0 -1 1077944384 5749 0 0 0 102 2 0 0 20 0 20 0 6974972 13588557824 542423 33554432000 4194304 4196468 140721654375952 140502001240944 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20924] ppid=20892 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20924/stat : 20924 (java) S 20892 20895 20823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6974972 13588557824 542423 33554432000 4194304 4196468 140721654375952 140502000187616 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20925] ppid=20892 vsize=13270076 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20925/stat : 20925 (java) S 20892 20895 20823 0 -1 1077944384 1724 0 0 0 68 63 0 0 20 0 20 0 6974972 13588557824 542423 33554432000 4194304 4196468 140721654375952 140501999135152 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
Current children cumulated CPU time (s) 2336.2
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.44 1.42 1.49 3/281 21019
/proc/meminfo: memFree=28358476/32770624 swapFree=6308/295236
[pid=20895] ppid=20892 vsize=13270076 CPUtime=2398.43 cores=0,2,4,6,8,10,12,14
/proc/20895/stat : 20895 (java) S 20892 20895 20823 0 -1 1077944320 313632 0 0 0 239340 503 0 0 20 0 20 0 6974963 13588557824 538678 33554432000 4194304 4196468 140721654375952 140721654358496 140502679482103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
/proc/20895/statm: 3317519 538678 3833 1 0 3305234 0
[pid=20895/tid=20896] ppid=20892 vsize=13270076 CPUtime=2305 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20896/stat : 20896 (java) R 20892 20895 20823 0 -1 4202560 85218 0 0 0 230441 59 0 0 20 0 20 0 6974964 13588557824 538678 33554432000 4194304 4196468 140721654375952 140502683720624 140502299389566 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20898] ppid=20892 vsize=13270076 CPUtime=10.17 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20898/stat : 20898 (java) S 20892 20895 20823 0 -1 1077944384 22542 0 0 0 971 46 0 0 20 0 20 0 6974964 13588557824 538678 33554432000 4194304 4196468 140721654375952 140502611618064 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20899] ppid=20892 vsize=13270076 CPUtime=10.08 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20899/stat : 20899 (java) S 20892 20895 20823 0 -1 1077944384 23963 0 0 0 963 45 0 0 20 0 20 0 6974964 13588557824 538678 33554432000 4194304 4196468 140721654375952 140502610565520 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20900] ppid=20892 vsize=13270076 CPUtime=10.1 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20900/stat : 20900 (java) S 20892 20895 20823 0 -1 1077944384 25652 0 0 0 964 46 0 0 20 0 20 0 6974964 13588557824 538678 33554432000 4194304 4196468 140721654375952 140502609512976 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20902] ppid=20892 vsize=13270076 CPUtime=10.14 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20902/stat : 20902 (java) S 20892 20895 20823 0 -1 1077944384 21809 0 0 0 967 47 0 0 20 0 20 0 6974964 13588557824 538678 33554432000 4194304 4196468 140721654375952 140502608460432 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20903] ppid=20892 vsize=13270076 CPUtime=10.19 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20903/stat : 20903 (java) S 20892 20895 20823 0 -1 1077944384 22509 0 0 0 974 45 0 0 20 0 20 0 6974964 13588557824 538678 33554432000 4194304 4196468 140721654375952 140502274902800 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20904] ppid=20892 vsize=13270076 CPUtime=10.19 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20904/stat : 20904 (java) S 20892 20895 20823 0 -1 1077944384 21627 0 0 0 974 45 0 0 20 0 20 0 6974964 13588557824 538678 33554432000 4194304 4196468 140721654375952 140502273850256 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20905] ppid=20892 vsize=13270076 CPUtime=10.23 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20905/stat : 20905 (java) S 20892 20895 20823 0 -1 1077944384 19786 0 0 0 975 48 0 0 20 0 20 0 6974964 13588557824 538678 33554432000 4194304 4196468 140721654375952 140502272797712 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20906] ppid=20892 vsize=13270076 CPUtime=10.02 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20906/stat : 20906 (java) S 20892 20895 20823 0 -1 1077944384 19894 0 0 0 956 46 0 0 20 0 20 0 6974964 13588557824 538678 33554432000 4194304 4196468 140721654375952 140502271745168 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20909] ppid=20892 vsize=13270076 CPUtime=3.52 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20909/stat : 20909 (java) S 20892 20895 20823 0 -1 1077944384 24222 0 0 0 311 41 0 0 20 0 20 0 6974967 13588557824 538678 33554432000 4194304 4196468 140721654375952 140502210283504 140502679493250 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20910] ppid=20892 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20910/stat : 20910 (java) S 20892 20895 20823 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 6974967 13588557824 538678 33554432000 4194304 4196468 140721654375952 140502209229792 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20911] ppid=20892 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20911/stat : 20911 (java) S 20892 20895 20823 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 6974968 13588557824 538678 33554432000 4194304 4196468 140721654375952 140502208177152 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20919] ppid=20892 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20919/stat : 20919 (java) S 20892 20895 20823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6974972 13588557824 538678 33554432000 4194304 4196468 140721654375952 140502207125712 140502679500699 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20920] ppid=20892 vsize=13270076 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20920/stat : 20920 (java) S 20892 20895 20823 0 -1 1077944384 8622 0 0 0 212 2 0 0 20 0 20 0 6974972 13588557824 538678 33554432000 4194304 4196468 140721654375952 140502206073328 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20921] ppid=20892 vsize=13270076 CPUtime=2.1 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20921/stat : 20921 (java) S 20892 20895 20823 0 -1 1077944384 5044 0 0 0 209 1 0 0 20 0 20 0 6974972 13588557824 538678 33554432000 4194304 4196468 140721654375952 140502003346032 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20922] ppid=20892 vsize=13270076 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20922/stat : 20922 (java) S 20892 20895 20823 0 -1 1077944384 3820 0 0 0 201 1 0 0 20 0 20 0 6974972 13588557824 538678 33554432000 4194304 4196468 140721654375952 140502002293488 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20923] ppid=20892 vsize=13270076 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20923/stat : 20923 (java) S 20892 20895 20823 0 -1 1077944384 5753 0 0 0 102 2 0 0 20 0 20 0 6974972 13588557824 538678 33554432000 4194304 4196468 140721654375952 140502001240944 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20924] ppid=20892 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20924/stat : 20924 (java) S 20892 20895 20823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6974972 13588557824 538678 33554432000 4194304 4196468 140721654375952 140502000187616 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20925] ppid=20892 vsize=13270076 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20925/stat : 20925 (java) S 20892 20895 20823 0 -1 1077944384 1747 0 0 0 69 65 0 0 20 0 20 0 6974972 13588557824 538678 33554432000 4194304 4196468 140721654375952 140501999135152 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
Current children cumulated CPU time (s) 2398.43
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2323.6 s]
/proc/loadavg: 1.44 1.42 1.49 3/281 21019
/proc/meminfo: memFree=28335824/32770624 swapFree=6308/295236
[pid=20895] ppid=20892 vsize=13270076 CPUtime=2400.05 cores=0,2,4,6,8,10,12,14
/proc/20895/stat : 20895 (java) S 20892 20895 20823 0 -1 1077944320 315513 0 0 0 239499 506 0 0 20 0 20 0 6974963 13588557824 533853 33554432000 4194304 4196468 140721654375952 140721654358496 140502679482103 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
/proc/20895/statm: 3317519 533853 3841 1 0 3305234 0
[pid=20895/tid=20896] ppid=20892 vsize=13270076 CPUtime=2306.22 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20896/stat : 20896 (java) R 20892 20895 20823 0 -1 4202560 85221 0 0 0 230563 59 0 0 20 0 20 0 6974964 13588557824 533853 33554432000 4194304 4196468 140721654375952 140502683720624 140502289701960 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20898] ppid=20892 vsize=13270076 CPUtime=10.22 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20898/stat : 20898 (java) S 20892 20895 20823 0 -1 1077944384 22618 0 0 0 976 46 0 0 20 0 20 0 6974964 13588557824 533853 33554432000 4194304 4196468 140721654375952 140502611618064 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20899] ppid=20892 vsize=13270076 CPUtime=10.14 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20899/stat : 20899 (java) S 20892 20895 20823 0 -1 1077944384 23973 0 0 0 968 46 0 0 20 0 20 0 6974964 13588557824 533853 33554432000 4194304 4196468 140721654375952 140502610565520 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20900] ppid=20892 vsize=13270076 CPUtime=10.14 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20900/stat : 20900 (java) S 20892 20895 20823 0 -1 1077944384 25683 0 0 0 968 46 0 0 20 0 20 0 6974964 13588557824 533853 33554432000 4194304 4196468 140721654375952 140502609512976 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20902] ppid=20892 vsize=13270076 CPUtime=10.19 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20902/stat : 20902 (java) S 20892 20895 20823 0 -1 1077944384 21833 0 0 0 971 48 0 0 20 0 20 0 6974964 13588557824 533853 33554432000 4194304 4196468 140721654375952 140502608460432 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20903] ppid=20892 vsize=13270076 CPUtime=10.23 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20903/stat : 20903 (java) S 20892 20895 20823 0 -1 1077944384 22559 0 0 0 978 45 0 0 20 0 20 0 6974964 13588557824 533853 33554432000 4194304 4196468 140721654375952 140502274902800 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20904] ppid=20892 vsize=13270076 CPUtime=10.24 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20904/stat : 20904 (java) S 20892 20895 20823 0 -1 1077944384 21642 0 0 0 978 46 0 0 20 0 20 0 6974964 13588557824 533853 33554432000 4194304 4196468 140721654375952 140502273850256 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20905] ppid=20892 vsize=13270076 CPUtime=10.28 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20905/stat : 20905 (java) S 20892 20895 20823 0 -1 1077944384 19847 0 0 0 980 48 0 0 20 0 20 0 6974964 13588557824 533853 33554432000 4194304 4196468 140721654375952 140502272797712 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20906] ppid=20892 vsize=13270076 CPUtime=10.07 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20906/stat : 20906 (java) S 20892 20895 20823 0 -1 1077944384 19969 0 0 0 961 46 0 0 20 0 20 0 6974964 13588557824 533853 33554432000 4194304 4196468 140721654375952 140502271745168 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20909] ppid=20892 vsize=13270076 CPUtime=3.54 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20909/stat : 20909 (java) S 20892 20895 20823 0 -1 1077944384 25758 0 0 0 313 41 0 0 20 0 20 0 6974967 13588557824 533853 33554432000 4194304 4196468 140721654375952 140502210283504 140502679493250 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20910] ppid=20892 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20910/stat : 20910 (java) S 20892 20895 20823 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 6974967 13588557824 533853 33554432000 4194304 4196468 140721654375952 140502209229792 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20911] ppid=20892 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20911/stat : 20911 (java) S 20892 20895 20823 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 20 0 6974968 13588557824 533853 33554432000 4194304 4196468 140721654375952 140502208177152 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20919] ppid=20892 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20919/stat : 20919 (java) S 20892 20895 20823 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6974972 13588557824 533853 33554432000 4194304 4196468 140721654375952 140502207125712 140502679500699 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20920] ppid=20892 vsize=13270076 CPUtime=2.14 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20920/stat : 20920 (java) S 20892 20895 20823 0 -1 1077944384 8622 0 0 0 212 2 0 0 20 0 20 0 6974972 13588557824 533853 33554432000 4194304 4196468 140721654375952 140502206073328 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20921] ppid=20892 vsize=13270076 CPUtime=2.1 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20921/stat : 20921 (java) S 20892 20895 20823 0 -1 1077944384 5044 0 0 0 209 1 0 0 20 0 20 0 6974972 13588557824 533853 33554432000 4194304 4196468 140721654375952 140502003346032 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20922] ppid=20892 vsize=13270076 CPUtime=2.02 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20922/stat : 20922 (java) S 20892 20895 20823 0 -1 1077944384 3820 0 0 0 201 1 0 0 20 0 20 0 6974972 13588557824 533853 33554432000 4194304 4196468 140721654375952 140502002293488 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20923] ppid=20892 vsize=13270076 CPUtime=1.04 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20923/stat : 20923 (java) S 20892 20895 20823 0 -1 1077944384 5753 0 0 0 102 2 0 0 20 0 20 0 6974972 13588557824 533853 33554432000 4194304 4196468 140721654375952 140502001240944 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20924] ppid=20892 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20924/stat : 20924 (java) S 20892 20895 20823 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6974972 13588557824 533853 33554432000 4194304 4196468 140721654375952 140502000187616 140502679492309 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
[pid=20895/tid=20925] ppid=20892 vsize=13270076 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/20895/task/20925/stat : 20925 (java) S 20892 20895 20823 0 -1 1077944384 1747 0 0 0 69 65 0 0 20 0 20 0 6974972 13588557824 533853 33554432000 4194304 4196468 140721654375952 140501999135152 140502679493250 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 15511552 140721654379657 140721654379844 140721654379844 140721654382543 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 13270076

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 20895 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2323.62
CPU time (s): 2400.08
CPU user time (s): 2395
CPU system time (s): 5.07725
CPU usage (%): 103.29
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395
system time used= 5.07725
maximum resident set size= 3457196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 315650
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2544
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 199815
involuntary context switches= 156316

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 17.2831 second user time and 18.513 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-22 11:51:26
IDJOB=4246949
IDBENCH=126722
IDSOLVER=2628
FILE ID=node143/4246949-1500717086
RUNJOBID= node143-1500717086-20854
PBS_JOBID= 20623361
Free space on /tmp= 61908 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/SocialGolfers/SocialGolfers-xcsp2-s1/SocialGolfers-06-4-6_X2.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246949-1500717086/watcher-4246949-1500717086 -o /tmp/evaluation-result-4246949-1500717086/solver-4246949-1500717086 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500717086-20854 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1936233659 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246949-1500717086.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 43a487770d57b1dc580a85535ccd03c6
RANDOM SEED=1936233659

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

/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		: 2667.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.69
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31508736 kB
MemAvailable:   31988416 kB
Buffers:          165340 kB
Cached:           586492 kB
SwapCached:            0 kB
Active:           502320 kB
Inactive:         303384 kB
Active(anon):      57300 kB
Inactive(anon):     8744 kB
Active(file):     445020 kB
Inactive(file):   294640 kB
Unevictable:        6308 kB
Mlocked:            6308 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             84816 kB
Writeback:             0 kB
AnonPages:         61004 kB
Mapped:            30592 kB
Shmem:              8852 kB
Slab:             145584 kB
SReclaimable:     111708 kB
SUnreclaim:        33876 kB
KernelStack:        4144 kB
PageTables:         4376 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     310320 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      155008 kB
DirectMap2M:    33390592 kB

Free space on /tmp at the end= 61824 MiB
End job on node143 at 2017-07-22 12:30:11