Trace number 4246810

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: OscaR - Hybrid 2017-06-30SAT (TO)844 2400.05 2308.52

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-27-a4.xml
MD5SUM4a6b886165f8d6d7f8f178d50db8a3de
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark818
Best CPU time to get the best result obtained on this benchmark2520.1201
Satisfiable
(Un)Satisfiability was proved
Number of variables27
Number of constraints58502
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":27}]
Minimum variable degree8451
Maximum variable degree8452
Distribution of variable degrees[{"degree":8451,"count":25},{"degree":8452,"count":2}]
Minimum constraint arity1
Maximum constraint arity27
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":5850},{"arity":4,"count":52650},{"arity":27,"count":1}]
Number of extensional constraints0
Number of intensional constraints58501
Distribution of constraint types[{"type":"intension","count":58501},{"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.34	c version: 2017-06-30
0.42/0.35	c seed: 852253528
0.42/0.35	c timeout: 2400
0.42/0.35	c memlimit: 15500
0.42/0.35	c nbcore: 8
0.42/0.37	c Parsing instance...
8.72/2.83	c Parsing done, starting first complete search...
10.43/3.32	o 1000
14.01/6.29	c First complete search done, starting ALNS search...
18.69/9.80	o 999
34.36/24.57	o 969
73.94/63.48	o 939
170.20/158.31	o 937
171.51/159.64	o 936
171.60/159.76	o 934
172.21/160.39	o 923
176.81/164.82	o 922
203.07/190.64	o 921
203.48/191.04	o 909
208.53/195.94	o 908
208.62/196.08	o 901
210.66/197.99	o 900
215.99/203.29	o 874
216.79/204.01	o 848
755.38/722.24	o 847
801.25/766.45	o 846
1309.70/1257.66	o 845
1494.41/1435.21	o 844
1748.47/1680.99	c ALNS done, starting second complete search
1748.47/1680.99	c Best operator: FullRelax_LastConf(Min) with improvement of: 113
2400.01/2308.50	s SATISFIABLE
2400.01/2308.50	v <instantiation>
2400.01/2308.50	v 	<list>
2400.01/2308.50	v 		x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] x[26]
2400.01/2308.50	v 	</list>
2400.01/2308.50	v 	<values>
2400.01/2308.50	v 		0 1 3 7 115 203 231 251 297 341 418 443 483 566 617 690 726 744 760 775 789 801 812 822 831 839 844 
2400.01/2308.50	v 	</values>
2400.01/2308.50	v </instantiation>

Verifier Data

OK	844

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-4246810-1500706188/watcher-4246810-1500706188 -o /tmp/evaluation-result-4246810-1500706188/solver-4246810-1500706188 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500696956-15261 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 852253528 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246810-1500706188.xml 

pid=16419
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.84 1.71 1.62 3/261 16422
/proc/meminfo: memFree=28861956/32770624 swapFree=5800/300456
[pid=16422] ppid=16419 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/stat : 16422 (java) S 16419 16422 7621 0 -1 1077944320 1723 0 0 0 0 0 0 0 20 0 2 0 5886594 369864704 1925 33554432000 4194304 4196468 140736879726592 140736879709136 140068300463863 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
/proc/16422/statm: 90299 1989 1125 1 0 79210 0
[pid=16422/tid=16423] ppid=16419 vsize=10621200 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16423/stat : 16423 (java) R 16419 16422 7621 0 -1 4202560 513 0 0 0 0 0 0 0 20 0 2 0 5886594 10876108800 2037 33554432000 4194304 4196468 140736879726592 140068304705952 140068292753312 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0

[startup+0.100192 s]
/proc/loadavg: 1.84 1.71 1.62 3/261 16422
/proc/meminfo: memFree=28861956/32770624 swapFree=5800/300456
[pid=16422] ppid=16419 vsize=13264380 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/16422/stat : 16422 (java) S 16419 16422 7621 0 -1 1077944320 5513 0 0 0 8 1 0 0 20 0 20 0 5886594 13582725120 6095 33554432000 4194304 4196468 140736879726592 140736879709136 140068300463863 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
/proc/16422/statm: 3316095 6095 3303 1 0 3303815 0
[pid=16422/tid=16423] ppid=16419 vsize=13264380 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16423/stat : 16423 (java) R 16419 16422 7621 0 -1 4202560 3591 0 0 0 7 1 0 0 20 0 20 0 5886594 13582725120 6095 33554432000 4194304 4196468 140736879726592 140068304706144 140068284544350 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 13264380

[startup+0.200367 s]
/proc/loadavg: 1.84 1.71 1.62 3/261 16422
/proc/meminfo: memFree=28861956/32770624 swapFree=5800/300456
[pid=16422] ppid=16419 vsize=13263912 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/16422/stat : 16422 (java) S 16419 16422 7621 0 -1 1077944320 8706 0 0 0 23 2 0 0 20 0 20 0 5886594 13582245888 8610 33554432000 4194304 4196468 140736879726592 140736879709136 140068300463863 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
/proc/16422/statm: 3315978 8610 3481 1 0 3303698 0
[pid=16422/tid=16423] ppid=16419 vsize=13263912 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16423/stat : 16423 (java) R 16419 16422 7621 0 -1 4202560 6395 0 0 0 16 2 0 0 20 0 20 0 5886594 13582245888 8610 33554432000 4194304 4196468 140736879726592 140068304677488 140068300485789 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 13263912

[startup+0.300345 s]
/proc/loadavg: 1.84 1.71 1.62 3/261 16422
/proc/meminfo: memFree=28861956/32770624 swapFree=5800/300456
[pid=16422] ppid=16419 vsize=13263912 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/16422/stat : 16422 (java) S 16419 16422 7621 0 -1 1077944320 9374 0 0 0 39 3 0 0 20 0 20 0 5886594 13582245888 10242 33554432000 4194304 4196468 140736879726592 140736879709136 140068300463863 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
/proc/16422/statm: 3315978 10242 3639 1 0 3303698 0
[pid=16422/tid=16423] ppid=16419 vsize=13263912 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16423/stat : 16423 (java) R 16419 16422 7621 0 -1 4202560 6889 0 0 0 25 2 0 0 20 0 20 0 5886594 13582245888 10242 33554432000 4194304 4196468 140736879726592 140068304688944 140068300485789 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 13263912

[startup+0.700314 s]
/proc/loadavg: 1.84 1.71 1.62 3/261 16422
/proc/meminfo: memFree=28861956/32770624 swapFree=5800/300456
[pid=16422] ppid=16419 vsize=13263932 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/16422/stat : 16422 (java) S 16419 16422 7621 0 -1 1077944320 13147 0 0 0 133 6 0 0 20 0 20 0 5886594 13582266368 28741 33554432000 4194304 4196468 140736879726592 140736879709136 140068300463863 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
/proc/16422/statm: 3315983 28741 3751 1 0 3303698 0
[pid=16422/tid=16423] ppid=16419 vsize=13263932 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16423/stat : 16423 (java) R 16419 16422 7621 0 -1 4202560 8225 0 0 0 63 4 0 0 20 0 20 0 5886594 13582266368 28741 33554432000 4194304 4196468 140736879726592 140068304697344 140068284544350 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 13263932

[startup+1.501 s]
/proc/loadavg: 1.93 1.73 1.63 6/281 16442
/proc/meminfo: memFree=28622172/32770624 swapFree=5800/300436
[pid=16422] ppid=16419 vsize=13265980 CPUtime=4.63 cores=0,2,4,6,8,10,12,14
/proc/16422/stat : 16422 (java) S 16419 16422 7621 0 -1 1077944320 19621 0 0 0 425 38 0 0 20 0 20 0 5886594 13584363520 81311 33554432000 4194304 4196468 140736879726592 140736879709136 140068300463863 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
/proc/16422/statm: 3316495 81311 3797 1 0 3304210 0
[pid=16422/tid=16423] ppid=16419 vsize=13265980 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16423/stat : 16423 (java) R 16419 16422 7621 0 -1 4202560 8540 0 0 0 131 6 0 0 20 0 20 0 5886594 13584363520 81311 33554432000 4194304 4196468 140736879726592 140068304699304 140068281306828 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16425] ppid=16419 vsize=13265980 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16425/stat : 16425 (java) S 16419 16422 7621 0 -1 1077944384 39 0 0 0 3 3 0 0 20 0 20 0 5886595 13584363520 81311 33554432000 4194304 4196468 140736879726592 140068218943888 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16426] ppid=16419 vsize=13265980 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16426/stat : 16426 (java) S 16419 16422 7621 0 -1 1077944384 38 0 0 0 3 3 0 0 20 0 20 0 5886595 13584363520 81311 33554432000 4194304 4196468 140736879726592 140068217891088 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16427] ppid=16419 vsize=13265980 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16427/stat : 16427 (java) S 16419 16422 7621 0 -1 1077944384 38 0 0 0 2 2 0 0 20 0 20 0 5886595 13584363520 81311 33554432000 4194304 4196468 140736879726592 140068216838800 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16428] ppid=16419 vsize=13265980 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16428/stat : 16428 (java) S 16419 16422 7621 0 -1 1077944384 57 0 0 0 3 4 0 0 20 0 20 0 5886595 13584363520 81311 33554432000 4194304 4196468 140736879726592 140068215786000 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16429] ppid=16419 vsize=13265980 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16429/stat : 16429 (java) S 16419 16422 7621 0 -1 1077944384 42 0 0 0 3 3 0 0 20 0 20 0 5886595 13584363520 81311 33554432000 4194304 4196468 140736879726592 140068214733712 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16430] ppid=16419 vsize=13265980 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16430/stat : 16430 (java) S 16419 16422 7621 0 -1 1077944384 39 0 0 0 3 3 0 0 20 0 20 0 5886595 13584363520 81311 33554432000 4194304 4196468 140736879726592 140068213680912 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16431] ppid=16419 vsize=13265980 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16431/stat : 16431 (java) S 16419 16422 7621 0 -1 1077944384 35 0 0 0 3 3 0 0 20 0 20 0 5886595 13584363520 81311 33554432000 4194304 4196468 140736879726592 140067892882576 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16432] ppid=16419 vsize=13265980 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16432/stat : 16432 (java) S 16419 16422 7621 0 -1 1077944384 35 0 0 0 2 3 0 0 20 0 20 0 5886595 13584363520 81311 33554432000 4194304 4196468 140736879726592 140067891829776 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16433] ppid=16419 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16433/stat : 16433 (java) S 16419 16422 7621 0 -1 1077944384 84 0 0 0 0 0 0 0 20 0 20 0 5886597 13584363520 81311 33554432000 4194304 4196468 140736879726592 140066965313648 140068300475010 0 0 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16434] ppid=16419 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16434/stat : 16434 (java) S 16419 16422 7621 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 5886598 13584363520 81311 33554432000 4194304 4196468 140736879726592 140066964259616 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16435] ppid=16419 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16435/stat : 16435 (java) S 16419 16422 7621 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 5886598 13584363520 81311 33554432000 4194304 4196468 140736879726592 140066963207280 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16436] ppid=16419 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16436/stat : 16436 (java) S 16419 16422 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5886602 13584363520 81311 33554432000 4194304 4196468 140736879726592 140066962155600 140068300482459 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16437] ppid=16419 vsize=13265980 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16437/stat : 16437 (java) R 16419 16422 7621 0 -1 4202560 2604 0 0 0 69 0 0 0 20 0 20 0 5886602 13584363520 81311 33554432000 4194304 4196468 140736879726592 140066961089888 140068279707755 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16438] ppid=16419 vsize=13265980 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16438/stat : 16438 (java) R 16419 16422 7621 0 -1 4202560 2951 0 0 0 77 0 0 0 20 0 20 0 5886602 13584363520 81311 33554432000 4194304 4196468 140736879726592 140066960039728 140068284857328 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16439] ppid=16419 vsize=13265980 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16439/stat : 16439 (java) R 16419 16422 7621 0 -1 4202560 2611 0 0 0 81 0 0 0 20 0 20 0 5886602 13584363520 81311 33554432000 4194304 4196468 140736879726592 140066958984928 140068281981745 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16440] ppid=16419 vsize=13265980 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16440/stat : 16440 (java) S 16419 16422 7621 0 -1 1077944384 1130 0 0 0 39 0 0 0 20 0 20 0 5886602 13584363520 81311 33554432000 4194304 4196468 140736879726592 140066957945584 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16441] ppid=16419 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16441/stat : 16441 (java) S 16419 16422 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5886602 13584363520 81311 33554432000 4194304 4196468 140736879726592 140066956892512 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16442] ppid=16419 vsize=13265980 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16442/stat : 16442 (java) S 16419 16422 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5886603 13584363520 81311 33554432000 4194304 4196468 140736879726592 140066955839792 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
Current children cumulated CPU time (s) 4.63
Current children cumulated vsize (KiB) 13265980

