Trace number 4246247

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 2382.81

General information on the benchmark

NameLangford/Langford-m2-s1/
LangfordBin-45.xml
MD5SUMd06dfc4a92b3645075aa026a1be187ca
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 variables180
Number of constraints135
Number of domains2
Minimum domain size45
Maximum domain size90
Distribution of domain sizes[{"size":45,"count":90},{"size":90,"count":90}]
Minimum variable degree2
Maximum variable degree90
Distribution of variable degrees[{"degree":2,"count":90},{"degree":90,"count":90}]
Minimum constraint arity2
Maximum constraint arity91
Distribution of constraint arities[{"arity":2,"count":45},{"arity":91,"count":90}]
Number of extensional constraints0
Number of intensional constraints45
Distribution of constraint types[{"type":"intension","count":45},{"type":"element","count":90}]
Optimization problemNO
Type of objective

Solver Data

0.26/0.29	c version: 2017-06-30
0.26/0.29	c seed: 169519804
0.26/0.30	c timeout: 2400
0.26/0.30	c memlimit: 15500
0.26/0.30	c nbcore: 8
0.42/0.32	c Parsing instance...
1.67/0.82	c Parsing done, starting search...
2400.05/2382.80	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-4246247-1500708215/watcher-4246247-1500708215 -o /tmp/evaluation-result-4246247-1500708215/solver-4246247-1500708215 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node129-1500683388-8491 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 169519804 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246247-1500708215.xml 

pid=12945
running on 8 cores: 1,3,5,7,9,11,13,15

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.15 1.26 1.32 2/261 12948
/proc/meminfo: memFree=31571784/32770624 swapFree=5752/137908
[pid=12948] ppid=12945 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/stat : 12948 (java) S 12945 12948 7995 0 -1 1077944320 1772 0 0 0 0 0 0 0 20 0 2 0 6088922 369864704 1989 33554432000 4194304 4196468 140732896357840 140732896340384 139950499184375 0 0 0 16784584 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
/proc/12948/statm: 2655300 1989 1125 1 0 2644211 0
[pid=12948/tid=12949] ppid=12945 vsize=10621200 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12949/stat : 12949 (java) R 12945 12948 7995 0 -1 4202560 549 0 0 0 0 0 0 0 20 0 2 0 6088923 10876108800 2121 33554432000 4194304 4196468 140732896357840 139950503426464 139950483489552 0 4 0 16784584 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0

[startup+0.100061 s]
/proc/loadavg: 1.15 1.26 1.32 2/261 12948
/proc/meminfo: memFree=31571784/32770624 swapFree=5752/137908
[pid=12948] ppid=12945 vsize=13264380 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/12948/stat : 12948 (java) S 12945 12948 7995 0 -1 1077944320 5820 0 0 0 8 2 0 0 20 0 20 0 6088922 13582725120 6374 33554432000 4194304 4196468 140732896357840 140732896340384 139950499184375 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
/proc/12948/statm: 3316095 6374 3303 1 0 3303815 0
[pid=12948/tid=12949] ppid=12945 vsize=13264380 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12949/stat : 12949 (java) R 12945 12948 7995 0 -1 4202560 3886 0 0 0 7 1 0 0 20 0 20 0 6088923 13582725120 6374 33554432000 4194304 4196468 140732896357840 139950503422384 139950478244168 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13264380

[startup+0.200305 s]
/proc/loadavg: 1.15 1.26 1.32 2/261 12948
/proc/meminfo: memFree=31571784/32770624 swapFree=5752/137908
[pid=12948] ppid=12945 vsize=13263912 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/12948/stat : 12948 (java) S 12945 12948 7995 0 -1 1077944320 8985 0 0 0 23 3 0 0 20 0 20 0 6088922 13582245888 8940 33554432000 4194304 4196468 140732896357840 140732896340384 139950499184375 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
/proc/12948/statm: 3315978 8940 3505 1 0 3303698 0
[pid=12948/tid=12949] ppid=12945 vsize=13263912 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12949/stat : 12949 (java) R 12945 12948 7995 0 -1 4202560 6700 0 0 0 16 2 0 0 20 0 20 0 6088923 13582245888 8940 33554432000 4194304 4196468 140732896357840 139950503392528 139950483264862 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300349 s]
/proc/loadavg: 1.15 1.26 1.32 2/261 12948
/proc/meminfo: memFree=31571784/32770624 swapFree=5752/137908
[pid=12948] ppid=12945 vsize=13263912 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/12948/stat : 12948 (java) S 12945 12948 7995 0 -1 1077944320 9965 0 0 0 38 4 0 0 20 0 20 0 6088922 13582245888 11195 33554432000 4194304 4196468 140732896357840 140732896340384 139950499184375 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
/proc/12948/statm: 3315978 11195 3657 1 0 3303698 0
[pid=12948/tid=12949] ppid=12945 vsize=13263912 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12949/stat : 12949 (java) R 12945 12948 7995 0 -1 4202560 7389 0 0 0 24 3 0 0 20 0 20 0 6088923 13582245888 11195 33554432000 4194304 4196468 140732896357840 139950503407680 139950499206301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13263912

