Trace number 4248721

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.05 2385.53

General information on the benchmark

NameSportsScheduling/SportsScheduling-m1-s1/
SportsScheduling-34.xml
MD5SUM1b92d79ba6653e54d61f1abcadddddde
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 variables1717
Number of constraints697
Number of domains2
Minimum domain size34
Maximum domain size561
Distribution of domain sizes[{"size":34,"count":1156},{"size":561,"count":561}]
Minimum variable degree3
Maximum variable degree4
Distribution of variable degrees[{"degree":3,"count":578},{"degree":4,"count":1139}]
Minimum constraint arity1
Maximum constraint arity561
Distribution of constraint arities[{"arity":1,"count":17},{"arity":2,"count":17},{"arity":3,"count":561},{"arity":17,"count":33},{"arity":34,"count":34},{"arity":66,"count":17},{"arity":68,"count":17},{"arity":561,"count":1}]
Number of extensional constraints561
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":561},{"type":"intension","count":34},{"type":"allDifferent","count":35},{"type":"count","count":33},{"type":"cardinality","count":34}]
Optimization problemNO
Type of objective

Solver Data

0.27/0.26	c version: 2017-06-30
0.27/0.26	c seed: 801503810
0.27/0.26	c timeout: 2400
0.27/0.26	c memlimit: 15500
0.27/0.26	c nbcore: 8
0.27/0.28	c Parsing instance...
4.48/1.59	c Parsing done, starting search...
2400.02/2385.50	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-4248721-1500746540/watcher-4248721-1500746540 -o /tmp/evaluation-result-4248721-1500746540/solver-4248721-1500746540 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1500715858-19808 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 801503810 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4248721-1500746540.xml 

pid=25109
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.43 1.45 1.48 3/263 25112
/proc/meminfo: memFree=30933172/32770624 swapFree=5936/311352
[pid=25112] ppid=25109 vsize=10638648 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/stat : 25112 (java) S 25109 25112 19776 0 -1 1077944320 2239 0 0 0 0 0 0 0 20 0 5 0 9918881 10893975552 2498 33554432000 4194304 4196468 140733575166400 140733575148944 139947835608823 0 0 0 16784584 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
/proc/25112/statm: 2659662 2498 1199 1 0 2648573 0
[pid=25112/tid=25113] ppid=25109 vsize=10640704 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25113/stat : 25113 (java) R 25109 25112 19776 0 -1 4202560 931 0 0 0 0 0 0 0 20 0 8 0 9918881 10896080896 2498 33554432000 4194304 4196468 140733575166400 139947839850192 139947828348673 0 4 0 16784584 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25114] ppid=25109 vsize=10640704 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25114/stat : 25114 (java) S 25109 25112 19776 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 8 0 9918882 10896080896 2498 33554432000 4194304 4196468 140733575166400 139947754089952 139947835619029 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25115] ppid=25109 vsize=10641732 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25115/stat : 25115 (java) S 25109 25112 19776 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 9 0 9918882 10897133568 2498 33554432000 4194304 4196468 140733575166400 139947753037152 139947835619029 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25116] ppid=25109 vsize=10642760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25116/stat : 25116 (java) S 25109 25112 19776 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 10 0 9918882 10898186240 2498 33554432000 4194304 4196468 140733575166400 139947432471776 139947835619029 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25117] ppid=25109 vsize=10642760 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25117/stat : 25117 (java) S 25109 25112 19776 0 -1 1077944384 0 0 0 0 0 0 0 0 20 0 10 0 9918882 10898186240 2498 33554432000 4194304 4196468 140733575166400 139947431418976 139947835619029 0 4 0 16784584 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25118] ppid=25109 vsize=11035976 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25118/stat : 25118 (java) D 25109 25112 19776 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 9918882 11300839424 2498 33554432000 4194304 4196468 140733575166400 139947430366176 139947828325975 0 4 0 16784584 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25119] ppid=25109 vsize=11035976 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25119/stat : 25119 (java) D 25109 25112 19776 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 9918882 11300839424 2498 33554432000 4194304 4196468 140733575166400 139947429312568 139947827836643 0 4 0 16784584 18446744071582151416 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25120] ppid=25109 vsize=11035976 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25120/stat : 25120 (java) D 25109 25112 19776 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 9918882 11300839424 2498 33554432000 4194304 4196468 140733575166400 139947428259768 139947828325975 0 4 0 16784584 18446744071582151463 0 0 -1 1 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25121] ppid=25109 vsize=11167048 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25121/stat : 25121 (java) D 25109 25112 19776 0 -1 4202560 0 0 0 0 0 0 0 0 20 0 10 0 9918882 11435057152 2498 33554432000 4194304 4196468 140733575166400 139947427206968 139947827836643 0 4 0 16784584 18446744071582151416 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0

