Trace number 4250027

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 10.2705 2.55442

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-07.xml
MD5SUM7f68b5f256bf6bd8019eb0158af88fa3
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 benchmark0.61620301
Satisfiable
(Un)Satisfiability was proved
Number of variables126
Number of constraints126
Number of domains1
Minimum domain size2187
Maximum domain size2187
Distribution of domain sizes[{"size":2187,"count":126}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":125},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":125}]
Number of extensional constraints125
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":125},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.26/0.27	c version: 2017-06-30
0.26/0.27	c seed: 1829635236
0.26/0.27	c timeout: 2400
0.26/0.27	c memlimit: 15500
0.26/0.27	c nbcore: 8
0.26/0.29	c Parsing instance...
9.56/2.28	c Parsing done, starting search...
10.19/2.53	s SATISFIABLE
10.19/2.53	v <instantiation>
10.19/2.53	v 	<list>
10.19/2.53	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] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] x[79] x[80] x[81] x[82] x[83] x[84] x[85] x[86] x[87] x[88] x[89] x[90] x[91] x[92] x[93] x[94] x[95] x[96] x[97] x[98] x[99] x[100] x[101] x[102] x[103] x[104] x[105] x[106] x[107] x[108] x[109] x[110] x[111] x[112] x[113] x[114] x[115] x[116] x[117] x[118] x[119] x[120] x[121] x[122] x[123] x[124] x[125]
10.19/2.53	v 	</list>
10.19/2.53	v 	<values>
10.19/2.53	v 		2 5 4 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 23 22 
10.19/2.53	v 	</values>
10.19/2.53	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-4250027-1500769380/watcher-4250027-1500769380 -o /tmp/evaluation-result-4250027-1500769380/solver-4250027-1500769380 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500755322-19951 --watchdog 2560 java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1829635236 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4250027-1500769380.xml 

pid=22505
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: 6.90 4.58 3.08 3/261 22508
/proc/meminfo: memFree=29818676/32770624 swapFree=6300/713200
[pid=22508] ppid=22505 vsize=361196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/stat : 22508 (java) S 22505 22508 19920 0 -1 1077944320 1773 0 0 0 0 0 0 0 20 0 2 0 12205769 369864704 1478 33554432000 4194304 4196468 140732535092768 140732535075312 140620425060087 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
/proc/22508/statm: 2655300 1527 1173 1 0 2644211 0
[pid=22508/tid=22509] ppid=22505 vsize=10621200 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22509/stat : 22509 (java) R 22505 22508 19920 0 -1 4202560 558 0 0 0 0 0 0 0 20 0 2 0 12205769 10876108800 1592 33554432000 4194304 4196468 140732535092768 140620429302176 140620417777050 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0

[startup+0.100132 s]
/proc/loadavg: 6.90 4.58 3.08 3/261 22508
/proc/meminfo: memFree=29818676/32770624 swapFree=6300/713200
[pid=22508] ppid=22505 vsize=13263912 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/22508/stat : 22508 (java) S 22505 22508 19920 0 -1 1077944320 7127 0 0 0 9 1 0 0 20 0 20 0 12205769 13582245888 7374 33554432000 4194304 4196468 140732535092768 140732535075312 140620425060087 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
/proc/22508/statm: 3315978 7374 3369 1 0 3303698 0
[pid=22508/tid=22509] ppid=22505 vsize=13263912 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22509/stat : 22509 (java) R 22505 22508 19920 0 -1 4202560 5193 0 0 0 8 0 0 0 20 0 20 0 12205769 13582245888 7374 33554432000 4194304 4196468 140732535092768 140620429289464 140620409140574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 13263912

[startup+0.200319 s]
/proc/loadavg: 6.90 4.58 3.08 3/261 22508
/proc/meminfo: memFree=29818676/32770624 swapFree=6300/713200
[pid=22508] ppid=22505 vsize=13263912 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/22508/stat : 22508 (java) S 22505 22508 19920 0 -1 1077944320 9478 0 0 0 23 3 0 0 20 0 20 0 12205769 13582245888 9868 33554432000 4194304 4196468 140732535092768 140732535075312 140620425060087 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
/proc/22508/statm: 3315978 9868 3543 1 0 3303698 0
[pid=22508/tid=22509] ppid=22505 vsize=13263912 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22509/stat : 22509 (java) R 22505 22508 19920 0 -1 4202560 7172 0 0 0 16 1 0 0 20 0 20 0 12205769 13582245888 9868 33554432000 4194304 4196468 140732535092768 140620429259872 140620425082013 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 13263912

