Trace number 4246850

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 - ALNS 2017-06-30SAT (TO)17 2400.03 2332.13

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-06-a4.xml
MD5SUM3be13f028e00a9c301b8790857e4d16d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark17
Best CPU time to get the best result obtained on this benchmark0.214339
Satisfiable
(Un)Satisfiability was proved
Number of variables6
Number of constraints87
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":6}]
Minimum variable degree51
Maximum variable degree52
Distribution of variable degrees[{"degree":51,"count":4},{"degree":52,"count":2}]
Minimum constraint arity1
Maximum constraint arity6
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":40},{"arity":4,"count":45},{"arity":6,"count":1}]
Number of extensional constraints0
Number of intensional constraints86
Distribution of constraint types[{"type":"intension","count":86},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.42/0.33	c version: 2017-06-30
0.42/0.33	c seed: 1598362054
0.42/0.33	c timeout: 2400
0.42/0.33	c memlimit: 15500
0.42/0.33	c nbcore: 8
0.42/0.36	c Parsing instance...
1.30/0.82	c Parsing done, starting search...
1.30/0.83	o 500
1.48/0.91	o 20
2.40/1.14	o 17
2400.00/2332.11	s SATISFIABLE
2400.00/2332.11	v <instantiation>
2400.00/2332.11	v 	<list>
2400.00/2332.11	v 		x[0] x[1] x[2] x[3] x[4] x[5]
2400.00/2332.11	v 	</list>
2400.00/2332.11	v 	<values>
2400.00/2332.11	v 		0 1 4 10 12 17 
2400.00/2332.11	v 	</values>
2400.00/2332.11	v </instantiation>

Verifier Data

OK	17

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-4246850-1500713757/watcher-4246850-1500713757 -o /tmp/evaluation-result-4246850-1500713757/solver-4246850-1500713757 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1500683390-16361 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1598362054 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246850-1500713757.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 1.57 1.50 1.50 3/261 19875
/proc/meminfo: memFree=28368648/32770624 swapFree=5872/269124
[pid=19875] ppid=19872 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/stat : 19875 (java) S 19872 19875 16330 0 -1 1077944320 1718 0 0 0 0 0 0 0 20 0 2 0 6640965 369864704 1925 33554432000 4194304 4196468 140727009519344 140727009501888 139702896099063 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
/proc/19875/statm: 90299 1925 1072 1 0 79210 0
[pid=19875/tid=19876] ppid=19872 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19876/stat : 19876 (java) S 19872 19875 16330 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 6640965 369864704 1925 33554432000 4194304 4196468 140727009519344 139702900341152 139702896110210 0 4 0 16784584 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0

[startup+0.100128 s]
/proc/loadavg: 1.57 1.50 1.50 3/261 19875
/proc/meminfo: memFree=28368648/32770624 swapFree=5872/269124
[pid=19875] ppid=19872 vsize=13264380 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/19875/stat : 19875 (java) S 19872 19875 16330 0 -1 1077944320 5530 0 0 0 8 1 0 0 20 0 20 0 6640965 13582725120 6603 33554432000 4194304 4196468 140727009519344 140727009501888 139702896099063 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
/proc/19875/statm: 3316095 6603 3305 1 0 3303815 0
[pid=19875/tid=19876] ppid=19872 vsize=13264380 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19876/stat : 19876 (java) R 19872 19875 16330 0 -1 4202560 3609 0 0 0 7 0 0 0 20 0 20 0 6640965 13582725120 6603 33554432000 4194304 4196468 140727009519344 139702900329856 139702896120989 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13264380

[startup+0.200419 s]
/proc/loadavg: 1.57 1.50 1.50 3/261 19875
/proc/meminfo: memFree=28368648/32770624 swapFree=5872/269124
[pid=19875] ppid=19872 vsize=13263944 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/19875/stat : 19875 (java) S 19872 19875 16330 0 -1 1077944320 8681 0 0 0 24 2 0 0 20 0 20 0 6640965 13582278656 9177 33554432000 4194304 4196468 140727009519344 140727009501888 139702896099063 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
/proc/19875/statm: 3315978 9177 3540 1 0 3303698 0
[pid=19875/tid=19876] ppid=19872 vsize=13263912 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19876/stat : 19876 (java) D 19872 19875 16330 0 -1 1077944384 6402 0 0 0 16 1 0 0 20 0 20 0 6640965 13582245888 9177 33554432000 4194304 4196468 140727009519344 139702900307216 139702888778285 0 4 0 16800975 18446744072101604900 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263944

[startup+0.300323 s]
/proc/loadavg: 1.57 1.50 1.50 3/261 19875
/proc/meminfo: memFree=28368648/32770624 swapFree=5872/269124
[pid=19875] ppid=19872 vsize=13263912 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/19875/stat : 19875 (java) S 19872 19875 16330 0 -1 1077944320 9529 0 0 0 39 3 0 0 20 0 20 0 6640965 13582245888 10759 33554432000 4194304 4196468 140727009519344 140727009501888 139702896099063 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
/proc/19875/statm: 3315978 10759 3601 1 0 3303698 0
[pid=19875/tid=19876] ppid=19872 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19876/stat : 19876 (java) R 19872 19875 16330 0 -1 4202560 6981 0 0 0 25 2 0 0 20 0 20 0 6640965 13582245888 10759 33554432000 4194304 4196468 140727009519344 139702900316384 139702880179550 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13263912

[startup+0.700351 s]
/proc/loadavg: 1.57 1.50 1.50 3/261 19875
/proc/meminfo: memFree=28368648/32770624 swapFree=5872/269124
[pid=19875] ppid=19872 vsize=13265980 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/19875/stat : 19875 (java) S 19872 19875 16330 0 -1 1077944320 11625 0 0 0 111 4 0 0 20 0 20 0 6640965 13584363520 16538 33554432000 4194304 4196468 140727009519344 140727009501888 139702896099063 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
/proc/19875/statm: 3316495 16538 3745 1 0 3304210 0
[pid=19875/tid=19876] ppid=19872 vsize=13265980 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19876/stat : 19876 (java) R 19872 19875 16330 0 -1 4202560 8143 0 0 0 64 3 0 0 20 0 20 0 6640965 13584363520 16538 33554432000 4194304 4196468 140727009519344 139702900320640 139702896110998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 13265980

[startup+1.50101 s]
/proc/loadavg: 1.57 1.50 1.50 6/281 19895
/proc/meminfo: memFree=28284752/32770624 swapFree=5872/269172
[pid=19875] ppid=19872 vsize=13270076 CPUtime=4.01 cores=0,2,4,6,8,10,12,14
/proc/19875/stat : 19875 (java) S 19872 19875 16330 0 -1 1077944320 27130 0 0 0 390 11 0 0 20 0 20 0 6640965 13588557824 56714 33554432000 4194304 4196468 140727009519344 140727009501888 139702896099063 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
/proc/19875/statm: 3317519 56714 3807 1 0 3305234 0
[pid=19875/tid=19876] ppid=19872 vsize=13270076 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19876/stat : 19876 (java) R 19872 19875 16330 0 -1 4202560 11067 0 0 0 140 5 0 0 20 0 20 0 6640965 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702900334520 139702896110998 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19878] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19878/stat : 19878 (java) S 19872 19875 16330 0 -1 1077944384 356 0 0 0 0 0 0 0 20 0 20 0 6640966 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702814579472 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19879] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19879/stat : 19879 (java) S 19872 19875 16330 0 -1 1077944384 149 0 0 0 0 0 0 0 20 0 20 0 6640966 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702813526928 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19880] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19880/stat : 19880 (java) S 19872 19875 16330 0 -1 1077944384 36 0 0 0 0 0 0 0 20 0 20 0 6640966 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702812474384 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19881] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19881/stat : 19881 (java) S 19872 19875 16330 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 6640966 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702811421840 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19882] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19882/stat : 19882 (java) S 19872 19875 16330 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 6640966 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702810368272 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19883] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19883/stat : 19883 (java) S 19872 19875 16330 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 6640966 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702809315728 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19884] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19884/stat : 19884 (java) S 19872 19875 16330 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 20 0 6640966 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702808263184 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19885] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19885/stat : 19885 (java) S 19872 19875 16330 0 -1 1077944384 11 0 0 0 0 0 0 0 20 0 20 0 6640966 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702807210640 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19886] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19886/stat : 19886 (java) S 19872 19875 16330 0 -1 1077944384 168 0 0 0 0 0 0 0 20 0 20 0 6640968 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702359697904 139702896110210 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19887] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19887/stat : 19887 (java) S 19872 19875 16330 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 6640969 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702358644192 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19888] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19888/stat : 19888 (java) S 19872 19875 16330 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 6640969 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702357591552 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19889] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19889/stat : 19889 (java) S 19872 19875 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6640973 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702356540112 139702896117659 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19890] ppid=19872 vsize=13270076 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19890/stat : 19890 (java) S 19872 19875 16330 0 -1 1077944384 4277 0 0 0 67 0 0 0 20 0 20 0 6640973 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702355486704 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19891] ppid=19872 vsize=13270076 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19891/stat : 19891 (java) R 19872 19875 16330 0 -1 4202560 2531 0 0 0 62 0 0 0 20 0 20 0 6640973 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702354434456 139702877433216 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19892] ppid=19872 vsize=13270076 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19892/stat : 19892 (java) R 19872 19875 16330 0 -1 4202560 3590 0 0 0 64 0 0 0 20 0 20 0 6640973 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702353372944 139702875924177 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19893] ppid=19872 vsize=13270076 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19893/stat : 19893 (java) R 19872 19875 16330 0 -1 4202560 3373 0 0 0 51 0 0 0 20 0 20 0 6640973 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702352324112 139702896120410 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19894] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19894/stat : 19894 (java) S 19872 19875 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6640973 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702351276768 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19895] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19895/stat : 19895 (java) S 19872 19875 16330 0 -1 1077944384 6 0 0 0 0 0 0 0 20 0 20 0 6640974 13588557824 56714 33554432000 4194304 4196468 140727009519344 139702350224304 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 13270076

