Trace number 4247322

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 NameAnswerCPU timeWall clock time
R1: OscaR - Conflict Ordering 2017-06-30SAT 23.8354 6.84555

General information on the benchmark

NameRoomMate/
RoomMate-int-s1/RoomMate-sr0050-int.xml
MD5SUM7780e40de56b9bae3ab082521ef58da1
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.9581299
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints4900
Number of domains1
Minimum domain size49
Maximum domain size49
Distribution of domain sizes[{"size":49,"count":50}]
Minimum variable degree196
Maximum variable degree196
Distribution of variable degrees[{"degree":196,"count":50}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":4900}]
Number of extensional constraints0
Number of intensional constraints4900
Distribution of constraint types[{"type":"intension","count":4900}]
Optimization problemNO
Type of objective

Solver Data

0.10/0.29	c version: 2017-06-30
0.10/0.34	c seed: 272998975
0.10/0.34	c timeout: 2400
0.10/0.34	c memlimit: 15500
0.10/0.34	c nbcore: 8
0.10/0.34	c Parsing instance...
23.68/6.78	c Parsing done, starting search...
23.79/6.82	s SATISFIABLE
23.79/6.82	v <instantiation>
23.79/6.82	v 	<list>
23.79/6.82	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] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49]
23.79/6.82	v 	</list>
23.79/6.82	v 	<values>
23.79/6.82	v 		7 4 8 8 16 3 5 0 0 6 6 3 2 3 0 9 2 5 5 1 34 10 4 0 2 0 6 1 6 18 3 1 0 14 22 1 3 2 4 0 1 3 5 0 7 2 0 1 0 3 
23.79/6.82	v 	</values>
23.79/6.82	v </instantiation>

Verifier Data

OK	

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-4247322-1500723052/watcher-4247322-1500723052 -o /tmp/evaluation-result-4247322-1500723052/solver-4247322-1500723052 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1500715858-19808 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 272998975 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4247322-1500723052.xml 

pid=21433
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 1.72 1.47 1.42 3/262 21436
/proc/meminfo: memFree=31409816/32770624 swapFree=5936/291336
[pid=21436] ppid=21433 vsize=10634536 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/stat : 21436 (java) S 21433 21436 19776 0 -1 1077944320 2154 0 0 0 0 0 0 0 20 0 2 0 7570058 10889764864 2366 33554432000 4194304 4196468 140728950558080 140728950540624 140202173873911 0 0 0 16784584 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
/proc/21436/statm: 2658634 2432 1188 1 0 2647545 0
[pid=21436/tid=21437] ppid=21433 vsize=10634536 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21437/stat : 21437 (java) R 21433 21436 19776 0 -1 4202560 904 0 0 0 0 0 0 0 20 0 2 0 7570058 10889764864 2432 33554432000 4194304 4196468 140728950558080 140202178116000 140202167058033 0 4 0 16784584 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0

[startup+0.100103 s]
/proc/loadavg: 1.72 1.47 1.42 3/262 21436
/proc/meminfo: memFree=31409816/32770624 swapFree=5936/291336
[pid=21436] ppid=21433 vsize=13263912 CPUtime=0.1 cores=1,3,5,7,9,11,13,15
/proc/21436/stat : 21436 (java) S 21433 21436 19776 0 -1 1077944320 6055 0 0 0 9 1 0 0 20 0 20 0 7570058 13582245888 6281 33554432000 4194304 4196468 140728950558080 140728950540624 140202173873911 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
/proc/21436/statm: 3315978 6347 2730 1 0 3303698 0
[pid=21436/tid=21437] ppid=21433 vsize=13263912 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21437/stat : 21437 (java) R 21433 21436 19776 0 -1 4202560 4142 0 0 0 7 1 0 0 20 0 20 0 7570058 13582245888 6347 33554432000 4194304 4196468 140728950558080 140202178100880 140202130508754 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13263912

[startup+0.441524 s]
/proc/loadavg: 1.72 1.47 1.42 3/262 21436
/proc/meminfo: memFree=31409816/32770624 swapFree=5936/291336
[pid=21436] ppid=21433 vsize=13263932 CPUtime=0.7 cores=1,3,5,7,9,11,13,15
/proc/21436/stat : 21436 (java) S 21433 21436 19776 0 -1 1077944320 11251 0 0 0 66 4 0 0 20 0 20 0 7570058 13582266368 14003 33554432000 4194304 4196468 140728950558080 140728950540624 140202173873911 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
/proc/21436/statm: 3315983 14003 3733 1 0 3303698 0
[pid=21436/tid=21437] ppid=21433 vsize=13263932 CPUtime=0.42 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21437/stat : 21437 (java) R 21433 21436 19776 0 -1 4202560 8085 0 0 0 39 3 0 0 20 0 20 0 7570058 13582266368 14003 33554432000 4194304 4196468 140728950558080 140202178108376 140202157954398 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 13263932