[startup+0.700191 s]
/proc/loadavg: 1.15 1.26 1.32 2/261 12948
/proc/meminfo: memFree=31571784/32770624 swapFree=5752/137908
[pid=12948] ppid=12945 vsize=13268028 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/12948/stat : 12948 (java) S 12945 12948 7995 0 -1 1077944320 12887 0 0 0 126 6 0 0 20 0 20 0 6088922 13586460672 18216 33554432000 4194304 4196468 140732896357840 140732896340384 139950499184375 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
/proc/12948/statm: 3317007 18216 3779 1 0 3304722 0
[pid=12948/tid=12949] ppid=12945 vsize=13268028 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12949/stat : 12949 (java) R 12945 12948 7995 0 -1 4202560 8894 0 0 0 64 3 0 0 20 0 20 0 6088923 13586460672 18216 33554432000 4194304 4196468 140732896357840 139950503420768 139950499206301 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 13268028

[startup+1.50076 s]
/proc/loadavg: 1.15 1.26 1.32 5/281 12968
/proc/meminfo: memFree=31471048/32770624 swapFree=5752/137628
[pid=12948] ppid=12945 vsize=13268028 CPUtime=3.41 cores=1,3,5,7,9,11,13,15
/proc/12948/stat : 12948 (java) S 12945 12948 7995 0 -1 1077944320 24205 0 0 0 332 9 0 0 20 0 20 0 6088922 13586460672 33805 33554432000 4194304 4196468 140732896357840 140732896340384 139950499184375 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
/proc/12948/statm: 3317007 33805 3786 1 0 3304722 0
[pid=12948/tid=12949] ppid=12945 vsize=13268028 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12949/stat : 12949 (java) R 12945 12948 7995 0 -1 4202560 10426 0 0 0 142 4 0 0 20 0 20 0 6088923 13586460672 33805 33554432000 4194304 4196468 140732896357840 139950503420712 139950121089154 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12951] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12951/stat : 12951 (java) S 12945 12948 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 33805 33554432000 4194304 4196468 140732896357840 139950438148752 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12952] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12952/stat : 12952 (java) S 12945 12948 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 33805 33554432000 4194304 4196468 140732896357840 139950437095952 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12953] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12953/stat : 12953 (java) S 12945 12948 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 33805 33554432000 4194304 4196468 140732896357840 139950096341392 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12954] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12954/stat : 12954 (java) S 12945 12948 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 33805 33554432000 4194304 4196468 140732896357840 139950095288592 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12955] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12955/stat : 12955 (java) S 12945 12948 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 33805 33554432000 4194304 4196468 140732896357840 139950094236816 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12956] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12956/stat : 12956 (java) S 12945 12948 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 33805 33554432000 4194304 4196468 140732896357840 139950093184016 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12957] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12957/stat : 12957 (java) S 12945 12948 7995 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 33805 33554432000 4194304 4196468 140732896357840 139950092131216 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12958] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12958/stat : 12958 (java) S 12945 12948 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 33805 33554432000 4194304 4196468 140732896357840 139950091078416 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12959] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12959/stat : 12959 (java) S 12945 12948 7995 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 6088926 13586460672 33805 33554432000 4194304 4196468 140732896357840 139949232339312 139950499195522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12960] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12960/stat : 12960 (java) S 12945 12948 7995 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 6088927 13586460672 33805 33554432000 4194304 4196468 140732896357840 139949231285280 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12961] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12961/stat : 12961 (java) S 12945 12948 7995 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 6088927 13586460672 33805 33554432000 4194304 4196468 140732896357840 139949230232432 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12962] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12962/stat : 12962 (java) S 12945 12948 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6088930 13586460672 33805 33554432000 4194304 4196468 140732896357840 139949229180752 139950499202971 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12963] ppid=12945 vsize=13268028 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12963/stat : 12963 (java) S 12945 12948 7995 0 -1 1077944384 3187 0 0 0 52 1 0 0 20 0 20 0 6088930 13586460672 33805 33554432000 4194304 4196468 140732896357840 139948892089200 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12964] ppid=12945 vsize=13268028 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12964/stat : 12964 (java) S 12945 12948 7995 0 -1 1077944384 4364 0 0 0 50 0 0 0 20 0 20 0 6088930 13586460672 33805 33554432000 4194304 4196468 140732896357840 139948891036400 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12965] ppid=12945 vsize=13268028 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12965/stat : 12965 (java) S 12945 12948 7995 0 -1 1077944384 3427 0 0 0 50 0 0 0 20 0 20 0 6088930 13586460672 33805 33554432000 4194304 4196468 140732896357840 139948889983600 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12966] ppid=12945 vsize=13268028 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12966/stat : 12966 (java) S 12945 12948 7995 0 -1 1077944384 1403 0 0 0 36 0 0 0 20 0 20 0 6088930 13586460672 33805 33554432000 4194304 4196468 140732896357840 139948888930800 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12967] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12967/stat : 12967 (java) S 12945 12948 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6088931 13586460672 33805 33554432000 4194304 4196468 140732896357840 139948887878240 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12968] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12968/stat : 12968 (java) S 12945 12948 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6088931 13586460672 33805 33554432000 4194304 4196468 140732896357840 139948886825520 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
Current children cumulated CPU time (s) 3.41
Current children cumulated vsize (KiB) 13268028