[startup+0.100072 s]
/proc/loadavg: 1.43 1.45 1.48 3/263 25112
/proc/meminfo: memFree=30933172/32770624 swapFree=5936/311352
[pid=25112] ppid=25109 vsize=13263912 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/25112/stat : 25112 (java) S 25109 25112 19776 0 -1 1077944320 6830 0 0 0 9 1 0 0 20 0 20 0 9918881 13582245888 7077 33554432000 4194304 4196468 140733575166400 140733575148944 139947835608823 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
/proc/25112/statm: 3315978 7077 3396 1 0 3303698 0
[pid=25112/tid=25113] ppid=25109 vsize=13263912 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25113/stat : 25113 (java) R 25109 25112 19776 0 -1 4202560 4836 0 0 0 7 1 0 0 20 0 20 0 9918881 13582245888 7077 33554432000 4194304 4196468 140733575166400 139947839820992 139947835620758 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25114] ppid=25109 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25114/stat : 25114 (java) S 25109 25112 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9918882 13582245888 7077 33554432000 4194304 4196468 140733575166400 139947754089616 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25115] ppid=25109 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25115/stat : 25115 (java) S 25109 25112 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9918882 13582245888 7077 33554432000 4194304 4196468 140733575166400 139947753036816 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25116] ppid=25109 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25116/stat : 25116 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918882 13582245888 7077 33554432000 4194304 4196468 140733575166400 139947432471440 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25117] ppid=25109 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25117/stat : 25117 (java) S 25109 25112 19776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 9918882 13582245888 7077 33554432000 4194304 4196468 140733575166400 139947431418640 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25118] ppid=25109 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25118/stat : 25118 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918882 13582245888 7077 33554432000 4194304 4196468 140733575166400 139947430365840 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25119] ppid=25109 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25119/stat : 25119 (java) S 25109 25112 19776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 9918882 13582245888 7077 33554432000 4194304 4196468 140733575166400 139947429313040 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25120] ppid=25109 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25120/stat : 25120 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918882 13582245888 7077 33554432000 4194304 4196468 140733575166400 139947428260240 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25121] ppid=25109 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25121/stat : 25121 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918882 13582245888 7077 33554432000 4194304 4196468 140733575166400 139947427207440 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13263912

[startup+0.200915 s]
/proc/loadavg: 1.43 1.45 1.48 3/263 25112
/proc/meminfo: memFree=30933172/32770624 swapFree=5936/311352
[pid=25112] ppid=25109 vsize=13263912 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/25112/stat : 25112 (java) S 25109 25112 19776 0 -1 1077944320 9253 0 0 0 25 2 0 0 20 0 20 0 9918881 13582245888 9635 33554432000 4194304 4196468 140733575166400 140733575148944 139947835608823 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
/proc/25112/statm: 3315978 9635 3573 1 0 3303698 0
[pid=25112/tid=25113] ppid=25109 vsize=13263912 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25113/stat : 25113 (java) R 25109 25112 19776 0 -1 4202560 6806 0 0 0 16 1 0 0 20 0 20 0 9918881 13582245888 9635 33554432000 4194304 4196468 140733575166400 139947839821552 139947819689310 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25114] ppid=25109 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25114/stat : 25114 (java) S 25109 25112 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9918882 13582245888 9635 33554432000 4194304 4196468 140733575166400 139947754089616 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25115] ppid=25109 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25115/stat : 25115 (java) S 25109 25112 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9918882 13582245888 9635 33554432000 4194304 4196468 140733575166400 139947753036816 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25116] ppid=25109 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25116/stat : 25116 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918882 13582245888 9635 33554432000 4194304 4196468 140733575166400 139947432471440 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25117] ppid=25109 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25117/stat : 25117 (java) S 25109 25112 19776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 9918882 13582245888 9635 33554432000 4194304 4196468 140733575166400 139947431418640 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25118] ppid=25109 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25118/stat : 25118 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918882 13582245888 9635 33554432000 4194304 4196468 140733575166400 139947430365840 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25119] ppid=25109 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25119/stat : 25119 (java) S 25109 25112 19776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 9918882 13582245888 9635 33554432000 4194304 4196468 140733575166400 139947429313040 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25120] ppid=25109 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25120/stat : 25120 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918882 13582245888 9635 33554432000 4194304 4196468 140733575166400 139947428260240 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25121] ppid=25109 vsize=13263912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25121/stat : 25121 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918882 13582245888 9635 33554432000 4194304 4196468 140733575166400 139947427207440 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 13263912