[startup+0.500391 s]
/proc/loadavg: 1.72 1.47 1.42 3/262 21436
/proc/meminfo: memFree=31409816/32770624 swapFree=5936/291336
[pid=21436] ppid=21433 vsize=13263932 CPUtime=0.86 cores=1,3,5,7,9,11,13,15
/proc/21436/stat : 21436 (java) S 21433 21436 19776 0 -1 1077944320 11734 0 0 0 82 4 0 0 20 0 20 0 7570058 13582266368 15530 33554432000 4194304 4196468 140728950558080 140728950540624 140202173873911 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
/proc/21436/statm: 3315983 15530 3744 1 0 3303698 0
[pid=21436/tid=21437] ppid=21433 vsize=13263932 CPUtime=0.47 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21437/stat : 21437 (java) R 21433 21436 19776 0 -1 4202560 8174 0 0 0 44 3 0 0 20 0 20 0 7570058 13582266368 15530 33554432000 4194304 4196468 140728950558080 140202178103360 140202157954398 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
Current children cumulated CPU time (s) 0.86
Current children cumulated vsize (KiB) 13263932

[startup+0.70029 s]
/proc/loadavg: 1.72 1.47 1.42 3/262 21436
/proc/meminfo: memFree=31409816/32770624 swapFree=5936/291336
[pid=21436] ppid=21433 vsize=13265980 CPUtime=1.54 cores=1,3,5,7,9,11,13,15
/proc/21436/stat : 21436 (java) S 21433 21436 19776 0 -1 1077944320 14007 0 0 0 148 6 0 0 20 0 20 0 7570058 13584363520 23422 33554432000 4194304 4196468 140728950558080 140728950540624 140202173873911 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
/proc/21436/statm: 3316495 23422 3774 1 0 3304210 0
[pid=21436/tid=21437] ppid=21433 vsize=13265980 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21437/stat : 21437 (java) R 21433 21436 19776 0 -1 4202560 8467 0 0 0 63 4 0 0 20 0 20 0 7570058 13584363520 23422 33554432000 4194304 4196468 140728950558080 140202178106408 140201777880559 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 13265980