[startup+3.10075 s]
/proc/loadavg: 1.15 1.26 1.32 3/281 12968
/proc/meminfo: memFree=31418964/32770624 swapFree=5752/137628
[pid=12948] ppid=12945 vsize=13268028 CPUtime=5.08 cores=1,3,5,7,9,11,13,15
/proc/12948/stat : 12948 (java) S 12945 12948 7995 0 -1 1077944320 27592 0 0 0 497 11 0 0 20 0 20 0 6088922 13586460672 53380 33554432000 4194304 4196468 140732896357840 140732896340384 139950499184375 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
/proc/12948/statm: 3317007 53380 3809 1 0 3304722 0
[pid=12948/tid=12949] ppid=12945 vsize=13268028 CPUtime=3.05 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12949/stat : 12949 (java) R 12945 12948 7995 0 -1 4202560 10721 0 0 0 300 5 0 0 20 0 20 0 6088923 13586460672 53380 33554432000 4194304 4196468 140732896357840 139950503423224 139950121541603 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12951] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12951/stat : 12951 (java) S 12945 12948 7995 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 53380 33554432000 4194304 4196468 140732896357840 139950438148752 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12952] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12952/stat : 12952 (java) S 12945 12948 7995 0 -1 1077944384 68 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 53380 33554432000 4194304 4196468 140732896357840 139950437095952 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12953] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12953/stat : 12953 (java) S 12945 12948 7995 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 53380 33554432000 4194304 4196468 140732896357840 139950096341392 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12954] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12954/stat : 12954 (java) S 12945 12948 7995 0 -1 1077944384 104 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 53380 33554432000 4194304 4196468 140732896357840 139950095288592 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12955] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12955/stat : 12955 (java) S 12945 12948 7995 0 -1 1077944384 332 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 53380 33554432000 4194304 4196468 140732896357840 139950094236816 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12956] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12956/stat : 12956 (java) S 12945 12948 7995 0 -1 1077944384 465 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 53380 33554432000 4194304 4196468 140732896357840 139950093184016 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12957] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12957/stat : 12957 (java) S 12945 12948 7995 0 -1 1077944384 91 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 53380 33554432000 4194304 4196468 140732896357840 139950092131216 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12958] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12958/stat : 12958 (java) S 12945 12948 7995 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 53380 33554432000 4194304 4196468 140732896357840 139950091078416 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12959] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12959/stat : 12959 (java) S 12945 12948 7995 0 -1 1077944384 246 0 0 0 0 0 0 0 20 0 20 0 6088926 13586460672 53380 33554432000 4194304 4196468 140732896357840 139949232339312 139950499195522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12960] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12960/stat : 12960 (java) S 12945 12948 7995 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 6088927 13586460672 53380 33554432000 4194304 4196468 140732896357840 139949231285344 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12961] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12961/stat : 12961 (java) S 12945 12948 7995 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 20 0 6088927 13586460672 53380 33554432000 4194304 4196468 140732896357840 139949230232432 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12962] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12962/stat : 12962 (java) S 12945 12948 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6088930 13586460672 53380 33554432000 4194304 4196468 140732896357840 139949229180752 139950499202971 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12963] ppid=12945 vsize=13268028 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12963/stat : 12963 (java) S 12945 12948 7995 0 -1 1077944384 3712 0 0 0 55 1 0 0 20 0 20 0 6088930 13586460672 53380 33554432000 4194304 4196468 140732896357840 139948892089200 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12964] ppid=12945 vsize=13268028 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12964/stat : 12964 (java) S 12945 12948 7995 0 -1 1077944384 4365 0 0 0 50 0 0 0 20 0 20 0 6088930 13586460672 53380 33554432000 4194304 4196468 140732896357840 139948891036400 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12965] ppid=12945 vsize=13268028 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12965/stat : 12965 (java) S 12945 12948 7995 0 -1 1077944384 3428 0 0 0 50 0 0 0 20 0 20 0 6088930 13586460672 53380 33554432000 4194304 4196468 140732896357840 139948889983600 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12966] ppid=12945 vsize=13268028 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12966/stat : 12966 (java) S 12945 12948 7995 0 -1 1077944384 2497 0 0 0 37 0 0 0 20 0 20 0 6088930 13586460672 53380 33554432000 4194304 4196468 140732896357840 139948888930800 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12967] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12967/stat : 12967 (java) S 12945 12948 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6088931 13586460672 53380 33554432000 4194304 4196468 140732896357840 139948887878240 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12968] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12968/stat : 12968 (java) S 12945 12948 7995 0 -1 1077944384 18 0 0 0 0 0 0 0 20 0 20 0 6088931 13586460672 53380 33554432000 4194304 4196468 140732896357840 139948886825520 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
Current children cumulated CPU time (s) 5.08
Current children cumulated vsize (KiB) 13268028

