Trace number 4244530

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: OscaR - Conflict Ordering 2017-06-30? (TO) 2400.11 2382.82

General information on the benchmark

NameScheduling/Scheduling-js-taillard/
Taillard-js-020-20-7.xml
MD5SUM5ac81d61620ff7de9755053b8ee3703d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1640
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables420
Number of constraints440
Number of domains1
Minimum domain size1726
Maximum domain size1726
Distribution of domain sizes[{"size":1726,"count":420}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":400}]
Minimum constraint arity1
Maximum constraint arity20
Distribution of constraint arities[{"arity":1,"count":20},{"arity":2,"count":400},{"arity":20,"count":20}]
Number of extensional constraints0
Number of intensional constraints420
Distribution of constraint types[{"type":"intension","count":420},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.42/0.30	c version: 2017-06-30
0.42/0.30	c seed: 60656901
0.42/0.30	c timeout: 2400
0.42/0.30	c memlimit: 15500
0.42/0.30	c nbcore: 8
0.42/0.32	c Parsing instance...
2.37/1.18	c Parsing done, starting search...
2400.04/2382.81	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-4244530-1500687242/watcher-4244530-1500687242 -o /tmp/evaluation-result-4244530-1500687242/solver-4244530-1500687242 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500682496-8517 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 60656901 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4244530-1500687242.xml 

pid=9570
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.65 1.77 1.82 2/261 9573
/proc/meminfo: memFree=31031144/32770624 swapFree=5856/262976
[pid=9573] ppid=9570 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/stat : 9573 (java) S 9570 9573 8485 0 -1 1077944320 1719 0 0 0 0 0 0 0 20 0 2 0 3992945 369864704 1413 33554432000 4194304 4196468 140737354611984 140737354594528 140201590419191 0 0 0 16784584 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
/proc/9573/statm: 90299 1413 1072 1 0 79210 0
[pid=9573/tid=9574] ppid=9570 vsize=361196 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9574/stat : 9574 (java) S 9570 9573 8485 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 3992945 369864704 1413 33554432000 4194304 4196468 140737354611984 140201594661280 140201590430338 0 4 0 16784584 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0

[startup+0.100099 s]
/proc/loadavg: 1.65 1.77 1.82 2/261 9573
/proc/meminfo: memFree=31031144/32770624 swapFree=5856/262976
[pid=9573] ppid=9570 vsize=13264380 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/9573/stat : 9573 (java) S 9570 9573 8485 0 -1 1077944320 5587 0 0 0 8 1 0 0 20 0 20 0 3992945 13582725120 6150 33554432000 4194304 4196468 140737354611984 140737354594528 140201590419191 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
/proc/9573/statm: 3316095 6150 3296 1 0 3303815 0
[pid=9573/tid=9574] ppid=9570 vsize=13264380 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9574/stat : 9574 (java) R 9570 9573 8485 0 -1 4202560 3645 0 0 0 7 1 0 0 20 0 20 0 3992945 13582725120 6150 33554432000 4194304 4196468 140737354611984 140201594654112 140201575586496 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13264380

[startup+0.200498 s]
/proc/loadavg: 1.65 1.77 1.82 2/261 9573
/proc/meminfo: memFree=31031144/32770624 swapFree=5856/262976
[pid=9573] ppid=9570 vsize=13263912 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/9573/stat : 9573 (java) S 9570 9573 8485 0 -1 1077944320 8801 0 0 0 24 2 0 0 20 0 20 0 3992945 13582245888 8820 33554432000 4194304 4196468 140737354611984 140737354594528 140201590419191 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
/proc/9573/statm: 3315978 8820 3554 1 0 3303698 0
[pid=9573/tid=9574] ppid=9570 vsize=13263912 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9574/stat : 9574 (java) R 9570 9573 8485 0 -1 4202560 6431 0 0 0 16 1 0 0 20 0 20 0 3992945 13582245888 8820 33554432000 4194304 4196468 140737354611984 140201594639344 140201574499678 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300409 s]
/proc/loadavg: 1.65 1.77 1.82 2/261 9573
/proc/meminfo: memFree=31031144/32770624 swapFree=5856/262976
[pid=9573] ppid=9570 vsize=13263912 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/9573/stat : 9573 (java) S 9570 9573 8485 0 -1 1077944320 9849 0 0 0 39 3 0 0 20 0 20 0 3992945 13582245888 11028 33554432000 4194304 4196468 140737354611984 140737354594528 140201590419191 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
/proc/9573/statm: 3315978 11028 3625 1 0 3303698 0
[pid=9573/tid=9574] ppid=9570 vsize=13263912 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9574/stat : 9574 (java) R 9570 9573 8485 0 -1 4202560 7143 0 0 0 25 2 0 0 20 0 20 0 3992945 13582245888 11028 33554432000 4194304 4196468 140737354611984 140201594636656 140201590441117 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13263912

[startup+0.700338 s]
/proc/loadavg: 1.65 1.77 1.82 2/261 9573
/proc/meminfo: memFree=31031144/32770624 swapFree=5856/262976
[pid=9573] ppid=9570 vsize=13265980 CPUtime=1.3 cores=1,3,5,7,9,11,13,15
/proc/9573/stat : 9573 (java) S 9570 9573 8485 0 -1 1077944320 12570 0 0 0 126 4 0 0 20 0 20 0 3992945 13584363520 17942 33554432000 4194304 4196468 140737354611984 140737354594528 140201590419191 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
/proc/9573/statm: 3316495 17942 3764 1 0 3304210 0
[pid=9573/tid=9574] ppid=9570 vsize=13265980 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9574/stat : 9574 (java) R 9570 9573 8485 0 -1 4202560 8180 0 0 0 64 3 0 0 20 0 20 0 3992945 13584363520 17942 33554432000 4194304 4196468 140737354611984 140201594655288 140201590431126 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 13265980

[startup+1.50111 s]
/proc/loadavg: 1.65 1.77 1.82 7/257 9651
/proc/meminfo: memFree=31663232/32770624 swapFree=5856/299652
[pid=9573] ppid=9570 vsize=13270076 CPUtime=3.99 cores=1,3,5,7,9,11,13,15
/proc/9573/stat : 9573 (java) S 9570 9573 8485 0 -1 1077944320 27918 0 0 0 392 7 0 0 20 0 20 0 3992945 13588557824 33896 33554432000 4194304 4196468 140737354611984 140737354594528 140201590419191 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
/proc/9573/statm: 3317519 33896 3792 1 0 3305234 0
[pid=9573/tid=9574] ppid=9570 vsize=13270076 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9574/stat : 9574 (java) R 9570 9573 8485 0 -1 4202560 12130 0 0 0 143 4 0 0 20 0 20 0 3992945 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201594654568 140201227329845 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9576] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9576/stat : 9576 (java) S 9570 9573 8485 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201189116432 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9577] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9577/stat : 9577 (java) S 9570 9573 8485 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201188063888 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9578] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9578/stat : 9578 (java) S 9570 9573 8485 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201187010832 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9579] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9579/stat : 9579 (java) S 9570 9573 8485 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201185958288 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9580] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9580/stat : 9580 (java) S 9570 9573 8485 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201184906256 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9581] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9581/stat : 9581 (java) S 9570 9573 8485 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201183853712 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9582] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9582/stat : 9582 (java) S 9570 9573 8485 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201182800656 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9583] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9583/stat : 9583 (java) S 9570 9573 8485 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201181748112 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9584] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9584/stat : 9584 (java) S 9570 9573 8485 0 -1 1077944384 501 0 0 0 0 0 0 0 20 0 20 0 3992948 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201053546736 140201590430338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9585] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9585/stat : 9585 (java) S 9570 9573 8485 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3992949 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201052492960 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9586] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9586/stat : 9586 (java) S 9570 9573 8485 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3992949 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201051439856 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9587] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9587/stat : 9587 (java) S 9570 9573 8485 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3992953 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201050388432 140201590437787 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9588] ppid=9570 vsize=13270076 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9588/stat : 9588 (java) R 9570 9573 8485 0 -1 4202560 2005 0 0 0 63 0 0 0 20 0 20 0 3992953 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201049322944 140201570112295 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9589] ppid=9570 vsize=13270076 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9589/stat : 9589 (java) R 9570 9573 8485 0 -1 4202560 1470 0 0 0 60 0 0 0 20 0 20 0 3992953 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201048283120 140201590431126 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9590] ppid=9570 vsize=13270076 CPUtime=0.59 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9590/stat : 9590 (java) R 9570 9573 8485 0 -1 4202560 2416 0 0 0 59 0 0 0 20 0 20 0 3992953 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201047218240 140201573830086 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9591] ppid=9570 vsize=13270076 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9591/stat : 9591 (java) R 9570 9573 8485 0 -1 4202560 8004 0 0 0 66 1 0 0 20 0 20 0 3992953 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201046174144 140201569032312 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9592] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9592/stat : 9592 (java) S 9570 9573 8485 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3992953 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201045125600 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9593] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9593/stat : 9593 (java) S 9570 9573 8485 0 -1 1077944384 7 0 0 0 0 0 0 0 20 0 20 0 3992954 13588557824 33896 33554432000 4194304 4196468 140737354611984 140201044073136 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
Current children cumulated CPU time (s) 3.99
Current children cumulated vsize (KiB) 13270076