[startup+1.5012 s]
/proc/loadavg: 1.72 1.47 1.42 14/282 21456
/proc/meminfo: memFree=31192264/32770624 swapFree=5936/291728
[pid=21436] ppid=21433 vsize=13265980 CPUtime=4.11 cores=1,3,5,7,9,11,13,15
/proc/21436/stat : 21436 (java) S 21433 21436 19776 0 -1 1077944320 22709 0 0 0 378 33 0 0 20 0 20 0 7570058 13584363520 58670 33554432000 4194304 4196468 140728950558080 140728950540624 140202173873911 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
/proc/21436/statm: 3316495 58670 3809 1 0 3304210 0
[pid=21436/tid=21437] ppid=21433 vsize=13265980 CPUtime=1.41 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21437/stat : 21437 (java) R 21433 21436 19776 0 -1 4202560 9320 0 0 0 136 5 0 0 20 0 20 0 7570058 13584363520 58670 33554432000 4194304 4196468 140728950558080 140202178109112 140201779575381 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21438] ppid=21433 vsize=13265980 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21438/stat : 21438 (java) S 21433 21436 19776 0 -1 1077944384 61 0 0 0 1 3 0 0 20 0 20 0 7570059 13584363520 58670 33554432000 4194304 4196468 140728950558080 140202106010256 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21440] ppid=21433 vsize=13265980 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21440/stat : 21440 (java) S 21433 21436 19776 0 -1 1077944384 25 0 0 0 2 2 0 0 20 0 20 0 7570059 13584363520 58670 33554432000 4194304 4196468 140728950558080 140202104957456 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21441] ppid=21433 vsize=13265980 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21441/stat : 21441 (java) S 21433 21436 19776 0 -1 1077944384 28 0 0 0 1 3 0 0 20 0 20 0 7570059 13584363520 58670 33554432000 4194304 4196468 140728950558080 140202103904656 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21442] ppid=21433 vsize=13265980 CPUtime=0.03 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21442/stat : 21442 (java) S 21433 21436 19776 0 -1 1077944384 36 0 0 0 1 2 0 0 20 0 20 0 7570059 13584363520 58670 33554432000 4194304 4196468 140728950558080 140202102851856 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21443] ppid=21433 vsize=13265980 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21443/stat : 21443 (java) S 21433 21436 19776 0 -1 1077944384 55 0 0 0 1 3 0 0 20 0 20 0 7570059 13584363520 58670 33554432000 4194304 4196468 140728950558080 140202101800080 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21444] ppid=21433 vsize=13265980 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21444/stat : 21444 (java) S 21433 21436 19776 0 -1 1077944384 89 0 0 0 1 3 0 0 20 0 20 0 7570059 13584363520 58670 33554432000 4194304 4196468 140728950558080 140202100747280 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21445] ppid=21433 vsize=13265980 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21445/stat : 21445 (java) S 21433 21436 19776 0 -1 1077944384 284 0 0 0 2 2 0 0 20 0 20 0 7570059 13584363520 58670 33554432000 4194304 4196468 140728950558080 140202099694480 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21446] ppid=21433 vsize=13265980 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21446/stat : 21446 (java) S 21433 21436 19776 0 -1 1077944384 55 0 0 0 1 3 0 0 20 0 20 0 7570059 13584363520 58670 33554432000 4194304 4196468 140728950558080 140202098641680 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21447] ppid=21433 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21447/stat : 21447 (java) S 21433 21436 19776 0 -1 1077944384 126 0 0 0 0 0 0 0 20 0 20 0 7570062 13584363520 58670 33554432000 4194304 4196468 140728950558080 140201635993968 140202173885058 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21448] ppid=21433 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21448/stat : 21448 (java) S 21433 21436 19776 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 7570062 13584363520 58670 33554432000 4194304 4196468 140728950558080 140201634940000 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21449] ppid=21433 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21449/stat : 21449 (java) S 21433 21436 19776 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 7570063 13584363520 58670 33554432000 4194304 4196468 140728950558080 140201633887088 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21450] ppid=21433 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21450/stat : 21450 (java) S 21433 21436 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7570066 13584363520 58670 33554432000 4194304 4196468 140728950558080 140201632835408 140202173892507 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21451] ppid=21433 vsize=13265980 CPUtime=0.54 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21451/stat : 21451 (java) S 21433 21436 19776 0 -1 1077944384 3077 0 0 0 54 0 0 0 20 0 20 0 7570066 13584363520 58670 33554432000 4194304 4196468 140728950558080 140201631783792 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21452] ppid=21433 vsize=13265980 CPUtime=0.61 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21452/stat : 21452 (java) S 21433 21436 19776 0 -1 1077944384 2521 0 0 0 61 0 0 0 20 0 20 0 7570066 13584363520 58670 33554432000 4194304 4196468 140728950558080 140201630730992 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21453] ppid=21433 vsize=13265980 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21453/stat : 21453 (java) S 21433 21436 19776 0 -1 1077944384 2776 0 0 0 57 0 0 0 20 0 20 0 7570066 13584363520 58670 33554432000 4194304 4196468 140728950558080 140201629678192 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21454] ppid=21433 vsize=13265980 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21454/stat : 21454 (java) S 21433 21436 19776 0 -1 1077944384 2817 0 0 0 51 0 0 0 20 0 20 0 7570066 13584363520 58670 33554432000 4194304 4196468 140728950558080 140201628625392 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21455] ppid=21433 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21455/stat : 21455 (java) S 21433 21436 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7570066 13584363520 58670 33554432000 4194304 4196468 140728950558080 140201627572832 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21456] ppid=21433 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21456/stat : 21456 (java) S 21433 21436 19776 0 -1 1077944384 4 0 0 0 0 0 0 0 20 0 20 0 7570066 13584363520 58670 33554432000 4194304 4196468 140728950558080 140201626520112 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
Current children cumulated CPU time (s) 4.11
Current children cumulated vsize (KiB) 13265980