[startup+6.30076 s]
/proc/loadavg: 1.22 1.27 1.33 3/281 12968
/proc/meminfo: memFree=31368016/32770624 swapFree=5752/137940
[pid=12948] ppid=12945 vsize=13268028 CPUtime=8.31 cores=1,3,5,7,9,11,13,15
/proc/12948/stat : 12948 (java) S 12945 12948 7995 0 -1 1077944320 27785 0 0 0 818 13 0 0 20 0 20 0 6088922 13586460672 54405 33554432000 4194304 4196468 140732896357840 140732896340384 139950499184375 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
/proc/12948/statm: 3317007 54405 3809 1 0 3304722 0
[pid=12948/tid=12949] ppid=12945 vsize=13268028 CPUtime=6.24 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12949/stat : 12949 (java) R 12945 12948 7995 0 -1 4202560 10763 0 0 0 619 5 0 0 20 0 20 0 6088923 13586460672 54405 33554432000 4194304 4196468 140732896357840 139950503422784 139950121415488 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12951] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12951/stat : 12951 (java) S 12945 12948 7995 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 54405 33554432000 4194304 4196468 140732896357840 139950438148752 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12952] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12952/stat : 12952 (java) S 12945 12948 7995 0 -1 1077944384 70 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 54405 33554432000 4194304 4196468 140732896357840 139950437095952 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12953] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12953/stat : 12953 (java) S 12945 12948 7995 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 54405 33554432000 4194304 4196468 140732896357840 139950096341392 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12954] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12954/stat : 12954 (java) S 12945 12948 7995 0 -1 1077944384 109 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 54405 33554432000 4194304 4196468 140732896357840 139950095288592 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12955] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12955/stat : 12955 (java) S 12945 12948 7995 0 -1 1077944384 334 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 54405 33554432000 4194304 4196468 140732896357840 139950094236816 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12956] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12956/stat : 12956 (java) S 12945 12948 7995 0 -1 1077944384 467 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 54405 33554432000 4194304 4196468 140732896357840 139950093184016 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12957] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12957/stat : 12957 (java) S 12945 12948 7995 0 -1 1077944384 98 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 54405 33554432000 4194304 4196468 140732896357840 139950092131216 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12958] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12958/stat : 12958 (java) S 12945 12948 7995 0 -1 1077944384 41 0 0 0 0 0 0 0 20 0 20 0 6088924 13586460672 54405 33554432000 4194304 4196468 140732896357840 139950091078416 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12959] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12959/stat : 12959 (java) S 12945 12948 7995 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 20 0 6088926 13586460672 54405 33554432000 4194304 4196468 140732896357840 139949232339312 139950499195522 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12960] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12960/stat : 12960 (java) S 12945 12948 7995 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 6088927 13586460672 54405 33554432000 4194304 4196468 140732896357840 139949231285344 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12961] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12961/stat : 12961 (java) S 12945 12948 7995 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 20 0 6088927 13586460672 54405 33554432000 4194304 4196468 140732896357840 139949230232432 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12962] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=12948/tid=12964] ppid=12945 vsize=13268028 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12964/stat : 12964 (java) S 12945 12948 7995 0 -1 1077944384 4408 0 0 0 50 1 0 0 20 0 20 0 6088930 13586460672 52005 33554432000 4194304 4196468 140732896357840 139948891036400 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12965] ppid=12945 vsize=13268028 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12965/stat : 12965 (java) S 12945 12948 7995 0 -1 1077944384 3470 0 0 0 51 1 0 0 20 0 20 0 6088930 13586460672 52005 33554432000 4194304 4196468 140732896357840 139948889983600 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12966] ppid=12945 vsize=13268028 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12966/stat : 12966 (java) S 12945 12948 7995 0 -1 1077944384 2533 0 0 0 37 1 0 0 20 0 20 0 6088930 13586460672 52005 33554432000 4194304 4196468 140732896357840 139948888930800 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12967] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12967/stat : 12967 (java) S 12945 12948 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6088931 13586460672 52005 33554432000 4194304 4196468 140732896357840 139948887878240 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12968] ppid=12945 vsize=13268028 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12968/stat : 12968 (java) S 12945 12948 7995 0 -1 1077944384 568 0 0 0 22 27 0 0 20 0 20 0 6088931 13586460672 52005 33554432000 4194304 4196468 140732896357840 139948886825520 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 50 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
Current children cumulated CPU time (s) 2278.72
Current children cumulated vsize (KiB) 13268028

