Trace number 4246738

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)25 2400.1 2332.62

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-07-a3.xml
MD5SUM7dfd3f139f05fe96cee61268ac0efa79
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark25
Best CPU time to get the best result obtained on this benchmark0.088816002
Satisfiable
(Un)Satisfiability was proved
Number of variables56
Number of constraints24
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":21},{"size":501,"count":7}]
Minimum variable degree0
Maximum variable degree8
Distribution of variable degrees[{"degree":0,"count":28},{"degree":2,"count":21},{"degree":7,"count":5},{"degree":8,"count":2}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":21},{"arity":7,"count":1},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints22
Distribution of constraint types[{"type":"intension","count":22},{"type":"allDifferent","count":1},{"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.41/0.31	c version: 2017-06-30
0.41/0.31	c seed: 58545366
0.41/0.31	c timeout: 2400
0.41/0.31	c memlimit: 15500
0.41/0.31	c nbcore: 8
0.41/0.34	c Parsing instance...
1.10/0.76	c Parsing done, starting search...
1.43/0.81	o 500
1.43/0.88	o 499
1.43/0.88	o 32
2.22/1.10	o 30
2.71/1.18	o 25
2400.06/2332.60	s SATISFIABLE
2400.06/2332.60	v <instantiation>
2400.06/2332.60	v 	<list>
2400.06/2332.60	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] y[0][1] y[0][2] y[0][3] y[0][4] y[0][5] y[0][6] y[1][2] y[1][3] y[1][4] y[1][5] y[1][6] y[2][3] y[2][4] y[2][5] y[2][6] y[3][4] y[3][5] y[3][6] y[4][5] y[4][6] y[5][6]
2400.06/2332.60	v 	</list>
2400.06/2332.60	v 	<values>
2400.06/2332.60	v 		0 2 5 14 18 24 25 2 5 14 18 24 25 3 12 16 22 23 9 13 19 20 4 10 11 6 7 1 
2400.06/2332.60	v 	</values>
2400.06/2332.60	v </instantiation>

Verifier Data

OK	25

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-4246738-1500711865/watcher-4246738-1500711865 -o /tmp/evaluation-result-4246738-1500711865/solver-4246738-1500711865 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1500683902-15710 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 58545366 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246738-1500711865.xml 

pid=19003
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.56 1.47 1.57 3/264 19006
/proc/meminfo: memFree=30658056/32770624 swapFree=5920/276672
[pid=19006] ppid=19003 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/stat : 19006 (java) S 19003 19006 15122 0 -1 1077944320 1718 0 0 0 0 0 0 0 20 0 2 0 6453491 369864704 1925 33554432000 4194304 4196468 140735883161712 140735883144256 140305020694263 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
/proc/19006/statm: 90299 1925 1072 1 0 79210 0
[pid=19006/tid=19007] ppid=19003 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19007/stat : 19007 (java) S 19003 19006 15122 0 -1 1077944384 401 0 0 0 0 0 0 0 20 0 2 0 6453492 369864704 1925 33554432000 4194304 4196468 140735883161712 140305024936352 140305020705410 0 4 0 16784584 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0

[startup+0.100095 s]
/proc/loadavg: 1.56 1.47 1.57 3/264 19006
/proc/meminfo: memFree=30658056/32770624 swapFree=5920/276672
[pid=19006] ppid=19003 vsize=13264380 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/19006/stat : 19006 (java) S 19003 19006 15122 0 -1 1077944320 5217 0 0 0 8 1 0 0 20 0 20 0 6453491 13582725120 5786 33554432000 4194304 4196468 140735883161712 140735883144256 140305020694263 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
/proc/19006/statm: 3316095 5786 2813 1 0 3303815 0
[pid=19006/tid=19007] ppid=19003 vsize=13264380 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19007/stat : 19007 (java) R 19003 19006 15122 0 -1 4202560 3310 0 0 0 7 0 0 0 20 0 20 0 6453492 13582725120 5852 33554432000 4194304 4196468 140735883161712 140305024936544 140304977329106 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13264380

[startup+0.200393 s]
/proc/loadavg: 1.56 1.47 1.57 3/264 19006
/proc/meminfo: memFree=30658056/32770624 swapFree=5920/276672
[pid=19006] ppid=19003 vsize=13263912 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/19006/stat : 19006 (java) S 19003 19006 15122 0 -1 1077944320 8872 0 0 0 23 2 0 0 20 0 20 0 6453491 13582245888 8867 33554432000 4194304 4196468 140735883161712 140735883144256 140305020694263 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
/proc/19006/statm: 3315978 8867 3504 1 0 3303698 0
[pid=19006/tid=19007] ppid=19003 vsize=13263912 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19007/stat : 19007 (java) R 19003 19006 15122 0 -1 4202560 6614 0 0 0 16 1 0 0 20 0 20 0 6453492 13582245888 8867 33554432000 4194304 4196468 140735883161712 140305024922640 140305004774750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13263912

[startup+0.300327 s]
/proc/loadavg: 1.56 1.47 1.57 3/264 19006
/proc/meminfo: memFree=30658056/32770624 swapFree=5920/276672
[pid=19006] ppid=19003 vsize=13263912 CPUtime=0.41 cores=0,2,4,6,8,10,12,14
/proc/19006/stat : 19006 (java) S 19003 19006 15122 0 -1 1077944320 9841 0 0 0 38 3 0 0 20 0 20 0 6453491 13582245888 10529 33554432000 4194304 4196468 140735883161712 140735883144256 140305020694263 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
/proc/19006/statm: 3315978 10529 3609 1 0 3303698 0
[pid=19006/tid=19007] ppid=19003 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19007/stat : 19007 (java) R 19003 19006 15122 0 -1 4202560 7297 0 0 0 25 2 0 0 20 0 20 0 6453492 13582245888 10529 33554432000 4194304 4196468 140735883161712 140305024916848 140305004774750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
Current children cumulated CPU time (s) 0.41
Current children cumulated vsize (KiB) 13263912

[startup+0.700279 s]
/proc/loadavg: 1.56 1.47 1.57 3/264 19006
/proc/meminfo: memFree=30658056/32770624 swapFree=5920/276672
[pid=19006] ppid=19003 vsize=13268028 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/19006/stat : 19006 (java) S 19003 19006 15122 0 -1 1077944320 12712 0 0 0 105 5 0 0 20 0 20 0 6453491 13586460672 18024 33554432000 4194304 4196468 140735883161712 140735883144256 140305020694263 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
/proc/19006/statm: 3317007 18024 3757 1 0 3304722 0
[pid=19006/tid=19007] ppid=19003 vsize=13268028 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19007/stat : 19007 (java) R 19003 19006 15122 0 -1 4202560 9158 0 0 0 64 3 0 0 20 0 20 0 6453492 13586460672 18024 33554432000 4194304 4196468 140735883161712 140305024907072 140305004774750 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 13268028

[startup+1.50115 s]
/proc/loadavg: 1.56 1.47 1.57 7/284 19026
/proc/meminfo: memFree=30518428/32770624 swapFree=5920/276532
[pid=19006] ppid=19003 vsize=13270076 CPUtime=4.01 cores=0,2,4,6,8,10,12,14
/proc/19006/stat : 19006 (java) S 19003 19006 15122 0 -1 1077944320 25637 0 0 0 390 11 0 0 20 0 20 0 6453491 13588557824 54686 33554432000 4194304 4196468 140735883161712 140735883144256 140305020694263 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
/proc/19006/statm: 3317519 54686 3812 1 0 3305234 0
[pid=19006/tid=19007] ppid=19003 vsize=13270076 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19007/stat : 19007 (java) R 19003 19006 15122 0 -1 4202560 11554 0 0 0 140 5 0 0 20 0 20 0 6453492 13588557824 54686 33554432000 4194304 4196468 140735883161712 140305024932576 140304657546560 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19009] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19009/stat : 19009 (java) S 19003 19006 15122 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 20 0 6453493 13588557824 54686 33554432000 4194304 4196468 140735883161712 140304973314448 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19010] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19010/stat : 19010 (java) S 19003 19006 15122 0 -1 1077944384 67 0 0 0 0 0 0 0 20 0 20 0 6453493 13588557824 54686 33554432000 4194304 4196468 140735883161712 140304618813712 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19011] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19011/stat : 19011 (java) S 19003 19006 15122 0 -1 1077944384 52 0 0 0 0 0 0 0 20 0 20 0 6453493 13588557824 54686 33554432000 4194304 4196468 140735883161712 140304617761424 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19012] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19012/stat : 19012 (java) S 19003 19006 15122 0 -1 1077944384 38 0 0 0 0 0 0 0 20 0 20 0 6453493 13588557824 54686 33554432000 4194304 4196468 140735883161712 140304616708624 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19013] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19013/stat : 19013 (java) S 19003 19006 15122 0 -1 1077944384 15 0 0 0 0 0 0 0 20 0 20 0 6453493 13588557824 54686 33554432000 4194304 4196468 140735883161712 140304615656336 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19014] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19014/stat : 19014 (java) S 19003 19006 15122 0 -1 1077944384 245 0 0 0 0 0 0 0 20 0 20 0 6453493 13588557824 54686 33554432000 4194304 4196468 140735883161712 140304614603536 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19015] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19015/stat : 19015 (java) S 19003 19006 15122 0 -1 1077944384 20 0 0 0 0 0 0 0 20 0 20 0 6453493 13588557824 54686 33554432000 4194304 4196468 140735883161712 140304613551248 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19016] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19016/stat : 19016 (java) S 19003 19006 15122 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 20 0 6453493 13588557824 54686 33554432000 4194304 4196468 140735883161712 140304612498448 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19017] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19017/stat : 19017 (java) S 19003 19006 15122 0 -1 1077944384 227 0 0 0 0 0 0 0 20 0 20 0 6453495 13588557824 54686 33554432000 4194304 4196468 140735883161712 140304081410160 140305020705410 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19018] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19018/stat : 19018 (java) S 19003 19006 15122 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 6453496 13588557824 54686 33554432000 4194304 4196468 140735883161712 140304080356192 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19019] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19019/stat : 19019 (java) S 19003 19006 15122 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 20 0 6453496 13588557824 54686 33554432000 4194304 4196468 140735883161712 140304079303808 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19020] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19020/stat : 19020 (java) S 19003 19006 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6453500 13588557824 54686 33554432000 4194304 4196468 140735883161712 140304078252112 140305020712859 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19021] ppid=19003 vsize=13270076 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19021/stat : 19021 (java) R 19003 19006 15122 0 -1 4202560 3144 0 0 0 67 0 0 0 20 0 20 0 6453500 13588557824 54686 33554432000 4194304 4196468 140735883161712 140304077199984 140305000350672 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19022] ppid=19003 vsize=13270076 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19022/stat : 19022 (java) S 19003 19006 15122 0 -1 1077944384 1852 0 0 0 62 1 0 0 20 0 20 0 6453500 13588557824 54686 33554432000 4194304 4196468 140735883161712 140304076147184 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19023] ppid=19003 vsize=13270076 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19023/stat : 19023 (java) S 19003 19006 15122 0 -1 1077944384 3911 0 0 0 66 0 0 0 20 0 20 0 6453500 13588557824 54686 33554432000 4194304 4196468 140735883161712 140304075094896 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19024] ppid=19003 vsize=13270076 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19024/stat : 19024 (java) R 19003 19006 15122 0 -1 4202560 3027 0 0 0 49 0 0 0 20 0 20 0 6453500 13588557824 54686 33554432000 4194304 4196468 140735883161712 140304074042096 140304999829704 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19025] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19025/stat : 19025 (java) S 19003 19006 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6453501 13588557824 54686 33554432000 4194304 4196468 140735883161712 140304072989024 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19026] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19026/stat : 19026 (java) S 19003 19006 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6453501 13588557824 54686 33554432000 4194304 4196468 140735883161712 140304071936304 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
Current children cumulated CPU time (s) 4.01
Current children cumulated vsize (KiB) 13270076