[startup+0.300824 s]
/proc/loadavg: 1.43 1.45 1.48 3/263 25112
/proc/meminfo: memFree=30933172/32770624 swapFree=5936/311352
[pid=25112] ppid=25109 vsize=13263932 CPUtime=0.45 cores=1,3,5,7,9,11,13,15
/proc/25112/stat : 25112 (java) S 25109 25112 19776 0 -1 1077944320 10264 0 0 0 43 2 0 0 20 0 20 0 9918881 13582266368 12021 33554432000 4194304 4196468 140733575166400 140733575148944 139947835608823 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
/proc/25112/statm: 3315983 12021 3693 1 0 3303698 0
[pid=25112/tid=25113] ppid=25109 vsize=13263932 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25113/stat : 25113 (java) R 25109 25112 19776 0 -1 4202560 7511 0 0 0 26 2 0 0 20 0 20 0 9918881 13582266368 12021 33554432000 4194304 4196468 140733575166400 139947839829344 139947835620758 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25114] ppid=25109 vsize=13263932 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25114/stat : 25114 (java) S 25109 25112 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9918882 13582266368 12021 33554432000 4194304 4196468 140733575166400 139947754089616 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25115] ppid=25109 vsize=13263932 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25115/stat : 25115 (java) S 25109 25112 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9918882 13582266368 12021 33554432000 4194304 4196468 140733575166400 139947753036816 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25116] ppid=25109 vsize=13263932 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25116/stat : 25116 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918882 13582266368 12021 33554432000 4194304 4196468 140733575166400 139947432471440 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25117] ppid=25109 vsize=13263932 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25117/stat : 25117 (java) S 25109 25112 19776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 9918882 13582266368 12021 33554432000 4194304 4196468 140733575166400 139947431418640 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25118] ppid=25109 vsize=13263932 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25118/stat : 25118 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918882 13582266368 12021 33554432000 4194304 4196468 140733575166400 139947430365840 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25119] ppid=25109 vsize=13263932 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25119/stat : 25119 (java) S 25109 25112 19776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 9918882 13582266368 12021 33554432000 4194304 4196468 140733575166400 139947429313040 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25120] ppid=25109 vsize=13263932 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25120/stat : 25120 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918882 13582266368 12021 33554432000 4194304 4196468 140733575166400 139947428260240 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25121] ppid=25109 vsize=13263932 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25121/stat : 25121 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918882 13582266368 12021 33554432000 4194304 4196468 140733575166400 139947427207440 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 13263932

[startup+0.700609 s]
/proc/loadavg: 1.43 1.45 1.48 3/263 25112
/proc/meminfo: memFree=30933172/32770624 swapFree=5936/311352
[pid=25112] ppid=25109 vsize=13265980 CPUtime=1.54 cores=1,3,5,7,9,11,13,15
/proc/25112/stat : 25112 (java) S 25109 25112 19776 0 -1 1077944320 13631 0 0 0 150 4 0 0 20 0 20 0 9918881 13584363520 20031 33554432000 4194304 4196468 140733575166400 140733575148944 139947835608823 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
/proc/25112/statm: 3316495 20031 3771 1 0 3304210 0
[pid=25112/tid=25113] ppid=25109 vsize=13265980 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25113/stat : 25113 (java) R 25109 25112 19776 0 -1 4202560 8560 0 0 0 64 3 0 0 20 0 20 0 9918881 13584363520 20031 33554432000 4194304 4196468 140733575166400 139947839845968 139947815828349 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25114] ppid=25109 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25114/stat : 25114 (java) S 25109 25112 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9918882 13584363520 20031 33554432000 4194304 4196468 140733575166400 139947754089616 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25115] ppid=25109 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25115/stat : 25115 (java) S 25109 25112 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9918882 13584363520 20031 33554432000 4194304 4196468 140733575166400 139947753036816 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25116] ppid=25109 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25116/stat : 25116 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918882 13584363520 20031 33554432000 4194304 4196468 140733575166400 139947432471440 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25117] ppid=25109 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25117/stat : 25117 (java) S 25109 25112 19776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 9918882 13584363520 20031 33554432000 4194304 4196468 140733575166400 139947431418640 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25118] ppid=25109 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25118/stat : 25118 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918882 13584363520 20031 33554432000 4194304 4196468 140733575166400 139947430365840 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25119] ppid=25109 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25119/stat : 25119 (java) S 25109 25112 19776 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 9918882 13584363520 20031 33554432000 4194304 4196468 140733575166400 139947429313040 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25120] ppid=25109 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25120/stat : 25120 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918882 13584363520 20031 33554432000 4194304 4196468 140733575166400 139947428260240 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25121] ppid=25109 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25121/stat : 25121 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918882 13584363520 20031 33554432000 4194304 4196468 140733575166400 139947427207440 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 13265980