[startup+0.300381 s]
/proc/loadavg: 6.90 4.58 3.08 3/261 22508
/proc/meminfo: memFree=29818676/32770624 swapFree=6300/713200
[pid=22508] ppid=22505 vsize=13263932 CPUtime=0.46 cores=0,2,4,6,8,10,12,14
/proc/22508/stat : 22508 (java) S 22505 22508 19920 0 -1 1077944320 10605 0 0 0 43 3 0 0 20 0 20 0 12205769 13582266368 11838 33554432000 4194304 4196468 140732535092768 140732535075312 140620425060087 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
/proc/22508/statm: 3315983 11838 3695 1 0 3303698 0
[pid=22508/tid=22509] ppid=22505 vsize=13263932 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22509/stat : 22509 (java) R 22505 22508 19920 0 -1 4202560 7714 0 0 0 25 2 0 0 20 0 20 0 12205769 13582266368 11838 33554432000 4194304 4196468 140732535092768 140620429296160 140620409140574 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 13263932

[startup+0.700254 s]
/proc/loadavg: 6.90 4.58 3.08 3/261 22508
/proc/meminfo: memFree=29818676/32770624 swapFree=6300/713200
[pid=22508] ppid=22505 vsize=13265980 CPUtime=1.67 cores=0,2,4,6,8,10,12,14
/proc/22508/stat : 22508 (java) S 22505 22508 19920 0 -1 1077944320 13601 0 0 0 162 5 0 0 20 0 20 0 12205769 13584363520 22567 33554432000 4194304 4196468 140732535092768 140732535075312 140620425060087 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
/proc/22508/statm: 3316495 22567 3767 1 0 3304210 0
[pid=22508/tid=22509] ppid=22505 vsize=13265980 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22509/stat : 22509 (java) R 22505 22508 19920 0 -1 4202560 8641 0 0 0 64 3 0 0 20 0 20 0 12205769 13584363520 22567 33554432000 4194304 4196468 140732535092768 140620429293016 140620408252854 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 13265980