[startup+3.10076 s]
/proc/loadavg: 1.56 1.47 1.57 3/284 19026
/proc/meminfo: memFree=30334736/32770624 swapFree=5920/276528
[pid=19006] ppid=19003 vsize=13270076 CPUtime=6.04 cores=0,2,4,6,8,10,12,14
/proc/19006/stat : 19006 (java) S 19003 19006 15122 0 -1 1077944320 28260 0 0 0 584 20 0 0 20 0 20 0 6453491 13588557824 130379 33554432000 4194304 4196468 140735883161712 140735883144256 140305020694263 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
/proc/19006/statm: 3317519 130379 3817 1 0 3305234 0
[pid=19006/tid=19007] ppid=19003 vsize=13270076 CPUtime=3.02 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19007/stat : 19007 (java) R 19003 19006 15122 0 -1 4202560 12283 0 0 0 293 9 0 0 20 0 20 0 6453492 13588557824 130379 33554432000 4194304 4196468 140735883161712 140305024929384 140304658194978 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19009] ppid=19003 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19009/stat : 19009 (java) S 19003 19006 15122 0 -1 1077944384 51 0 0 0 1 0 0 0 20 0 20 0 6453493 13588557824 130379 33554432000 4194304 4196468 140735883161712 140304973314448 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19010] ppid=19003 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19010/stat : 19010 (java) S 19003 19006 15122 0 -1 1077944384 75 0 0 0 1 0 0 0 20 0 20 0 6453493 13588557824 130379 33554432000 4194304 4196468 140735883161712 140304618813712 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19011] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19011/stat : 19011 (java) S 19003 19006 15122 0 -1 1077944384 129 0 0 0 0 0 0 0 20 0 20 0 6453493 13588557824 130379 33554432000 4194304 4196468 140735883161712 140304617761424 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19012] ppid=19003 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19012/stat : 19012 (java) S 19003 19006 15122 0 -1 1077944384 524 0 0 0 1 0 0 0 20 0 20 0 6453493 13588557824 130379 33554432000 4194304 4196468 140735883161712 140304616708624 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19013] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19013/stat : 19013 (java) S 19003 19006 15122 0 -1 1077944384 27 0 0 0 0 0 0 0 20 0 20 0 6453493 13588557824 130379 33554432000 4194304 4196468 140735883161712 140304615656336 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19014] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19014/stat : 19014 (java) S 19003 19006 15122 0 -1 1077944384 249 0 0 0 0 0 0 0 20 0 20 0 6453493 13588557824 130379 33554432000 4194304 4196468 140735883161712 140304614603536 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19015] ppid=19003 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19015/stat : 19015 (java) S 19003 19006 15122 0 -1 1077944384 35 0 0 0 1 0 0 0 20 0 20 0 6453493 13588557824 130379 33554432000 4194304 4196468 140735883161712 140304613551248 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19016] ppid=19003 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19016/stat : 19016 (java) S 19003 19006 15122 0 -1 1077944384 27 0 0 0 1 0 0 0 20 0 20 0 6453493 13588557824 130379 33554432000 4194304 4196468 140735883161712 140304612498448 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19017] ppid=19003 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19017/stat : 19017 (java) S 19003 19006 15122 0 -1 1077944384 409 0 0 0 1 0 0 0 20 0 20 0 6453495 13588557824 130379 33554432000 4194304 4196468 140735883161712 140304081410160 140305020705410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19018] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19018/stat : 19018 (java) S 19003 19006 15122 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 6453496 13588557824 130379 33554432000 4194304 4196468 140735883161712 140304080356192 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19019] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19019/stat : 19019 (java) S 19003 19006 15122 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 6453496 13588557824 130891 33554432000 4194304 4196468 140735883161712 140304079303808 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19020] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19020/stat : 19020 (java) S 19003 19006 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6453500 13588557824 130891 33554432000 4194304 4196468 140735883161712 140304078252112 140305020712859 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19021] ppid=19003 vsize=13270076 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19021/stat : 19021 (java) S 19003 19006 15122 0 -1 1077944384 3695 0 0 0 79 0 0 0 20 0 20 0 6453500 13588557824 130891 33554432000 4194304 4196468 140735883161712 140304077199984 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19022] ppid=19003 vsize=13270076 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19022/stat : 19022 (java) S 19003 19006 15122 0 -1 1077944384 1908 0 0 0 67 1 0 0 20 0 20 0 6453500 13588557824 130891 33554432000 4194304 4196468 140735883161712 140304076147184 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19023] ppid=19003 vsize=13270076 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19023/stat : 19023 (java) S 19003 19006 15122 0 -1 1077944384 4043 0 0 0 78 0 0 0 20 0 20 0 6453500 13588557824 130891 33554432000 4194304 4196468 140735883161712 140304075094896 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19024] ppid=19003 vsize=13270076 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19024/stat : 19024 (java) S 19003 19006 15122 0 -1 1077944384 3365 0 0 0 54 0 0 0 20 0 20 0 6453500 13588557824 130891 33554432000 4194304 4196468 140735883161712 140304074042096 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19025] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19025/stat : 19025 (java) S 19003 19006 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6453501 13588557824 130891 33554432000 4194304 4196468 140735883161712 140304072989024 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19026] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19026/stat : 19026 (java) S 19003 19006 15122 0 -1 1077944384 10 0 0 0 0 0 0 0 20 0 20 0 6453501 13588557824 130891 33554432000 4194304 4196468 140735883161712 140304071936304 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 13270076

