Trace number 4244434

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 - Hybrid 2017-06-30? (TO) 2400.1 2380.31

General information on the benchmark

NameScheduling/Scheduling-fs-taillard/
Taillard-fs-050-20-1.xml
MD5SUMfe7e3e2412edf0b59c3173e00c93d043
Bench CategoryCOP (optimization 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 variables1050
Number of constraints1070
Number of domains1
Minimum domain size3815
Maximum domain size3815
Distribution of domain sizes[{"size":3815,"count":1050}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":50},{"degree":3,"count":1000}]
Minimum constraint arity1
Maximum constraint arity50
Distribution of constraint arities[{"arity":1,"count":50},{"arity":2,"count":1000},{"arity":50,"count":20}]
Number of extensional constraints0
Number of intensional constraints1050
Distribution of constraint types[{"type":"intension","count":1050},{"type":"noOverlap","count":20}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.26/0.26	c version: 2017-06-30
0.26/0.26	c seed: 2065594394
0.26/0.26	c timeout: 2400
0.26/0.26	c memlimit: 15500
0.26/0.26	c nbcore: 8
0.26/0.29	c Parsing instance...
4.85/1.63	c Parsing done, starting first complete search...
2400.08/2380.30	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-4244434-1500684912/watcher-4244434-1500684912 -o /tmp/evaluation-result-4244434-1500684912/solver-4244434-1500684912 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node115-1500682518-14756 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 2065594394 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4244434-1500684912.xml 

pid=15052
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.84 1.77 2.30 2/261 15055
/proc/meminfo: memFree=31651756/32770624 swapFree=5864/211528
[pid=15055] ppid=15052 vsize=109408 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/stat : 15055 (java) S 15052 15055 14040 0 -1 1077944320 1575 0 0 0 0 0 0 0 20 0 2 0 3760270 112033792 1332 33554432000 4194304 4196468 140730354238560 140730354221104 140005561921271 0 0 0 16784584 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
/proc/15055/statm: 27360 1332 1001 1 0 16810 0
[pid=15055/tid=15056] ppid=15052 vsize=109440 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15056/stat : 15056 (java) R 15052 15055 14040 0 -1 4202560 319 0 0 0 0 0 0 0 20 0 2 0 3760271 112066560 1360 33554432000 4194304 4196468 140730354238560 140005566162320 140005554162661 0 4 0 16784584 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0

[startup+0.100124 s]
/proc/loadavg: 1.84 1.77 2.30 2/261 15055
/proc/meminfo: memFree=31651756/32770624 swapFree=5864/211528
[pid=15055] ppid=15052 vsize=13263912 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/15055/stat : 15055 (java) S 15052 15055 14040 0 -1 1077944320 6832 0 0 0 9 1 0 0 20 0 20 0 3760270 13582245888 7049 33554432000 4194304 4196468 140730354238560 140730354221104 140005561921271 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
/proc/15055/statm: 3315978 7049 3391 1 0 3303698 0
[pid=15055/tid=15056] ppid=15052 vsize=13263912 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15056/stat : 15056 (java) R 15052 15055 14040 0 -1 4202560 4809 0 0 0 7 0 0 0 20 0 20 0 3760271 13582245888 7049 33554432000 4194304 4196468 140730354238560 140005566115360 140005561933206 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13263912

[startup+0.200328 s]
/proc/loadavg: 1.84 1.77 2.30 2/261 15055
/proc/meminfo: memFree=31651756/32770624 swapFree=5864/211528
[pid=15055] ppid=15052 vsize=13263912 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/15055/stat : 15055 (java) S 15052 15055 14040 0 -1 1077944320 9185 0 0 0 24 2 0 0 20 0 20 0 3760270 13582245888 9504 33554432000 4194304 4196468 140730354238560 140730354221104 140005561921271 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
/proc/15055/statm: 3315978 9504 3525 1 0 3303698 0
[pid=15055/tid=15056] ppid=15052 vsize=13263912 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15056/stat : 15056 (java) R 15052 15055 14040 0 -1 4202560 6736 0 0 0 16 1 0 0 20 0 20 0 3760271 13582245888 9504 33554432000 4194304 4196468 140730354238560 140005566133888 140005546001758 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300365 s]
/proc/loadavg: 1.84 1.77 2.30 2/261 15055
/proc/meminfo: memFree=31651756/32770624 swapFree=5864/211528
[pid=15055] ppid=15052 vsize=13263932 CPUtime=0.46 cores=1,3,5,7,9,11,13,15
/proc/15055/stat : 15055 (java) S 15052 15055 14040 0 -1 1077944320 10484 0 0 0 43 3 0 0 20 0 20 0 3760270 13582266368 12259 33554432000 4194304 4196468 140730354238560 140730354221104 140005561921271 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
/proc/15055/statm: 3315983 12259 3714 1 0 3303698 0
[pid=15055/tid=15056] ppid=15052 vsize=13263932 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15056/stat : 15056 (java) R 15052 15055 14040 0 -1 4202560 7333 0 0 0 25 2 0 0 20 0 20 0 3760271 13582266368 12259 33554432000 4194304 4196468 140730354238560 140005566157552 140005543559372 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13263932

[startup+0.70028 s]
/proc/loadavg: 1.84 1.77 2.30 2/261 15055
/proc/meminfo: memFree=31651756/32770624 swapFree=5864/211528
[pid=15055] ppid=15052 vsize=13265980 CPUtime=1.67 cores=1,3,5,7,9,11,13,15
/proc/15055/stat : 15055 (java) S 15052 15055 14040 0 -1 1077944320 14728 0 0 0 162 5 0 0 20 0 20 0 3760270 13584363520 21066 33554432000 4194304 4196468 140730354238560 140730354221104 140005561921271 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
/proc/15055/statm: 3316495 21066 3778 1 0 3304210 0
[pid=15055/tid=15056] ppid=15052 vsize=13265980 CPUtime=0.66 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15056/stat : 15056 (java) R 15052 15055 14040 0 -1 4202560 8208 0 0 0 64 2 0 0 20 0 20 0 3760271 13584363520 21066 33554432000 4194304 4196468 140730354238560 140005566157392 140005561933206 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 13265980

[startup+1.50124 s]
/proc/loadavg: 1.84 1.77 2.30 6/281 15075
/proc/meminfo: memFree=31537604/32770624 swapFree=5864/211540
[pid=15055] ppid=15052 vsize=13270076 CPUtime=4.63 cores=1,3,5,7,9,11,13,15
/proc/15055/stat : 15055 (java) S 15052 15055 14040 0 -1 1077944320 26783 0 0 0 454 9 0 0 20 0 20 0 3760270 13588557824 37501 33554432000 4194304 4196468 140730354238560 140730354221104 140005561921271 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
/proc/15055/statm: 3317519 37501 3796 1 0 3305234 0
[pid=15055/tid=15056] ppid=15052 vsize=13270076 CPUtime=1.46 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15056/stat : 15056 (java) R 15052 15055 14040 0 -1 4202560 10907 0 0 0 141 5 0 0 20 0 20 0 3760271 13588557824 37501 33554432000 4194304 4196468 140730354238560 140005566151512 140005206691077 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15058] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15058/stat : 15058 (java) S 15052 15055 14040 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3760271 13588557824 37501 33554432000 4194304 4196468 140730354238560 140005533763856 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15059] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15059/stat : 15059 (java) S 15052 15055 14040 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3760271 13588557824 37501 33554432000 4194304 4196468 140730354238560 140005159840144 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15060] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15060/stat : 15060 (java) S 15052 15055 14040 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3760271 13588557824 37501 33554432000 4194304 4196468 140730354238560 140005158787600 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15061] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15061/stat : 15061 (java) S 15052 15055 14040 0 -1 1077944384 2 0 0 0 0 0 0 0 20 0 20 0 3760271 13588557824 37501 33554432000 4194304 4196468 140730354238560 140005157735056 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15062] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15062/stat : 15062 (java) S 15052 15055 14040 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3760271 13588557824 37501 33554432000 4194304 4196468 140730354238560 140005156682512 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15063] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15063/stat : 15063 (java) S 15052 15055 14040 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3760271 13588557824 37501 33554432000 4194304 4196468 140730354238560 140005155629968 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15064] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15064/stat : 15064 (java) S 15052 15055 14040 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3760271 13588557824 37501 33554432000 4194304 4196468 140730354238560 140005154577424 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15065] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15065/stat : 15065 (java) S 15052 15055 14040 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3760271 13588557824 37501 33554432000 4194304 4196468 140730354238560 140005153524880 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15066] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15066/stat : 15066 (java) S 15052 15055 14040 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 3760273 13588557824 37501 33554432000 4194304 4196468 140730354238560 140004756961264 140005561932418 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15067] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15067/stat : 15067 (java) S 15052 15055 14040 0 -1 1077944384 33 0 0 0 0 0 0 0 20 0 20 0 3760273 13588557824 37501 33554432000 4194304 4196468 140730354238560 140004755907488 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15068] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15068/stat : 15068 (java) S 15052 15055 14040 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 20 0 3760274 13588557824 37501 33554432000 4194304 4196468 140730354238560 140004754854896 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15069] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15069/stat : 15069 (java) S 15052 15055 14040 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3760276 13588557824 37501 33554432000 4194304 4196468 140730354238560 140004753803472 140005561939867 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15070] ppid=15052 vsize=13270076 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15070/stat : 15070 (java) R 15052 15055 14040 0 -1 4202560 2952 0 0 0 78 1 0 0 20 0 20 0 3760276 13588557824 37501 33554432000 4194304 4196468 140730354238560 140004752737184 140005546315036 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15071] ppid=15052 vsize=13270076 CPUtime=0.81 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15071/stat : 15071 (java) S 15052 15055 14040 0 -1 1077944384 2821 0 0 0 80 1 0 0 20 0 20 0 3760276 13588557824 37501 33554432000 4194304 4196468 140730354238560 140004751698544 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15072] ppid=15052 vsize=13270076 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15072/stat : 15072 (java) R 15052 15055 14040 0 -1 4202560 3445 0 0 0 76 1 0 0 20 0 20 0 3760276 13588557824 37501 33554432000 4194304 4196468 140730354238560 140004750637008 140005546315107 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15073] ppid=15052 vsize=13270076 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15073/stat : 15073 (java) S 15052 15055 14040 0 -1 1077944384 5248 0 0 0 77 1 0 0 20 0 20 0 3760276 13588557824 37501 33554432000 4194304 4196468 140730354238560 140004749593456 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15074] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15074/stat : 15074 (java) S 15052 15055 14040 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3760277 13588557824 37501 33554432000 4194304 4196468 140730354238560 140004748540128 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15075] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15075/stat : 15075 (java) S 15052 15055 14040 0 -1 1077944384 5 0 0 0 0 0 0 0 20 0 20 0 3760277 13588557824 37501 33554432000 4194304 4196468 140730354238560 140004747487664 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 13270076