[startup+1.50106 s]
/proc/loadavg: 1.39 1.45 1.48 6/283 25132
/proc/meminfo: memFree=30778360/32770624 swapFree=5936/311712
[pid=25112] ppid=25109 vsize=13270076 CPUtime=4.48 cores=1,3,5,7,9,11,13,15
/proc/25112/stat : 25112 (java) S 25109 25112 19776 0 -1 1077944320 25688 0 0 0 409 39 0 0 20 0 20 0 9918881 13588557824 66908 33554432000 4194304 4196468 140733575166400 140733575148944 139947835608823 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
/proc/25112/statm: 3317519 66908 3816 1 0 3305234 0
[pid=25112/tid=25113] ppid=25109 vsize=13270076 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25113/stat : 25113 (java) R 25109 25112 19776 0 -1 4202560 11679 0 0 0 133 5 0 0 20 0 20 0 9918881 13588557824 66908 33554432000 4194304 4196468 140733575166400 139947839844832 139947835630170 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25114] ppid=25109 vsize=13270076 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25114/stat : 25114 (java) S 25109 25112 19776 0 -1 1077944384 431 0 0 0 3 3 0 0 20 0 20 0 9918882 13588557824 66908 33554432000 4194304 4196468 140733575166400 139947754089616 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25115] ppid=25109 vsize=13270076 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25115/stat : 25115 (java) S 25109 25112 19776 0 -1 1077944384 54 0 0 0 3 4 0 0 20 0 20 0 9918882 13588557824 66908 33554432000 4194304 4196468 140733575166400 139947753036816 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25116] ppid=25109 vsize=13270076 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25116/stat : 25116 (java) S 25109 25112 19776 0 -1 1077944384 57 0 0 0 3 3 0 0 20 0 20 0 9918882 13588557824 66908 33554432000 4194304 4196468 140733575166400 139947432471440 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25117] ppid=25109 vsize=13270076 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25117/stat : 25117 (java) S 25109 25112 19776 0 -1 1077944384 123 0 0 0 3 3 0 0 20 0 20 0 9918882 13588557824 66908 33554432000 4194304 4196468 140733575166400 139947431418640 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25118] ppid=25109 vsize=13270076 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25118/stat : 25118 (java) S 25109 25112 19776 0 -1 1077944384 91 0 0 0 3 4 0 0 20 0 20 0 9918882 13588557824 66908 33554432000 4194304 4196468 140733575166400 139947430365840 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25119] ppid=25109 vsize=13270076 CPUtime=0.06 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25119/stat : 25119 (java) S 25109 25112 19776 0 -1 1077944384 115 0 0 0 3 3 0 0 20 0 20 0 9918882 13588557824 66908 33554432000 4194304 4196468 140733575166400 139947429313040 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25120] ppid=25109 vsize=13270076 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25120/stat : 25120 (java) S 25109 25112 19776 0 -1 1077944384 639 0 0 0 4 3 0 0 20 0 20 0 9918882 13588557824 66908 33554432000 4194304 4196468 140733575166400 139947428260240 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25121] ppid=25109 vsize=13270076 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25121/stat : 25121 (java) S 25109 25112 19776 0 -1 1077944384 62 0 0 0 2 3 0 0 20 0 20 0 9918882 13588557824 66908 33554432000 4194304 4196468 140733575166400 139947427207440 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25123] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25123/stat : 25123 (java) S 25109 25112 19776 0 -1 1077944384 296 0 0 0 0 0 0 0 20 0 20 0 9918884 13588557824 66908 33554432000 4194304 4196468 140733575166400 139946501356400 139947835619970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25124] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25124/stat : 25124 (java) S 25109 25112 19776 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 9918884 13588557824 66908 33554432000 4194304 4196468 140733575166400 139946500302432 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25125] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25125/stat : 25125 (java) S 25109 25112 19776 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 9918885 13588557824 66908 33554432000 4194304 4196468 140733575166400 139946499249536 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25126] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25126/stat : 25126 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918887 13588557824 66908 33554432000 4194304 4196468 140733575166400 139946498197840 139947835627419 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25127] ppid=25109 vsize=13270076 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25127/stat : 25127 (java) R 25109 25112 19776 0 -1 4202560 2424 0 0 0 63 1 0 0 20 0 20 0 9918887 13588557824 66908 33554432000 4194304 4196468 140733575166400 139946497130192 139947821637472 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25128] ppid=25109 vsize=13270076 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25128/stat : 25128 (java) R 25109 25112 19776 0 -1 4202560 1800 0 0 0 61 0 0 0 20 0 20 0 9918887 13588557824 66908 33554432000 4194304 4196468 140733575166400 139946496083680 139947817127153 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25129] ppid=25109 vsize=13270076 CPUtime=0.58 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25129/stat : 25129 (java) R 25109 25112 19776 0 -1 4202560 2116 0 0 0 58 0 0 0 20 0 20 0 9918887 13588557824 66908 33554432000 4194304 4196468 140733575166400 139946495030880 139947820733888 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25130] ppid=25109 vsize=13270076 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25130/stat : 25130 (java) R 25109 25112 19776 0 -1 4202560 4359 0 0 0 64 1 0 0 20 0 20 0 9918887 13588557824 66908 33554432000 4194304 4196468 140733575166400 139946493982528 139947821289521 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25131] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25131/stat : 25131 (java) S 25109 25112 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9918887 13588557824 66908 33554432000 4194304 4196468 140733575166400 139946492935264 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25132] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25132/stat : 25132 (java) S 25109 25112 19776 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 9918888 13588557824 66908 33554432000 4194304 4196468 140733575166400 139946491882544 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
Current children cumulated CPU time (s) 4.48

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