[startup+3.10117 s]
/proc/loadavg: 1.93 1.73 1.63 10/281 16442
/proc/meminfo: memFree=28419240/32770624 swapFree=5800/300436
[pid=16422] ppid=16419 vsize=13270076 CPUtime=9.88 cores=0,2,4,6,8,10,12,14
/proc/16422/stat : 16422 (java) S 16419 16422 7621 0 -1 1077944320 25863 0 0 0 922 66 0 0 20 0 20 0 5886594 13588557824 163224 33554432000 4194304 4196468 140736879726592 140736879709136 140068300463863 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
/proc/16422/statm: 3317519 163224 3827 1 0 3305234 0
[pid=16422/tid=16423] ppid=16419 vsize=13270076 CPUtime=2.89 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16423/stat : 16423 (java) R 16419 16422 7621 0 -1 4202560 10526 0 0 0 279 10 0 0 20 0 20 0 5886594 13588557824 163224 33554432000 4194304 4196468 140736879726592 140068304701896 140067901852044 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16425] ppid=16419 vsize=13270076 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16425/stat : 16425 (java) S 16419 16422 7621 0 -1 1077944384 103 0 0 0 5 6 0 0 20 0 20 0 5886595 13588557824 163224 33554432000 4194304 4196468 140736879726592 140068218943888 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16426] ppid=16419 vsize=13270076 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16426/stat : 16426 (java) S 16419 16422 7621 0 -1 1077944384 90 0 0 0 7 6 0 0 20 0 20 0 5886595 13588557824 163224 33554432000 4194304 4196468 140736879726592 140068217891088 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16427] ppid=16419 vsize=13270076 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16427/stat : 16427 (java) S 16419 16422 7621 0 -1 1077944384 94 0 0 0 5 5 0 0 20 0 20 0 5886595 13588557824 163224 33554432000 4194304 4196468 140736879726592 140068216838800 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16428] ppid=16419 vsize=13270076 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16428/stat : 16428 (java) S 16419 16422 7621 0 -1 1077944384 92 0 0 0 6 7 0 0 20 0 20 0 5886595 13588557824 163224 33554432000 4194304 4196468 140736879726592 140068215786000 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16429] ppid=16419 vsize=13270076 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16429/stat : 16429 (java) S 16419 16422 7621 0 -1 1077944384 73 0 0 0 5 6 0 0 20 0 20 0 5886595 13588557824 163224 33554432000 4194304 4196468 140736879726592 140068214733712 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16430] ppid=16419 vsize=13270076 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16430/stat : 16430 (java) S 16419 16422 7621 0 -1 1077944384 90 0 0 0 6 6 0 0 20 0 20 0 5886595 13588557824 163224 33554432000 4194304 4196468 140736879726592 140068213680912 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16431] ppid=16419 vsize=13270076 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16431/stat : 16431 (java) S 16419 16422 7621 0 -1 1077944384 84 0 0 0 7 6 0 0 20 0 20 0 5886595 13588557824 163224 33554432000 4194304 4196468 140736879726592 140067892882576 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16432] ppid=16419 vsize=13270076 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16432/stat : 16432 (java) S 16419 16422 7621 0 -1 1077944384 79 0 0 0 7 5 0 0 20 0 20 0 5886595 13588557824 163224 33554432000 4194304 4196468 140736879726592 140067891829776 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16433] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16433/stat : 16433 (java) S 16419 16422 7621 0 -1 1077944384 210 0 0 0 0 0 0 0 20 0 20 0 5886597 13588557824 163224 33554432000 4194304 4196468 140736879726592 140066965313648 140068300475010 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16434] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16434/stat : 16434 (java) S 16419 16422 7621 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 5886598 13588557824 163224 33554432000 4194304 4196468 140736879726592 140066964259680 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16435] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16435/stat : 16435 (java) S 16419 16422 7621 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 5886598 13588557824 163224 33554432000 4194304 4196468 140736879726592 140066963207296 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16436] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16436/stat : 16436 (java) S 16419 16422 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5886602 13588557824 163224 33554432000 4194304 4196468 140736879726592 140066962155600 140068300482459 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16437] ppid=16419 vsize=13270076 CPUtime=1.68 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16437/stat : 16437 (java) R 16419 16422 7621 0 -1 4202560 3857 0 0 0 167 1 0 0 20 0 20 0 5886602 13588557824 163224 33554432000 4194304 4196468 140736879726592 140066961090288 140068285581030 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16438] ppid=16419 vsize=13270076 CPUtime=1.7 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16438/stat : 16438 (java) S 16419 16422 7621 0 -1 1077944384 3172 0 0 0 170 0 0 0 20 0 20 0 5886602 13588557824 163224 33554432000 4194304 4196468 140736879726592 140066960050672 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16439] ppid=16419 vsize=13270076 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16439/stat : 16439 (java) R 16419 16422 7621 0 -1 4202560 2887 0 0 0 174 1 0 0 20 0 20 0 5886602 13588557824 163224 33554432000 4194304 4196468 140736879726592 140066958989920 140068283947303 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16440] ppid=16419 vsize=13270076 CPUtime=0.78 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16440/stat : 16440 (java) S 16419 16422 7621 0 -1 1077944384 3128 0 0 0 77 1 0 0 20 0 20 0 5886602 13588557824 163224 33554432000 4194304 4196468 140736879726592 140066957945584 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16441] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16441/stat : 16441 (java) S 16419 16422 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5886602 13588557824 163224 33554432000 4194304 4196468 140736879726592 140066956892512 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16442] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16442/stat : 16442 (java) S 16419 16422 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5886603 13588557824 163224 33554432000 4194304 4196468 140736879726592 140066955839792 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
Current children cumulated CPU time (s) 9.88
Current children cumulated vsize (KiB) 13270076