[startup+3.10284 s]
/proc/loadavg: 1.65 1.77 1.82 4/281 9680
/proc/meminfo: memFree=31532196/32770624 swapFree=5856/263044
[pid=9573] ppid=9570 vsize=13270076 CPUtime=7.02 cores=1,3,5,7,9,11,13,15
/proc/9573/stat : 9573 (java) S 9570 9573 8485 0 -1 1077944320 31494 0 0 0 691 11 0 0 20 0 20 0 3992945 13588557824 54479 33554432000 4194304 4196468 140737354611984 140737354594528 140201590419191 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
/proc/9573/statm: 3317519 54479 3797 1 0 3305234 0
[pid=9573/tid=9574] ppid=9570 vsize=13270076 CPUtime=3.06 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9574/stat : 9574 (java) S 9570 9573 8485 0 -1 1077944384 12308 0 0 0 301 5 0 0 20 0 20 0 3992945 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201594657792 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9576] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9576/stat : 9576 (java) R 9570 9573 8485 0 -1 4202560 28 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201189116432 140201590429397 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9577] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9577/stat : 9577 (java) R 9570 9573 8485 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201188063888 140201590429397 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9578] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9578/stat : 9578 (java) R 9570 9573 8485 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201187010832 140201590429397 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9579] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9579/stat : 9579 (java) S 9570 9573 8485 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201185958288 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9580] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9580/stat : 9580 (java) S 9570 9573 8485 0 -1 1077944384 286 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201184906272 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9581] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9581/stat : 9581 (java) S 9570 9573 8485 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201183853712 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9582] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9582/stat : 9582 (java) S 9570 9573 8485 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201182800656 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9583] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9583/stat : 9583 (java) R 9570 9573 8485 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201181748112 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9584] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9584/stat : 9584 (java) R 9570 9573 8485 0 -1 4202560 546 0 0 0 0 0 0 0 20 0 20 0 3992948 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201053545248 140201590440538 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9585] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9585/stat : 9585 (java) S 9570 9573 8485 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3992949 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201052492960 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9586] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9586/stat : 9586 (java) S 9570 9573 8485 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3992949 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201051439856 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9587] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9587/stat : 9587 (java) S 9570 9573 8485 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3992953 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201050388432 140201590437787 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9588] ppid=9570 vsize=13270076 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9588/stat : 9588 (java) S 9570 9573 8485 0 -1 1077944384 2196 0 0 0 99 1 0 0 20 0 20 0 3992953 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201049336560 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9589] ppid=9570 vsize=13270076 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9589/stat : 9589 (java) S 9570 9573 8485 0 -1 1077944384 2055 0 0 0 100 0 0 0 20 0 20 0 3992953 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201048284016 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9590] ppid=9570 vsize=13270076 CPUtime=1.12 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9590/stat : 9590 (java) S 9570 9573 8485 0 -1 1077944384 4168 0 0 0 112 0 0 0 20 0 20 0 3992953 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201047230960 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9591] ppid=9570 vsize=13270076 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9591/stat : 9591 (java) S 9570 9573 8485 0 -1 1077944384 8219 0 0 0 74 1 0 0 20 0 20 0 3992953 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201046178416 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9592] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9592/stat : 9592 (java) S 9570 9573 8485 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3992953 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201045125600 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9593] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9593/stat : 9593 (java) S 9570 9573 8485 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 3992954 13588557824 54479 33554432000 4194304 4196468 140737354611984 140201044073136 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
Current children cumulated CPU time (s) 7.02
Current children cumulated vsize (KiB) 13270076