[startup+2322.3 s]
/proc/loadavg: 1.43 1.51 1.48 3/283 13150
/proc/meminfo: memFree=30377744/32770624 swapFree=5752/140068
[pid=12948] ppid=12945 vsize=13268028 CPUtime=2339.11 cores=1,3,5,7,9,11,13,15
/proc/12948/stat : 12948 (java) S 12945 12948 7995 0 -1 1077944320 52130 0 0 0 233760 151 0 0 20 0 20 0 6088922 13586460672 52517 33554432000 4194304 4196468 140732896357840 140732896340384 139950499184375 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
/proc/12948/statm: 3317007 52517 3815 1 0 3304722 0
[pid=12948/tid=12949] ppid=12945 vsize=13268028 CPUtime=2316.42 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12949/stat : 12949 (java) R 12945 12948 7995 0 -1 4202560 21572 0 0 0 231631 11 0 0 20 0 20 0 6088923 13586460672 52517 33554432000 4194304 4196468 140732896357840 139950503422576 139950121454884 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12951] ppid=12945 vsize=13268028 CPUtime=2.25 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12951/stat : 12951 (java) S 12945 12948 7995 0 -1 1077944384 2008 0 0 0 210 15 0 0 20 0 20 0 6088924 13586460672 52517 33554432000 4194304 4196468 140732896357840 139950438148752 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12952] ppid=12945 vsize=13268028 CPUtime=2.25 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12952/stat : 12952 (java) S 12945 12948 7995 0 -1 1077944384 952 0 0 0 212 13 0 0 20 0 20 0 6088924 13586460672 52517 33554432000 4194304 4196468 140732896357840 139950437095952 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12953] ppid=12945 vsize=13268028 CPUtime=2.26 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12953/stat : 12953 (java) S 12945 12948 7995 0 -1 1077944384 543 0 0 0 214 12 0 0 20 0 20 0 6088924 13586460672 52517 33554432000 4194304 4196468 140732896357840 139950096341392 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12954] ppid=12945 vsize=13268028 CPUtime=2.22 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12954/stat : 12954 (java) S 12945 12948 7995 0 -1 1077944384 695 0 0 0 207 15 0 0 20 0 20 0 6088924 13586460672 52517 33554432000 4194304 4196468 140732896357840 139950095288592 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12955] ppid=12945 vsize=13268028 CPUtime=2.29 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12955/stat : 12955 (java) S 12945 12948 7995 0 -1 1077944384 1429 0 0 0 215 14 0 0 20 0 20 0 6088924 13586460672 52517 33554432000 4194304 4196468 140732896357840 139950094236816 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12956] ppid=12945 vsize=13268028 CPUtime=2.25 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12956/stat : 12956 (java) S 12945 12948 7995 0 -1 1077944384 1534 0 0 0 209 16 0 0 20 0 20 0 6088924 13586460672 52517 33554432000 4194304 4196468 140732896357840 139950093184016 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12957] ppid=12945 vsize=13268028 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12957/stat : 12957 (java) S 12945 12948 7995 0 -1 1077944384 502 0 0 0 216 15 0 0 20 0 20 0 6088924 13586460672 52517 33554432000 4194304 4196468 140732896357840 139950092131216 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12958] ppid=12945 vsize=13268028 CPUtime=2.25 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12958/stat : 12958 (java) S 12945 12948 7995 0 -1 1077944384 2343 0 0 0 211 14 0 0 20 0 20 0 6088924 13586460672 52517 33554432000 4194304 4196468 140732896357840 139950091078416 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12959] ppid=12945 vsize=13268028 CPUtime=2.01 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12959/stat : 12959 (java) S 12945 12948 7995 0 -1 1077944384 4364 0 0 0 188 13 0 0 20 0 20 0 6088926 13586460672 52517 33554432000 4194304 4196468 140732896357840 139949232339312 139950499195522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12960] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12960/stat : 12960 (java) S 12945 12948 7995 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 6088927 13586460672 52517 33554432000 4194304 4196468 140732896357840 139949231285344 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12961] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12961/stat : 12961 (java) S 12945 12948 7995 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 20 0 6088927 13586460672 52517 33554432000 4194304 4196468 140732896357840 139949230232432 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12962] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12962/stat : 12962 (java) S 12945 12948 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6088930 13586460672 52517 33554432000 4194304 4196468 140732896357840 139949229180752 139950499202971 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12963] ppid=12945 vsize=13268028 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12963/stat : 12963 (java) S 12945 12948 7995 0 -1 1077944384 3752 0 0 0 56 1 0 0 20 0 20 0 6088930 13586460672 52517 33554432000 4194304 4196468 140732896357840 139948892089200 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12964] ppid=12945 vsize=13268028 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12964/stat : 12964 (java) S 12945 12948 7995 0 -1 1077944384 4410 0 0 0 50 1 0 0 20 0 20 0 6088930 13586460672 52517 33554432000 4194304 4196468 140732896357840 139948891036400 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12965] ppid=12945 vsize=13268028 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12965/stat : 12965 (java) S 12945 12948 7995 0 -1 1077944384 3472 0 0 0 51 1 0 0 20 0 20 0 6088930 13586460672 52517 33554432000 4194304 4196468 140732896357840 139948889983600 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12966] ppid=12945 vsize=13268028 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12966/stat : 12966 (java) S 12945 12948 7995 0 -1 1077944384 2535 0 0 0 37 1 0 0 20 0 20 0 6088930 13586460672 52517 33554432000 4194304 4196468 140732896357840 139948888930800 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12967] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12967/stat : 12967 (java) S 12945 12948 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6088931 13586460672 52517 33554432000 4194304 4196468 140732896357840 139948887878240 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12968] ppid=12945 vsize=13268028 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12968/stat : 12968 (java) S 12945 12948 7995 0 -1 1077944384 574 0 0 0 22 28 0 0 20 0 20 0 6088931 13586460672 52517 33554432000 4194304 4196468 140732896357840 139948886825520 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 50 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
Current children cumulated CPU time (s) 2339.11
Current children cumulated vsize (KiB) 13268028