[startup+3.10076 s]
/proc/loadavg: 1.84 1.77 2.30 6/281 15075
/proc/meminfo: memFree=31460596/32770624 swapFree=5864/211540
[pid=15055] ppid=15052 vsize=13270076 CPUtime=8.9 cores=1,3,5,7,9,11,13,15
/proc/15055/stat : 15055 (java) S 15052 15055 14040 0 -1 1077944320 37101 0 0 0 875 15 0 0 20 0 20 0 3760270 13588557824 60539 33554432000 4194304 4196468 140730354238560 140730354221104 140005561921271 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
/proc/15055/statm: 3317519 60539 3816 1 0 3305234 0
[pid=15055/tid=15056] ppid=15052 vsize=13270076 CPUtime=3.04 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15056/stat : 15056 (java) R 15052 15055 14040 0 -1 4202560 11476 0 0 0 298 6 0 0 20 0 20 0 3760271 13588557824 60539 33554432000 4194304 4196468 140730354238560 140005566157576 140005207796896 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15058] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15058/stat : 15058 (java) S 15052 15055 14040 0 -1 1077944384 62 0 0 0 0 0 0 0 20 0 20 0 3760271 13588557824 60539 33554432000 4194304 4196468 140730354238560 140005533763856 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15059] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15059/stat : 15059 (java) S 15052 15055 14040 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 3760271 13588557824 60539 33554432000 4194304 4196468 140730354238560 140005159840144 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15060] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15060/stat : 15060 (java) S 15052 15055 14040 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 3760271 13588557824 60539 33554432000 4194304 4196468 140730354238560 140005158787600 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15061] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15061/stat : 15061 (java) S 15052 15055 14040 0 -1 1077944384 1286 0 0 0 0 0 0 0 20 0 20 0 3760271 13588557824 60539 33554432000 4194304 4196468 140730354238560 140005157735056 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15062] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15062/stat : 15062 (java) S 15052 15055 14040 0 -1 1077944384 31 0 0 0 0 0 0 0 20 0 20 0 3760271 13588557824 60539 33554432000 4194304 4196468 140730354238560 140005156682512 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15063] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15063/stat : 15063 (java) S 15052 15055 14040 0 -1 1077944384 288 0 0 0 0 0 0 0 20 0 20 0 3760271 13588557824 60539 33554432000 4194304 4196468 140730354238560 140005155629968 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15064] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15064/stat : 15064 (java) S 15052 15055 14040 0 -1 1077944384 24 0 0 0 0 0 0 0 20 0 20 0 3760271 13588557824 60539 33554432000 4194304 4196468 140730354238560 140005154577424 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15065] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15065/stat : 15065 (java) S 15052 15055 14040 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 3760271 13588557824 60539 33554432000 4194304 4196468 140730354238560 140005153524880 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15066] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15066/stat : 15066 (java) S 15052 15055 14040 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 20 0 3760273 13588557824 60539 33554432000 4194304 4196468 140730354238560 140004756961264 140005561932418 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15067] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15067/stat : 15067 (java) S 15052 15055 14040 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 3760273 13588557824 60539 33554432000 4194304 4196468 140730354238560 140004755907552 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15068] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15068/stat : 15068 (java) S 15052 15055 14040 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 3760274 13588557824 60539 33554432000 4194304 4196468 140730354238560 140004754854912 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15069] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15069/stat : 15069 (java) S 15052 15055 14040 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3760276 13588557824 60539 33554432000 4194304 4196468 140730354238560 140004753803472 140005561939867 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15070] ppid=15052 vsize=13270076 CPUtime=1.62 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15070/stat : 15070 (java) S 15052 15055 14040 0 -1 1077944384 4558 0 0 0 161 1 0 0 20 0 20 0 3760276 13588557824 60539 33554432000 4194304 4196468 140730354238560 140004752751088 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15071] ppid=15052 vsize=13270076 CPUtime=1.58 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15071/stat : 15071 (java) S 15052 15055 14040 0 -1 1077944384 4461 0 0 0 157 1 0 0 20 0 20 0 3760276 13588557824 60539 33554432000 4194304 4196468 140730354238560 140004751698544 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15072] ppid=15052 vsize=13270076 CPUtime=1.63 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15072/stat : 15072 (java) S 15052 15055 14040 0 -1 1077944384 7144 0 0 0 162 1 0 0 20 0 20 0 3760276 13588557824 60539 33554432000 4194304 4196468 140730354238560 140004750646000 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15073] ppid=15052 vsize=13270076 CPUtime=0.89 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15073/stat : 15073 (java) S 15052 15055 14040 0 -1 1077944384 6068 0 0 0 88 1 0 0 20 0 20 0 3760276 13588557824 60539 33554432000 4194304 4196468 140730354238560 140004749593456 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15074] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15074/stat : 15074 (java) S 15052 15055 14040 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3760277 13588557824 60539 33554432000 4194304 4196468 140730354238560 140004748540128 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15075] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15075/stat : 15075 (java) S 15052 15055 14040 0 -1 1077944384 12 0 0 0 0 0 0 0 20 0 20 0 3760277 13588557824 60539 33554432000 4194304 4196468 140730354238560 140004747487664 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
Current children cumulated CPU time (s) 8.9
Current children cumulated vsize (KiB) 13270076