[startup+1.50327 s]
/proc/loadavg: 6.90 4.58 3.08 6/281 22528
/proc/meminfo: memFree=29518084/32770624 swapFree=6300/712848
[pid=22508] ppid=22505 vsize=13268028 CPUtime=5.06 cores=0,2,4,6,8,10,12,14
/proc/22508/stat : 22508 (java) S 22505 22508 19920 0 -1 1077944320 23981 0 0 0 348 158 0 0 20 0 20 0 12205769 13586460672 146538 33554432000 4194304 4196468 140732535092768 140732535075312 140620425060087 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
/proc/22508/statm: 3317007 146538 3802 1 0 3304722 0
[pid=22508/tid=22509] ppid=22505 vsize=13268028 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22509/stat : 22509 (java) S 22505 22508 19920 0 -1 1077944384 10604 0 0 0 110 7 0 0 20 0 20 0 12205769 13586460672 146538 33554432000 4194304 4196468 140732535092768 140620429293952 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22511] ppid=22505 vsize=13268028 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22511/stat : 22511 (java) R 22505 22508 19920 0 -1 4202560 168 0 0 0 9 18 0 0 20 0 20 0 12205770 13586460672 146538 33554432000 4194304 4196468 140732535092768 140620024335192 140620410087506 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22512] ppid=22505 vsize=13268028 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22512/stat : 22512 (java) R 22505 22508 19920 0 -1 4202560 132 0 0 0 9 17 0 0 20 0 20 0 12205770 13586460672 146538 33554432000 4194304 4196468 140732535092768 140620023282392 140620410087970 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22513] ppid=22505 vsize=13268028 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22513/stat : 22513 (java) R 22505 22508 19920 0 -1 4202560 171 0 0 0 10 18 0 0 20 0 20 0 12205770 13586460672 146538 33554432000 4194304 4196468 140732535092768 140620022229280 140620418156788 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22514] ppid=22505 vsize=13268028 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22514/stat : 22514 (java) R 22505 22508 19920 0 -1 4202560 174 0 0 0 10 17 0 0 20 0 20 0 12205770 13586460672 147050 33554432000 4194304 4196468 140732535092768 140620021176792 140620418156788 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22515] ppid=22505 vsize=13268028 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22515/stat : 22515 (java) R 22505 22508 19920 0 -1 4202560 184 0 0 0 9 18 0 0 20 0 20 0 12205770 13586460672 147050 33554432000 4194304 4196468 140732535092768 140620020125016 140620418156788 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22516] ppid=22505 vsize=13268028 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22516/stat : 22516 (java) R 22505 22508 19920 0 -1 4202560 217 0 0 0 10 18 0 0 20 0 20 0 12205770 13586460672 147050 33554432000 4194304 4196468 140732535092768 140620019072216 140620418159787 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22517] ppid=22505 vsize=13268028 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22517/stat : 22517 (java) R 22505 22508 19920 0 -1 4202560 188 0 0 0 10 18 0 0 20 0 20 0 12205770 13586460672 147050 33554432000 4194304 4196468 140732535092768 140620018019416 140620418156788 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22518] ppid=22505 vsize=13268028 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22518/stat : 22518 (java) R 22505 22508 19920 0 -1 4202560 435 0 0 0 9 18 0 0 20 0 20 0 12205770 13586460672 147050 33554432000 4194304 4196468 140732535092768 140620016966616 140620418159787 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22519] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22519/stat : 22519 (java) S 22505 22508 19920 0 -1 1077944384 261 0 0 0 0 0 0 0 20 0 20 0 12205772 13586460672 147050 33554432000 4194304 4196468 140732535092768 140619888354208 140620425070293 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22520] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22520/stat : 22520 (java) S 22505 22508 19920 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 12205773 13586460672 147050 33554432000 4194304 4196468 140732535092768 140619887301728 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22521] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22521/stat : 22521 (java) S 22505 22508 19920 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 12205773 13586460672 147050 33554432000 4194304 4196468 140732535092768 140619886248832 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22522] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22522/stat : 22522 (java) S 22505 22508 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 12205776 13586460672 147050 33554432000 4194304 4196468 140732535092768 140619885197136 140620425078683 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22523] ppid=22505 vsize=13268028 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22523/stat : 22523 (java) S 22505 22508 19920 0 -1 1077944384 1828 0 0 0 36 0 0 0 20 0 20 0 12205776 13586460672 147050 33554432000 4194304 4196468 140732535092768 140619884145520 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22524] ppid=22505 vsize=13268028 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22524/stat : 22524 (java) S 22505 22508 19920 0 -1 1077944384 1537 0 0 0 38 0 0 0 20 0 20 0 12205776 13586460672 147050 33554432000 4194304 4196468 140732535092768 140619883092720 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22525] ppid=22505 vsize=13268028 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22525/stat : 22525 (java) S 22505 22508 19920 0 -1 1077944384 893 0 0 0 37 1 0 0 20 0 20 0 12205776 13586460672 147050 33554432000 4194304 4196468 140732535092768 140619882039920 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22526] ppid=22505 vsize=13268028 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22526/stat : 22526 (java) S 22505 22508 19920 0 -1 1077944384 5739 0 0 0 43 1 0 0 20 0 20 0 12205776 13586460672 147050 33554432000 4194304 4196468 140732535092768 140619880987120 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22527] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22527/stat : 22527 (java) S 22505 22508 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12205776 13586460672 147050 33554432000 4194304 4196468 140732535092768 140619879934560 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22528] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22528/stat : 22528 (java) S 22505 22508 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12205776 13586460672 147050 33554432000 4194304 4196468 140732535092768 140619878881840 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 13268028

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