[startup+3.10072 s]
/proc/loadavg: 1.72 1.47 1.42 3/282 21456
/proc/meminfo: memFree=31061784/32770624 swapFree=5936/291732
[pid=21436] ppid=21433 vsize=13265980 CPUtime=10.52 cores=1,3,5,7,9,11,13,15
/proc/21436/stat : 21436 (java) S 21433 21436 19776 0 -1 1077944320 28140 0 0 0 872 180 0 0 20 0 20 0 7570058 13584363520 157802 33554432000 4194304 4196468 140728950558080 140728950540624 140202173873911 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
/proc/21436/statm: 3316495 157802 3833 1 0 3304210 0
[pid=21436/tid=21437] ppid=21433 vsize=13265980 CPUtime=2.39 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21437/stat : 21437 (java) S 21433 21436 19776 0 -1 1077944384 9894 0 0 0 232 7 0 0 20 0 20 0 7570058 13584363520 157802 33554432000 4194304 4196468 140728950558080 140202178110704 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21438] ppid=21433 vsize=13265980 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21438/stat : 21438 (java) R 21433 21436 19776 0 -1 4202560 332 0 0 0 43 21 0 0 20 0 20 0 7570059 13584363520 157802 33554432000 4194304 4196468 140728950558080 140202106010376 140202166502119 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21440] ppid=21433 vsize=13265980 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21440/stat : 21440 (java) R 21433 21436 19776 0 -1 4202560 219 0 0 0 45 20 0 0 20 0 20 0 7570059 13584363520 157802 33554432000 4194304 4196468 140728950558080 140202104957576 140202166502119 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21441] ppid=21433 vsize=13265980 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21441/stat : 21441 (java) R 21433 21436 19776 0 -1 4202560 522 0 0 0 43 20 0 0 20 0 20 0 7570059 13584363520 157802 33554432000 4194304 4196468 140728950558080 140202103904464 140202166502119 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21442] ppid=21433 vsize=13265980 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21442/stat : 21442 (java) R 21433 21436 19776 0 -1 4202560 221 0 0 0 44 20 0 0 20 0 20 0 7570059 13584363520 157802 33554432000 4194304 4196468 140728950558080 140202102851976 140202166502119 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21443] ppid=21433 vsize=13265980 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21443/stat : 21443 (java) R 21433 21436 19776 0 -1 4202560 262 0 0 0 43 22 0 0 20 0 20 0 7570059 13584363520 157802 33554432000 4194304 4196468 140728950558080 140202101800200 140202166502119 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21444] ppid=21433 vsize=13265980 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21444/stat : 21444 (java) R 21433 21436 19776 0 -1 4202560 600 0 0 0 44 20 0 0 20 0 20 0 7570059 13584363520 157802 33554432000 4194304 4196468 140728950558080 140202100747480 140202158574544 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21445] ppid=21433 vsize=13265980 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21445/stat : 21445 (java) R 21433 21436 19776 0 -1 4202560 455 0 0 0 44 21 0 0 20 0 20 0 7570059 13584363520 157802 33554432000 4194304 4196468 140728950558080 140202099694600 140202166502119 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21446] ppid=21433 vsize=13265980 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21446/stat : 21446 (java) R 21433 21436 19776 0 -1 4202560 228 0 0 0 44 21 0 0 20 0 20 0 7570059 13584363520 157802 33554432000 4194304 4196468 140728950558080 140202098641800 140202166502119 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21447] ppid=21433 vsize=13265980 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21447/stat : 21447 (java) S 21433 21436 19776 0 -1 1077944384 1539 0 0 0 1 0 0 0 20 0 20 0 7570062 13584363520 157802 33554432000 4194304 4196468 140728950558080 140201635992512 140202173884117 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21448] ppid=21433 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21448/stat : 21448 (java) S 21433 21436 19776 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 7570062 13584363520 157802 33554432000 4194304 4196468 140728950558080 140201634940000 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21449] ppid=21433 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21449/stat : 21449 (java) S 21433 21436 19776 0 -1 1077944384 56 0 0 0 0 0 0 0 20 0 20 0 7570063 13584363520 157802 33554432000 4194304 4196468 140728950558080 140201633887088 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21450] ppid=21433 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21450/stat : 21450 (java) S 21433 21436 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7570066 13584363520 157802 33554432000 4194304 4196468 140728950558080 140201632835408 140202173892507 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21451] ppid=21433 vsize=13265980 CPUtime=0.79 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21451/stat : 21451 (java) S 21433 21436 19776 0 -1 1077944384 3692 0 0 0 79 0 0 0 20 0 20 0 7570066 13584363520 157802 33554432000 4194304 4196468 140728950558080 140201631783792 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21452] ppid=21433 vsize=13265980 CPUtime=0.8 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21452/stat : 21452 (java) S 21433 21436 19776 0 -1 1077944384 2716 0 0 0 80 0 0 0 20 0 20 0 7570066 13584363520 157802 33554432000 4194304 4196468 140728950558080 140201630730992 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21453] ppid=21433 vsize=13265980 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21453/stat : 21453 (java) S 21433 21436 19776 0 -1 1077944384 3073 0 0 0 67 0 0 0 20 0 20 0 7570066 13584363520 157802 33554432000 4194304 4196468 140728950558080 140201629678192 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21454] ppid=21433 vsize=13265980 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21454/stat : 21454 (java) S 21433 21436 19776 0 -1 1077944384 2939 0 0 0 55 1 0 0 20 0 20 0 7570066 13584363520 157802 33554432000 4194304 4196468 140728950558080 140201628625392 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21455] ppid=21433 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21455/stat : 21455 (java) S 21433 21436 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7570066 13584363520 157802 33554432000 4194304 4196468 140728950558080 140201627572832 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21456] ppid=21433 vsize=13265980 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21456/stat : 21456 (java) S 21433 21436 19776 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 20 0 7570066 13584363520 157802 33554432000 4194304 4196468 140728950558080 140201626520112 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
Current children cumulated CPU time (s) 10.52
Current children cumulated vsize (KiB) 13265980