[startup+6.30078 s]
/proc/loadavg: 1.78 1.75 2.30 3/281 15075
/proc/meminfo: memFree=31409608/32770624 swapFree=5864/211552
[pid=15055] ppid=15052 vsize=13270076 CPUtime=12.34 cores=1,3,5,7,9,11,13,15
/proc/15055/stat : 15055 (java) S 15052 15055 14040 0 -1 1077944320 37395 0 0 0 1215 19 0 0 20 0 20 0 3760270 13588557824 61472 33554432000 4194304 4196468 140730354238560 140730354221104 140005561921271 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
/proc/15055/statm: 3317519 61472 3820 1 0 3305234 0
[pid=15055/tid=15056] ppid=15052 vsize=13270076 CPUtime=6.22 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15056/stat : 15056 (java) R 15052 15055 14040 0 -1 4202560 11595 0 0 0 616 6 0 0 20 0 20 0 3760271 13588557824 61472 33554432000 4194304 4196468 140730354238560 140005566157128 140005208118448 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15058] ppid=15052 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15058/stat : 15058 (java) S 15052 15055 14040 0 -1 1077944384 74 0 0 0 1 1 0 0 20 0 20 0 3760271 13588557824 61472 33554432000 4194304 4196468 140730354238560 140005533763856 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15059] ppid=15052 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15059/stat : 15059 (java) S 15052 15055 14040 0 -1 1077944384 21 0 0 0 1 0 0 0 20 0 20 0 3760271 13588557824 61472 33554432000 4194304 4196468 140730354238560 140005159840144 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15060] ppid=15052 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15060/stat : 15060 (java) S 15052 15055 14040 0 -1 1077944384 26 0 0 0 1 0 0 0 20 0 20 0 3760271 13588557824 61472 33554432000 4194304 4196468 140730354238560 140005158787600 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15061] ppid=15052 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15061/stat : 15061 (java) S 15052 15055 14040 0 -1 1077944384 1299 0 0 0 1 0 0 0 20 0 20 0 3760271 13588557824 61472 33554432000 4194304 4196468 140730354238560 140005157735056 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15062] ppid=15052 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15062/stat : 15062 (java) S 15052 15055 14040 0 -1 1077944384 47 0 0 0 1 1 0 0 20 0 20 0 3760271 13588557824 61472 33554432000 4194304 4196468 140730354238560 140005156682512 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15063] ppid=15052 vsize=13270076 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15063/stat : 15063 (java) S 15052 15055 14040 0 -1 1077944384 296 0 0 0 2 0 0 0 20 0 20 0 3760271 13588557824 61472 33554432000 4194304 4196468 140730354238560 140005155629968 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15064] ppid=15052 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15064/stat : 15064 (java) S 15052 15055 14040 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 20 0 3760271 13588557824 61472 33554432000 4194304 4196468 140730354238560 140005154577424 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15065] ppid=15052 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15065/stat : 15065 (java) S 15052 15055 14040 0 -1 1077944384 33 0 0 0 1 0 0 0 20 0 20 0 3760271 13588557824 61472 33554432000 4194304 4196468 140730354238560 140005153524880 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15066] ppid=15052 vsize=13270076 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15066/stat : 15066 (java) S 15052 15055 14040 0 -1 1077944384 210 0 0 0 1 0 0 0 20 0 20 0 3760273 13588557824 61472 33554432000 4194304 4196468 140730354238560 140004756961264 140005561932418 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15067] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15067/stat : 15067 (java) S 15052 15055 14040 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 3760273 13588557824 61472 33554432000 4194304 4196468 140730354238560 140004755907552 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15068] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15068/stat : 15068 (java) S 15052 15055 14040 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 3760274 13588557824 61472 33554432000 4194304 4196468 140730354238560 140004754854912 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15069] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15

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