[startup+1.60328 s]
/proc/loadavg: 6.90 4.58 3.08 6/281 22528
/proc/meminfo: memFree=29518084/32770624 swapFree=6300/712848
[pid=22508] ppid=22505 vsize=13268028 CPUtime=5.86 cores=0,2,4,6,8,10,12,14
/proc/22508/stat : 22508 (java) S 22505 22508 19920 0 -1 1077944320 24336 0 0 0 375 211 0 0 20 0 20 0 12205769 13586460672 169587 33554432000 4194304 4196468 140732535092768 140732535075312 140620425060087 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
/proc/22508/statm: 3317007 169587 3802 1 0 3304722 0
[pid=22508/tid=22509] ppid=22505 vsize=13268028 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22509/stat : 22509 (java) S 22505 22508 19920 0 -1 1077944384 10604 0 0 0 110 7 0 0 20 0 20 0 12205769 13586460672 169587 33554432000 4194304 4196468 140732535092768 140620429293952 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22511] ppid=22505 vsize=13268028 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22511/stat : 22511 (java) R 22505 22508 19920 0 -1 4202560 211 0 0 0 13 24 0 0 20 0 20 0 12205770 13586460672 170099 33554432000 4194304 4196468 140732535092768 140620024335192 140620418156788 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22512] ppid=22505 vsize=13268028 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22512/stat : 22512 (java) R 22505 22508 19920 0 -1 4202560 177 0 0 0 12 24 0 0 20 0 20 0 12205770 13586460672 170099 33554432000 4194304 4196468 140732535092768 140620023282392 140620418156788 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22513] ppid=22505 vsize=13268028 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22513/stat : 22513 (java) R 22505 22508 19920 0 -1 4202560 216 0 0 0 13 25 0 0 20 0 20 0 12205770 13586460672 170099 33554432000 4194304 4196468 140732535092768 140620022229280 140620418156788 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22514] ppid=22505 vsize=13268028 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22514/stat : 22514 (java) R 22505 22508 19920 0 -1 4202560 219 0 0 0 13 24 0 0 20 0 20 0 12205770 13586460672 170099 33554432000 4194304 4196468 140732535092768 140620021176792 140620418156788 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22515] ppid=22505 vsize=13268028 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22515/stat : 22515 (java) R 22505 22508 19920 0 -1 4202560 229 0 0 0 12 24 0 0 20 0 20 0 12205770 13586460672 170099 33554432000 4194304 4196468 140732535092768 140620020125016 140620418156788 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22516] ppid=22505 vsize=13268028 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22516/stat : 22516 (java) R 22505 22508 19920 0 -1 4202560 262 0 0 0 13 25 0 0 20 0 20 0 12205770 13586460672 170099 33554432000 4194304 4196468 140732535092768 140620019072216 140620418156788 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22517] ppid=22505 vsize=13268028 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22517/stat : 22517 (java) R 22505 22508 19920 0 -1 4202560 233 0 0 0 13 25 0 0 20 0 20 0 12205770 13586460672 170099 33554432000 4194304 4196468 140732535092768 140620018019416 140620418156820 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22518] ppid=22505 vsize=13268028 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22518/stat : 22518 (java) R 22505 22508 19920 0 -1 4202560 477 0 0 0 13 25 0 0 20 0 20 0 12205770 13586460672 170099 33554432000 4194304 4196468 140732535092768 140620016966616 140620417688295 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22519] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22519/stat : 22519 (java) S 22505 22508 19920 0 -1 1077944384 261 0 0 0 0 0 0 0 20 0 20 0 12205772 13586460672 170099 33554432000 4194304 4196468 140732535092768 140619888354208 140620425070293 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22520] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22520/stat : 22520 (java) S 22505 22508 19920 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 12205773 13586460672 170099 33554432000 4194304 4196468 140732535092768 140619887301728 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22521] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22521/stat : 22521 (java) S 22505 22508 19920 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 12205773 13586460672 170099 33554432000 4194304 4196468 140732535092768 140619886248832 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22522] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22522/stat : 22522 (java) S 22505 22508 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 12205776 13586460672 170099 33554432000 4194304 4196468 140732535092768 140619885197136 140620425078683 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22523] ppid=22505 vsize=13268028 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22523/stat : 22523 (java) S 22505 22508 19920 0 -1 1077944384 1828 0 0 0 36 0 0 0 20 0 20 0 12205776 13586460672 170099 33554432000 4194304 4196468 140732535092768 140619884145520 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22524] ppid=22505 vsize=13268028 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22524/stat : 22524 (java) S 22505 22508 19920 0 -1 1077944384 1537 0 0 0 38 0 0 0 20 0 20 0 12205776 13586460672 170099 33554432000 4194304 4196468 140732535092768 140619883092720 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22525] ppid=22505 vsize=13268028 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22525/stat : 22525 (java) S 22505 22508 19920 0 -1 1077944384 893 0 0 0 37 1 0 0 20 0 20 0 12205776 13586460672 170099 33554432000 4194304 4196468 140732535092768 140619882039920 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22526] ppid=22505 vsize=13268028 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22526/stat : 22526 (java) S 22505 22508 19920 0 -1 1077944384 5739 0 0 0 43 1 0 0 20 0 20 0 12205776 13586460672 170099 33554432000 4194304 4196468 140732535092768 140619880987120 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22527] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22527/stat : 22527 (java) S 22505 22508 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12205776 13586460672 170099 33554432000 4194304 4196468 140732535092768 140619879934560 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22528] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22528/stat : 22528 (java) S 22505 22508 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12205776 13586460672 170099 33554432000 4194304 4196468 140732535092768 140619878881840 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
Current children cumulated CPU time (s) 5.86
Current children cumulated vsize (KiB) 13268028