[startup+6.30092 s]
/proc/loadavg: 1.93 1.73 1.63 3/281 16442
/proc/meminfo: memFree=28149136/32770624 swapFree=5800/300440
[pid=16422] ppid=16419 vsize=13270076 CPUtime=14.12 cores=0,2,4,6,8,10,12,14
/proc/16422/stat : 16422 (java) S 16419 16422 7621 0 -1 1077944320 29465 0 0 0 1320 92 0 0 20 0 20 0 5886594 13588557824 182312 33554432000 4194304 4196468 140736879726592 140736879709136 140068300463863 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
/proc/16422/statm: 3317519 182314 3827 1 0 3305234 0
[pid=16422/tid=16423] ppid=16419 vsize=13270076 CPUtime=6.02 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16423/stat : 16423 (java) R 16419 16422 7621 0 -1 4202560 12301 0 0 0 591 11 0 0 20 0 20 0 5886594 13588557824 182314 33554432000 4194304 4196468 140736879726592 140068304692928 140067893030079 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16425] ppid=16419 vsize=13270076 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16425/stat : 16425 (java) S 16419 16422 7621 0 -1 1077944384 185 0 0 0 8 10 0 0 20 0 20 0 5886595 13588557824 182314 33554432000 4194304 4196468 140736879726592 140068218943888 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16426] ppid=16419 vsize=13270076 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16426/stat : 16426 (java) S 16419 16422 7621 0 -1 1077944384 110 0 0 0 9 8 0 0 20 0 20 0 5886595 13588557824 182314 33554432000 4194304 4196468 140736879726592 140068217891088 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16427] ppid=16419 vsize=13270076 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16427/stat : 16427 (java) S 16419 16422 7621 0 -1 1077944384 129 0 0 0 8 8 0 0 20 0 20 0 5886595 13588557824 182314 33554432000 4194304 4196468 140736879726592 140068216838800 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16428] ppid=16419 vsize=13270076 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16428/stat : 16428 (java) S 16419 16422 7621 0 -1 1077944384 121 0 0 0 10 10 0 0 20 0 20 0 5886595 13588557824 182314 33554432000 4194304 4196468 140736879726592 140068215786000 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16429] ppid=16419 vsize=13270076 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16429/stat : 16429 (java) S 16419 16422 7621 0 -1 1077944384 103 0 0 0 8 9 0 0 20 0 20 0 5886595 13588557824 182314 33554432000 4194304 4196468 140736879726592 140068214733712 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16430] ppid=16419 vsize=13270076 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16430/stat : 16430 (java) S 16419 16422 7621 0 -1 1077944384 113 0 0 0 9 9 0 0 20 0 20 0 5886595 13588557824 182314 33554432000 4194304 4196468 140736879726592 140068213680912 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16431] ppid=16419 vsize=13270076 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16431/stat : 16431 (java) S 16419 16422 7621 0 -1 1077944384 115 0 0 0 10 9 0 0 20 0 20 0 5886595 13588557824 182314 33554432000 4194304 4196468 140736879726592 140067892882576 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16432] ppid=16419 vsize=13270076 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16432/stat : 16432 (java) S 16419 16422 7621 0 -1 1077944384 107 0 0 0 10 8 0 0 20 0 20 0 5886595 13588557824 182314 33554432000 4194304 4196468 140736879726592 140067891829776 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16433] ppid=16419 vsize=13270076 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16433/stat : 16433 (java) S 16419 16422 7621 0 -1 1077944384 519 0 0 0 1 0 0 0 20 0 20 0 5886597 13588557824 182314 33554432000 4194304 4196468 140736879726592 140066965313648 140068300475010 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16434] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16434/stat : 16434 (java) S 16419 16422 7621 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 20 0 5886598 13588557824 182314 33554432000 4194304 4196468 140736879726592 140066964259680 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16435] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16435/stat : 16435 (java) S 16419 16422 7621 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 5886598 13588557824 182314 33554432000 4194304 4196468 140736879726592 140066963207296 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16436] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=16422/tid=16438] ppid=16419 vsize=13270076 CPUtime=2.8 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16438/stat : 16438 (java) S 16419 16422 7621 0 -1 1077944384 19990 0 0 0 277 3 0 0 20 0 20 0 5886602 13588557824 345258 33554432000 4194304 4196468 140736879726592 140066960050672 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16439] ppid=16419 vsize=13270076 CPUtime=3.2 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16439/stat : 16439 (java) S 16419 16422 7621 0 -1 1077944384 24184 0 0 0 317 3 0 0 20 0 20 0 5886602 13588557824 345258 33554432000 4194304 4196468 140736879726592 140066958998384 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16440] ppid=16419 vsize=13270076 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16440/stat : 16440 (java) S 16419 16422 7621 0 -1 1077944384 29002 0 0 0 119 3 0 0 20 0 20 0 5886602 13588557824 345258 33554432000 4194304 4196468 140736879726592 140066957945584 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16441] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16441/stat : 16441 (java) S 16419 16422 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5886602 13588557824 345258 33554432000 4194304 4196468 140736879726592 140066956892512 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16442] ppid=16419 vsize=13270076 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16442/stat : 16442 (java) S 16419 16422 7621 0 -1 1077944384 1911 0 0 0 62 63 0 0 20 0 20 0 5886603 13588557824 345258 33554432000 4194304 4196468 140736879726592 140066955839792 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
Current children cumulated CPU time (s) 2289.57
Current children cumulated vsize (KiB) 13270076