[startup+2382.3 s]
/proc/loadavg: 1.23 1.45 1.46 3/283 13151
/proc/meminfo: memFree=30375456/32770624 swapFree=5752/140100
[pid=12948] ppid=12945 vsize=13268028 CPUtime=2399.55 cores=1,3,5,7,9,11,13,15
/proc/12948/stat : 12948 (java) S 12945 12948 7995 0 -1 1077944320 52578 0 0 0 239801 154 0 0 20 0 20 0 6088922 13586460672 52521 33554432000 4194304 4196468 140732896357840 140732896340384 139950499184375 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
/proc/12948/statm: 3317007 52521 3815 1 0 3304722 0
[pid=12948/tid=12949] ppid=12945 vsize=13268028 CPUtime=2376.25 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12949/stat : 12949 (java) R 12945 12948 7995 0 -1 4202560 21745 0 0 0 237614 11 0 0 20 0 20 0 6088923 13586460672 52521 33554432000 4194304 4196468 140732896357840 139950503422784 139950121454958 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12951] ppid=12945 vsize=13268028 CPUtime=2.32 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12951/stat : 12951 (java) S 12945 12948 7995 0 -1 1077944384 2012 0 0 0 217 15 0 0 20 0 20 0 6088924 13586460672 52521 33554432000 4194304 4196468 140732896357840 139950438148752 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12952] ppid=12945 vsize=13268028 CPUtime=2.32 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12952/stat : 12952 (java) S 12945 12948 7995 0 -1 1077944384 990 0 0 0 218 14 0 0 20 0 20 0 6088924 13586460672 52521 33554432000 4194304 4196468 140732896357840 139950437095952 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12953] ppid=12945 vsize=13268028 CPUtime=2.33 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12953/stat : 12953 (java) S 12945 12948 7995 0 -1 1077944384 549 0 0 0 220 13 0 0 20 0 20 0 6088924 13586460672 52521 33554432000 4194304 4196468 140732896357840 139950096341392 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12954] ppid=12945 vsize=13268028 CPUtime=2.3 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12954/stat : 12954 (java) S 12945 12948 7995 0 -1 1077944384 707 0 0 0 214 16 0 0 20 0 20 0 6088924 13586460672 52521 33554432000 4194304 4196468 140732896357840 139950095288592 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12955] ppid=12945 vsize=13268028 CPUtime=2.35 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12955/stat : 12955 (java) S 12945 12948 7995 0 -1 1077944384 1442 0 0 0 221 14 0 0 20 0 20 0 6088924 13586460672 52521 33554432000 4194304 4196468 140732896357840 139950094236816 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12956] ppid=12945 vsize=13268028 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12956/stat : 12956 (java) S 12945 12948 7995 0 -1 1077944384 1539 0 0 0 215 16 0 0 20 0 20 0 6088924 13586460672 52521 33554432000 4194304 4196468 140732896357840 139950093184016 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12957] ppid=12945 vsize=13268028 CPUtime=2.36 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12957/stat : 12957 (java) S 12945 12948 7995 0 -1 1077944384 506 0 0 0 221 15 0 0 20 0 20 0 6088924 13586460672 52521 33554432000 4194304 4196468 140732896357840 139950092131216 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12958] ppid=12945 vsize=13268028 CPUtime=2.33 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12958/stat : 12958 (java) S 12945 12948 7995 0 -1 1077944384 2359 0 0 0 219 14 0 0 20 0 20 0 6088924 13586460672 52521 33554432000 4194304 4196468 140732896357840 139950091078416 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12959] ppid=12945 vsize=13268028 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12959/stat : 12959 (java) S 12945 12948 7995 0 -1 1077944384 4524 0 0 0 193 14 0 0 20 0 20 0 6088926 13586460672 52521 33554432000 4194304 4196468 140732896357840 139949232339312 139950499195522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12960] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12960/stat : 12960 (java) S 12945 12948 7995 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 6088927 13586460672 52521 33554432000 4194304 4196468 140732896357840 139949231285344 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12961] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12961/stat : 12961 (java) S 12945 12948 7995 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 20 0 6088927 13586460672 52521 33554432000 4194304 4196468 140732896357840 139949230232432 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12962] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12962/stat : 12962 (java) S 12945 12948 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6088930 13586460672 52521 33554432000 4194304 4196468 140732896357840 139949229180752 139950499202971 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12963] ppid=12945 vsize=13268028 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12963/stat : 12963 (java) S 12945 12948 7995 0 -1 1077944384 3752 0 0 0 56 1 0 0 20 0 20 0 6088930 13586460672 52521 33554432000 4194304 4196468 140732896357840 139948892089200 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12964] ppid=12945 vsize=13268028 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12964/stat : 12964 (java) S 12945 12948 7995 0 -1 1077944384 4410 0 0 0 50 1 0 0 20 0 20 0 6088930 13586460672 52521 33554432000 4194304 4196468 140732896357840 139948891036400 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12965] ppid=12945 vsize=13268028 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12965/stat : 12965 (java) S 12945 12948 7995 0 -1 1077944384 3472 0 0 0 51 1 0 0 20 0 20 0 6088930 13586460672 52521 33554432000 4194304 4196468 140732896357840 139948889983600 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12966] ppid=12945 vsize=13268028 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12966/stat : 12966 (java) S 12945 12948 7995 0 -1 1077944384 2535 0 0 0 37 1 0 0 20 0 20 0 6088930 13586460672 52521 33554432000 4194304 4196468 140732896357840 139948888930800 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12967] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12967/stat : 12967 (java) S 12945 12948 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6088931 13586460672 52521 33554432000 4194304 4196468 140732896357840 139948887878240 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12968] ppid=12945 vsize=13268028 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12968/stat : 12968 (java) S 12945 12948 7995 0 -1 1077944384 591 0 0 0 23 29 0 0 20 0 20 0 6088931 13586460672 52521 33554432000 4194304 4196468 140732896357840 139948886825520 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 50 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
Current children cumulated CPU time (s) 2399.55
Current children cumulated vsize (KiB) 13268028



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2382.8 s]
/proc/loadavg: 1.23 1.45 1.46 3/283 13151
/proc/meminfo: memFree=30373532/32770624 swapFree=5752/140100
[pid=12948] ppid=12945 vsize=13268028 CPUtime=2400.05 cores=1,3,5,7,9,11,13,15
/proc/12948/stat : 12948 (java) S 12945 12948 7995 0 -1 1077944320 52578 0 0 0 239851 154 0 0 20 0 20 0 6088922 13586460672 52521 33554432000 4194304 4196468 140732896357840 140732896340384 139950499184375 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
/proc/12948/statm: 3317007 52521 3815 1 0 3304722 0
[pid=12948/tid=12949] ppid=12945 vsize=13268028 CPUtime=2376.75 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12949/stat : 12949 (java) R 12945 12948 7995 0 -1 4202560 21745 0 0 0 237664 11 0 0 20 0 20 0 6088923 13586460672 52521 33554432000 4194304 4196468 140732896357840 139950503422784 139950121089097 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12951] ppid=12945 vsize=13268028 CPUtime=2.32 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12951/stat : 12951 (java) S 12945 12948 7995 0 -1 1077944384 2012 0 0 0 217 15 0 0 20 0 20 0 6088924 13586460672 52521 33554432000 4194304 4196468 140732896357840 139950438148752 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12952] ppid=12945 vsize=13268028 CPUtime=2.32 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12952/stat : 12952 (java) S 12945 12948 7995 0 -1 1077944384 990 0 0 0 218 14 0 0 20 0 20 0 6088924 13586460672 52521 33554432000 4194304 4196468 140732896357840 139950437095952 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12953] ppid=12945 vsize=13268028 CPUtime=2.33 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12953/stat : 12953 (java) S 12945 12948 7995 0 -1 1077944384 549 0 0 0 220 13 0 0 20 0 20 0 6088924 13586460672 52521 33554432000 4194304 4196468 140732896357840 139950096341392 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12954] ppid=12945 vsize=13268028 CPUtime=2.3 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12954/stat : 12954 (java) S 12945 12948 7995 0 -1 1077944384 707 0 0 0 214 16 0 0 20 0 20 0 6088924 13586460672 52521 33554432000 4194304 4196468 140732896357840 139950095288592 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12955] ppid=12945 vsize=13268028 CPUtime=2.35 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12955/stat : 12955 (java) S 12945 12948 7995 0 -1 1077944384 1442 0 0 0 221 14 0 0 20 0 20 0 6088924 13586460672 52521 33554432000 4194304 4196468 140732896357840 139950094236816 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12956] ppid=12945 vsize=13268028 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12956/stat : 12956 (java) S 12945 12948 7995 0 -1 1077944384 1539 0 0 0 215 16 0 0 20 0 20 0 6088924 13586460672 52521 33554432000 4194304 4196468 140732896357840 139950093184016 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12957] ppid=12945 vsize=13268028 CPUtime=2.36 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12957/stat : 12957 (java) S 12945 12948 7995 0 -1 1077944384 506 0 0 0 221 15 0 0 20 0 20 0 6088924 13586460672 52521 33554432000 4194304 4196468 140732896357840 139950092131216 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12958] ppid=12945 vsize=13268028 CPUtime=2.33 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12958/stat : 12958 (java) S 12945 12948 7995 0 -1 1077944384 2359 0 0 0 219 14 0 0 20 0 20 0 6088924 13586460672 52521 33554432000 4194304 4196468 140732896357840 139950091078416 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12959] ppid=12945 vsize=13268028 CPUtime=2.07 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12959/stat : 12959 (java) S 12945 12948 7995 0 -1 1077944384 4524 0 0 0 193 14 0 0 20 0 20 0 6088926 13586460672 52521 33554432000 4194304 4196468 140732896357840 139949232339312 139950499195522 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12960] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12960/stat : 12960 (java) S 12945 12948 7995 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 6088927 13586460672 52521 33554432000 4194304 4196468 140732896357840 139949231285344 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12961] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12961/stat : 12961 (java) S 12945 12948 7995 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 20 0 6088927 13586460672 52521 33554432000 4194304 4196468 140732896357840 139949230232432 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12962] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12962/stat : 12962 (java) S 12945 12948 7995 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6088930 13586460672 52521 33554432000 4194304 4196468 140732896357840 139949229180752 139950499202971 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12963] ppid=12945 vsize=13268028 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12963/stat : 12963 (java) S 12945 12948 7995 0 -1 1077944384 3752 0 0 0 56 1 0 0 20 0 20 0 6088930 13586460672 52521 33554432000 4194304 4196468 140732896357840 139948892089200 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12964] ppid=12945 vsize=13268028 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12964/stat : 12964 (java) S 12945 12948 7995 0 -1 1077944384 4410 0 0 0 50 1 0 0 20 0 20 0 6088930 13586460672 52521 33554432000 4194304 4196468 140732896357840 139948891036400 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12965] ppid=12945 vsize=13268028 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12965/stat : 12965 (java) S 12945 12948 7995 0 -1 1077944384 3472 0 0 0 51 1 0 0 20 0 20 0 6088930 13586460672 52521 33554432000 4194304 4196468 140732896357840 139948889983600 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12966] ppid=12945 vsize=13268028 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12966/stat : 12966 (java) S 12945 12948 7995 0 -1 1077944384 2535 0 0 0 37 1 0 0 20 0 20 0 6088930 13586460672 52521 33554432000 4194304 4196468 140732896357840 139948888930800 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12967] ppid=12945 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12967/stat : 12967 (java) S 12945 12948 7995 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6088931 13586460672 52521 33554432000 4194304 4196468 140732896357840 139948887878240 139950499194581 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
[pid=12948/tid=12968] ppid=12945 vsize=13268028 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/12948/task/12968/stat : 12968 (java) S 12945 12948 7995 0 -1 1077944384 591 0 0 0 23 29 0 0 20 0 20 0 6088931 13586460672 52521 33554432000 4194304 4196468 140732896357840 139948886825520 139950499195522 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 50 0 0 6293624 6294260 11902976 140732896363658 140732896363844 140732896363844 140732896366543 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 13268028

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