[startup+6.3007 s]
/proc/loadavg: 1.68 1.77 1.82 3/281 9680
/proc/meminfo: memFree=31334904/32770624 swapFree=5856/263056
[pid=9573] ppid=9570 vsize=13270076 CPUtime=10.71 cores=1,3,5,7,9,11,13,15
/proc/9573/stat : 9573 (java) S 9570 9573 8485 0 -1 1077944320 32483 0 0 0 1059 12 0 0 20 0 20 0 3992945 13588557824 56602 33554432000 4194304 4196468 140737354611984 140737354594528 140201590419191 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
/proc/9573/statm: 3317519 56602 3806 1 0 3305234 0
[pid=9573/tid=9574] ppid=9570 vsize=13270076 CPUtime=6.25 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9574/stat : 9574 (java) R 9570 9573 8485 0 -1 4202560 12376 0 0 0 620 5 0 0 20 0 20 0 3992945 13588557824 56602 33554432000 4194304 4196468 140737354611984 140201594655080 140201236256483 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9576] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9576/stat : 9576 (java) S 9570 9573 8485 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 56602 33554432000 4194304 4196468 140737354611984 140201189116432 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9577] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9577/stat : 9577 (java) S 9570 9573 8485 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 56602 33554432000 4194304 4196468 140737354611984 140201188063888 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9578] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9578/stat : 9578 (java) S 9570 9573 8485 0 -1 1077944384 28 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 56602 33554432000 4194304 4196468 140737354611984 140201187010832 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9579] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9579/stat : 9579 (java) S 9570 9573 8485 0 -1 1077944384 32 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 56602 33554432000 4194304 4196468 140737354611984 140201185958288 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9580] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9580/stat : 9580 (java) S 9570 9573 8485 0 -1 1077944384 286 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 56602 33554432000 4194304 4196468 140737354611984 140201184906256 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9581] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9581/stat : 9581 (java) S 9570 9573 8485 0 -1 1077944384 142 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 56602 33554432000 4194304 4196468 140737354611984 140201183853712 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9582] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9582/stat : 9582 (java) S 9570 9573 8485 0 -1 1077944384 37 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 56602 33554432000 4194304 4196468 140737354611984 140201182800656 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9583] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9583/stat : 9583 (java) S 9570 9573 8485 0 -1 1077944384 26 0 0 0 0 0 0 0 20 0 20 0 3992946 13588557824 56602 33554432000 4194304 4196468 140737354611984 140201181748112 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9584] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9584/stat : 9584 (java) S 9570 9573 8485 0 -1 1077944384 717 0 0 0 0 0 0 0 20 0 20 0 3992948 13588557824 56602 33554432000 4194304 4196468 140737354611984 140201053546736 140201590430338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9585] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9585/stat : 9585 (java) S 9570 9573 8485 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 3992949 13588557824 56602 33554432000 4194304 4196468 140737354611984 140201052493024 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9586] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9586/stat : 9586 (java) S 9570 9573 8485 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 3992949 13588557824 56602 33554432000 4194304 4196468 140737354611984 140201051439872 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9587] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=9573/tid=9589] ppid=9570 vsize=13270076 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9589/stat : 9589 (java) S 9570 9573 8485 0 -1 1077944384 4286 0 0 0 124 0 0 0 20 0 20 0 3992953 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201048284016 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9590] ppid=9570 vsize=13270076 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9590/stat : 9590 (java) S 9570 9573 8485 0 -1 1077944384 7148 0 0 0 133 1 0 0 20 0 20 0 3992953 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201047230960 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9591] ppid=9570 vsize=13270076 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9591/stat : 9591 (java) S 9570 9573 8485 0 -1 1077944384 12360 0 0 0 79 2 0 0 20 0 20 0 3992953 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201046178416 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9592] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9592/stat : 9592 (java) S 9570 9573 8485 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3992953 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201045125600 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9593] ppid=9570 vsize=13270076 CPUtime=0.49 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9593/stat : 9593 (java) S 9570 9573 8485 0 -1 1077944384 871 0 0 0 20 29 0 0 20 0 20 0 3992954 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201044073136 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
Current children cumulated CPU time (s) 2279.03
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.67 1.61 1.62 3/283 9774
/proc/meminfo: memFree=31340224/32770624 swapFree=5856/264868
[pid=9573] ppid=9570 vsize=13270076 CPUtime=2339.24 cores=1,3,5,7,9,11,13,15
/proc/9573/stat : 9573 (java) S 9570 9573 8485 0 -1 1077944320 77940 0 0 0 233816 108 0 0 20 0 20 0 3992945 13588557824 55659 33554432000 4194304 4196468 140737354611984 140737354594528 140201590419191 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
/proc/9573/statm: 3317519 55659 3819 1 0 3305234 0
[pid=9573/tid=9574] ppid=9570 vsize=13270076 CPUtime=2318.05 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9574/stat : 9574 (java) R 9570 9573 8485 0 -1 4202560 26058 0 0 0 231797 8 0 0 20 0 20 0 3992945 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201594657536 140201236152371 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9576] ppid=9570 vsize=13270076 CPUtime=1.86 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9576/stat : 9576 (java) S 9570 9573 8485 0 -1 1077944384 685 0 0 0 178 8 0 0 20 0 20 0 3992946 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201189116432 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9577] ppid=9570 vsize=13270076 CPUtime=1.87 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9577/stat : 9577 (java) S 9570 9573 8485 0 -1 1077944384 2526 0 0 0 179 8 0 0 20 0 20 0 3992946 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201188063888 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9578] ppid=9570 vsize=13270076 CPUtime=1.87 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9578/stat : 9578 (java) S 9570 9573 8485 0 -1 1077944384 1479 0 0 0 177 10 0 0 20 0 20 0 3992946 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201187010832 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9579] ppid=9570 vsize=13270076 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9579/stat : 9579 (java) S 9570 9573 8485 0 -1 1077944384 2632 0 0 0 168 9 0 0 20 0 20 0 3992946 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201185958288 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9580] ppid=9570 vsize=13270076 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9580/stat : 9580 (java) S 9570 9573 8485 0 -1 1077944384 3841 0 0 0 177 8 0 0 20 0 20 0 3992946 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201184906256 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9581] ppid=9570 vsize=13270076 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9581/stat : 9581 (java) S 9570 9573 8485 0 -1 1077944384 1224 0 0 0 178 7 0 0 20 0 20 0 3992946 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201183853712 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9582] ppid=9570 vsize=13270076 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9582/stat : 9582 (java) S 9570 9573 8485 0 -1 1077944384 1964 0 0 0 177 6 0 0 20 0 20 0 3992946 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201182800656 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9583] ppid=9570 vsize=13270076 CPUtime=1.82 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9583/stat : 9583 (java) S 9570 9573 8485 0 -1 1077944384 928 0 0 0 173 9 0 0 20 0 20 0 3992946 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201181748112 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9584] ppid=9570 vsize=13270076 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9584/stat : 9584 (java) S 9570 9573 8485 0 -1 1077944384 5895 0 0 0 106 11 0 0 20 0 20 0 3992948 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201053546736 140201590430338 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9585] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9585/stat : 9585 (java) S 9570 9573 8485 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 3992949 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201052493024 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9586] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9586/stat : 9586 (java) S 9570 9573 8485 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 3992949 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201051439872 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9587] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9587/stat : 9587 (java) S 9570 9573 8485 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3992953 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201050388432 140201590437787 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9588] ppid=9570 vsize=13270076 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9588/stat : 9588 (java) S 9570 9573 8485 0 -1 1077944384 4599 0 0 0 125 1 0 0 20 0 20 0 3992953 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201049336560 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9589] ppid=9570 vsize=13270076 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9589/stat : 9589 (java) S 9570 9573 8485 0 -1 1077944384 4288 0 0 0 124 0 0 0 20 0 20 0 3992953 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201048284016 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9590] ppid=9570 vsize=13270076 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9590/stat : 9590 (java) S 9570 9573 8485 0 -1 1077944384 7150 0 0 0 133 1 0 0 20 0 20 0 3992953 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201047230960 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9591] ppid=9570 vsize=13270076 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9591/stat : 9591 (java) S 9570 9573 8485 0 -1 1077944384 12362 0 0 0 79 2 0 0 20 0 20 0 3992953 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201046178416 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9592] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9592/stat : 9592 (java) S 9570 9573 8485 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3992953 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201045125600 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9593] ppid=9570 vsize=13270076 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9593/stat : 9593 (java) S 9570 9573 8485 0 -1 1077944384 887 0 0 0 20 30 0 0 20 0 20 0 3992954 13588557824 55659 33554432000 4194304 4196468 140737354611984 140201044073136 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
Current children cumulated CPU time (s) 2339.24
Current children cumulated vsize (KiB) 13270076