[startup+6.30136 s]
/proc/loadavg: 1.66 1.46 1.42 8/282 21456
/proc/meminfo: memFree=30104656/32770624 swapFree=5936/291732
[pid=21436] ppid=21433 vsize=13268028 CPUtime=23.18 cores=1,3,5,7,9,11,13,15
/proc/21436/stat : 21436 (java) S 21433 21436 19776 0 -1 1077944320 38419 0 0 0 1746 572 0 0 20 0 20 0 7570058 13586460672 391483 33554432000 4194304 4196468 140728950558080 140728950540624 140202173873911 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
/proc/21436/statm: 3317007 391483 3846 1 0 3304722 0
[pid=21436/tid=21437] ppid=21433 vsize=13268028 CPUtime=4.44 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21437/stat : 21437 (java) R 21433 21436 19776 0 -1 4202560 11760 0 0 0 433 11 0 0 20 0 20 0 7570058 13586460672 391483 33554432000 4194304 4196468 140728950558080 140202178105560 140201783754323 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21438] ppid=21433 vsize=13268028 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21438/stat : 21438 (java) S 21433 21436 19776 0 -1 1077944384 696 0 0 0 108 69 0 0 20 0 20 0 7570059 13586460672 391483 33554432000 4194304 4196468 140728950558080 140202106010256 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21440] ppid=21433 vsize=13268028 CPUtime=1.76 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21440/stat : 21440 (java) S 21433 21436 19776 0 -1 1077944384 594 0 0 0 107 69 0 0 20 0 20 0 7570059 13586460672 391483 33554432000 4194304 4196468 140728950558080 140202104957456 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21441] ppid=21433 vsize=13268028 CPUtime=1.76 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21441/stat : 21441 (java) S 21433 21436 19776 0 -1 1077944384 887 0 0 0 107 69 0 0 20 0 20 0 7570059 13586460672 391483 33554432000 4194304 4196468 140728950558080 140202103904656 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21442] ppid=21433 vsize=13268028 CPUtime=1.76 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21442/stat : 21442 (java) S 21433 21436 19776 0 -1 1077944384 591 0 0 0 109 67 0 0 20 0 20 0 7570059 13586460672 391483 33554432000 4194304 4196468 140728950558080 140202102851856 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21443] ppid=21433 vsize=13268028 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21443/stat : 21443 (java) S 21433 21436 19776 0 -1 1077944384 633 0 0 0 107 70 0 0 20 0 20 0 7570059 13586460672 391483 33554432000 4194304 4196468 140728950558080 140202101800080 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21444] ppid=21433 vsize=13268028 CPUtime=1.75 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21444/stat : 21444 (java) S 21433 21436 19776 0 -1 1077944384 1060 0 0 0 108 67 0 0 20 0 20 0 7570059 13586460672 391483 33554432000 4194304 4196468 140728950558080 140202100747280 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21445] ppid=21433 vsize=13268028 CPUtime=1.76 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21445/stat : 21445 (java) S 21433 21436 19776 0 -1 1077944384 812 0 0 0 107 69 0 0 20 0 20 0 7570059 13586460672 391483 33554432000 4194304 4196468 140728950558080 140202099694480 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21446] ppid=21433 vsize=13268028 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21446/stat : 21446 (java) S 21433 21436 19776 0 -1 1077944384 647 0 0 0 108 69 0 0 20 0 20 0 7570059 13586460672 391483 33554432000 4194304 4196468 140728950558080 140202098641680 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21447] ppid=21433 vsize=13268028 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21447/stat : 21447 (java) S 21433 21436 19776 0 -1 1077944384 2282 0 0 0 4 0 0 0 20 0 20 0 7570062 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201635993968 140202173885058 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21448] ppid=21433 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21448/stat : 21448 (java) S 21433 21436 19776 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 7570062 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201634940000 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21449] ppid=21433 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21449/stat : 21449 (java) S 21433 21436 19776 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 7570063 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201633887104 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21450] ppid=21433 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21450/stat : 21450 (java) S 21433 21436 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7570066 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201632835408 140202173892507 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21451] ppid=21433 vsize=13268028 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21451/stat : 21451 (java) S 21433 21436 19776 0 -1 1077944384 3955 0 0 0 127 1 0 0 20 0 20 0 7570066 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201631783792 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21452] ppid=21433 vsize=13268028 CPUtime=1.29 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21452/stat : 21452 (java) S 21433 21436 19776 0 -1 1077944384 3489 0 0 0 129 0 0 0 20 0 20 0 7570066 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201630730992 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21453] ppid=21433 vsize=13268028 CPUtime=1.12 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21453/stat : 21453 (java) S 21433 21436 19776 0 -1 1077944384 3503 0 0 0 111 1 0 0 20 0 20 0 7570066 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201629678192 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21454] ppid=21433 vsize=13268028 CPUtime=0.77 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21454/stat : 21454 (java) S 21433 21436 19776 0 -1 1077944384 6056 0 0 0 76 1 0 0 20 0 20 0 7570066 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201628625392 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21455] ppid=21433 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21455/stat : 21455 (java) S 21433 21436 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7570066 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201627572832 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21456] ppid=21433 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21456/stat : 21456 (java) S 21433 21436 19776 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 7570066 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201626520112 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
Current children cumulated CPU time (s) 23.18
Current children cumulated vsize (KiB) 13268028

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 21436 sig 9
??? kill -21436 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+6.60099 s]
/proc/loadavg: 1.66 1.46 1.42 8/282 21456
/proc/meminfo: memFree=30104656/32770624 swapFree=5936/291732
[pid=21436] ppid=21433 vsize=13268028 CPUtime=23.57 cores=1,3,5,7,9,11,13,15
/proc/21436/stat : 21436 (java) S 21433 21436 19776 0 -1 1077944320 38433 0 0 0 1785 572 0 0 20 0 20 0 7570058 13586460672 391483 33554432000 4194304 4196468 140728950558080 140728950540624 140202173873911 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
/proc/21436/statm: 3317007 391483 3846 1 0 3304722 0
[pid=21436/tid=21437] ppid=21433 vsize=13268028 CPUtime=4.74 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21437/stat : 21437 (java) R 21433 21436 19776 0 -1 4202560 11760 0 0 0 463 11 0 0 20 0 20 0 7570058 13586460672 391483 33554432000 4194304 4196468 140728950558080 140202178105704 140201782039272 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21438] ppid=21433 vsize=13268028 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21438/stat : 21438 (java) S 21433 21436 19776 0 -1 1077944384 696 0 0 0 108 69 0 0 20 0 20 0 7570059 13586460672 391483 33554432000 4194304 4196468 140728950558080 140202106010256 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21440] ppid=21433 vsize=13268028 CPUtime=1.76 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21440/stat : 21440 (java) S 21433 21436 19776 0 -1 1077944384 594 0 0 0 107 69 0 0 20 0 20 0 7570059 13586460672 391483 33554432000 4194304 4196468 140728950558080 140202104957456 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21441] ppid=21433 vsize=13268028 CPUtime=1.76 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21441/stat : 21441 (java) S 21433 21436 19776 0 -1 1077944384 887 0 0 0 107 69 0 0 20 0 20 0 7570059 13586460672 391483 33554432000 4194304 4196468 140728950558080 140202103904656 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21442] ppid=21433 vsize=13268028 CPUtime=1.76 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21442/stat : 21442 (java) S 21433 21436 19776 0 -1 1077944384 591 0 0 0 109 67 0 0 20 0 20 0 7570059 13586460672 391483 33554432000 4194304 4196468 140728950558080 140202102851856 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21443] ppid=21433 vsize=13268028 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21443/stat : 21443 (java) S 21433 21436 19776 0 -1 1077944384 633 0 0 0 107 70 0 0 20 0 20 0 7570059 13586460672 391483 33554432000 4194304 4196468 140728950558080 140202101800080 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21444] ppid=21433 vsize=13268028 CPUtime=1.75 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21444/stat : 21444 (java) S 21433 21436 19776 0 -1 1077944384 1060 0 0 0 108 67 0 0 20 0 20 0 7570059 13586460672 391483 33554432000 4194304 4196468 140728950558080 140202100747280 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21445] ppid=21433 vsize=13268028 CPUtime=1.76 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21445/stat : 21445 (java) S 21433 21436 19776 0 -1 1077944384 812 0 0 0 107 69 0 0 20 0 20 0 7570059 13586460672 391483 33554432000 4194304 4196468 140728950558080 140202099694480 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21446] ppid=21433 vsize=13268028 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21446/stat : 21446 (java) S 21433 21436 19776 0 -1 1077944384 647 0 0 0 108 69 0 0 20 0 20 0 7570059 13586460672 391483 33554432000 4194304 4196468 140728950558080 140202098641680 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21447] ppid=21433 vsize=13268028 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21447/stat : 21447 (java) S 21433 21436 19776 0 -1 1077944384 2282 0 0 0 4 0 0 0 20 0 20 0 7570062 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201635993968 140202173885058 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21448] ppid=21433 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21448/stat : 21448 (java) S 21433 21436 19776 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 7570062 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201634940000 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21449] ppid=21433 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21449/stat : 21449 (java) S 21433 21436 19776 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 7570063 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201633887104 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21450] ppid=21433 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21450/stat : 21450 (java) S 21433 21436 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7570066 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201632835408 140202173892507 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21451] ppid=21433 vsize=13268028 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21451/stat : 21451 (java) S 21433 21436 19776 0 -1 1077944384 3961 0 0 0 130 1 0 0 20 0 20 0 7570066 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201631783792 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21452] ppid=21433 vsize=13268028 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21452/stat : 21452 (java) S 21433 21436 19776 0 -1 1077944384 3495 0 0 0 132 0 0 0 20 0 20 0 7570066 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201630730992 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21453] ppid=21433 vsize=13268028 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21453/stat : 21453 (java) S 21433 21436 19776 0 -1 1077944384 3505 0 0 0 114 1 0 0 20 0 20 0 7570066 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201629678192 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21454] ppid=21433 vsize=13268028 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21454/stat : 21454 (java) S 21433 21436 19776 0 -1 1077944384 6056 0 0 0 77 1 0 0 20 0 20 0 7570066 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201628625392 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21455] ppid=21433 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21455/stat : 21455 (java) S 21433 21436 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7570066 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201627572832 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21456] ppid=21433 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21456/stat : 21456 (java) S 21433 21436 19776 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 7570066 13586460672 391483 33554432000 4194304 4196468 140728950558080 140201626520112 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
Current children cumulated CPU time (s) 23.57
Current children cumulated vsize (KiB) 13268028