[startup+2262.3 s]
/proc/loadavg: 1.71 1.58 1.59 3/282 16623
/proc/meminfo: memFree=29852668/32770624 swapFree=5800/302772
[pid=16422] ppid=16419 vsize=13270076 CPUtime=2352.21 cores=0,2,4,6,8,10,12,14
/proc/16422/stat : 16422 (java) S 16419 16422 7621 0 -1 1077944320 408488 0 0 0 234743 478 0 0 20 0 20 0 5886594 13588557824 338840 33554432000 4194304 4196468 140736879726592 140736879709136 140068300463863 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
/proc/16422/statm: 3317519 338840 3852 1 0 3305234 0
[pid=16422/tid=16423] ppid=16419 vsize=13270076 CPUtime=2244.46 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16423/stat : 16423 (java) R 16419 16422 7621 0 -1 4202560 111127 0 0 0 224377 69 0 0 20 0 20 0 5886594 13588557824 338840 33554432000 4194304 4196468 140736879726592 140068304702112 140067894024063 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16425] ppid=16419 vsize=13270076 CPUtime=11.78 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16425/stat : 16425 (java) S 16419 16422 7621 0 -1 1077944384 23033 0 0 0 1138 40 0 0 20 0 20 0 5886595 13588557824 338840 33554432000 4194304 4196468 140736879726592 140068218943888 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16426] ppid=16419 vsize=13270076 CPUtime=11.8 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16426/stat : 16426 (java) S 16419 16422 7621 0 -1 1077944384 21255 0 0 0 1144 36 0 0 20 0 20 0 5886595 13588557824 338840 33554432000 4194304 4196468 140736879726592 140068217891088 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16427] ppid=16419 vsize=13270076 CPUtime=11.66 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16427/stat : 16427 (java) S 16419 16422 7621 0 -1 1077944384 20980 0 0 0 1127 39 0 0 20 0 20 0 5886595 13588557824 338840 33554432000 4194304 4196468 140736879726592 140068216838800 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16428] ppid=16419 vsize=13270076 CPUtime=11.77 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16428/stat : 16428 (java) S 16419 16422 7621 0 -1 1077944384 20824 0 0 0 1137 40 0 0 20 0 20 0 5886595 13588557824 338840 33554432000 4194304 4196468 140736879726592 140068215786000 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16429] ppid=16419 vsize=13270076 CPUtime=11.61 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16429/stat : 16429 (java) S 16419 16422 7621 0 -1 1077944384 19479 0 0 0 1122 39 0 0 20 0 20 0 5886595 13588557824 338840 33554432000 4194304 4196468 140736879726592 140068214733712 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16430] ppid=16419 vsize=13270076 CPUtime=11.55 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16430/stat : 16430 (java) S 16419 16422 7621 0 -1 1077944384 19665 0 0 0 1117 38 0 0 20 0 20 0 5886595 13588557824 338840 33554432000 4194304 4196468 140736879726592 140068213680912 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16431] ppid=16419 vsize=13270076 CPUtime=11.77 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16431/stat : 16431 (java) S 16419 16422 7621 0 -1 1077944384 19376 0 0 0 1139 38 0 0 20 0 20 0 5886595 13588557824 338840 33554432000 4194304 4196468 140736879726592 140067892882576 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16432] ppid=16419 vsize=13270076 CPUtime=11.64 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16432/stat : 16432 (java) S 16419 16422 7621 0 -1 1077944384 20394 0 0 0 1124 40 0 0 20 0 20 0 5886595 13588557824 338840 33554432000 4194304 4196468 140736879726592 140067891829776 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16433] ppid=16419 vsize=13270076 CPUtime=2.96 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16433/stat : 16433 (java) S 16419 16422 7621 0 -1 1077944384 38696 0 0 0 247 49 0 0 20 0 20 0 5886597 13588557824 338840 33554432000 4194304 4196468 140736879726592 140066965313648 140068300475010 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16434] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16434/stat : 16434 (java) S 16419 16422 7621 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 5886598 13588557824 338840 33554432000 4194304 4196468 140736879726592 140066964259680 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16435] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16435/stat : 16435 (java) S 16419 16422 7621 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 5886598 13588557824 338840 33554432000 4194304 4196468 140736879726592 140066963207296 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16436] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16436/stat : 16436 (java) S 16419 16422 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5886602 13588557824 338840 33554432000 4194304 4196468 140736879726592 140066962155600 140068300482459 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16437] ppid=16419 vsize=13270076 CPUtime=2.56 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16437/stat : 16437 (java) S 16419 16422 7621 0 -1 1077944384 17101 0 0 0 253 3 0 0 20 0 20 0 5886602 13588557824 338840 33554432000 4194304 4196468 140736879726592 140066961103472 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16438] ppid=16419 vsize=13270076 CPUtime=2.8 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16438/stat : 16438 (java) S 16419 16422 7621 0 -1 1077944384 19992 0 0 0 277 3 0 0 20 0 20 0 5886602 13588557824 338840 33554432000 4194304 4196468 140736879726592 140066960050672 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16439] ppid=16419 vsize=13270076 CPUtime=3.2 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16439/stat : 16439 (java) S 16419 16422 7621 0 -1 1077944384 24186 0 0 0 317 3 0 0 20 0 20 0 5886602 13588557824 338840 33554432000 4194304 4196468 140736879726592 140066958998384 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16440] ppid=16419 vsize=13270076 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16440/stat : 16440 (java) S 16419 16422 7621 0 -1 1077944384 29004 0 0 0 119 3 0 0 20 0 20 0 5886602 13588557824 338840 33554432000 4194304 4196468 140736879726592 140066957945584 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16441] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16441/stat : 16441 (java) S 16419 16422 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5886602 13588557824 338840 33554432000 4194304 4196468 140736879726592 140066956892512 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16442] ppid=16419 vsize=13270076 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16442/stat : 16442 (java) S 16419 16422 7621 0 -1 1077944384 1927 0 0 0 63 65 0 0 20 0 20 0 5886603 13588557824 338840 33554432000 4194304 4196468 140736879726592 140066955839792 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
Current children cumulated CPU time (s) 2352.21
Current children cumulated vsize (KiB) 13270076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2308.5 s]
/proc/loadavg: 1.52 1.54 1.58 3/282 16625
/proc/meminfo: memFree=29837752/32770624 swapFree=5800/302836
[pid=16422] ppid=16419 vsize=13270076 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/16422/stat : 16422 (java) S 16419 16422 7621 0 -1 1077944320 409577 0 0 0 239517 484 0 0 20 0 20 0 5886594 13588557824 333007 33554432000 4194304 4196468 140736879726592 140736879709136 140068300463863 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
/proc/16422/statm: 3317519 333007 3852 1 0 3305234 0
[pid=16422/tid=16423] ppid=16419 vsize=13270076 CPUtime=2290.26 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16423/stat : 16423 (java) R 16419 16422 7621 0 -1 4202560 111793 0 0 0 228957 69 0 0 20 0 20 0 5886594 13588557824 333007 33554432000 4194304 4196468 140736879726592 140068304702112 140067902809383 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16425] ppid=16419 vsize=13270076 CPUtime=11.98 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16425/stat : 16425 (java) S 16419 16422 7621 0 -1 1077944384 23067 0 0 0 1158 40 0 0 20 0 20 0 5886595 13588557824 333007 33554432000 4194304 4196468 140736879726592 140068218943888 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16426] ppid=16419 vsize=13270076 CPUtime=12.05 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16426/stat : 16426 (java) S 16419 16422 7621 0 -1 1077944384 21328 0 0 0 1169 36 0 0 20 0 20 0 5886595 13588557824 333007 33554432000 4194304 4196468 140736879726592 140068217891088 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16427] ppid=16419 vsize=13270076 CPUtime=11.91 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16427/stat : 16427 (java) S 16419 16422 7621 0 -1 1077944384 21043 0 0 0 1151 40 0 0 20 0 20 0 5886595 13588557824 333007 33554432000 4194304 4196468 140736879726592 140068216838800 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16428] ppid=16419 vsize=13270076 CPUtime=12.01 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16428/stat : 16428 (java) S 16419 16422 7621 0 -1 1077944384 20834 0 0 0 1160 41 0 0 20 0 20 0 5886595 13588557824 333007 33554432000 4194304 4196468 140736879726592 140068215786000 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16429] ppid=16419 vsize=13270076 CPUtime=11.83 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16429/stat : 16429 (java) S 16419 16422 7621 0 -1 1077944384 19483 0 0 0 1143 40 0 0 20 0 20 0 5886595 13588557824 333007 33554432000 4194304 4196468 140736879726592 140068214733712 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16430] ppid=16419 vsize=13270076 CPUtime=11.81 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16430/stat : 16430 (java) S 16419 16422 7621 0 -1 1077944384 19672 0 0 0 1142 39 0 0 20 0 20 0 5886595 13588557824 333007 33554432000 4194304 4196468 140736879726592 140068213680912 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16431] ppid=16419 vsize=13270076 CPUtime=11.99 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16431/stat : 16431 (java) S 16419 16422 7621 0 -1 1077944384 19395 0 0 0 1160 39 0 0 20 0 20 0 5886595 13588557824 333007 33554432000 4194304 4196468 140736879726592 140067892882576 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16432] ppid=16419 vsize=13270076 CPUtime=11.88 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16432/stat : 16432 (java) S 16419 16422 7621 0 -1 1077944384 20403 0 0 0 1148 40 0 0 20 0 20 0 5886595 13588557824 333007 33554432000 4194304 4196468 140736879726592 140067891829776 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16433] ppid=16419 vsize=13270076 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16433/stat : 16433 (java) S 16419 16422 7621 0 -1 1077944384 38877 0 0 0 254 50 0 0 20 0 20 0 5886597 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066965313648 140068300475010 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16434] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16434/stat : 16434 (java) S 16419 16422 7621 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 5886598 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066964259680 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16435] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16435/stat : 16435 (java) S 16419 16422 7621 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 5886598 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066963207296 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16436] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16436/stat : 16436 (java) S 16419 16422 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5886602 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066962155600 140068300482459 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16437] ppid=16419 vsize=13270076 CPUtime=2.56 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16437/stat : 16437 (java) S 16419 16422 7621 0 -1 1077944384 17103 0 0 0 253 3 0 0 20 0 20 0 5886602 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066961103472 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16438] ppid=16419 vsize=13270076 CPUtime=2.8 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16438/stat : 16438 (java) S 16419 16422 7621 0 -1 1077944384 19994 0 0 0 277 3 0 0 20 0 20 0 5886602 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066960050672 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16439] ppid=16419 vsize=13270076 CPUtime=3.2 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16439/stat : 16439 (java) S 16419 16422 7621 0 -1 1077944384 24188 0 0 0 317 3 0 0 20 0 20 0 5886602 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066958998384 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16440] ppid=16419 vsize=13270076 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16440/stat : 16440 (java) S 16419 16422 7621 0 -1 1077944384 29006 0 0 0 119 3 0 0 20 0 20 0 5886602 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066957945584 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16441] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16441/stat : 16441 (java) S 16419 16422 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5886602 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066956892512 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16442] ppid=16419 vsize=13270076 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16442/stat : 16442 (java) S 16419 16422 7621 0 -1 1077944384 1942 0 0 0 65 66 0 0 20 0 20 0 5886603 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066955839792 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
Current children cumulated CPU time (s) 2400.01
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 16422 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2308.5 s]
/proc/loadavg: 1.52 1.54 1.58 3/282 16625
/proc/meminfo: memFree=29837752/32770624 swapFree=5800/302836
[pid=16422] ppid=16419 vsize=13270076 CPUtime=2400.01 cores=0,2,4,6,8,10,12,14
/proc/16422/stat : 16422 (java) S 16419 16422 7621 0 -1 1077944320 409577 0 0 0 239517 484 0 0 20 0 20 0 5886594 13588557824 333007 33554432000 4194304 4196468 140736879726592 140736879709136 140068300463863 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
/proc/16422/statm: 3317519 333007 3852 1 0 3305234 0
[pid=16422/tid=16423] ppid=16419 vsize=13270076 CPUtime=2290.26 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16423/stat : 16423 (java) R 16419 16422 7621 0 -1 4202560 111793 0 0 0 228957 69 0 0 20 0 20 0 5886594 13588557824 333007 33554432000 4194304 4196468 140736879726592 140068304702112 140067902809383 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16425] ppid=16419 vsize=13270076 CPUtime=11.98 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16425/stat : 16425 (java) S 16419 16422 7621 0 -1 1077944384 23067 0 0 0 1158 40 0 0 20 0 20 0 5886595 13588557824 333007 33554432000 4194304 4196468 140736879726592 140068218943888 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16426] ppid=16419 vsize=13270076 CPUtime=12.05 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16426/stat : 16426 (java) S 16419 16422 7621 0 -1 1077944384 21328 0 0 0 1169 36 0 0 20 0 20 0 5886595 13588557824 333007 33554432000 4194304 4196468 140736879726592 140068217891088 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16427] ppid=16419 vsize=13270076 CPUtime=11.91 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16427/stat : 16427 (java) S 16419 16422 7621 0 -1 1077944384 21043 0 0 0 1151 40 0 0 20 0 20 0 5886595 13588557824 333007 33554432000 4194304 4196468 140736879726592 140068216838800 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16428] ppid=16419 vsize=13270076 CPUtime=12.01 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16428/stat : 16428 (java) S 16419 16422 7621 0 -1 1077944384 20834 0 0 0 1160 41 0 0 20 0 20 0 5886595 13588557824 333007 33554432000 4194304 4196468 140736879726592 140068215786000 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16429] ppid=16419 vsize=13270076 CPUtime=11.83 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16429/stat : 16429 (java) S 16419 16422 7621 0 -1 1077944384 19483 0 0 0 1143 40 0 0 20 0 20 0 5886595 13588557824 333007 33554432000 4194304 4196468 140736879726592 140068214733712 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16430] ppid=16419 vsize=13270076 CPUtime=11.81 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16430/stat : 16430 (java) S 16419 16422 7621 0 -1 1077944384 19672 0 0 0 1142 39 0 0 20 0 20 0 5886595 13588557824 333007 33554432000 4194304 4196468 140736879726592 140068213680912 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16431] ppid=16419 vsize=13270076 CPUtime=11.99 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16431/stat : 16431 (java) S 16419 16422 7621 0 -1 1077944384 19395 0 0 0 1160 39 0 0 20 0 20 0 5886595 13588557824 333007 33554432000 4194304 4196468 140736879726592 140067892882576 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16432] ppid=16419 vsize=13270076 CPUtime=11.88 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16432/stat : 16432 (java) S 16419 16422 7621 0 -1 1077944384 20403 0 0 0 1148 40 0 0 20 0 20 0 5886595 13588557824 333007 33554432000 4194304 4196468 140736879726592 140067891829776 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16433] ppid=16419 vsize=13270076 CPUtime=3.04 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16433/stat : 16433 (java) S 16419 16422 7621 0 -1 1077944384 38877 0 0 0 254 50 0 0 20 0 20 0 5886597 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066965313648 140068300475010 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16434] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16434/stat : 16434 (java) S 16419 16422 7621 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 5886598 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066964259680 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16435] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16435/stat : 16435 (java) S 16419 16422 7621 0 -1 1077944384 69 0 0 0 0 0 0 0 20 0 20 0 5886598 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066963207296 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16436] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16436/stat : 16436 (java) S 16419 16422 7621 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 5886602 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066962155600 140068300482459 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16437] ppid=16419 vsize=13270076 CPUtime=2.56 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16437/stat : 16437 (java) S 16419 16422 7621 0 -1 1077944384 17103 0 0 0 253 3 0 0 20 0 20 0 5886602 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066961103472 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16438] ppid=16419 vsize=13270076 CPUtime=2.8 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16438/stat : 16438 (java) S 16419 16422 7621 0 -1 1077944384 19994 0 0 0 277 3 0 0 20 0 20 0 5886602 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066960050672 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16439] ppid=16419 vsize=13270076 CPUtime=3.2 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16439/stat : 16439 (java) S 16419 16422 7621 0 -1 1077944384 24188 0 0 0 317 3 0 0 20 0 20 0 5886602 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066958998384 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16440] ppid=16419 vsize=13270076 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16440/stat : 16440 (java) S 16419 16422 7621 0 -1 1077944384 29006 0 0 0 119 3 0 0 20 0 20 0 5886602 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066957945584 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16441] ppid=16419 vsize=13270076 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16441/stat : 16441 (java) S 16419 16422 7621 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 5886602 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066956892512 140068300474069 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
[pid=16422/tid=16442] ppid=16419 vsize=13270076 CPUtime=1.31 cores=0,2,4,6,8,10,12,14
/proc/16422/task/16442/stat : 16442 (java) S 16419 16422 7621 0 -1 1077944384 1942 0 0 0 65 66 0 0 20 0 20 0 5886603 13588557824 333007 33554432000 4194304 4196468 140736879726592 140066955839792 140068300475010 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 22773760 140736879731854 140736879732036 140736879732036 140736879734735 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 13270076