[pid=25112/tid=25128] ppid=25109 vsize=13270076 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25128/stat : 25128 (java) S 25109 25112 19776 0 -1 1077944384 8525 0 0 0 146 2 0 0 20 0 20 0 9918887 13588557824 571682 33554432000 4194304 4196468 140733575166400 139946496092400 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25129] ppid=25109 vsize=13270076 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25129/stat : 25129 (java) S 25109 25112 19776 0 -1 1077944384 7023 0 0 0 128 2 0 0 20 0 20 0 9918887 13588557824 571682 33554432000 4194304 4196468 140733575166400 139946495039600 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25130] ppid=25109 vsize=13270076 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25130/stat : 25130 (java) S 25109 25112 19776 0 -1 1077944384 8668 0 0 0 81 2 0 0 20 0 20 0 9918887 13588557824 571682 33554432000 4194304 4196468 140733575166400 139946493986800 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 16 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25131] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25131/stat : 25131 (java) S 25109 25112 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9918887 13588557824 571682 33554432000 4194304 4196468 140733575166400 139946492935264 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25132] ppid=25109 vsize=13270076 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25132/stat : 25132 (java) S 25109 25112 19776 0 -1 1077944384 1735 0 0 0 58 83 0 0 20 0 20 0 9918888 13588557824 571682 33554432000 4194304 4196468 140733575166400 139946491882544 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 29 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
Current children cumulated CPU time (s) 2336.15
Current children cumulated vsize (KiB) 13270076