[startup+3.10083 s]
/proc/loadavg: 1.57 1.50 1.50 3/281 19895
/proc/meminfo: memFree=28071880/32770624 swapFree=5872/269184
[pid=19875] ppid=19872 vsize=13270076 CPUtime=6.32 cores=0,2,4,6,8,10,12,14
/proc/19875/stat : 19875 (java) S 19872 19875 16330 0 -1 1077944320 28910 0 0 0 608 24 0 0 20 0 20 0 6640965 13588557824 152170 33554432000 4194304 4196468 140727009519344 140727009501888 139702896099063 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
/proc/19875/statm: 3317519 152170 3815 1 0 3305234 0
[pid=19875/tid=19876] ppid=19872 vsize=13270076 CPUtime=3.03 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19876/stat : 19876 (java) R 19872 19875 16330 0 -1 4202560 11556 0 0 0 292 11 0 0 20 0 20 0 6640965 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702900333784 139702490513877 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19878] ppid=19872 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19878/stat : 19878 (java) S 19872 19875 16330 0 -1 1077944384 370 0 0 0 1 1 0 0 20 0 20 0 6640966 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702814579472 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19879] ppid=19872 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19879/stat : 19879 (java) S 19872 19875 16330 0 -1 1077944384 165 0 0 0 0 1 0 0 20 0 20 0 6640966 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702813526928 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19880] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19880/stat : 19880 (java) S 19872 19875 16330 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 20 0 6640966 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702812474384 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19881] ppid=19872 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19881/stat : 19881 (java) S 19872 19875 16330 0 -1 1077944384 22 0 0 0 0 1 0 0 20 0 20 0 6640966 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702811421840 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19882] ppid=19872 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19882/stat : 19882 (java) S 19872 19875 16330 0 -1 1077944384 17 0 0 0 1 0 0 0 20 0 20 0 6640966 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702810368272 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19883] ppid=19872 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19883/stat : 19883 (java) S 19872 19875 16330 0 -1 1077944384 64 0 0 0 1 1 0 0 20 0 20 0 6640966 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702809315728 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19884] ppid=19872 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19884/stat : 19884 (java) S 19872 19875 16330 0 -1 1077944384 86 0 0 0 1 0 0 0 20 0 20 0 6640966 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702808263184 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19885] ppid=19872 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19885/stat : 19885 (java) S 19872 19875 16330 0 -1 1077944384 29 0 0 0 1 1 0 0 20 0 20 0 6640966 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702807210640 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19886] ppid=19872 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19886/stat : 19886 (java) S 19872 19875 16330 0 -1 1077944384 672 0 0 0 1 0 0 0 20 0 20 0 6640968 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702359697904 139702896110210 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19887] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19887/stat : 19887 (java) S 19872 19875 16330 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 6640969 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702358644192 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19888] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19888/stat : 19888 (java) S 19872 19875 16330 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 6640969 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702357591552 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19889] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19889/stat : 19889 (java) S 19872 19875 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6640973 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702356540112 139702896117659 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19890] ppid=19872 vsize=13270076 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19890/stat : 19890 (java) S 19872 19875 16330 0 -1 1077944384 4347 0 0 0 86 0 0 0 20 0 20 0 6640973 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702355486704 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19891] ppid=19872 vsize=13270076 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19891/stat : 19891 (java) R 19872 19875 16330 0 -1 4202560 2686 0 0 0 79 1 0 0 20 0 20 0 6640973 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702354434456 139702877620245 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19892] ppid=19872 vsize=13270076 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19892/stat : 19892 (java) S 19872 19875 16330 0 -1 1077944384 3728 0 0 0 78 0 0 0 20 0 20 0 6640973 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702353381616 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19893] ppid=19872 vsize=13270076 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19893/stat : 19893 (java) S 19872 19875 16330 0 -1 1077944384 3692 0 0 0 61 1 0 0 20 0 20 0 6640973 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702352329072 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19894] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19894/stat : 19894 (java) S 19872 19875 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6640973 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702351276768 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19895] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19895/stat : 19895 (java) S 19872 19875 16330 0 -1 1077944384 9 0 0 0 0 0 0 0 20 0 20 0 6640974 13588557824 152170 33554432000 4194304 4196468 140727009519344 139702350224304 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
Current children cumulated CPU time (s) 6.32
Current children cumulated vsize (KiB) 13270076