[startup+2.00257 s]
/proc/loadavg: 6.90 4.58 3.08 6/281 22528
/proc/meminfo: memFree=29518084/32770624 swapFree=6300/712848
[pid=22508] ppid=22505 vsize=13268028 CPUtime=8.18 cores=0,2,4,6,8,10,12,14
/proc/22508/stat : 22508 (java) S 22505 22508 19920 0 -1 1077944320 26972 0 0 0 527 291 0 0 20 0 20 0 12205769 13586460672 209417 33554432000 4194304 4196468 140732535092768 140732535075312 140620425060087 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
/proc/22508/statm: 3317007 209417 3820 1 0 3304722 0
[pid=22508/tid=22509] ppid=22505 vsize=13268028 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22509/stat : 22509 (java) S 22505 22508 19920 0 -1 1077944384 10605 0 0 0 121 7 0 0 20 0 20 0 12205769 13586460672 209417 33554432000 4194304 4196468 140732535092768 140620429293840 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22511] ppid=22505 vsize=13268028 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22511/stat : 22511 (java) R 22505 22508 19920 0 -1 4202560 373 0 0 0 30 34 0 0 20 0 20 0 12205770 13586460672 209417 33554432000 4194304 4196468 140732535092768 140620024335192 140620410084142 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22512] ppid=22505 vsize=13268028 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22512/stat : 22512 (java) R 22505 22508 19920 0 -1 4202560 320 0 0 0 29 34 0 0 20 0 20 0 12205770 13586460672 209929 33554432000 4194304 4196468 140732535092768 140620023282080 140620418156788 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22513] ppid=22505 vsize=13268028 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22513/stat : 22513 (java) R 22505 22508 19920 0 -1 4202560 286 0 0 0 31 35 0 0 20 0 20 0 12205770 13586460672 209929 33554432000 4194304 4196468 140732535092768 140620022229592 140620418156788 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22514] ppid=22505 vsize=13268028 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22514/stat : 22514 (java) R 22505 22508 19920 0 -1 4202560 348 0 0 0 30 34 0 0 20 0 20 0 12205770 13586460672 209929 33554432000 4194304 4196468 140732535092768 140620021174392 140620418156788 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22515] ppid=22505 vsize=13268028 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22515/stat : 22515 (java) R 22505 22508 19920 0 -1 4202560 334 0 0 0 30 34 0 0 20 0 20 0 12205770 13586460672 209929 33554432000 4194304 4196468 140732535092768 140620020125016 140620418156788 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22516] ppid=22505 vsize=13268028 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22516/stat : 22516 (java) R 22505 22508 19920 0 -1 4202560 342 0 0 0 31 34 0 0 20 0 20 0 12205770 13586460672 209929 33554432000 4194304 4196468 140732535092768 140620019072216 140620418156788 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22517] ppid=22505 vsize=13268028 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22517/stat : 22517 (java) R 22505 22508 19920 0 -1 4202560 549 0 0 0 30 36 0 0 20 0 20 0 12205770 13586460672 209929 33554432000 4194304 4196468 140732535092768 140620018016736 140620418156820 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22518] ppid=22505 vsize=13268028 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22518/stat : 22518 (java) R 22505 22508 19920 0 -1 4202560 587 0 0 0 31 35 0 0 20 0 20 0 12205770 13586460672 209929 33554432000 4194304 4196468 140732535092768 140620016966616 140620410087970 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22519] ppid=22505 vsize=13268028 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22519/stat : 22519 (java) S 22505 22508 19920 0 -1 1077944384 1764 0 0 0 1 0 0 0 20 0 20 0 12205772 13586460672 209929 33554432000 4194304 4196468 140732535092768 140619888354208 140620425070293 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22520] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22520/stat : 22520 (java) S 22505 22508 19920 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 12205773 13586460672 209929 33554432000 4194304 4196468 140732535092768 140619887301728 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22521] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22521/stat : 22521 (java) S 22505 22508 19920 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 12205773 13586460672 209929 33554432000 4194304 4196468 140732535092768 140619886248832 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22522] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22522/stat : 22522 (java) S 22505 22508 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 12205776 13586460672 209929 33554432000 4194304 4196468 140732535092768 140619885197136 140620425078683 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22523] ppid=22505 vsize=13268028 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22523/stat : 22523 (java) S 22505 22508 19920 0 -1 1077944384 1828 0 0 0 36 0 0 0 20 0 20 0 12205776 13586460672 209929 33554432000 4194304 4196468 140732535092768 140619884145520 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22524] ppid=22505 vsize=13268028 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22524/stat : 22524 (java) S 22505 22508 19920 0 -1 1077944384 1537 0 0 0 39 0 0 0 20 0 20 0 12205776 13586460672 209929 33554432000 4194304 4196468 140732535092768 140619883092720 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22525] ppid=22505 vsize=13268028 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22525/stat : 22525 (java) S 22505 22508 19920 0 -1 1077944384 895 0 0 0 37 1 0 0 20 0 20 0 12205776 13586460672 209929 33554432000 4194304 4196468 140732535092768 140619882039920 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22526] ppid=22505 vsize=13268028 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22526/stat : 22526 (java) S 22505 22508 19920 0 -1 1077944384 5754 0 0 0 44 1 0 0 20 0 20 0 12205776 13586460672 209929 33554432000 4194304 4196468 140732535092768 140619880987120 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22527] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22527/stat : 22527 (java) S 22505 22508 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12205776 13586460672 209929 33554432000 4194304 4196468 140732535092768 140619879934560 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22528] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22528/stat : 22528 (java) S 22505 22508 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12205776 13586460672 209929 33554432000 4194304 4196468 140732535092768 140619878881840 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
Current children cumulated CPU time (s) 8.18
Current children cumulated vsize (KiB) 13268028