[startup+6.3008 s]
/proc/loadavg: 1.52 1.47 1.56 3/284 19026
/proc/meminfo: memFree=29557364/32770624 swapFree=5920/276536
[pid=19006] ppid=19003 vsize=13270076 CPUtime=9.41 cores=0,2,4,6,8,10,12,14
/proc/19006/stat : 19006 (java) S 19003 19006 15122 0 -1 1077944320 29445 0 0 0 911 30 0 0 20 0 20 0 6453491 13588557824 278445 33554432000 4194304 4196468 140735883161712 140735883144256 140305020694263 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
/proc/19006/statm: 3317519 278445 3817 1 0 3305234 0
[pid=19006/tid=19007] ppid=19003 vsize=13270076 CPUtime=6.22 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19007/stat : 19007 (java) R 19003 19006 15122 0 -1 4202560 12605 0 0 0 604 18 0 0 20 0 20 0 6453492 13588557824 278445 33554432000 4194304 4196468 140735883161712 140305024932696 140304658195631 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19009] ppid=19003 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19009/stat : 19009 (java) S 19003 19006 15122 0 -1 1077944384 52 0 0 0 1 0 0 0 20 0 20 0 6453493 13588557824 278445 33554432000 4194304 4196468 140735883161712 140304973314448 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19010] ppid=19003 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19010/stat : 19010 (java) S 19003 19006 15122 0 -1 1077944384 78 0 0 0 1 0 0 0 20 0 20 0 6453493 13588557824 278445 33554432000 4194304 4196468 140735883161712 140304618813712 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19011] ppid=19003 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19011/stat : 19011 (java) S 19003 19006 15122 0 -1 1077944384 133 0 0 0 1 0 0 0 20 0 20 0 6453493 13588557824 278445 33554432000 4194304 4196468 140735883161712 140304617761424 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19012] ppid=19003 vsize=13270076 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19012/stat : 19012 (java) S 19003 19006 15122 0 -1 1077944384 526 0 0 0 1 1 0 0 20 0 20 0 6453493 13588557824 278445 33554432000 4194304 4196468 140735883161712 140304616708624 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19013] ppid=19003 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19013/stat : 19013 (java) S 19003 19006 15122 0 -1 1077944384 30 0 0 0 1 0 0 0 20 0 20 0 6453493 13588557824 278445 33554432000 4194304 4196468 140735883161712 140304615656336 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19014] ppid=19003 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19014/stat : 19014 (java) S 19003 19006 15122 0 -1 1077944384 258 0 0 0 1 0 0 0 20 0 20 0 6453493 13588557824 278445 33554432000 4194304 4196468 140735883161712 140304614603536 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19015] ppid=19003 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19015/stat : 19015 (java) S 19003 19006 15122 0 -1 1077944384 38 0 0 0 1 0 0 0 20 0 20 0 6453493 13588557824 278445 33554432000 4194304 4196468 140735883161712 140304613551248 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19016] ppid=19003 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19016/stat : 19016 (java) S 19003 19006 15122 0 -1 1077944384 31 0 0 0 1 0 0 0 20 0 20 0 6453493 13588557824 278445 33554432000 4194304 4196468 140735883161712 140304612498448 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19017] ppid=19003 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19017/stat : 19017 (java) S 19003 19006 15122 0 -1 1077944384 966 0 0 0 1 0 0 0 20 0 20 0 6453495 13588557824 278445 33554432000 4194304 4196468 140735883161712 140304081410160 140305020705410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19018] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19018/stat : 19018 (java) S 19003 19006 15122 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 6453496 13588557824 278445 33554432000 4194304 4196468 140735883161712 140304080356192 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19019] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19019/stat : 19019 (java) S 19003 19006 15122 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 20 0 6453496 13588557824 278445 33554432000 4194304 4196468 140735883161712 140304079303808 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19020] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=19006/tid=19022] ppid=19003 vsize=13270076 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19022/stat : 19022 (java) S 19003 19006 15122 0 -1 1077944384 8995 0 0 0 103 2 0 0 20 0 20 0 6453500 13588557824 352766 33554432000 4194304 4196468 140735883161712 140304076147184 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19023] ppid=19003 vsize=13270076 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19023/stat : 19023 (java) S 19003 19006 15122 0 -1 1077944384 16752 0 0 0 130 2 0 0 20 0 20 0 6453500 13588557824 352766 33554432000 4194304 4196468 140735883161712 140304075094896 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19024] ppid=19003 vsize=13270076 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19024/stat : 19024 (java) S 19003 19006 15122 0 -1 1077944384 14346 0 0 0 63 2 0 0 20 0 20 0 6453500 13588557824 352766 33554432000 4194304 4196468 140735883161712 140304074042096 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19025] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19025/stat : 19025 (java) S 19003 19006 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6453501 13588557824 352766 33554432000 4194304 4196468 140735883161712 140304072989024 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19026] ppid=19003 vsize=13270076 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19026/stat : 19026 (java) S 19003 19006 15122 0 -1 1077944384 1482 0 0 0 63 67 0 0 20 0 20 0 6453501 13588557824 352766 33554432000 4194304 4196468 140735883161712 140304071936304 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
Current children cumulated CPU time (s) 2265.74
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 0.76 1.04 1.24 2/259 19174
/proc/meminfo: memFree=30349492/32770624 swapFree=5920/278916
[pid=19006] ppid=19003 vsize=13270076 CPUtime=2327.5 cores=0,2,4,6,8,10,12,14
/proc/19006/stat : 19006 (java) S 19003 19006 15122 0 -1 1077944320 202689 0 0 0 232287 463 0 0 20 0 20 0 6453491 13588557824 354814 33554432000 4194304 4196468 140735883161712 140735883144256 140305020694263 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
/proc/19006/statm: 3317519 354814 3834 1 0 3305234 0
[pid=19006/tid=19007] ppid=19003 vsize=13270076 CPUtime=2242.93 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19007/stat : 19007 (java) R 19003 19006 15122 0 -1 4202560 81432 0 0 0 224254 39 0 0 20 0 20 0 6453492 13588557824 354814 33554432000 4194304 4196468 140735883161712 140305024932448 140304658802303 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19009] ppid=19003 vsize=13270076 CPUtime=9.01 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19009/stat : 19009 (java) S 19003 19006 15122 0 -1 1077944384 6222 0 0 0 858 43 0 0 20 0 20 0 6453493 13588557824 354814 33554432000 4194304 4196468 140735883161712 140304973314448 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19010] ppid=19003 vsize=13270076 CPUtime=9.01 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19010/stat : 19010 (java) S 19003 19006 15122 0 -1 1077944384 4158 0 0 0 856 45 0 0 20 0 20 0 6453493 13588557824 354814 33554432000 4194304 4196468 140735883161712 140304618813712 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19011] ppid=19003 vsize=13270076 CPUtime=9.09 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19011/stat : 19011 (java) S 19003 19006 15122 0 -1 1077944384 5710 0 0 0 866 43 0 0 20 0 20 0 6453493 13588557824 354814 33554432000 4194304 4196468 140735883161712 140304617761424 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19012] ppid=19003 vsize=13270076 CPUtime=9 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19012/stat : 19012 (java) S 19003 19006 15122 0 -1 1077944384 8028 0 0 0 855 45 0 0 20 0 20 0 6453493 13588557824 354814 33554432000 4194304 4196468 140735883161712 140304616708624 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19013] ppid=19003 vsize=13270076 CPUtime=9.12 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19013/stat : 19013 (java) S 19003 19006 15122 0 -1 1077944384 6900 0 0 0 868 44 0 0 20 0 20 0 6453493 13588557824 354814 33554432000 4194304 4196468 140735883161712 140304615656336 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19014] ppid=19003 vsize=13270076 CPUtime=9.01 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19014/stat : 19014 (java) S 19003 19006 15122 0 -1 1077944384 5896 0 0 0 857 44 0 0 20 0 20 0 6453493 13588557824 354814 33554432000 4194304 4196468 140735883161712 140304614603536 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19015] ppid=19003 vsize=13270076 CPUtime=9.09 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19015/stat : 19015 (java) S 19003 19006 15122 0 -1 1077944384 4731 0 0 0 863 46 0 0 20 0 20 0 6453493 13588557824 354814 33554432000 4194304 4196468 140735883161712 140304613551248 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19016] ppid=19003 vsize=13270076 CPUtime=9.05 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19016/stat : 19016 (java) S 19003 19006 15122 0 -1 1077944384 4362 0 0 0 857 48 0 0 20 0 20 0 6453493 13588557824 354814 33554432000 4194304 4196468 140735883161712 140304612498448 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19017] ppid=19003 vsize=13270076 CPUtime=5.81 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19017/stat : 19017 (java) S 19003 19006 15122 0 -1 1077944384 12133 0 0 0 542 39 0 0 20 0 20 0 6453495 13588557824 354814 33554432000 4194304 4196468 140735883161712 140304081410160 140305020705410 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19018] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19018/stat : 19018 (java) S 19003 19006 15122 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 6453496 13588557824 354814 33554432000 4194304 4196468 140735883161712 140304080356192 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19019] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19019/stat : 19019 (java) S 19003 19006 15122 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 6453496 13588557824 354814 33554432000 4194304 4196468 140735883161712 140304079303808 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19020] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19020/stat : 19020 (java) S 19003 19006 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6453500 13588557824 354814 33554432000 4194304 4196468 140735883161712 140304078252112 140305020712859 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19021] ppid=19003 vsize=13270076 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19021/stat : 19021 (java) S 19003 19006 15122 0 -1 1077944384 20077 0 0 0 184 2 0 0 20 0 20 0 6453500 13588557824 354814 33554432000 4194304 4196468 140735883161712 140304077199984 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19022] ppid=19003 vsize=13270076 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19022/stat : 19022 (java) S 19003 19006 15122 0 -1 1077944384 8997 0 0 0 103 2 0 0 20 0 20 0 6453500 13588557824 354814 33554432000 4194304 4196468 140735883161712 140304076147184 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19023] ppid=19003 vsize=13270076 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19023/stat : 19023 (java) S 19003 19006 15122 0 -1 1077944384 16754 0 0 0 130 2 0 0 20 0 20 0 6453500 13588557824 354814 33554432000 4194304 4196468 140735883161712 140304075094896 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19024] ppid=19003 vsize=13270076 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19024/stat : 19024 (java) S 19003 19006 15122 0 -1 1077944384 14348 0 0 0 63 2 0 0 20 0 20 0 6453500 13588557824 354814 33554432000 4194304 4196468 140735883161712 140304074042096 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19025] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19025/stat : 19025 (java) S 19003 19006 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6453501 13588557824 354814 33554432000 4194304 4196468 140735883161712 140304072989024 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19026] ppid=19003 vsize=13270076 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19026/stat : 19026 (java) S 19003 19006 15122 0 -1 1077944384 1497 0 0 0 65 69 0 0 20 0 20 0 6453501 13588557824 354814 33554432000 4194304 4196468 140735883161712 140304071936304 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
Current children cumulated CPU time (s) 2327.5
Current children cumulated vsize (KiB) 13270076