[pid=15055/tid=15071] ppid=15052 vsize=13270076 CPUtime=1.99 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15071/stat : 15071 (java) S 15052 15055 14040 0 -1 1077944384 9701 0 0 0 197 2 0 0 20 0 20 0 3760276 13588557824 55426 33554432000 4194304 4196468 140730354238560 140004751698544 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15072] ppid=15052 vsize=13270076 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15072/stat : 15072 (java) S 15052 15055 14040 0 -1 1077944384 10156 0 0 0 180 1 0 0 20 0 20 0 3760276 13588557824 55426 33554432000 4194304 4196468 140730354238560 140004750646000 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15073] ppid=15052 vsize=13270076 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15073/stat : 15073 (java) S 15052 15055 14040 0 -1 1077944384 10142 0 0 0 93 2 0 0 20 0 20 0 3760276 13588557824 55426 33554432000 4194304 4196468 140730354238560 140004749593456 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15074] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15074/stat : 15074 (java) S 15052 15055 14040 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3760277 13588557824 55426 33554432000 4194304 4196468 140730354238560 140004748540128 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15075] ppid=15052 vsize=13270076 CPUtime=0.5 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15075/stat : 15075 (java) S 15052 15055 14040 0 -1 1077944384 1035 0 0 0 21 29 0 0 20 0 20 0 3760277 13588557824 55426 33554432000 4194304 4196468 140730354238560 140004747487664 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
Current children cumulated CPU time (s) 2281.42
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 1.50 1.63 1.73 3/281 15209
/proc/meminfo: memFree=31347636/32770624 swapFree=5864/242764
[pid=15055] ppid=15052 vsize=13270076 CPUtime=2341.75 cores=1,3,5,7,9,11,13,15
/proc/15055/stat : 15055 (java) S 15052 15055 14040 0 -1 1077944320 97018 0 0 0 234064 111 0 0 20 0 20 0 3760270 13588557824 55426 33554432000 4194304 4196468 140730354238560 140730354221104 140005561921271 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
/proc/15055/statm: 3317519 55426 3829 1 0 3305234 0
[pid=15055/tid=15056] ppid=15052 vsize=13270076 CPUtime=2318.59 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15056/stat : 15056 (java) R 15052 15055 14040 0 -1 4202560 24921 0 0 0 231850 9 0 0 20 0 20 0 3760271 13588557824 55426 33554432000 4194304 4196468 140730354238560 140005566159520 140005208270274 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15058] ppid=15052 vsize=13270076 CPUtime=1.87 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15058/stat : 15058 (java) S 15052 15055 14040 0 -1 1077944384 2559 0 0 0 180 7 0 0 20 0 20 0 3760271 13588557824 55426 33554432000 4194304 4196468 140730354238560 140005533763856 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15059] ppid=15052 vsize=13270076 CPUtime=1.87 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15059/stat : 15059 (java) S 15052 15055 14040 0 -1 1077944384 2491 0 0 0 178 9 0 0 20 0 20 0 3760271 13588557824 55426 33554432000 4194304 4196468 140730354238560 140005159840144 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15060] ppid=15052 vsize=13270076 CPUtime=1.85 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15060/stat : 15060 (java) S 15052 15055 14040 0 -1 1077944384 2216 0 0 0 177 8 0 0 20 0 20 0 3760271 13588557824 55426 33554432000 4194304 4196468 140730354238560 140005158787600 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15061] ppid=15052 vsize=13270076 CPUtime=1.87 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15061/stat : 15061 (java) S 15052 15055 14040 0 -1 1077944384 3207 0 0 0 179 8 0 0 20 0 20 0 3760271 13588557824 55426 33554432000 4194304 4196468 140730354238560 140005157735056 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15062] ppid=15052 vsize=13270076 CPUtime=1.83 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15062/stat : 15062 (java) S 15052 15055 14040 0 -1 1077944384 2028 0 0 0 174 9 0 0 20 0 20 0 3760271 13588557824 55426 33554432000 4194304 4196468 140730354238560 140005156682512 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15063] ppid=15052 vsize=13270076 CPUtime=1.82 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15063/stat : 15063 (java) S 15052 15055 14040 0 -1 1077944384 2048 0 0 0 175 7 0 0 20 0 20 0 3760271 13588557824 55426 33554432000 4194304 4196468 140730354238560 140005155629968 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15064] ppid=15052 vsize=13270076 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15064/stat : 15064 (java) S 15052 15055 14040 0 -1 1077944384 2952 0 0 0 173 8 0 0 20 0 20 0 3760271 13588557824 55426 33554432000 4194304 4196468 140730354238560 140005154577424 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15065] ppid=15052 vsize=13270076 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15065/stat : 15065 (java) S 15052 15055 14040 0 -1 1077944384 3306 0 0 0 172 9 0 0 20 0 20 0 3760271 13588557824 55426 33554432000 4194304 4196468 140730354238560 140005153524880 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15066] ppid=15052 vsize=13270076 CPUtime=0.94 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15066/stat : 15066 (java) S 15052 15055 14040 0 -1 1077944384 5739 0 0 0 86 8 0 0 20 0 20 0 3760273 13588557824 55426 33554432000 4194304 4196468 140730354238560 140004756961264 140005561932418 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15067] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15067/stat : 15067 (java) S 15052 15055 14040 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 3760273 13588557824 55426 33554432000 4194304 4196468 140730354238560 140004755907552 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15068] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15068/stat : 15068 (java) S 15052 15055 14040 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 3760274 13588557824 55426 33554432000 4194304 4196468 140730354238560 140004754854912 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15069] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15069/stat : 15069 (java) S 15052 15055 14040 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3760276 13588557824 55426 33554432000 4194304 4196468 140730354238560 140004753803472 140005561939867 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15070] ppid=15052 vsize=13270076 CPUtime=2.08 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15070/stat : 15070 (java) S 15052 15055 14040 0 -1 1077944384 13062 0 0 0 206 2 0 0 20 0 20 0 3760276 13588557824 55426 33554432000 4194304 4196468 140730354238560 140004752751088 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15071] ppid=15052 vsize=13270076 CPUtime=1.99 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15071/stat : 15071 (java) S 15052 15055 14040 0 -1 1077944384 9703 0 0 0 197 2 0 0 20 0 20 0 3760276 13588557824 55426 33554432000 4194304 4196468 140730354238560 140004751698544 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15072] ppid=15052 vsize=13270076 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15072/stat : 15072 (java) S 15052 15055 14040 0 -1 1077944384 10158 0 0 0 180 1 0 0 20 0 20 0 3760276 13588557824 55426 33554432000 4194304 4196468 140730354238560 140004750646000 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15073] ppid=15052 vsize=13270076 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15073/stat : 15073 (java) S 15052 15055 14040 0 -1 1077944384 10144 0 0 0 93 2 0 0 20 0 20 0 3760276 13588557824 55426 33554432000 4194304 4196468 140730354238560 140004749593456 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15074] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15074/stat : 15074 (java) S 15052 15055 14040 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3760277 13588557824 55426 33554432000 4194304 4196468 140730354238560 140004748540128 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15075] ppid=15052 vsize=13270076 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15075/stat : 15075 (java) S 15052 15055 14040 0 -1 1077944384 1050 0 0 0 22 29 0 0 20 0 20 0 3760277 13588557824 55426 33554432000 4194304 4196468 140730354238560 140004747487664 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
Current children cumulated CPU time (s) 2341.75
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2380.3 s]
/proc/loadavg: 1.48 1.60 1.71 3/281 15210
/proc/meminfo: memFree=31345056/32770624 swapFree=5864/242820
[pid=15055] ppid=15052 vsize=13270076 CPUtime=2400.08 cores=1,3,5,7,9,11,13,15
/proc/15055/stat : 15055 (java) S 15052 15055 14040 0 -1 1077944320 97161 0 0 0 239895 113 0 0 20 0 20 0 3760270 13588557824 55938 33554432000 4194304 4196468 140730354238560 140730354221104 140005561921271 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
/proc/15055/statm: 3317519 55938 3829 1 0 3305234 0
[pid=15055/tid=15056] ppid=15052 vsize=13270076 CPUtime=2376.5 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15056/stat : 15056 (java) R 15052 15055 14040 0 -1 4202560 24966 0 0 0 237641 9 0 0 20 0 20 0 3760271 13588557824 55938 33554432000 4194304 4196468 140730354238560 140005566159504 140005207695958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15058] ppid=15052 vsize=13270076 CPUtime=1.91 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15058/stat : 15058 (java) S 15052 15055 14040 0 -1 1077944384 2562 0 0 0 184 7 0 0 20 0 20 0 3760271 13588557824 55938 33554432000 4194304 4196468 140730354238560 140005533763856 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15059] ppid=15052 vsize=13270076 CPUtime=1.92 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15059/stat : 15059 (java) S 15052 15055 14040 0 -1 1077944384 2494 0 0 0 183 9 0 0 20 0 20 0 3760271 13588557824 55938 33554432000 4194304 4196468 140730354238560 140005159840144 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15060] ppid=15052 vsize=13270076 CPUtime=1.91 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15060/stat : 15060 (java) S 15052 15055 14040 0 -1 1077944384 2232 0 0 0 183 8 0 0 20 0 20 0 3760271 13588557824 55938 33554432000 4194304 4196468 140730354238560 140005158787600 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15061] ppid=15052 vsize=13270076 CPUtime=1.93 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15061/stat : 15061 (java) S 15052 15055 14040 0 -1 1077944384 3233 0 0 0 184 9 0 0 20 0 20 0 3760271 13588557824 55938 33554432000 4194304 4196468 140730354238560 140005157735056 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15062] ppid=15052 vsize=13270076 CPUtime=1.88 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15062/stat : 15062 (java) S 15052 15055 14040 0 -1 1077944384 2054 0 0 0 179 9 0 0 20 0 20 0 3760271 13588557824 55938 33554432000 4194304 4196468 140730354238560 140005156682512 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15063] ppid=15052 vsize=13270076 CPUtime=1.86 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15063/stat : 15063 (java) S 15052 15055 14040 0 -1 1077944384 2051 0 0 0 179 7 0 0 20 0 20 0 3760271 13588557824 55938 33554432000 4194304 4196468 140730354238560 140005155629968 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15064] ppid=15052 vsize=13270076 CPUtime=1.86 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15064/stat : 15064 (java) S 15052 15055 14040 0 -1 1077944384 2955 0 0 0 178 8 0 0 20 0 20 0 3760271 13588557824 55938 33554432000 4194304 4196468 140730354238560 140005154577424 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15065] ppid=15052 vsize=13270076 CPUtime=1.86 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15065/stat : 15065 (java) S 15052 15055 14040 0 -1 1077944384 3318 0 0 0 177 9 0 0 20 0 20 0 3760271 13588557824 55938 33554432000 4194304 4196468 140730354238560 140005153524880 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15066] ppid=15052 vsize=13270076 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15066/stat : 15066 (java) S 15052 15055 14040 0 -1 1077944384 5741 0 0 0 88 8 0 0 20 0 20 0 3760273 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004756961264 140005561932418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15067] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15067/stat : 15067 (java) S 15052 15055 14040 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 3760273 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004755907552 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15068] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15068/stat : 15068 (java) S 15052 15055 14040 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 3760274 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004754854912 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15069] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15069/stat : 15069 (java) S 15052 15055 14040 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3760276 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004753803472 140005561939867 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15070] ppid=15052 vsize=13270076 CPUtime=2.09 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15070/stat : 15070 (java) S 15052 15055 14040 0 -1 1077944384 13062 0 0 0 207 2 0 0 20 0 20 0 3760276 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004752751088 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15071] ppid=15052 vsize=13270076 CPUtime=1.99 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15071/stat : 15071 (java) S 15052 15055 14040 0 -1 1077944384 9703 0 0 0 197 2 0 0 20 0 20 0 3760276 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004751698544 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15072] ppid=15052 vsize=13270076 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15072/stat : 15072 (java) S 15052 15055 14040 0 -1 1077944384 10158 0 0 0 180 1 0 0 20 0 20 0 3760276 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004750646000 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15073] ppid=15052 vsize=13270076 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15073/stat : 15073 (java) S 15052 15055 14040 0 -1 1077944384 10144 0 0 0 93 2 0 0 20 0 20 0 3760276 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004749593456 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15074] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15074/stat : 15074 (java) S 15052 15055 14040 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3760277 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004748540128 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15075] ppid=15052 vsize=13270076 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15075/stat : 15075 (java) S 15052 15055 14040 0 -1 1077944384 1054 0 0 0 22 30 0 0 20 0 20 0 3760277 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004747487664 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
Current children cumulated CPU time (s) 2400.08
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 15055 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2380.3 s]
/proc/loadavg: 1.48 1.60 1.71 3/281 15210
/proc/meminfo: memFree=31345056/32770624 swapFree=5864/242820
[pid=15055] ppid=15052 vsize=13270076 CPUtime=2400.08 cores=1,3,5,7,9,11,13,15
/proc/15055/stat : 15055 (java) S 15052 15055 14040 0 -1 1077944320 97161 0 0 0 239895 113 0 0 20 0 20 0 3760270 13588557824 55938 33554432000 4194304 4196468 140730354238560 140730354221104 140005561921271 0 0 0 16800975 18446744073709551615 0 0 17 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
/proc/15055/statm: 3317519 55938 3829 1 0 3305234 0
[pid=15055/tid=15056] ppid=15052 vsize=13270076 CPUtime=2376.5 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15056/stat : 15056 (java) R 15052 15055 14040 0 -1 4202560 24966 0 0 0 237641 9 0 0 20 0 20 0 3760271 13588557824 55938 33554432000 4194304 4196468 140730354238560 140005566159504 140005207695958 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15058] ppid=15052 vsize=13270076 CPUtime=1.91 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15058/stat : 15058 (java) S 15052 15055 14040 0 -1 1077944384 2562 0 0 0 184 7 0 0 20 0 20 0 3760271 13588557824 55938 33554432000 4194304 4196468 140730354238560 140005533763856 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15059] ppid=15052 vsize=13270076 CPUtime=1.92 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15059/stat : 15059 (java) S 15052 15055 14040 0 -1 1077944384 2494 0 0 0 183 9 0 0 20 0 20 0 3760271 13588557824 55938 33554432000 4194304 4196468 140730354238560 140005159840144 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15060] ppid=15052 vsize=13270076 CPUtime=1.91 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15060/stat : 15060 (java) S 15052 15055 14040 0 -1 1077944384 2232 0 0 0 183 8 0 0 20 0 20 0 3760271 13588557824 55938 33554432000 4194304 4196468 140730354238560 140005158787600 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15061] ppid=15052 vsize=13270076 CPUtime=1.93 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15061/stat : 15061 (java) S 15052 15055 14040 0 -1 1077944384 3233 0 0 0 184 9 0 0 20 0 20 0 3760271 13588557824 55938 33554432000 4194304 4196468 140730354238560 140005157735056 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15062] ppid=15052 vsize=13270076 CPUtime=1.88 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15062/stat : 15062 (java) S 15052 15055 14040 0 -1 1077944384 2054 0 0 0 179 9 0 0 20 0 20 0 3760271 13588557824 55938 33554432000 4194304 4196468 140730354238560 140005156682512 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15063] ppid=15052 vsize=13270076 CPUtime=1.86 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15063/stat : 15063 (java) S 15052 15055 14040 0 -1 1077944384 2051 0 0 0 179 7 0 0 20 0 20 0 3760271 13588557824 55938 33554432000 4194304 4196468 140730354238560 140005155629968 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15064] ppid=15052 vsize=13270076 CPUtime=1.86 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15064/stat : 15064 (java) S 15052 15055 14040 0 -1 1077944384 2955 0 0 0 178 8 0 0 20 0 20 0 3760271 13588557824 55938 33554432000 4194304 4196468 140730354238560 140005154577424 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15065] ppid=15052 vsize=13270076 CPUtime=1.86 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15065/stat : 15065 (java) S 15052 15055 14040 0 -1 1077944384 3318 0 0 0 177 9 0 0 20 0 20 0 3760271 13588557824 55938 33554432000 4194304 4196468 140730354238560 140005153524880 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15066] ppid=15052 vsize=13270076 CPUtime=0.96 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15066/stat : 15066 (java) S 15052 15055 14040 0 -1 1077944384 5741 0 0 0 88 8 0 0 20 0 20 0 3760273 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004756961264 140005561932418 0 0 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15067] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15067/stat : 15067 (java) S 15052 15055 14040 0 -1 1077944384 60 0 0 0 0 0 0 0 20 0 20 0 3760273 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004755907552 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15068] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15068/stat : 15068 (java) S 15052 15055 14040 0 -1 1077944384 53 0 0 0 0 0 0 0 20 0 20 0 3760274 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004754854912 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15069] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15069/stat : 15069 (java) S 15052 15055 14040 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3760276 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004753803472 140005561939867 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15070] ppid=15052 vsize=13270076 CPUtime=2.09 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15070/stat : 15070 (java) S 15052 15055 14040 0 -1 1077944384 13062 0 0 0 207 2 0 0 20 0 20 0 3760276 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004752751088 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15071] ppid=15052 vsize=13270076 CPUtime=1.99 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15071/stat : 15071 (java) S 15052 15055 14040 0 -1 1077944384 9703 0 0 0 197 2 0 0 20 0 20 0 3760276 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004751698544 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15072] ppid=15052 vsize=13270076 CPUtime=1.81 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15072/stat : 15072 (java) S 15052 15055 14040 0 -1 1077944384 10158 0 0 0 180 1 0 0 20 0 20 0 3760276 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004750646000 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15073] ppid=15052 vsize=13270076 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15073/stat : 15073 (java) S 15052 15055 14040 0 -1 1077944384 10144 0 0 0 93 2 0 0 20 0 20 0 3760276 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004749593456 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15074] ppid=15052 vsize=13270076 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15074/stat : 15074 (java) S 15052 15055 14040 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3760277 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004748540128 140005561931477 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
[pid=15055/tid=15075] ppid=15052 vsize=13270076 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/15055/task/15075/stat : 15075 (java) S 15052 15055 14040 0 -1 1077944384 1054 0 0 0 22 30 0 0 20 0 20 0 3760277 13588557824 55938 33554432000 4194304 4196468 140730354238560 140004747487664 140005561932418 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39038976 140730354242701 140730354242884 140730354242884 140730354245583 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 13270076