[startup+6.80107 s]
/proc/loadavg: 1.66 1.46 1.42 3/282 21456
/proc/meminfo: memFree=29854992/32770624 swapFree=5936/291736
[pid=21436] ppid=21433 vsize=13268028 CPUtime=23.79 cores=1,3,5,7,9,11,13,15
/proc/21436/stat : 21436 (java) S 21433 21436 19776 0 -1 1077944320 38481 0 0 0 1807 572 0 0 20 0 20 0 7570058 13586460672 391495 33554432000 4194304 4196468 140728950558080 140728950540624 140202173873911 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
/proc/21436/statm: 3317007 391495 3846 1 0 3304722 0
[pid=21436/tid=21437] ppid=21433 vsize=13268028 CPUtime=4.95 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21437/stat : 21437 (java) R 21433 21436 19776 0 -1 4202560 11808 0 0 0 484 11 0 0 20 0 20 0 7570058 13586460672 391495 33554432000 4194304 4196468 140728950558080 140202178096944 140202173895837 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21438] ppid=21433 vsize=13268028 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21438/stat : 21438 (java) S 21433 21436 19776 0 -1 1077944384 696 0 0 0 108 69 0 0 20 0 20 0 7570059 13586460672 391495 33554432000 4194304 4196468 140728950558080 140202106010256 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21440] ppid=21433 vsize=13268028 CPUtime=1.76 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21440/stat : 21440 (java) S 21433 21436 19776 0 -1 1077944384 594 0 0 0 107 69 0 0 20 0 20 0 7570059 13586460672 391495 33554432000 4194304 4196468 140728950558080 140202104957456 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21441] ppid=21433 vsize=13268028 CPUtime=1.76 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21441/stat : 21441 (java) S 21433 21436 19776 0 -1 1077944384 887 0 0 0 107 69 0 0 20 0 20 0 7570059 13586460672 391495 33554432000 4194304 4196468 140728950558080 140202103904656 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21442] ppid=21433 vsize=13268028 CPUtime=1.76 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21442/stat : 21442 (java) S 21433 21436 19776 0 -1 1077944384 591 0 0 0 109 67 0 0 20 0 20 0 7570059 13586460672 391495 33554432000 4194304 4196468 140728950558080 140202102851856 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21443] ppid=21433 vsize=13268028 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21443/stat : 21443 (java) S 21433 21436 19776 0 -1 1077944384 633 0 0 0 107 70 0 0 20 0 20 0 7570059 13586460672 391495 33554432000 4194304 4196468 140728950558080 140202101800080 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21444] ppid=21433 vsize=13268028 CPUtime=1.75 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21444/stat : 21444 (java) S 21433 21436 19776 0 -1 1077944384 1060 0 0 0 108 67 0 0 20 0 20 0 7570059 13586460672 391495 33554432000 4194304 4196468 140728950558080 140202100747280 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21445] ppid=21433 vsize=13268028 CPUtime=1.76 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21445/stat : 21445 (java) S 21433 21436 19776 0 -1 1077944384 812 0 0 0 107 69 0 0 20 0 20 0 7570059 13586460672 391495 33554432000 4194304 4196468 140728950558080 140202099694480 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21446] ppid=21433 vsize=13268028 CPUtime=1.77 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21446/stat : 21446 (java) S 21433 21436 19776 0 -1 1077944384 647 0 0 0 108 69 0 0 20 0 20 0 7570059 13586460672 391495 33554432000 4194304 4196468 140728950558080 140202098641680 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21447] ppid=21433 vsize=13268028 CPUtime=0.04 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21447/stat : 21447 (java) S 21433 21436 19776 0 -1 1077944384 2282 0 0 0 4 0 0 0 20 0 20 0 7570062 13586460672 391495 33554432000 4194304 4196468 140728950558080 140201635993968 140202173885058 0 0 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21448] ppid=21433 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21448/stat : 21448 (java) S 21433 21436 19776 0 -1 1077944384 59 0 0 0 0 0 0 0 20 0 20 0 7570062 13586460672 391495 33554432000 4194304 4196468 140728950558080 140201634940000 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21449] ppid=21433 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21449/stat : 21449 (java) S 21433 21436 19776 0 -1 1077944384 58 0 0 0 0 0 0 0 20 0 20 0 7570063 13586460672 391495 33554432000 4194304 4196468 140728950558080 140201633887104 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21450] ppid=21433 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21450/stat : 21450 (java) S 21433 21436 19776 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 7570066 13586460672 391495 33554432000 4194304 4196468 140728950558080 140201632835408 140202173892507 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21451] ppid=21433 vsize=13268028 CPUtime=1.31 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21451/stat : 21451 (java) S 21433 21436 19776 0 -1 1077944384 3962 0 0 0 130 1 0 0 20 0 20 0 7570066 13586460672 391495 33554432000 4194304 4196468 140728950558080 140201631783792 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21452] ppid=21433 vsize=13268028 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21452/stat : 21452 (java) S 21433 21436 19776 0 -1 1077944384 3495 0 0 0 132 0 0 0 20 0 20 0 7570066 13586460672 391495 33554432000 4194304 4196468 140728950558080 140201630730992 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21453] ppid=21433 vsize=13268028 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21453/stat : 21453 (java) S 21433 21436 19776 0 -1 1077944384 3505 0 0 0 114 1 0 0 20 0 20 0 7570066 13586460672 391495 33554432000 4194304 4196468 140728950558080 140201629678192 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21454] ppid=21433 vsize=13268028 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21454/stat : 21454 (java) S 21433 21436 19776 0 -1 1077944384 6056 0 0 0 77 1 0 0 20 0 20 0 7570066 13586460672 391495 33554432000 4194304 4196468 140728950558080 140201628625392 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21455] ppid=21433 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21455/stat : 21455 (java) S 21433 21436 19776 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 7570066 13586460672 391495 33554432000 4194304 4196468 140728950558080 140201627572832 140202173884117 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
[pid=21436/tid=21456] ppid=21433 vsize=13268028 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/21436/task/21456/stat : 21456 (java) S 21433 21436 19776 0 -1 1077944384 17 0 0 0 0 0 0 0 20 0 20 0 7570066 13586460672 391495 33554432000 4194304 4196468 140728950558080 140201626520112 140202173885058 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 28758016 140728950563978 140728950564164 140728950564164 140728950566863 0
Current children cumulated CPU time (s) 23.79
Current children cumulated vsize (KiB) 13268028