[startup+2.40079 s]
/proc/loadavg: 6.99 4.64 3.11 6/281 22528
/proc/meminfo: memFree=28790740/32770624 swapFree=6300/712848
[pid=22508] ppid=22505 vsize=13268028 CPUtime=10.04 cores=0,2,4,6,8,10,12,14
/proc/22508/stat : 22508 (java) S 22505 22508 19920 0 -1 1077944320 29630 0 0 0 681 323 0 0 20 0 20 0 12205769 13586460672 228651 33554432000 4194304 4196468 140732535092768 140732535075312 140620425060087 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
/proc/22508/statm: 3317007 228651 3831 1 0 3304722 0
[pid=22508/tid=22509] ppid=22505 vsize=13268028 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22509/stat : 22509 (java) R 22505 22508 19920 0 -1 4202560 10675 0 0 0 144 7 0 0 20 0 20 0 12205769 13586460672 228651 33554432000 4194304 4196468 140732535092768 140620429298016 140620062550637 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22511] ppid=22505 vsize=13268028 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22511/stat : 22511 (java) S 22505 22508 19920 0 -1 1077944384 415 0 0 0 42 38 0 0 20 0 20 0 12205770 13586460672 228651 33554432000 4194304 4196468 140732535092768 140620024334992 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22512] ppid=22505 vsize=13268028 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22512/stat : 22512 (java) S 22505 22508 19920 0 -1 1077944384 352 0 0 0 39 38 0 0 20 0 20 0 12205770 13586460672 228651 33554432000 4194304 4196468 140732535092768 140620023282192 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22513] ppid=22505 vsize=13268028 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22513/stat : 22513 (java) S 22505 22508 19920 0 -1 1077944384 317 0 0 0 42 39 0 0 20 0 20 0 12205770 13586460672 228651 33554432000 4194304 4196468 140732535092768 140620022229392 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22514] ppid=22505 vsize=13268028 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22514/stat : 22514 (java) S 22505 22508 19920 0 -1 1077944384 376 0 0 0 42 38 0 0 20 0 20 0 12205770 13586460672 228651 33554432000 4194304 4196468 140732535092768 140620021176592 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22515] ppid=22505 vsize=13268028 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22515/stat : 22515 (java) S 22505 22508 19920 0 -1 1077944384 366 0 0 0 41 38 0 0 20 0 20 0 12205770 13586460672 228651 33554432000 4194304 4196468 140732535092768 140620020124816 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22516] ppid=22505 vsize=13268028 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22516/stat : 22516 (java) S 22505 22508 19920 0 -1 1077944384 373 0 0 0 43 38 0 0 20 0 20 0 12205770 13586460672 228651 33554432000 4194304 4196468 140732535092768 140620019072016 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22517] ppid=22505 vsize=13268028 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22517/stat : 22517 (java) S 22505 22508 19920 0 -1 1077944384 584 0 0 0 42 39 0 0 20 0 20 0 12205770 13586460672 228651 33554432000 4194304 4196468 140732535092768 140620018019216 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22518] ppid=22505 vsize=13268028 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22518/stat : 22518 (java) S 22505 22508 19920 0 -1 1077944384 626 0 0 0 42 38 0 0 20 0 20 0 12205770 13586460672 228651 33554432000 4194304 4196468 140732535092768 140620016966416 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22519] ppid=22505 vsize=13268028 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22519/stat : 22519 (java) S 22505 22508 19920 0 -1 1077944384 1994 0 0 0 2 0 0 0 20 0 20 0 12205772 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619888355696 140620425071234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22520] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22520/stat : 22520 (java) S 22505 22508 19920 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 12205773 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619887301728 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22521] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22521/stat : 22521 (java) S 22505 22508 19920 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 12205773 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619886248832 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22522] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22522/stat : 22522 (java) S 22505 22508 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 12205776 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619885197136 140620425078683 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22523] ppid=22505 vsize=13268028 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22523/stat : 22523 (java) S 22505 22508 19920 0 -1 1077944384 2251 0 0 0 44 0 0 0 20 0 20 0 12205776 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619884145520 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22524] ppid=22505 vsize=13268028 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22524/stat : 22524 (java) R 22505 22508 19920 0 -1 4202560 2335 0 0 0 54 0 0 0 20 0 20 0 12205776 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619883092640 140620425072022 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22525] ppid=22505 vsize=13268028 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22525/stat : 22525 (java) R 22505 22508 19920 0 -1 4202560 1675 0 0 0 50 1 0 0 20 0 20 0 12205776 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619882020936 140620404275376 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22526] ppid=22505 vsize=13268028 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22526/stat : 22526 (java) S 22505 22508 19920 0 -1 1077944384 5840 0 0 0 47 1 0 0 20 0 20 0 12205776 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619880987120 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22527] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22527/stat : 22527 (java) S 22505 22508 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12205776 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619879934560 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22528] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22528/stat : 22528 (java) S 22505 22508 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12205776 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619878881840 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
Current children cumulated CPU time (s) 10.04
Current children cumulated vsize (KiB) 13268028