[startup+2382.3 s]
/proc/loadavg: 0.89 1.02 1.35 2/255 25256
/proc/meminfo: memFree=29393776/32770624 swapFree=5936/312876
[pid=25112] ppid=25109 vsize=13270076 CPUtime=2396.78 cores=1,3,5,7,9,11,13,15
/proc/25112/stat : 25112 (java) S 25109 25112 19776 0 -1 1077944320 192895 0 0 0 239350 328 0 0 20 0 20 0 9918881 13588557824 571805 33554432000 4194304 4196468 140733575166400 140733575148944 139947835608823 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
/proc/25112/statm: 3317519 571805 3825 1 0 3305234 0
[pid=25112/tid=25113] ppid=25109 vsize=13270076 CPUtime=2378.68 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25113/stat : 25113 (java) R 25109 25112 19776 0 -1 4202560 75247 0 0 0 237816 52 0 0 20 0 20 0 9918881 13588557824 571805 33554432000 4194304 4196468 140733575166400 139947839846944 139947441929804 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25114] ppid=25109 vsize=13270076 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25114/stat : 25114 (java) S 25109 25112 19776 0 -1 1077944384 8299 0 0 0 118 24 0 0 20 0 20 0 9918882 13588557824 571805 33554432000 4194304 4196468 140733575166400 139947754089616 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25115] ppid=25109 vsize=13270076 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25115/stat : 25115 (java) S 25109 25112 19776 0 -1 1077944384 12810 0 0 0 113 23 0 0 20 0 20 0 9918882 13588557824 571805 33554432000 4194304 4196468 140733575166400 139947753036816 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25116] ppid=25109 vsize=13270076 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25116/stat : 25116 (java) S 25109 25112 19776 0 -1 1077944384 7211 0 0 0 114 23 0 0 20 0 20 0 9918882 13588557824 571805 33554432000 4194304 4196468 140733575166400 139947432471440 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25117] ppid=25109 vsize=13270076 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25117/stat : 25117 (java) S 25109 25112 19776 0 -1 1077944384 6209 0 0 0 113 26 0 0 20 0 20 0 9918882 13588557824 571805 33554432000 4194304 4196468 140733575166400 139947431418640 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25118] ppid=25109 vsize=13270076 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25118/stat : 25118 (java) S 25109 25112 19776 0 -1 1077944384 7120 0 0 0 114 25 0 0 20 0 20 0 9918882 13588557824 571805 33554432000 4194304 4196468 140733575166400 139947430365840 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25119] ppid=25109 vsize=13270076 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25119/stat : 25119 (java) S 25109 25112 19776 0 -1 1077944384 6512 0 0 0 113 24 0 0 20 0 20 0 9918882 13588557824 571805 33554432000 4194304 4196468 140733575166400 139947429313040 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25120] ppid=25109 vsize=13270076 CPUtime=1.35 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25120/stat : 25120 (java) S 25109 25112 19776 0 -1 1077944384 10572 0 0 0 111 24 0 0 20 0 20 0 9918882 13588557824 571805 33554432000 4194304 4196468 140733575166400 139947428260240 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25121] ppid=25109 vsize=13270076 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25121/stat : 25121 (java) S 25109 25112 19776 0 -1 1077944384 7917 0 0 0 115 24 0 0 20 0 20 0 9918882 13588557824 571805 33554432000 4194304 4196468 140733575166400 139947427207440 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25123] ppid=25109 vsize=13270076 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25123/stat : 25123 (java) S 25109 25112 19776 0 -1 1077944384 16551 0 0 0 38 11 0 0 20 0 20 0 9918884 13588557824 571805 33554432000 4194304 4196468 140733575166400 139946501356400 139947835619970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25124] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25124/stat : 25124 (java) S 25109 25112 19776 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 9918884 13588557824 571805 33554432000 4194304 4196468 140733575166400 139946500302432 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25125] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25125/stat : 25125 (java) S 25109 25112 19776 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 9918885 13588557824 571805 33554432000 4194304 4196468 140733575166400 139946499249536 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25126] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25126/stat : 25126 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918887 13588557824 571805 33554432000 4194304 4196468 140733575166400 139946498197840 139947835627419 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25127] ppid=25109 vsize=13270076 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25127/stat : 25127 (java) S 25109 25112 19776 0 -1 1077944384 6990 0 0 0 135 2 0 0 20 0 20 0 9918887 13588557824 571805 33554432000 4194304 4196468 140733575166400 139946497145200 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25128] ppid=25109 vsize=13270076 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25128/stat : 25128 (java) S 25109 25112 19776 0 -1 1077944384 8531 0 0 0 146 2 0 0 20 0 20 0 9918887 13588557824 571805 33554432000 4194304 4196468 140733575166400 139946496092400 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25129] ppid=25109 vsize=13270076 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25129/stat : 25129 (java) S 25109 25112 19776 0 -1 1077944384 7034 0 0 0 128 2 0 0 20 0 20 0 9918887 13588557824 571805 33554432000 4194304 4196468 140733575166400 139946495039600 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25130] ppid=25109 vsize=13270076 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25130/stat : 25130 (java) S 25109 25112 19776 0 -1 1077944384 8675 0 0 0 81 2 0 0 20 0 20 0 9918887 13588557824 571805 33554432000 4194304 4196468 140733575166400 139946493986800 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25131] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25131/stat : 25131 (java) S 25109 25112 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9918887 13588557824 571805 33554432000 4194304 4196468 140733575166400 139946492935264 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25132] ppid=25109 vsize=13270076 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25132/stat : 25132 (java) S 25109 25112 19776 0 -1 1077944384 1780 0 0 0 59 85 0 0 20 0 20 0 9918888 13588557824 571805 33554432000 4194304 4196468 140733575166400 139946491882544 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 29 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
Current children cumulated CPU time (s) 2396.78
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2385.5 s]
/proc/loadavg: 0.90 1.02 1.35 2/255 25256
/proc/meminfo: memFree=29392044/32770624 swapFree=5936/312876
[pid=25112] ppid=25109 vsize=13270076 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/25112/stat : 25112 (java) S 25109 25112 19776 0 -1 1077944320 194281 0 0 0 239673 329 0 0 20 0 20 0 9918881 13588557824 571677 33554432000 4194304 4196468 140733575166400 140733575148944 139947835608823 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
/proc/25112/statm: 3317519 571677 3825 1 0 3305234 0
[pid=25112/tid=25113] ppid=25109 vsize=13270076 CPUtime=2381.86 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25113/stat : 25113 (java) R 25109 25112 19776 0 -1 4202560 75448 0 0 0 238134 52 0 0 20 0 20 0 9918881 13588557824 571677 33554432000 4194304 4196468 140733575166400 139947839847152 139947441929804 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25114] ppid=25109 vsize=13270076 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25114/stat : 25114 (java) S 25109 25112 19776 0 -1 1077944384 8302 0 0 0 119 24 0 0 20 0 20 0 9918882 13588557824 571677 33554432000 4194304 4196468 140733575166400 139947754089616 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25115] ppid=25109 vsize=13270076 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25115/stat : 25115 (java) S 25109 25112 19776 0 -1 1077944384 12813 0 0 0 114 23 0 0 20 0 20 0 9918882 13588557824 571677 33554432000 4194304 4196468 140733575166400 139947753036816 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25116] ppid=25109 vsize=13270076 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25116/stat : 25116 (java) S 25109 25112 19776 0 -1 1077944384 7214 0 0 0 115 23 0 0 20 0 20 0 9918882 13588557824 571677 33554432000 4194304 4196468 140733575166400 139947432471440 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25117] ppid=25109 vsize=13270076 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25117/stat : 25117 (java) S 25109 25112 19776 0 -1 1077944384 6249 0 0 0 114 26 0 0 20 0 20 0 9918882 13588557824 571677 33554432000 4194304 4196468 140733575166400 139947431418640 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25118] ppid=25109 vsize=13270076 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25118/stat : 25118 (java) S 25109 25112 19776 0 -1 1077944384 7231 0 0 0 114 25 0 0 20 0 20 0 9918882 13588557824 571677 33554432000 4194304 4196468 140733575166400 139947430365840 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25119] ppid=25109 vsize=13270076 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25119/stat : 25119 (java) S 25109 25112 19776 0 -1 1077944384 6563 0 0 0 114 24 0 0 20 0 20 0 9918882 13588557824 571677 33554432000 4194304 4196468 140733575166400 139947429313040 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25120] ppid=25109 vsize=13270076 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25120/stat : 25120 (java) S 25109 25112 19776 0 -1 1077944384 11185 0 0 0 112 24 0 0 20 0 20 0 9918882 13588557824 571677 33554432000 4194304 4196468 140733575166400 139947428260240 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25121] ppid=25109 vsize=13270076 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25121/stat : 25121 (java) S 25109 25112 19776 0 -1 1077944384 8007 0 0 0 115 24 0 0 20 0 20 0 9918882 13588557824 571677 33554432000 4194304 4196468 140733575166400 139947427207440 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25123] ppid=25109 vsize=13270076 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25123/stat : 25123 (java) S 25109 25112 19776 0 -1 1077944384 16801 0 0 0 38 11 0 0 20 0 20 0 9918884 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946501356400 139947835619970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25124] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25124/stat : 25124 (java) S 25109 25112 19776 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 9918884 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946500302432 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25125] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25125/stat : 25125 (java) S 25109 25112 19776 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 9918885 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946499249536 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25126] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25126/stat : 25126 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918887 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946498197840 139947835627419 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25127] ppid=25109 vsize=13270076 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25127/stat : 25127 (java) S 25109 25112 19776 0 -1 1077944384 6990 0 0 0 135 2 0 0 20 0 20 0 9918887 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946497145200 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25128] ppid=25109 vsize=13270076 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25128/stat : 25128 (java) S 25109 25112 19776 0 -1 1077944384 8531 0 0 0 146 2 0 0 20 0 20 0 9918887 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946496092400 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25129] ppid=25109 vsize=13270076 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25129/stat : 25129 (java) S 25109 25112 19776 0 -1 1077944384 7034 0 0 0 128 2 0 0 20 0 20 0 9918887 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946495039600 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25130] ppid=25109 vsize=13270076 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25130/stat : 25130 (java) S 25109 25112 19776 0 -1 1077944384 8675 0 0 0 81 2 0 0 20 0 20 0 9918887 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946493986800 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25131] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25131/stat : 25131 (java) S 25109 25112 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9918887 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946492935264 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25132] ppid=25109 vsize=13270076 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25132/stat : 25132 (java) S 25109 25112 19776 0 -1 1077944384 1801 0 0 0 59 86 0 0 20 0 20 0 9918888 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946491882544 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
Current children cumulated CPU time (s) 2400.02
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 25112 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2385.5 s]
/proc/loadavg: 0.90 1.02 1.35 2/255 25256
/proc/meminfo: memFree=29392044/32770624 swapFree=5936/312876
[pid=25112] ppid=25109 vsize=13270076 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/25112/stat : 25112 (java) S 25109 25112 19776 0 -1 1077944320 194281 0 0 0 239673 329 0 0 20 0 20 0 9918881 13588557824 571677 33554432000 4194304 4196468 140733575166400 140733575148944 139947835608823 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
/proc/25112/statm: 3317519 571677 3825 1 0 3305234 0
[pid=25112/tid=25113] ppid=25109 vsize=13270076 CPUtime=2381.86 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25113/stat : 25113 (java) R 25109 25112 19776 0 -1 4202560 75448 0 0 0 238134 52 0 0 20 0 20 0 9918881 13588557824 571677 33554432000 4194304 4196468 140733575166400 139947839847152 139947441929804 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25114] ppid=25109 vsize=13270076 CPUtime=1.43 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25114/stat : 25114 (java) S 25109 25112 19776 0 -1 1077944384 8302 0 0 0 119 24 0 0 20 0 20 0 9918882 13588557824 571677 33554432000 4194304 4196468 140733575166400 139947754089616 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25115] ppid=25109 vsize=13270076 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25115/stat : 25115 (java) S 25109 25112 19776 0 -1 1077944384 12813 0 0 0 114 23 0 0 20 0 20 0 9918882 13588557824 571677 33554432000 4194304 4196468 140733575166400 139947753036816 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25116] ppid=25109 vsize=13270076 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25116/stat : 25116 (java) S 25109 25112 19776 0 -1 1077944384 7214 0 0 0 115 23 0 0 20 0 20 0 9918882 13588557824 571677 33554432000 4194304 4196468 140733575166400 139947432471440 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25117] ppid=25109 vsize=13270076 CPUtime=1.4 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25117/stat : 25117 (java) S 25109 25112 19776 0 -1 1077944384 6249 0 0 0 114 26 0 0 20 0 20 0 9918882 13588557824 571677 33554432000 4194304 4196468 140733575166400 139947431418640 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25118] ppid=25109 vsize=13270076 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25118/stat : 25118 (java) S 25109 25112 19776 0 -1 1077944384 7231 0 0 0 114 25 0 0 20 0 20 0 9918882 13588557824 571677 33554432000 4194304 4196468 140733575166400 139947430365840 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25119] ppid=25109 vsize=13270076 CPUtime=1.38 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25119/stat : 25119 (java) S 25109 25112 19776 0 -1 1077944384 6563 0 0 0 114 24 0 0 20 0 20 0 9918882 13588557824 571677 33554432000 4194304 4196468 140733575166400 139947429313040 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25120] ppid=25109 vsize=13270076 CPUtime=1.36 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25120/stat : 25120 (java) S 25109 25112 19776 0 -1 1077944384 11185 0 0 0 112 24 0 0 20 0 20 0 9918882 13588557824 571677 33554432000 4194304 4196468 140733575166400 139947428260240 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25121] ppid=25109 vsize=13270076 CPUtime=1.39 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25121/stat : 25121 (java) S 25109 25112 19776 0 -1 1077944384 8007 0 0 0 115 24 0 0 20 0 20 0 9918882 13588557824 571677 33554432000 4194304 4196468 140733575166400 139947427207440 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25123] ppid=25109 vsize=13270076 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25123/stat : 25123 (java) S 25109 25112 19776 0 -1 1077944384 16801 0 0 0 38 11 0 0 20 0 20 0 9918884 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946501356400 139947835619970 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25124] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25124/stat : 25124 (java) S 25109 25112 19776 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 9918884 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946500302432 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25125] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25125/stat : 25125 (java) S 25109 25112 19776 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 9918885 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946499249536 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25126] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25126/stat : 25126 (java) S 25109 25112 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 9918887 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946498197840 139947835627419 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25127] ppid=25109 vsize=13270076 CPUtime=1.37 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25127/stat : 25127 (java) S 25109 25112 19776 0 -1 1077944384 6990 0 0 0 135 2 0 0 20 0 20 0 9918887 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946497145200 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 23 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25128] ppid=25109 vsize=13270076 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25128/stat : 25128 (java) S 25109 25112 19776 0 -1 1077944384 8531 0 0 0 146 2 0 0 20 0 20 0 9918887 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946496092400 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25129] ppid=25109 vsize=13270076 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25129/stat : 25129 (java) S 25109 25112 19776 0 -1 1077944384 7034 0 0 0 128 2 0 0 20 0 20 0 9918887 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946495039600 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25130] ppid=25109 vsize=13270076 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25130/stat : 25130 (java) S 25109 25112 19776 0 -1 1077944384 8675 0 0 0 81 2 0 0 20 0 20 0 9918887 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946493986800 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 16 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25131] ppid=25109 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25131/stat : 25131 (java) S 25109 25112 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 9918887 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946492935264 139947835619029 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
[pid=25112/tid=25132] ppid=25109 vsize=13270076 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/25112/task/25132/stat : 25132 (java) S 25109 25112 19776 0 -1 1077944384 1801 0 0 0 59 86 0 0 20 0 20 0 9918888 13588557824 571677 33554432000 4194304 4196468 140733575166400 139946491882544 139947835619970 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 29 0 0 6293624 6294260 38817792 140733575173258 140733575173444 140733575173444 140733575176143 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 13270076