Child status: 143
Real time (s): 2380.31
CPU time (s): 2400.1
CPU user time (s): 2398.96
CPU system time (s): 1.13854
CPU usage (%): 100.831
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.96
system time used= 1.13854
maximum resident set size= 255272
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 97383
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2696
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 96630
involuntary context switches= 129605

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.8536 second user time and 15.9223 second system time

The end

Launcher Data

Begin job on node115 at 2017-07-22 02:55:12
IDJOB=4244434
IDBENCH=115666
IDSOLVER=2629
FILE ID=node115/4244434-1500684912
RUNJOBID= node115-1500682518-14756
PBS_JOBID= 20623035
Free space on /tmp= 61944 MiB

SOLVER NAME= OscaR - Hybrid 2017-06-30
BENCH NAME= XCSP17/Scheduling/Scheduling-fs-taillard/Taillard-fs-050-20-1.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244434-1500684912/watcher-4244434-1500684912 -o /tmp/evaluation-result-4244434-1500684912/solver-4244434-1500684912 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node115-1500682518-14756 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 2065594394 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4244434-1500684912.xml

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

MD5SUM BENCH= fe7e3e2412edf0b59c3173e00c93d043
RANDOM SEED=2065594394

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.41
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		: 2267.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.41
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		: 2400.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.41
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		: 2533.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		: 2668.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.41
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.41
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		: 2133.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:        31651512 kB
MemAvailable:   31800716 kB
Buffers:           46468 kB
Cached:           410712 kB
SwapCached:            0 kB
Active:           518780 kB
Inactive:         220304 kB
Active(anon):     284468 kB
Inactive(anon):     8776 kB
Active(file):     234312 kB
Inactive(file):   211528 kB
Unevictable:        5864 kB
Mlocked:            5864 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42428 kB
Writeback:            20 kB
AnonPages:        289404 kB
Mapped:            45056 kB
Shmem:              8848 kB
Slab:              71300 kB
SReclaimable:      38396 kB
SUnreclaim:        32904 kB
KernelStack:        4512 kB
PageTables:         5848 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1258404 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    157696 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61904 MiB
End job on node115 at 2017-07-22 03:34:53