Child status: 0
Real time (s): 6.84555
CPU time (s): 23.8354
CPU user time (s): 18.0983
CPU system time (s): 5.7371
CPU usage (%): 348.189
Max. virtual memory (cumulated for all children) (KiB): 13268028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 18.0983
system time used= 5.7371
maximum resident set size= 1567196
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38591
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4521
involuntary context switches= 1602

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.064374 second user time and 0.091684 second system time

The end

Launcher Data

Begin job on node151 at 2017-07-22 13:30:52
IDJOB=4247322
IDBENCH=126922
IDSOLVER=2628
FILE ID=node151/4247322-1500723052
RUNJOBID= node151-1500715858-19808
PBS_JOBID= 20623357
Free space on /tmp= 61984 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/RoomMate/RoomMate-int-s1/RoomMate-sr0050-int.xml
COMMAND LINE= java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed RANDOMSEED --timelimit TIMELIMIT --memlimit MEMLIMIT --nbcore NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4247322-1500723052/watcher-4247322-1500723052 -o /tmp/evaluation-result-4247322-1500723052/solver-4247322-1500723052 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1500715858-19808 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 272998975 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4247322-1500723052.xml

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

MD5SUM BENCH= 7780e40de56b9bae3ab082521ef58da1
RANDOM SEED=272998975

node151.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.49
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		: 2533.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	: 5342.81
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.49
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	: 5342.81
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.49
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	: 5342.81
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		: 2668.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.49
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		: 2400.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	: 5342.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31409864 kB
MemAvailable:   31751124 kB
Buffers:          134104 kB
Cached:           486996 kB
SwapCached:            0 kB
Active:           622952 kB
Inactive:         300004 kB
Active(anon):     304992 kB
Inactive(anon):     8668 kB
Active(file):     317960 kB
Inactive(file):   291336 kB
Unevictable:        5936 kB
Mlocked:            5968 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42320 kB
Writeback:             4 kB
AnonPages:        307776 kB
Mapped:            45672 kB
Shmem:              8848 kB
Slab:             129616 kB
SReclaimable:      95600 kB
SUnreclaim:        34016 kB
KernelStack:        4576 kB
PageTables:         6320 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1240408 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    202752 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 61944 MiB
End job on node151 at 2017-07-22 13:30:59