[startup+2382.3 s]
/proc/loadavg: 1.98 1.71 1.66 3/283 9775
/proc/meminfo: memFree=31337824/32770624 swapFree=5856/264900
[pid=9573] ppid=9570 vsize=13270076 CPUtime=2399.54 cores=1,3,5,7,9,11,13,15
/proc/9573/stat : 9573 (java) S 9570 9573 8485 0 -1 1077944320 78020 0 0 0 239844 110 0 0 20 0 20 0 3992945 13588557824 56171 33554432000 4194304 4196468 140737354611984 140737354594528 140201590419191 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
/proc/9573/statm: 3317519 56171 3819 1 0 3305234 0
[pid=9573/tid=9574] ppid=9570 vsize=13270076 CPUtime=2377.94 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9574/stat : 9574 (java) R 9570 9573 8485 0 -1 4202560 26102 0 0 0 237786 8 0 0 20 0 20 0 3992945 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201594657536 140201235979260 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9576] ppid=9570 vsize=13270076 CPUtime=1.92 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9576/stat : 9576 (java) S 9570 9573 8485 0 -1 1077944384 687 0 0 0 183 9 0 0 20 0 20 0 3992946 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201189116432 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9577] ppid=9570 vsize=13270076 CPUtime=1.91 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9577/stat : 9577 (java) S 9570 9573 8485 0 -1 1077944384 2526 0 0 0 183 8 0 0 20 0 20 0 3992946 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201188063888 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9578] ppid=9570 vsize=13270076 CPUtime=1.91 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9578/stat : 9578 (java) S 9570 9573 8485 0 -1 1077944384 1499 0 0 0 181 10 0 0 20 0 20 0 3992946 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201187010832 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9579] ppid=9570 vsize=13270076 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9579/stat : 9579 (java) S 9570 9573 8485 0 -1 1077944384 2633 0 0 0 172 9 0 0 20 0 20 0 3992946 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201185958288 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9580] ppid=9570 vsize=13270076 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9580/stat : 9580 (java) S 9570 9573 8485 0 -1 1077944384 3843 0 0 0 181 9 0 0 20 0 20 0 3992946 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201184906256 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9581] ppid=9570 vsize=13270076 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9581/stat : 9581 (java) S 9570 9573 8485 0 -1 1077944384 1225 0 0 0 183 7 0 0 20 0 20 0 3992946 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201183853712 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9582] ppid=9570 vsize=13270076 CPUtime=1.87 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9582/stat : 9582 (java) S 9570 9573 8485 0 -1 1077944384 1964 0 0 0 181 6 0 0 20 0 20 0 3992946 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201182800656 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9583] ppid=9570 vsize=13270076 CPUtime=1.88 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9583/stat : 9583 (java) S 9570 9573 8485 0 -1 1077944384 930 0 0 0 178 10 0 0 20 0 20 0 3992946 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201181748112 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9584] ppid=9570 vsize=13270076 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9584/stat : 9584 (java) S 9570 9573 8485 0 -1 1077944384 5899 0 0 0 109 11 0 0 20 0 20 0 3992948 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201053546736 140201590430338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9585] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9585/stat : 9585 (java) S 9570 9573 8485 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 3992949 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201052493024 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9586] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9586/stat : 9586 (java) S 9570 9573 8485 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 3992949 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201051439872 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9587] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9587/stat : 9587 (java) S 9570 9573 8485 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3992953 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201050388432 140201590437787 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9588] ppid=9570 vsize=13270076 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9588/stat : 9588 (java) S 9570 9573 8485 0 -1 1077944384 4599 0 0 0 125 1 0 0 20 0 20 0 3992953 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201049336560 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9589] ppid=9570 vsize=13270076 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9589/stat : 9589 (java) S 9570 9573 8485 0 -1 1077944384 4288 0 0 0 124 0 0 0 20 0 20 0 3992953 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201048284016 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9590] ppid=9570 vsize=13270076 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9590/stat : 9590 (java) S 9570 9573 8485 0 -1 1077944384 7150 0 0 0 133 1 0 0 20 0 20 0 3992953 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201047230960 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9591] ppid=9570 vsize=13270076 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9591/stat : 9591 (java) S 9570 9573 8485 0 -1 1077944384 12362 0 0 0 79 2 0 0 20 0 20 0 3992953 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201046178416 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9592] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9592/stat : 9592 (java) S 9570 9573 8485 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3992953 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201045125600 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9593] ppid=9570 vsize=13270076 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9593/stat : 9593 (java) S 9570 9573 8485 0 -1 1077944384 891 0 0 0 21 31 0 0 20 0 20 0 3992954 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201044073136 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
Current children cumulated CPU time (s) 2399.54
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2382.8 s]
/proc/loadavg: 1.98 1.71 1.66 3/283 9775
/proc/meminfo: memFree=31337824/32770624 swapFree=5856/264900
[pid=9573] ppid=9570 vsize=13270076 CPUtime=2400.04 cores=1,3,5,7,9,11,13,15
/proc/9573/stat : 9573 (java) S 9570 9573 8485 0 -1 1077944320 78020 0 0 0 239894 110 0 0 20 0 20 0 3992945 13588557824 56171 33554432000 4194304 4196468 140737354611984 140737354594528 140201590419191 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
/proc/9573/statm: 3317519 56171 3819 1 0 3305234 0
[pid=9573/tid=9574] ppid=9570 vsize=13270076 CPUtime=2378.44 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9574/stat : 9574 (java) R 9570 9573 8485 0 -1 4202560 26102 0 0 0 237836 8 0 0 20 0 20 0 3992945 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201594657536 140201236667758 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9576] ppid=9570 vsize=13270076 CPUtime=1.92 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9576/stat : 9576 (java) S 9570 9573 8485 0 -1 1077944384 687 0 0 0 183 9 0 0 20 0 20 0 3992946 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201189116432 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9577] ppid=9570 vsize=13270076 CPUtime=1.91 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9577/stat : 9577 (java) S 9570 9573 8485 0 -1 1077944384 2526 0 0 0 183 8 0 0 20 0 20 0 3992946 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201188063888 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9578] ppid=9570 vsize=13270076 CPUtime=1.91 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9578/stat : 9578 (java) S 9570 9573 8485 0 -1 1077944384 1499 0 0 0 181 10 0 0 20 0 20 0 3992946 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201187010832 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9579] ppid=9570 vsize=13270076 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9579/stat : 9579 (java) S 9570 9573 8485 0 -1 1077944384 2633 0 0 0 172 9 0 0 20 0 20 0 3992946 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201185958288 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9580] ppid=9570 vsize=13270076 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9580/stat : 9580 (java) S 9570 9573 8485 0 -1 1077944384 3843 0 0 0 181 9 0 0 20 0 20 0 3992946 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201184906256 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9581] ppid=9570 vsize=13270076 CPUtime=1.9 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9581/stat : 9581 (java) S 9570 9573 8485 0 -1 1077944384 1225 0 0 0 183 7 0 0 20 0 20 0 3992946 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201183853712 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9582] ppid=9570 vsize=13270076 CPUtime=1.87 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9582/stat : 9582 (java) S 9570 9573 8485 0 -1 1077944384 1964 0 0 0 181 6 0 0 20 0 20 0 3992946 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201182800656 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9583] ppid=9570 vsize=13270076 CPUtime=1.88 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9583/stat : 9583 (java) S 9570 9573 8485 0 -1 1077944384 930 0 0 0 178 10 0 0 20 0 20 0 3992946 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201181748112 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9584] ppid=9570 vsize=13270076 CPUtime=1.2 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9584/stat : 9584 (java) S 9570 9573 8485 0 -1 1077944384 5899 0 0 0 109 11 0 0 20 0 20 0 3992948 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201053546736 140201590430338 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9585] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9585/stat : 9585 (java) S 9570 9573 8485 0 -1 1077944384 55 0 0 0 0 0 0 0 20 0 20 0 3992949 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201052493024 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9586] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9586/stat : 9586 (java) S 9570 9573 8485 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 3992949 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201051439872 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9587] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9587/stat : 9587 (java) S 9570 9573 8485 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3992953 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201050388432 140201590437787 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9588] ppid=9570 vsize=13270076 CPUtime=1.26 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9588/stat : 9588 (java) S 9570 9573 8485 0 -1 1077944384 4599 0 0 0 125 1 0 0 20 0 20 0 3992953 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201049336560 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9589] ppid=9570 vsize=13270076 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9589/stat : 9589 (java) S 9570 9573 8485 0 -1 1077944384 4288 0 0 0 124 0 0 0 20 0 20 0 3992953 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201048284016 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9590] ppid=9570 vsize=13270076 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9590/stat : 9590 (java) S 9570 9573 8485 0 -1 1077944384 7150 0 0 0 133 1 0 0 20 0 20 0 3992953 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201047230960 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9591] ppid=9570 vsize=13270076 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9591/stat : 9591 (java) S 9570 9573 8485 0 -1 1077944384 12362 0 0 0 79 2 0 0 20 0 20 0 3992953 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201046178416 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9592] ppid=9570 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9592/stat : 9592 (java) S 9570 9573 8485 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3992953 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201045125600 140201590429397 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
[pid=9573/tid=9593] ppid=9570 vsize=13270076 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/9573/task/9593/stat : 9593 (java) S 9570 9573 8485 0 -1 1077944384 891 0 0 0 21 31 0 0 20 0 20 0 3992954 13588557824 56171 33554432000 4194304 4196468 140737354611984 140201044073136 140201590430338 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26607616 140737354613899 140737354614084 140737354614084 140737354616783 0
Current children cumulated CPU time (s) 2400.04
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 9573 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2382.82
CPU time (s): 2400.11
CPU user time (s): 2399.01
CPU system time (s): 1.10651
CPU usage (%): 100.726
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.01
system time used= 1.10651
maximum resident set size= 233104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 78248
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2672
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 107372
involuntary context switches= 130547

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.6409 second user time and 17.4275 second system time