[startup+2322.3 s]
/proc/loadavg: 0.66 0.96 1.20 2/259 19175
/proc/meminfo: memFree=30341064/32770624 swapFree=5920/278948
[pid=19006] ppid=19003 vsize=13270076 CPUtime=2389.4 cores=0,2,4,6,8,10,12,14
/proc/19006/stat : 19006 (java) S 19003 19006 15122 0 -1 1077944320 206007 0 0 0 238467 473 0 0 20 0 20 0 6453491 13588557824 356862 33554432000 4194304 4196468 140735883161712 140735883144256 140305020694263 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
/proc/19006/statm: 3317519 356862 3834 1 0 3305234 0
[pid=19006/tid=19007] ppid=19003 vsize=13270076 CPUtime=2302.39 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19007/stat : 19007 (java) R 19003 19006 15122 0 -1 4202560 82979 0 0 0 230199 40 0 0 20 0 20 0 6453492 13588557824 356862 33554432000 4194304 4196468 140735883161712 140305024932224 140304656919222 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19009] ppid=19003 vsize=13270076 CPUtime=9.3 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19009/stat : 19009 (java) S 19003 19006 15122 0 -1 1077944384 6349 0 0 0 886 44 0 0 20 0 20 0 6453493 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304973314448 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19010] ppid=19003 vsize=13270076 CPUtime=9.28 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19010/stat : 19010 (java) S 19003 19006 15122 0 -1 1077944384 4287 0 0 0 882 46 0 0 20 0 20 0 6453493 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304618813712 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19011] ppid=19003 vsize=13270076 CPUtime=9.38 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19011/stat : 19011 (java) S 19003 19006 15122 0 -1 1077944384 5874 0 0 0 894 44 0 0 20 0 20 0 6453493 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304617761424 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19012] ppid=19003 vsize=13270076 CPUtime=9.26 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19012/stat : 19012 (java) S 19003 19006 15122 0 -1 1077944384 8275 0 0 0 880 46 0 0 20 0 20 0 6453493 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304616708624 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19013] ppid=19003 vsize=13270076 CPUtime=9.42 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19013/stat : 19013 (java) S 19003 19006 15122 0 -1 1077944384 7277 0 0 0 897 45 0 0 20 0 20 0 6453493 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304615656336 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19014] ppid=19003 vsize=13270076 CPUtime=9.31 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19014/stat : 19014 (java) S 19003 19006 15122 0 -1 1077944384 5911 0 0 0 886 45 0 0 20 0 20 0 6453493 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304614603536 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19015] ppid=19003 vsize=13270076 CPUtime=9.37 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19015/stat : 19015 (java) S 19003 19006 15122 0 -1 1077944384 4855 0 0 0 890 47 0 0 20 0 20 0 6453493 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304613551248 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19016] ppid=19003 vsize=13270076 CPUtime=9.33 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19016/stat : 19016 (java) S 19003 19006 15122 0 -1 1077944384 4571 0 0 0 884 49 0 0 20 0 20 0 6453493 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304612498448 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19017] ppid=19003 vsize=13270076 CPUtime=5.96 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19017/stat : 19017 (java) S 19003 19006 15122 0 -1 1077944384 12472 0 0 0 556 40 0 0 20 0 20 0 6453495 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304081410160 140305020705410 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19018] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19018/stat : 19018 (java) S 19003 19006 15122 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 6453496 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304080356192 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19019] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19019/stat : 19019 (java) S 19003 19006 15122 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 6453496 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304079303808 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19020] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19020/stat : 19020 (java) S 19003 19006 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6453500 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304078252112 140305020712859 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19021] ppid=19003 vsize=13270076 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19021/stat : 19021 (java) S 19003 19006 15122 0 -1 1077944384 20081 0 0 0 184 2 0 0 20 0 20 0 6453500 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304077199984 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19022] ppid=19003 vsize=13270076 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19022/stat : 19022 (java) S 19003 19006 15122 0 -1 1077944384 9001 0 0 0 103 2 0 0 20 0 20 0 6453500 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304076147184 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19023] ppid=19003 vsize=13270076 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19023/stat : 19023 (java) S 19003 19006 15122 0 -1 1077944384 16758 0 0 0 130 2 0 0 20 0 20 0 6453500 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304075094896 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19024] ppid=19003 vsize=13270076 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19024/stat : 19024 (java) S 19003 19006 15122 0 -1 1077944384 14352 0 0 0 63 2 0 0 20 0 20 0 6453500 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304074042096 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19025] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19025/stat : 19025 (java) S 19003 19006 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6453501 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304072989024 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19026] ppid=19003 vsize=13270076 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19026/stat : 19026 (java) S 19003 19006 15122 0 -1 1077944384 1521 0 0 0 68 70 0 0 20 0 20 0 6453501 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304071936304 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
Current children cumulated CPU time (s) 2389.4
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2332.6 s]
/proc/loadavg: 0.71 0.96 1.20 2/259 19176
/proc/meminfo: memFree=30340816/32770624 swapFree=5920/278980
[pid=19006] ppid=19003 vsize=13270076 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/19006/stat : 19006 (java) S 19003 19006 15122 0 -1 1077944320 206235 0 0 0 239531 475 0 0 20 0 20 0 6453491 13588557824 356862 33554432000 4194304 4196468 140735883161712 140735883144256 140305020694263 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
/proc/19006/statm: 3317519 356862 3834 1 0 3305234 0
[pid=19006/tid=19007] ppid=19003 vsize=13270076 CPUtime=2312.59 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19007/stat : 19007 (java) R 19003 19006 15122 0 -1 4202560 83026 0 0 0 231219 40 0 0 20 0 20 0 6453492 13588557824 356862 33554432000 4194304 4196468 140735883161712 140305024932336 140304656919613 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19009] ppid=19003 vsize=13270076 CPUtime=9.35 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19009/stat : 19009 (java) S 19003 19006 15122 0 -1 1077944384 6350 0 0 0 891 44 0 0 20 0 20 0 6453493 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304973314448 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19010] ppid=19003 vsize=13270076 CPUtime=9.33 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19010/stat : 19010 (java) S 19003 19006 15122 0 -1 1077944384 4288 0 0 0 887 46 0 0 20 0 20 0 6453493 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304618813712 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19011] ppid=19003 vsize=13270076 CPUtime=9.45 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19011/stat : 19011 (java) S 19003 19006 15122 0 -1 1077944384 5967 0 0 0 900 45 0 0 20 0 20 0 6453493 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304617761424 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19012] ppid=19003 vsize=13270076 CPUtime=9.31 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19012/stat : 19012 (java) S 19003 19006 15122 0 -1 1077944384 8304 0 0 0 884 47 0 0 20 0 20 0 6453493 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304616708624 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19013] ppid=19003 vsize=13270076 CPUtime=9.47 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19013/stat : 19013 (java) S 19003 19006 15122 0 -1 1077944384 7277 0 0 0 902 45 0 0 20 0 20 0 6453493 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304615656336 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19014] ppid=19003 vsize=13270076 CPUtime=9.37 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19014/stat : 19014 (java) S 19003 19006 15122 0 -1 1077944384 5960 0 0 0 891 46 0 0 20 0 20 0 6453493 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304614603536 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19015] ppid=19003 vsize=13270076 CPUtime=9.42 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19015/stat : 19015 (java) S 19003 19006 15122 0 -1 1077944384 4855 0 0 0 895 47 0 0 20 0 20 0 6453493 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304613551248 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19016] ppid=19003 vsize=13270076 CPUtime=9.39 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19016/stat : 19016 (java) S 19003 19006 15122 0 -1 1077944384 4571 0 0 0 890 49 0 0 20 0 20 0 6453493 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304612498448 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19017] ppid=19003 vsize=13270076 CPUtime=5.98 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19017/stat : 19017 (java) S 19003 19006 15122 0 -1 1077944384 12478 0 0 0 558 40 0 0 20 0 20 0 6453495 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304081410160 140305020705410 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19018] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19018/stat : 19018 (java) S 19003 19006 15122 0 -1 1077944384 66 0 0 0 0 0 0 0 20 0 20 0 6453496 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304080356192 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19019] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19019/stat : 19019 (java) S 19003 19006 15122 0 -1 1077944384 57 0 0 0 0 0 0 0 20 0 20 0 6453496 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304079303808 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19020] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19020/stat : 19020 (java) S 19003 19006 15122 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 6453500 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304078252112 140305020712859 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19021] ppid=19003 vsize=13270076 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19021/stat : 19021 (java) S 19003 19006 15122 0 -1 1077944384 20081 0 0 0 184 2 0 0 20 0 20 0 6453500 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304077199984 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19022] ppid=19003 vsize=13270076 CPUtime=1.05 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19022/stat : 19022 (java) S 19003 19006 15122 0 -1 1077944384 9001 0 0 0 103 2 0 0 20 0 20 0 6453500 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304076147184 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19023] ppid=19003 vsize=13270076 CPUtime=1.32 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19023/stat : 19023 (java) S 19003 19006 15122 0 -1 1077944384 16758 0 0 0 130 2 0 0 20 0 20 0 6453500 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304075094896 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19024] ppid=19003 vsize=13270076 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19024/stat : 19024 (java) S 19003 19006 15122 0 -1 1077944384 14352 0 0 0 63 2 0 0 20 0 20 0 6453500 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304074042096 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19025] ppid=19003 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19025/stat : 19025 (java) S 19003 19006 15122 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 6453501 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304072989024 140305020704469 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
[pid=19006/tid=19026] ppid=19003 vsize=13270076 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/19006/task/19026/stat : 19026 (java) S 19003 19006 15122 0 -1 1077944384 1523 0 0 0 68 70 0 0 20 0 20 0 6453501 13588557824 356862 33554432000 4194304 4196468 140735883161712 140304071936304 140305020705410 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 11079680 140735883166865 140735883167044 140735883167044 140735883169743 0
Current children cumulated CPU time (s) 2400.06
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 19006 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143
Real time (s): 2332.62
CPU time (s): 2400.1
CPU user time (s): 2395.32
CPU system time (s): 4.77238
CPU usage (%): 102.893
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.32
system time used= 4.77238
maximum resident set size= 1428012
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 206523
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2824
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 323401
involuntary context switches= 180827

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.4522 second user time and 20.7719 second system time