Child status: 143
Real time (s): 2382.81
CPU time (s): 2400.08
CPU user time (s): 2398.53
CPU system time (s): 1.55023
CPU usage (%): 100.725
Max. virtual memory (cumulated for all children) (KiB): 13268028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.53
system time used= 1.55023
maximum resident set size= 219968
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52828
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2600
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 142960
involuntary context switches= 133472

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 13.8244 second user time and 20.0482 second system time

The end

Launcher Data

Begin job on node129 at 2017-07-22 09:23:35
IDJOB=4246247
IDBENCH=124359
IDSOLVER=2628
FILE ID=node129/4246247-1500708215
RUNJOBID= node129-1500683388-8491
PBS_JOBID= 20623036
Free space on /tmp= 61944 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/Langford/Langford-m2-s1/LangfordBin-45.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-4246247-1500708215/watcher-4246247-1500708215 -o /tmp/evaluation-result-4246247-1500708215/solver-4246247-1500708215 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node129-1500683388-8491 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 169519804 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246247-1500708215.xml

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

MD5SUM BENCH= d06dfc4a92b3645075aa026a1be187ca
RANDOM SEED=169519804

node129.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		: 1600.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.96
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		: 1867.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		: 1733.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.96
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		: 2668.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.96
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		: 2400.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.96
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		: 1600.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.96
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		: 1867.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.96
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		: 2267.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.96
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.96
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:        31572472 kB
MemAvailable:   31741636 kB
Buffers:          149700 kB
Cached:           290920 kB
SwapCached:            0 kB
Active:           542816 kB
Inactive:         202852 kB
Active(anon):     251796 kB
Inactive(anon):    64944 kB
Active(file):     291020 kB
Inactive(file):   137908 kB
Unevictable:        5752 kB
Mlocked:            5752 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42192 kB
Writeback:             0 kB
AnonPages:        311232 kB
Mapped:            44840 kB
Shmem:              8844 kB
Slab:             145356 kB
SReclaimable:     112140 kB
SUnreclaim:        33216 kB
KernelStack:        4480 kB
PageTables:         5712 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1156108 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    235520 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61904 MiB
End job on node129 at 2017-07-22 10:03:19