[startup+2.50115 s]
/proc/loadavg: 6.99 4.64 3.11 6/281 22528
/proc/meminfo: memFree=28790740/32770624 swapFree=6300/712848
[pid=22508] ppid=22505 vsize=13268028 CPUtime=10.19 cores=0,2,4,6,8,10,12,14
/proc/22508/stat : 22508 (java) S 22505 22508 19920 0 -1 1077944320 29639 0 0 0 696 323 0 0 20 0 20 0 12205769 13586460672 228651 33554432000 4194304 4196468 140732535092768 140732535075312 140620425060087 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
/proc/22508/statm: 3317007 228651 3831 1 0 3304722 0
[pid=22508/tid=22509] ppid=22505 vsize=13268028 CPUtime=1.61 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22509/stat : 22509 (java) R 22505 22508 19920 0 -1 4202560 10675 0 0 0 154 7 0 0 20 0 20 0 12205769 13586460672 228651 33554432000 4194304 4196468 140732535092768 140620429295256 140620425072022 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22511] ppid=22505 vsize=13268028 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22511/stat : 22511 (java) S 22505 22508 19920 0 -1 1077944384 415 0 0 0 42 38 0 0 20 0 20 0 12205770 13586460672 228651 33554432000 4194304 4196468 140732535092768 140620024334992 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22512] ppid=22505 vsize=13268028 CPUtime=0.77 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22512/stat : 22512 (java) S 22505 22508 19920 0 -1 1077944384 352 0 0 0 39 38 0 0 20 0 20 0 12205770 13586460672 228651 33554432000 4194304 4196468 140732535092768 140620023282192 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22513] ppid=22505 vsize=13268028 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22513/stat : 22513 (java) S 22505 22508 19920 0 -1 1077944384 317 0 0 0 42 39 0 0 20 0 20 0 12205770 13586460672 228651 33554432000 4194304 4196468 140732535092768 140620022229392 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22514] ppid=22505 vsize=13268028 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22514/stat : 22514 (java) S 22505 22508 19920 0 -1 1077944384 376 0 0 0 42 38 0 0 20 0 20 0 12205770 13586460672 228651 33554432000 4194304 4196468 140732535092768 140620021176592 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22515] ppid=22505 vsize=13268028 CPUtime=0.79 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22515/stat : 22515 (java) S 22505 22508 19920 0 -1 1077944384 366 0 0 0 41 38 0 0 20 0 20 0 12205770 13586460672 228651 33554432000 4194304 4196468 140732535092768 140620020124816 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22516] ppid=22505 vsize=13268028 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22516/stat : 22516 (java) S 22505 22508 19920 0 -1 1077944384 373 0 0 0 43 38 0 0 20 0 20 0 12205770 13586460672 228651 33554432000 4194304 4196468 140732535092768 140620019072016 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22517] ppid=22505 vsize=13268028 CPUtime=0.81 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22517/stat : 22517 (java) S 22505 22508 19920 0 -1 1077944384 584 0 0 0 42 39 0 0 20 0 20 0 12205770 13586460672 228651 33554432000 4194304 4196468 140732535092768 140620018019216 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22518] ppid=22505 vsize=13268028 CPUtime=0.8 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22518/stat : 22518 (java) S 22505 22508 19920 0 -1 1077944384 626 0 0 0 42 38 0 0 20 0 20 0 12205770 13586460672 228651 33554432000 4194304 4196468 140732535092768 140620016966416 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22519] ppid=22505 vsize=13268028 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22519/stat : 22519 (java) S 22505 22508 19920 0 -1 1077944384 1994 0 0 0 2 0 0 0 20 0 20 0 12205772 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619888355696 140620425071234 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22520] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22520/stat : 22520 (java) S 22505 22508 19920 0 -1 1077944384 63 0 0 0 0 0 0 0 20 0 20 0 12205773 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619887301728 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22521] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22521/stat : 22521 (java) S 22505 22508 19920 0 -1 1077944384 64 0 0 0 0 0 0 0 20 0 20 0 12205773 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619886248832 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22522] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22522/stat : 22522 (java) S 22505 22508 19920 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 12205776 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619885197136 140620425078683 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22523] ppid=22505 vsize=13268028 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22523/stat : 22523 (java) R 22505 22508 19920 0 -1 4202560 2252 0 0 0 45 0 0 0 20 0 20 0 12205776 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619884145520 140620425072022 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22524] ppid=22505 vsize=13268028 CPUtime=0.56 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22524/stat : 22524 (java) R 22505 22508 19920 0 -1 4202560 2338 0 0 0 56 0 0 0 20 0 20 0 12205776 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619883093016 140620410170168 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22525] ppid=22505 vsize=13268028 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22525/stat : 22525 (java) S 22505 22508 19920 0 -1 1077944384 1680 0 0 0 52 1 0 0 20 0 20 0 12205776 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619882039920 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22526] ppid=22505 vsize=13268028 CPUtime=0.48 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22526/stat : 22526 (java) S 22505 22508 19920 0 -1 1077944384 5840 0 0 0 47 1 0 0 20 0 20 0 12205776 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619880987120 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22527] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22527/stat : 22527 (java) S 22505 22508 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12205776 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619879934560 140620425070293 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
[pid=22508/tid=22528] ppid=22505 vsize=13268028 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/22508/task/22528/stat : 22528 (java) S 22505 22508 19920 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 12205776 13586460672 228651 33554432000 4194304 4196468 140732535092768 140619878881840 140620425071234 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 21200896 140732535096457 140732535096644 140732535096644 140732535099343 0
Current children cumulated CPU time (s) 10.19
Current children cumulated vsize (KiB) 13268028