The end

Launcher Data

Begin job on node117 at 2017-07-22 03:34:03
IDJOB=4244530
IDBENCH=115761
IDSOLVER=2628
FILE ID=node117/4244530-1500687242
RUNJOBID= node117-1500682496-8517
PBS_JOBID= 20623327
Free space on /tmp= 61964 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/Scheduling/Scheduling-js-taillard/Taillard-js-020-20-7.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-4244530-1500687242/watcher-4244530-1500687242 -o /tmp/evaluation-result-4244530-1500687242/solver-4244530-1500687242 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500682496-8517 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 60656901 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4244530-1500687242.xml

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

MD5SUM BENCH= 5ac81d61620ff7de9755053b8ee3703d
RANDOM SEED=60656901

node117.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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.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.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.92
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		: 2533.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.92
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.92
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		: 1600.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.92
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		: 2133.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.92
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.92
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		: 2267.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:        31031500 kB
MemAvailable:   31275580 kB
Buffers:          103936 kB
Cached:           423244 kB
SwapCached:            0 kB
Active:          1032864 kB
Inactive:         271664 kB
Active(anon):     780356 kB
Inactive(anon):     8688 kB
Active(file):     252508 kB
Inactive(file):   262976 kB
Unevictable:        5856 kB
Mlocked:            5856 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42236 kB
Writeback:             0 kB
AnonPages:        789272 kB
Mapped:            44716 kB
Shmem:              8840 kB
Slab:             121964 kB
SReclaimable:      88860 kB
SUnreclaim:        33104 kB
KernelStack:        4688 kB
PageTables:         7296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1463824 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    718848 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= 61920 MiB
End job on node117 at 2017-07-22 04:13:46