Child status: 143
Real time (s): 2308.52
CPU time (s): 2400.05
CPU user time (s): 2395.19
CPU system time (s): 4.85648
CPU usage (%): 103.965
Max. virtual memory (cumulated for all children) (KiB): 13270076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.19
system time used= 4.85648
maximum resident set size= 3501792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 409871
page faults= 0
swaps= 0
block input operations= 0
block output operations= 2888
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 166456
involuntary context switches= 150499

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 15.5572 second user time and 20.4765 second system time

The end

Launcher Data

Begin job on node124 at 2017-07-22 08:49:48
IDJOB=4246810
IDBENCH=126242
IDSOLVER=2629
FILE ID=node124/4246810-1500706188
RUNJOBID= node124-1500696956-15261
PBS_JOBID= 20623343
Free space on /tmp= 61964 MiB

SOLVER NAME= OscaR - Hybrid 2017-06-30
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-27-a4.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246810-1500706188/watcher-4246810-1500706188 -o /tmp/evaluation-result-4246810-1500706188/solver-4246810-1500706188 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500696956-15261 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-hybrid.jar --randomseed 852253528 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4246810-1500706188.xml

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

MD5SUM BENCH= 4a6b886165f8d6d7f8f178d50db8a3de
RANDOM SEED=852253528

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

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.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.16
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.16
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.16
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		: 2668.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		: 2133.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.16
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:        28861728 kB
MemAvailable:   29159284 kB
Buffers:          125996 kB
Cached:           452548 kB
SwapCached:            0 kB
Active:          3159756 kB
Inactive:         308788 kB
Active(anon):    2892820 kB
Inactive(anon):     8744 kB
Active(file):     266936 kB
Inactive(file):   300044 kB
Unevictable:        5800 kB
Mlocked:            5800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             44352 kB
Writeback:             0 kB
AnonPages:       2909388 kB
Mapped:            45180 kB
Shmem:              8840 kB
Slab:             127136 kB
SReclaimable:      92824 kB
SUnreclaim:        34312 kB
KernelStack:        4864 kB
PageTables:        11868 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3571288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2766848 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= 61924 MiB
End job on node124 at 2017-07-22 09:28:17