Child status: 0
Real time (s): 2.55442
CPU time (s): 10.2705
CPU user time (s): 7.02759
CPU system time (s): 3.24288
CPU usage (%): 402.067
Max. virtual memory (cumulated for all children) (KiB): 13268028

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.02759
system time used= 3.24288
maximum resident set size= 915616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29751
page faults= 0
swaps= 0
block input operations= 0
block output operations= 72
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 3154
involuntary context switches= 775

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02811 second user time and 0.03748 second system time

The end

Launcher Data

Begin job on node124 at 2017-07-23 02:23:00
IDJOB=4250027
IDBENCH=138763
IDSOLVER=2628
FILE ID=node124/4250027-1500769380
RUNJOBID= node124-1500755322-19951
PBS_JOBID= 20624592
Free space on /tmp= 61820 MiB

SOLVER NAME= OscaR - Conflict Ordering 2017-06-30
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-07.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-4250027-1500769380/watcher-4250027-1500769380 -o /tmp/evaluation-result-4250027-1500769380/solver-4250027-1500769380 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node124-1500755322-19951 --watchdog 2560  java -Xmx10000m -jar oscar-cp-xcsp3-conf_order.jar --randomseed 1829635236 --timelimit 2400 --memlimit 15500 --nbcore 8 HOME/instance-4250027-1500769380.xml

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

MD5SUM BENCH= 7f68b5f256bf6bd8019eb0158af88fa3
RANDOM SEED=1829635236

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		: 2533.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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.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		: 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.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		: 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.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		: 2667.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:        29823032 kB
MemAvailable:   30718252 kB
Buffers:          147224 kB
Cached:          1025068 kB
SwapCached:            0 kB
Active:          1784936 kB
Inactive:         721548 kB
Active(anon):    1336640 kB
Inactive(anon):     8756 kB
Active(file):     448296 kB
Inactive(file):   712792 kB
Unevictable:        6300 kB
Mlocked:            6300 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             42204 kB
Writeback:             0 kB
AnonPages:       1300756 kB
Mapped:            45992 kB
Shmem:              8840 kB
Slab:             134480 kB
SReclaimable:      99936 kB
SUnreclaim:        34544 kB
KernelStack:        4880 kB
PageTables:         6944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    3282168 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1171456 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= 61776 MiB
End job on node124 at 2017-07-23 02:23:03