[startup+6.30088 s]
/proc/loadavg: 1.76 1.54 1.52 3/281 19895
/proc/meminfo: memFree=27292028/32770624 swapFree=5872/269192
[pid=19875] ppid=19872 vsize=13270076 CPUtime=9.66 cores=0,2,4,6,8,10,12,14
/proc/19875/stat : 19875 (java) S 19872 19875 16330 0 -1 1077944320 30426 0 0 0 932 34 0 0 20 0 20 0 6640965 13588557824 281118 33554432000 4194304 4196468 140727009519344 140727009501888 139702896099063 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
/proc/19875/statm: 3317519 281118 3817 1 0 3305234 0
[pid=19875/tid=19876] ppid=19872 vsize=13270076 CPUtime=5.75 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19876/stat : 19876 (java) R 19872 19875 16330 0 -1 4202560 11933 0 0 0 556 19 0 0 20 0 20 0 6640965 13588557824 281118 33554432000 4194304 4196468 140727009519344 139702900337528 139702491674477 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19878] ppid=19872 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19878/stat : 19878 (java) S 19872 19875 16330 0 -1 1077944384 373 0 0 0 1 1 0 0 20 0 20 0 6640966 13588557824 281118 33554432000 4194304 4196468 140727009519344 139702814579472 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19879] ppid=19872 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19879/stat : 19879 (java) S 19872 19875 16330 0 -1 1077944384 167 0 0 0 1 1 0 0 20 0 20 0 6640966 13588557824 281118 33554432000 4194304 4196468 140727009519344 139702813526928 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19880] ppid=19872 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19880/stat : 19880 (java) S 19872 19875 16330 0 -1 1077944384 49 0 0 0 1 1 0 0 20 0 20 0 6640966 13588557824 281118 33554432000 4194304 4196468 140727009519344 139702812474384 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19881] ppid=19872 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19881/stat : 19881 (java) S 19872 19875 16330 0 -1 1077944384 23 0 0 0 0 1 0 0 20 0 20 0 6640966 13588557824 281118 33554432000 4194304 4196468 140727009519344 139702811421840 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19882] ppid=19872 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19882/stat : 19882 (java) S 19872 19875 16330 0 -1 1077944384 20 0 0 0 1 0 0 0 20 0 20 0 6640966 13588557824 281118 33554432000 4194304 4196468 140727009519344 139702810368272 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19883] ppid=19872 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19883/stat : 19883 (java) S 19872 19875 16330 0 -1 1077944384 67 0 0 0 1 1 0 0 20 0 20 0 6640966 13588557824 281118 33554432000 4194304 4196468 140727009519344 139702809315728 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19884] ppid=19872 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19884/stat : 19884 (java) S 19872 19875 16330 0 -1 1077944384 89 0 0 0 1 0 0 0 20 0 20 0 6640966 13588557824 281118 33554432000 4194304 4196468 140727009519344 139702808263184 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19885] ppid=19872 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19885/stat : 19885 (java) S 19872 19875 16330 0 -1 1077944384 31 0 0 0 1 1 0 0 20 0 20 0 6640966 13588557824 281118 33554432000 4194304 4196468 140727009519344 139702807210640 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19886] ppid=19872 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19886/stat : 19886 (java) S 19872 19875 16330 0 -1 1077944384 976 0 0 0 1 0 0 0 20 0 20 0 6640968 13588557824 281118 33554432000 4194304 4196468 140727009519344 139702359697904 139702896110210 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19887] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19887/stat : 19887 (java) S 19872 19875 16330 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 6640969 13588557824 281118 33554432000 4194304 4196468 140727009519344 139702358644192 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19888] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19888/stat : 19888 (java) S 19872 19875 16330 0 -1 1077944384 44 0 0 0 0 0 0 0 20 0 20 0 6640969 13588557824 281118 33554432000 4194304 4196468 140727009519344 139702357591552 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19889] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=19875/tid=19891] ppid=19872 vsize=13270076 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19891/stat : 19891 (java) S 19872 19875 16330 0 -1 1077944384 11732 0 0 0 141 2 0 0 20 0 20 0 6640973 13588557824 358576 33554432000 4194304 4196468 140727009519344 139702354434160 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19892] ppid=19872 vsize=13270076 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19892/stat : 19892 (java) S 19872 19875 16330 0 -1 1077944384 11329 0 0 0 130 1 0 0 20 0 20 0 6640973 13588557824 358576 33554432000 4194304 4196468 140727009519344 139702353381616 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 47 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19893] ppid=19872 vsize=13270076 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19893/stat : 19893 (java) S 19872 19875 16330 0 -1 1077944384 11541 0 0 0 71 3 0 0 20 0 20 0 6640973 13588557824 358576 33554432000 4194304 4196468 140727009519344 139702352329072 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19894] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19894/stat : 19894 (java) S 19872 19875 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6640973 13588557824 358576 33554432000 4194304 4196468 140727009519344 139702351276768 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19895] ppid=19872 vsize=13270076 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19895/stat : 19895 (java) S 19872 19875 16330 0 -1 1077944384 980 0 0 0 58 66 0 0 20 0 20 0 6640974 13588557824 358576 33554432000 4194304 4196468 140727009519344 139702350224304 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
Current children cumulated CPU time (s) 2328.27
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 0.84 1.38 1.50 2/256 20043
/proc/meminfo: memFree=30338028/32770624 swapFree=5848/271440
[pid=19875] ppid=19872 vsize=13270076 CPUtime=2389.89 cores=0,2,4,6,8,10,12,14
/proc/19875/stat : 19875 (java) S 19872 19875 16330 0 -1 1077944320 214758 0 0 0 238500 489 0 0 20 0 20 0 6640965 13588557824 360112 33554432000 4194304 4196468 140727009519344 140727009501888 139702896099063 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
/proc/19875/statm: 3317519 360112 3833 1 0 3305234 0
[pid=19875/tid=19876] ppid=19872 vsize=13270076 CPUtime=2301.83 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19876/stat : 19876 (java) R 19872 19875 16330 0 -1 4202560 84329 0 0 0 230139 44 0 0 20 0 20 0 6640965 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702900337088 139702489548440 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19878] ppid=19872 vsize=13270076 CPUtime=9.35 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19878/stat : 19878 (java) S 19872 19875 16330 0 -1 1077944384 8815 0 0 0 889 46 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702814579472 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19879] ppid=19872 vsize=13270076 CPUtime=9.29 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19879/stat : 19879 (java) S 19872 19875 16330 0 -1 1077944384 5905 0 0 0 880 49 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702813526928 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19880] ppid=19872 vsize=13270076 CPUtime=9.47 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19880/stat : 19880 (java) S 19872 19875 16330 0 -1 1077944384 8960 0 0 0 904 43 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702812474384 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19881] ppid=19872 vsize=13270076 CPUtime=9.41 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19881/stat : 19881 (java) S 19872 19875 16330 0 -1 1077944384 8064 0 0 0 890 51 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702811421840 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19882] ppid=19872 vsize=13270076 CPUtime=9.42 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19882/stat : 19882 (java) S 19872 19875 16330 0 -1 1077944384 6705 0 0 0 893 49 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702810368272 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19883] ppid=19872 vsize=13270076 CPUtime=9.57 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19883/stat : 19883 (java) S 19872 19875 16330 0 -1 1077944384 7175 0 0 0 911 46 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702809315728 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19884] ppid=19872 vsize=13270076 CPUtime=9.44 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19884/stat : 19884 (java) S 19872 19875 16330 0 -1 1077944384 8472 0 0 0 900 44 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702808263184 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19885] ppid=19872 vsize=13270076 CPUtime=9.46 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19885/stat : 19885 (java) S 19872 19875 16330 0 -1 1077944384 6971 0 0 0 899 47 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702807210640 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19886] ppid=19872 vsize=13270076 CPUtime=6.07 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19886/stat : 19886 (java) S 19872 19875 16330 0 -1 1077944384 13214 0 0 0 565 42 0 0 20 0 20 0 6640968 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702359697904 139702896110210 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19887] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19887/stat : 19887 (java) S 19872 19875 16330 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 20 0 6640969 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702358644192 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19888] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19888/stat : 19888 (java) S 19872 19875 16330 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 6640969 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702357591552 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19889] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19889/stat : 19889 (java) S 19872 19875 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6640973 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702356540112 139702896117659 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19890] ppid=19872 vsize=13270076 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19890/stat : 19890 (java) S 19872 19875 16330 0 -1 1077944384 19133 0 0 0 166 2 0 0 20 0 20 0 6640973 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702355486704 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19891] ppid=19872 vsize=13270076 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19891/stat : 19891 (java) S 19872 19875 16330 0 -1 1077944384 11732 0 0 0 141 2 0 0 20 0 20 0 6640973 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702354434160 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19892] ppid=19872 vsize=13270076 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19892/stat : 19892 (java) S 19872 19875 16330 0 -1 1077944384 11329 0 0 0 130 1 0 0 20 0 20 0 6640973 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702353381616 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 47 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19893] ppid=19872 vsize=13270076 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19893/stat : 19893 (java) S 19872 19875 16330 0 -1 1077944384 11541 0 0 0 71 3 0 0 20 0 20 0 6640973 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702352329072 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19894] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19894/stat : 19894 (java) S 19872 19875 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6640973 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702351276768 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19895] ppid=19872 vsize=13270076 CPUtime=1.27 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19895/stat : 19895 (java) S 19872 19875 16330 0 -1 1077944384 984 0 0 0 60 67 0 0 20 0 20 0 6640974 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702350224304 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
Current children cumulated CPU time (s) 2389.89
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2332.11 s]
/proc/loadavg: 0.79 1.35 1.49 2/256 20043
/proc/meminfo: memFree=30338028/32770624 swapFree=5848/271452
[pid=19875] ppid=19872 vsize=13270076 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/19875/stat : 19875 (java) S 19872 19875 16330 0 -1 1077944320 217439 0 0 0 239509 491 0 0 20 0 20 0 6640965 13588557824 360112 33554432000 4194304 4196468 140727009519344 140727009501888 139702896099063 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
/proc/19875/statm: 3317519 360112 3833 1 0 3305234 0
[pid=19875/tid=19876] ppid=19872 vsize=13270076 CPUtime=2311.56 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19876/stat : 19876 (java) R 19872 19875 16330 0 -1 4202560 85186 0 0 0 231112 44 0 0 20 0 20 0 6640965 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702900337088 139702491385783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19878] ppid=19872 vsize=13270076 CPUtime=9.39 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19878/stat : 19878 (java) S 19872 19875 16330 0 -1 1077944384 8829 0 0 0 893 46 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702814579472 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19879] ppid=19872 vsize=13270076 CPUtime=9.34 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19879/stat : 19879 (java) S 19872 19875 16330 0 -1 1077944384 6128 0 0 0 885 49 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702813526928 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19880] ppid=19872 vsize=13270076 CPUtime=9.52 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19880/stat : 19880 (java) S 19872 19875 16330 0 -1 1077944384 9276 0 0 0 909 43 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702812474384 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19881] ppid=19872 vsize=13270076 CPUtime=9.47 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19881/stat : 19881 (java) S 19872 19875 16330 0 -1 1077944384 8079 0 0 0 895 52 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702811421840 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19882] ppid=19872 vsize=13270076 CPUtime=9.47 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19882/stat : 19882 (java) S 19872 19875 16330 0 -1 1077944384 6713 0 0 0 898 49 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702810368272 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19883] ppid=19872 vsize=13270076 CPUtime=9.61 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19883/stat : 19883 (java) S 19872 19875 16330 0 -1 1077944384 7323 0 0 0 915 46 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702809315728 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19884] ppid=19872 vsize=13270076 CPUtime=9.48 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19884/stat : 19884 (java) S 19872 19875 16330 0 -1 1077944384 8659 0 0 0 904 44 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702808263184 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19885] ppid=19872 vsize=13270076 CPUtime=9.49 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19885/stat : 19885 (java) S 19872 19875 16330 0 -1 1077944384 7602 0 0 0 902 47 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702807210640 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19886] ppid=19872 vsize=13270076 CPUtime=6.09 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19886/stat : 19886 (java) S 19872 19875 16330 0 -1 1077944384 13470 0 0 0 567 42 0 0 20 0 20 0 6640968 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702359697904 139702896110210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19887] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19887/stat : 19887 (java) S 19872 19875 16330 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 20 0 6640969 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702358644192 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19888] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19888/stat : 19888 (java) S 19872 19875 16330 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 6640969 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702357591552 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19889] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19889/stat : 19889 (java) S 19872 19875 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6640973 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702356540112 139702896117659 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19890] ppid=19872 vsize=13270076 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19890/stat : 19890 (java) S 19872 19875 16330 0 -1 1077944384 19136 0 0 0 166 2 0 0 20 0 20 0 6640973 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702355486704 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19891] ppid=19872 vsize=13270076 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19891/stat : 19891 (java) S 19872 19875 16330 0 -1 1077944384 11734 0 0 0 141 2 0 0 20 0 20 0 6640973 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702354434160 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19892] ppid=19872 vsize=13270076 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19892/stat : 19892 (java) S 19872 19875 16330 0 -1 1077944384 11331 0 0 0 130 1 0 0 20 0 20 0 6640973 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702353381616 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 47 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19893] ppid=19872 vsize=13270076 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19893/stat : 19893 (java) S 19872 19875 16330 0 -1 1077944384 11543 0 0 0 71 3 0 0 20 0 20 0 6640973 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702352329072 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19894] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19894/stat : 19894 (java) S 19872 19875 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6640973 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702351276768 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19895] ppid=19872 vsize=13270076 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19895/stat : 19895 (java) S 19872 19875 16330 0 -1 1077944384 1001 0 0 0 60 68 0 0 20 0 20 0 6640974 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702350224304 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
Current children cumulated CPU time (s) 2400
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 19875 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2332.11 s]
/proc/loadavg: 0.79 1.35 1.49 2/256 20043
/proc/meminfo: memFree=30338028/32770624 swapFree=5848/271452
[pid=19875] ppid=19872 vsize=13270076 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/19875/stat : 19875 (java) S 19872 19875 16330 0 -1 1077944320 217439 0 0 0 239509 491 0 0 20 0 20 0 6640965 13588557824 360112 33554432000 4194304 4196468 140727009519344 140727009501888 139702896099063 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
/proc/19875/statm: 3317519 360112 3833 1 0 3305234 0
[pid=19875/tid=19876] ppid=19872 vsize=13270076 CPUtime=2311.56 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19876/stat : 19876 (java) R 19872 19875 16330 0 -1 4202560 85186 0 0 0 231112 44 0 0 20 0 20 0 6640965 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702900337088 139702491385783 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19878] ppid=19872 vsize=13270076 CPUtime=9.39 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19878/stat : 19878 (java) S 19872 19875 16330 0 -1 1077944384 8829 0 0 0 893 46 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702814579472 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19879] ppid=19872 vsize=13270076 CPUtime=9.34 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19879/stat : 19879 (java) S 19872 19875 16330 0 -1 1077944384 6128 0 0 0 885 49 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702813526928 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19880] ppid=19872 vsize=13270076 CPUtime=9.52 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19880/stat : 19880 (java) S 19872 19875 16330 0 -1 1077944384 9276 0 0 0 909 43 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702812474384 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19881] ppid=19872 vsize=13270076 CPUtime=9.47 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19881/stat : 19881 (java) S 19872 19875 16330 0 -1 1077944384 8079 0 0 0 895 52 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702811421840 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19882] ppid=19872 vsize=13270076 CPUtime=9.47 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19882/stat : 19882 (java) S 19872 19875 16330 0 -1 1077944384 6713 0 0 0 898 49 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702810368272 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19883] ppid=19872 vsize=13270076 CPUtime=9.61 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19883/stat : 19883 (java) S 19872 19875 16330 0 -1 1077944384 7323 0 0 0 915 46 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702809315728 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19884] ppid=19872 vsize=13270076 CPUtime=9.48 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19884/stat : 19884 (java) S 19872 19875 16330 0 -1 1077944384 8659 0 0 0 904 44 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702808263184 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19885] ppid=19872 vsize=13270076 CPUtime=9.49 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19885/stat : 19885 (java) S 19872 19875 16330 0 -1 1077944384 7602 0 0 0 902 47 0 0 20 0 20 0 6640966 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702807210640 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19886] ppid=19872 vsize=13270076 CPUtime=6.09 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19886/stat : 19886 (java) S 19872 19875 16330 0 -1 1077944384 13470 0 0 0 567 42 0 0 20 0 20 0 6640968 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702359697904 139702896110210 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19887] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19887/stat : 19887 (java) S 19872 19875 16330 0 -1 1077944384 61 0 0 0 0 0 0 0 20 0 20 0 6640969 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702358644192 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19888] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19888/stat : 19888 (java) S 19872 19875 16330 0 -1 1077944384 47 0 0 0 0 0 0 0 20 0 20 0 6640969 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702357591552 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19889] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19889/stat : 19889 (java) S 19872 19875 16330 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6640973 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702356540112 139702896117659 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19890] ppid=19872 vsize=13270076 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19890/stat : 19890 (java) S 19872 19875 16330 0 -1 1077944384 19136 0 0 0 166 2 0 0 20 0 20 0 6640973 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702355486704 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19891] ppid=19872 vsize=13270076 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19891/stat : 19891 (java) S 19872 19875 16330 0 -1 1077944384 11734 0 0 0 141 2 0 0 20 0 20 0 6640973 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702354434160 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19892] ppid=19872 vsize=13270076 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19892/stat : 19892 (java) S 19872 19875 16330 0 -1 1077944384 11331 0 0 0 130 1 0 0 20 0 20 0 6640973 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702353381616 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 47 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19893] ppid=19872 vsize=13270076 CPUtime=0.74 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19893/stat : 19893 (java) S 19872 19875 16330 0 -1 1077944384 11543 0 0 0 71 3 0 0 20 0 20 0 6640973 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702352329072 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19894] ppid=19872 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19894/stat : 19894 (java) S 19872 19875 16330 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6640973 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702351276768 139702896109269 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
[pid=19875/tid=19895] ppid=19872 vsize=13270076 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/19875/task/19895/stat : 19895 (java) S 19872 19875 16330 0 -1 1077944384 1001 0 0 0 60 68 0 0 20 0 20 0 6640974 13588557824 360112 33554432000 4194304 4196468 140727009519344 139702350224304 139702896110210 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 23080960 140727009522831 140727009523012 140727009523012 140727009525711 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 13270076