The end

Launcher Data

Begin job on node135 at 2017-07-22 10:24:25
IDJOB=4246738
IDBENCH=126227
IDSOLVER=2627
FILE ID=node135/4246738-1500711865
RUNJOBID= node135-1500683902-15710
PBS_JOBID= 20623034
Free space on /tmp= 61804 MiB

SOLVER NAME= OscaR - ALNS 2017-06-30
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-07-a3.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-4246738-1500711865/watcher-4246738-1500711865 -o /tmp/evaluation-result-4246738-1500711865/solver-4246738-1500711865 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node135-1500683902-15710 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-alns.jar --randomseed 58545366 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246738-1500711865.xml

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

MD5SUM BENCH= 7dfd3f139f05fe96cee61268ac0efa79
RANDOM SEED=58545366

node135.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.46
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		: 2400.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.46
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.46
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		: 2668.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.46
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		: 2668.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		: 1867.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.46
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2267.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.46
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		: 2533.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.46
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		: 2000.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.46
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:        30658056 kB
MemAvailable:   30938820 kB
Buffers:          133460 kB
Cached:           427488 kB
SwapCached:            0 kB
Active:          1390668 kB
Inactive:         285312 kB
Active(anon):    1117988 kB
Inactive(anon):     8640 kB
Active(file):     272680 kB
Inactive(file):   276672 kB
Unevictable:        5920 kB
Mlocked:            5920 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42112 kB
Writeback:             0 kB
AnonPages:       1121176 kB
Mapped:            45640 kB
Shmem:              8872 kB
Slab:             128296 kB
SReclaimable:      94492 kB
SUnreclaim:        33804 kB
KernelStack:        4528 kB
PageTables:         7320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2046020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    997376 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61804 MiB
End job on node135 at 2017-07-22 11:03:18