Child status: 143
Real time (s): 2385.53
CPU time (s): 2400.05
CPU user time (s): 2396.74
CPU system time (s): 3.31026
CPU usage (%): 100.609
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.74
system time used= 3.31026
maximum resident set size= 2287220
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 194788
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2512
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 72759
involuntary context switches= 124622

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.3899 second user time and 19.6439 second system time

The end

Launcher Data

Begin job on node151 at 2017-07-22 20:02:20
IDJOB=4248721
IDBENCH=133921
IDSOLVER=2628
FILE ID=node151/4248721-1500746540
RUNJOBID= node151-1500715858-19808
PBS_JOBID= 20623357
Free space on /tmp= 61984 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/SportsScheduling/SportsScheduling-m1-s1/SportsScheduling-34.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-4248721-1500746540/watcher-4248721-1500746540 -o /tmp/evaluation-result-4248721-1500746540/solver-4248721-1500746540 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1500715858-19808 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 801503810 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4248721-1500746540.xml

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

MD5SUM BENCH= 1b92d79ba6653e54d61f1abcadddddde
RANDOM SEED=801503810

node151.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		: 2668.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.49
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	: 5342.81
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.49
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	: 5342.81
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.49
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	: 5342.81
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		: 2667.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.49
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		: 2400.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	: 5342.81
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.49
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		: 2668.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	: 5342.81
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.49
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		: 1600.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	: 5342.81
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		: 1867.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.49
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		: 2533.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	: 5342.81
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.49
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	: 5342.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30932524 kB
MemAvailable:   31299560 kB
Buffers:          148752 kB
Cached:           497420 kB
SwapCached:            0 kB
Active:          1079356 kB
Inactive:         320344 kB
Active(anon):     756332 kB
Inactive(anon):     8668 kB
Active(file):     323024 kB
Inactive(file):   311676 kB
Unevictable:        5936 kB
Mlocked:            5968 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42188 kB
Writeback:             8 kB
AnonPages:        759236 kB
Mapped:            46088 kB
Shmem:              8848 kB
Slab:             130012 kB
SReclaimable:      96344 kB
SUnreclaim:        33668 kB
KernelStack:        4576 kB
PageTables:         7216 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1685844 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    628736 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61984 MiB
End job on node151 at 2017-07-22 20:42:06