Child status: 143
Real time (s): 2332.13
CPU time (s): 2400.03
CPU user time (s): 2395.1
CPU system time (s): 4.92413
CPU usage (%): 102.911
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.1
system time used= 4.92413
maximum resident set size= 1441008
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 218252
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2760
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 319095
involuntary context switches= 175352

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 19.5115 second user time and 19.0005 second system time

The end

Launcher Data

Begin job on node147 at 2017-07-22 10:55:57
IDJOB=4246850
IDBENCH=126251
IDSOLVER=2627
FILE ID=node147/4246850-1500713757
RUNJOBID= node147-1500683390-16361
PBS_JOBID= 20623340
Free space on /tmp= 61892 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-06-a4.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246850-1500713757/watcher-4246850-1500713757 -o /tmp/evaluation-result-4246850-1500713757/solver-4246850-1500713757 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node147-1500683390-16361 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 1598362054 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246850-1500713757.xml

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

MD5SUM BENCH= 3be13f028e00a9c301b8790857e4d16d
RANDOM SEED=1598362054

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28369060 kB
MemAvailable:   28642604 kB
Buffers:          124980 kB
Cached:           428848 kB
SwapCached:            0 kB
Active:          3682168 kB
Inactive:         277800 kB
Active(anon):    3408888 kB
Inactive(anon):     8676 kB
Active(file):     273280 kB
Inactive(file):   269124 kB
Unevictable:        5872 kB
Mlocked:            5872 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42240 kB
Writeback:             0 kB
AnonPages:       3411880 kB
Mapped:            45664 kB
Shmem:              8852 kB
Slab:             127100 kB
SReclaimable:      93948 kB
SUnreclaim:        33152 kB
KernelStack:        4848 kB
PageTables:        12396 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4316500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3280896 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61892 MiB
End job on node147 at 2017-07-22 11:34:50