Trace number 4245924

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: Concrete 3.4SAT 11.8155 4.66536

General information on the benchmark

NameSat/Sat-m1-jnh/
jnh-213.xml
MD5SUM209f05ce72d0c617a2bb68ea993901fe
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.035996001
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints797
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":100}]
Minimum variable degree26
Maximum variable degree58
Distribution of variable degrees[{"degree":26,"count":1},{"degree":28,"count":4},{"degree":29,"count":2},{"degree":30,"count":3},{"degree":32,"count":5},{"degree":33,"count":3},{"degree":34,"count":3},{"degree":35,"count":6},{"degree":36,"count":5},{"degree":37,"count":3},{"degree":38,"count":8},{"degree":39,"count":8},{"degree":40,"count":6},{"degree":41,"count":10},{"degree":42,"count":8},{"degree":43,"count":7},{"degree":44,"count":3},{"degree":45,"count":3},{"degree":46,"count":6},{"degree":47,"count":2},{"degree":48,"count":1},{"degree":49,"count":1},{"degree":51,"count":1},{"degree":58,"count":1}]
Minimum constraint arity2
Maximum constraint arity11
Distribution of constraint arities[{"arity":2,"count":73},{"arity":3,"count":151},{"arity":4,"count":144},{"arity":5,"count":157},{"arity":6,"count":110},{"arity":7,"count":75},{"arity":8,"count":49},{"arity":9,"count":26},{"arity":10,"count":9},{"arity":11,"count":3}]
Number of extensional constraints797
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":797}]
Optimization problemNO
Type of objective

Solver Data

3.60/2.17	c Concrete v3.4 running
11.46/4.59	v <instantiation>
11.46/4.59	v       <list>
11.46/4.59	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]
11.46/4.59	v       </list>
11.46/4.59	v       <values>
11.46/4.59	v         1 0 0 1 0 1 1 0 1 0 1 0 0 0 1 1 1 0 1 0 0 1 0 0 0 0 1 0 1 1 0 0 1 0 0 1 1 1 1 0 1 1 1 1 1 1 0 1 1 0 0 1 1 1 1 1 1 1 1 1 0 1 1 1 1 1 1 1 1 1 0 1 1 0 1 0 1 0 1 0 1 0 1 1 1 1 1 0 1 1 1 0 0 0 1 0 0 1 1 0
11.46/4.59	v       </values>
11.46/4.59	v     </instantiation>
11.46/4.60	s SATISFIABLE

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-4245924-1500707659/watcher-4245924-1500707659 -o /tmp/evaluation-result-4245924-1500707659/solver-4245924-1500707659 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500683681-7985 --watchdog 2560 bin/concrete HOME/instance-4245924-1500707659.xml 

pid=15338
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: 2.50 2.13 2.40 3/262 15341
/proc/meminfo: memFree=28094008/32770624 swapFree=5788/294880
[pid=15341] ppid=15338 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15341/stat : 15341 (bash) S 15338 15341 7954 0 -1 4202496 686 1532 0 0 0 0 0 0 20 0 1 0 6033431 9736192 350 33554432000 4194304 5098028 140729033896432 140729033894072 140123420208128 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 24227840 140729033901326 140729033901411 140729033901411 140729033904110 0
/proc/15341/statm: 2377 350 277 221 0 86 0

[startup+0.100183 s]
/proc/loadavg: 2.50 2.13 2.40 3/262 15341
/proc/meminfo: memFree=28094008/32770624 swapFree=5788/294880
[pid=15341] ppid=15338 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15341/stat : 15341 (bash) S 15338 15341 7954 0 -1 4202496 880 6419 0 0 0 0 0 1 20 0 1 0 6033431 9871360 378 33554432000 4194304 5098028 140729033896432 140729033890440 140123420208128 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 24227840 140729033901326 140729033901411 140729033901411 140729033904110 0
/proc/15341/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200335 s]
/proc/loadavg: 2.50 2.13 2.40 3/262 15341
/proc/meminfo: memFree=28094008/32770624 swapFree=5788/294880
[pid=15341] ppid=15338 vsize=10435860 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15341/stat : 15341 (java) S 15338 15341 7954 0 -1 1077944320 4885 12401 0 0 6 1 7 4 20 0 13 0 6033431 10686320640 5241 33554432000 4194304 4196468 140734575937616 140734575920160 139725471743735 0 0 0 16800971 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
/proc/15341/statm: 2608965 5241 2170 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300287 s]
/proc/loadavg: 2.50 2.13 2.40 3/262 15341
/proc/meminfo: memFree=28094008/32770624 swapFree=5788/294880
[pid=15341] ppid=15338 vsize=10902424 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/15341/stat : 15341 (java) S 15338 15341 7954 0 -1 1077944320 7995 12401 0 0 23 2 7 4 20 0 20 0 6033431 11164082176 9745 33554432000 4194304 4196468 140734575937616 140734575920160 139725471743735 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
/proc/15341/statm: 2725846 9745 2972 1 0 2714138 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902424

[startup+0.700202 s]
/proc/loadavg: 2.50 2.13 2.40 3/262 15341
/proc/meminfo: memFree=28094008/32770624 swapFree=5788/294880
[pid=15341] ppid=15338 vsize=10902720 CPUtime=0.94 cores=0,2,4,6,8,10,12,14
/proc/15341/stat : 15341 (java) S 15338 15341 7954 0 -1 1077944320 12691 12401 0 0 79 4 7 4 20 0 20 0 6033431 11164385280 15898 33554432000 4194304 4196468 140734575937616 140734575920160 139725471743735 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
/proc/15341/statm: 2725680 15898 3212 1 0 2713890 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 10902720

[startup+1.50076 s]
/proc/loadavg: 2.50 2.13 2.40 3/282 15414
/proc/meminfo: memFree=27989084/32770624 swapFree=5788/295496
[pid=15341] ppid=15338 vsize=10913344 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/15341/stat : 15341 (java) S 15338 15341 7954 0 -1 1077944320 27439 12401 0 0 203 14 7 4 20 0 20 0 6033431 11175264256 44011 33554432000 4194304 4196468 140734575937616 140734575920160 139725471743735 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
/proc/15341/statm: 2728336 44011 3405 1 0 2716450 0
[pid=15341/tid=15396] ppid=15338 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15396/stat : 15396 (java) R 15338 15341 7954 0 -1 4202560 19409 12401 0 0 127 5 7 4 20 0 20 0 6033443 11175264256 44011 33554432000 4194304 4196468 140734575937616 139725475966576 139725471755670 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15397] ppid=15338 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15397/stat : 15397 (java) S 15338 15341 7954 0 -1 1077944384 18 12401 0 0 0 0 7 4 20 0 20 0 6033444 11175264256 44011 33554432000 4194304 4196468 140734575937616 139725424364048 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15398] ppid=15338 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15398/stat : 15398 (java) S 15338 15341 7954 0 -1 1077944384 53 12401 0 0 1 0 7 4 20 0 20 0 6033444 11175264256 44011 33554432000 4194304 4196468 140734575937616 139725423311504 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15399] ppid=15338 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15399/stat : 15399 (java) S 15338 15341 7954 0 -1 1077944384 11 12401 0 0 0 0 7 4 20 0 20 0 6033444 11175264256 44011 33554432000 4194304 4196468 140734575937616 139725422258448 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15400] ppid=15338 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15400/stat : 15400 (java) S 15338 15341 7954 0 -1 1077944384 32 12401 0 0 0 0 7 4 20 0 20 0 6033444 11175264256 44011 33554432000 4194304 4196468 140734575937616 139725421205904 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15401] ppid=15338 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15401/stat : 15401 (java) S 15338 15341 7954 0 -1 1077944384 36 12401 0 0 1 0 7 4 20 0 20 0 6033444 11175264256 44011 33554432000 4194304 4196468 140734575937616 139725074258960 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15402] ppid=15338 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15402/stat : 15402 (java) S 15338 15341 7954 0 -1 1077944384 33 12401 0 0 0 0 7 4 20 0 20 0 6033444 11175264256 44011 33554432000 4194304 4196468 140734575937616 139725073206416 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15403] ppid=15338 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15403/stat : 15403 (java) S 15338 15341 7954 0 -1 1077944384 129 12401 0 0 0 0 7 4 20 0 20 0 6033444 11175264256 44011 33554432000 4194304 4196468 140734575937616 139725072153360 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15404] ppid=15338 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15404/stat : 15404 (java) S 15338 15341 7954 0 -1 1077944384 15 12401 0 0 0 0 7 4 20 0 20 0 6033444 11175264256 44011 33554432000 4194304 4196468 140734575937616 139725071100816 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15405] ppid=15338 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15405/stat : 15405 (java) S 15338 15341 7954 0 -1 1077944384 1532 12401 0 0 1 0 7 4 20 0 20 0 6033447 11175264256 44011 33554432000 4194304 4196468 140734575937616 139724542945520 139725471754882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15406] ppid=15338 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15406/stat : 15406 (java) S 15338 15341 7954 0 -1 1077944384 56 12401 0 0 0 0 7 4 20 0 20 0 6033447 11175264256 44011 33554432000 4194304 4196468 140734575937616 139724541891808 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15407] ppid=15338 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15407/stat : 15407 (java) S 15338 15341 7954 0 -1 1077944384 43 12401 0 0 0 0 7 4 20 0 20 0 6033448 11175264256 44011 33554432000 4194304 4196468 140734575937616 139724540838656 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15408] ppid=15338 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15408/stat : 15408 (java) S 15338 15341 7954 0 -1 1077944384 1 12401 0 0 0 0 7 4 20 0 20 0 6033452 11175264256 44011 33554432000 4194304 4196468 140734575937616 139724539787216 139725471762331 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15409] ppid=15338 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15409/stat : 15409 (java) S 15338 15341 7954 0 -1 1077944384 888 12401 0 0 10 0 7 4 20 0 20 0 6033452 11175264256 44011 33554432000 4194304 4196468 140734575937616 139724538735344 139725471754882 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15410] ppid=15338 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15410/stat : 15410 (java) S 15338 15341 7954 0 -1 1077944384 423 12401 0 0 12 0 7 4 20 0 20 0 6033452 11175264256 44011 33554432000 4194304 4196468 140734575937616 139724537682800 139725471754882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15411] ppid=15338 vsize=10913344 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15411/stat : 15411 (java) S 15338 15341 7954 0 -1 1077944384 1329 12401 0 0 16 0 7 4 20 0 20 0 6033452 11175264256 44011 33554432000 4194304 4196468 140734575937616 139724536629744 139725471754882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15412] ppid=15338 vsize=10913344 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15412/stat : 15412 (java) R 15338 15341 7954 0 -1 4202560 1296 12401 0 0 26 1 7 4 20 0 20 0 6033452 11175264256 44011 33554432000 4194304 4196468 140734575937616 139724535577200 139725471765082 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15413] ppid=15338 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15413/stat : 15413 (java) S 15338 15341 7954 0 -1 1077944384 3 12401 0 0 0 0 7 4 20 0 20 0 6033452 11175264256 44011 33554432000 4194304 4196468 140734575937616 139724534524384 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15414] ppid=15338 vsize=10913344 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15414/stat : 15414 (java) S 15338 15341 7954 0 -1 1077944384 3 12401 0 0 0 0 7 4 20 0 20 0 6033452 11175264256 44011 33554432000 4194304 4196468 140734575937616 139724533471920 139725471754882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.10123 s]
/proc/loadavg: 2.50 2.13 2.40 5/282 15414
/proc/meminfo: memFree=27918736/32770624 swapFree=5788/295496
[pid=15341] ppid=15338 vsize=10925820 CPUtime=6.24 cores=0,2,4,6,8,10,12,14
/proc/15341/stat : 15341 (java) S 15338 15341 7954 0 -1 1077944320 47735 12401 0 0 591 22 7 4 20 0 20 0 6033431 11188039680 58330 33554432000 4194304 4196468 140734575937616 140734575920160 139725471743735 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
/proc/15341/statm: 2731455 58330 3474 1 0 2719010 0
[pid=15341/tid=15396] ppid=15338 vsize=10925820 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15396/stat : 15396 (java) R 15338 15341 7954 0 -1 4202560 33504 12401 0 0 282 8 7 4 20 0 20 0 6033443 11188039680 58330 33554432000 4194304 4196468 140734575937616 139725475972040 139725455824222 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15397] ppid=15338 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15397/stat : 15397 (java) S 15338 15341 7954 0 -1 1077944384 18 12401 0 0 0 0 7 4 20 0 20 0 6033444 11188039680 58330 33554432000 4194304 4196468 140734575937616 139725424364048 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15398] ppid=15338 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15398/stat : 15398 (java) S 15338 15341 7954 0 -1 1077944384 53 12401 0 0 1 0 7 4 20 0 20 0 6033444 11188039680 58330 33554432000 4194304 4196468 140734575937616 139725423311504 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15399] ppid=15338 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15399/stat : 15399 (java) S 15338 15341 7954 0 -1 1077944384 11 12401 0 0 0 0 7 4 20 0 20 0 6033444 11188039680 58330 33554432000 4194304 4196468 140734575937616 139725422258448 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15400] ppid=15338 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15400/stat : 15400 (java) S 15338 15341 7954 0 -1 1077944384 32 12401 0 0 0 0 7 4 20 0 20 0 6033444 11188039680 58330 33554432000 4194304 4196468 140734575937616 139725421205904 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15401] ppid=15338 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15401/stat : 15401 (java) S 15338 15341 7954 0 -1 1077944384 36 12401 0 0 1 0 7 4 20 0 20 0 6033444 11188039680 58330 33554432000 4194304 4196468 140734575937616 139725074258960 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15402] ppid=15338 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15402/stat : 15402 (java) S 15338 15341 7954 0 -1 1077944384 33 12401 0 0 0 0 7 4 20 0 20 0 6033444 11188039680 58330 33554432000 4194304 4196468 140734575937616 139725073206416 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15403] ppid=15338 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15403/stat : 15403 (java) S 15338 15341 7954 0 -1 1077944384 129 12401 0 0 0 0 7 4 20 0 20 0 6033444 11188039680 58330 33554432000 4194304 4196468 140734575937616 139725072153360 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15404] ppid=15338 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15404/stat : 15404 (java) S 15338 15341 7954 0 -1 1077944384 15 12401 0 0 0 0 7 4 20 0 20 0 6033444 11188039680 58330 33554432000 4194304 4196468 140734575937616 139725071100816 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15405] ppid=15338 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15405/stat : 15405 (java) S 15338 15341 7954 0 -1 1077944384 1868 12401 0 0 1 0 7 4 20 0 20 0 6033447 11188039680 58330 33554432000 4194304 4196468 140734575937616 139724542945520 139725471754882 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15406] ppid=15338 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15406/stat : 15406 (java) S 15338 15341 7954 0 -1 1077944384 56 12401 0 0 0 0 7 4 20 0 20 0 6033447 11188039680 58330 33554432000 4194304 4196468 140734575937616 139724541891808 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15407] ppid=15338 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15407/stat : 15407 (java) S 15338 15341 7954 0 -1 1077944384 43 12401 0 0 0 0 7 4 20 0 20 0 6033448 11188039680 58330 33554432000 4194304 4196468 140734575937616 139724540838656 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15408] ppid=15338 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15408/stat : 15408 (java) S 15338 15341 7954 0 -1 1077944384 1 12401 0 0 0 0 7 4 20 0 20 0 6033452 11188039680 58330 33554432000 4194304 4196468 140734575937616 139724539787216 139725471762331 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15409] ppid=15338 vsize=10925820 CPUtime=0.86 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15409/stat : 15409 (java) S 15338 15341 7954 0 -1 1077944384 2517 12401 0 0 74 1 7 4 20 0 20 0 6033452 11188039680 58330 33554432000 4194304 4196468 140734575937616 139724538735344 139725471754882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15410] ppid=15338 vsize=10925820 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15410/stat : 15410 (java) S 15338 15341 7954 0 -1 1077944384 1045 12401 0 0 57 1 7 4 20 0 20 0 6033452 11188039680 58330 33554432000 4194304 4196468 140734575937616 139724537682800 139725471754882 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15411] ppid=15338 vsize=10925820 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15411/stat : 15411 (java) S 15338 15341 7954 0 -1 1077944384 1820 12401 0 0 58 1 7 4 20 0 20 0 6033452 11188039680 58393 33554432000 4194304 4196468 140734575937616 139724536629744 139725471754882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15412] ppid=15338 vsize=10925820 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15412/stat : 15412 (java) R 15338 15341 7954 0 -1 4202560 4415 12401 0 0 107 2 7 4 20 0 20 0 6033452 11188039680 58393 33554432000 4194304 4196468 140734575937616 139724535574568 139725450682292 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15413] ppid=15338 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15413/stat : 15413 (java) S 15338 15341 7954 0 -1 1077944384 3 12401 0 0 0 0 7 4 20 0 20 0 6033452 11188039680 58393 33554432000 4194304 4196468 140734575937616 139724534524384 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15414] ppid=15338 vsize=10925820 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15414/stat : 15414 (java) S 15338 15341 7954 0 -1 1077944384 7 12401 0 0 0 0 7 4 20 0 20 0 6033452 11188039680 58393 33554432000 4194304 4196468 140734575937616 139724533471920 139725471754882 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 10925820

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

[startup+3.20096 s]
/proc/loadavg: 2.50 2.13 2.40 5/282 15414
/proc/meminfo: memFree=27918736/32770624 swapFree=5788/295496
[pid=15341] ppid=15338 vsize=10927868 CPUtime=6.53 cores=0,2,4,6,8,10,12,14
/proc/15341/stat : 15341 (java) S 15338 15341 7954 0 -1 1077944320 48751 12401 0 0 620 22 7 4 20 0 20 0 6033431 11190136832 60432 33554432000 4194304 4196468 140734575937616 140734575920160 139725471743735 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
/proc/15341/statm: 2731967 60432 3474 1 0 2719522 0
[pid=15341/tid=15396] ppid=15338 vsize=10927868 CPUtime=3.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15396/stat : 15396 (java) R 15338 15341 7954 0 -1 4202560 33758 12401 0 0 292 8 7 4 20 0 20 0 6033443 11190136832 60432 33554432000 4194304 4196468 140734575937616 139725475974320 139725100936979 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15397] ppid=15338 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15397/stat : 15397 (java) S 15338 15341 7954 0 -1 1077944384 18 12401 0 0 0 0 7 4 20 0 20 0 6033444 11190136832 60432 33554432000 4194304 4196468 140734575937616 139725424364048 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15398] ppid=15338 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15398/stat : 15398 (java) S 15338 15341 7954 0 -1 1077944384 53 12401 0 0 1 0 7 4 20 0 20 0 6033444 11190136832 60432 33554432000 4194304 4196468 140734575937616 139725423311504 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15399] ppid=15338 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15399/stat : 15399 (java) S 15338 15341 7954 0 -1 1077944384 11 12401 0 0 0 0 7 4 20 0 20 0 6033444 11190136832 60432 33554432000 4194304 4196468 140734575937616 139725422258448 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15400] ppid=15338 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15400/stat : 15400 (java) S 15338 15341 7954 0 -1 1077944384 32 12401 0 0 0 0 7 4 20 0 20 0 6033444 11190136832 60432 33554432000 4194304 4196468 140734575937616 139725421205904 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15401] ppid=15338 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15401/stat : 15401 (java) S 15338 15341 7954 0 -1 1077944384 36 12401 0 0 1 0 7 4 20 0 20 0 6033444 11190136832 60432 33554432000 4194304 4196468 140734575937616 139725074258960 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15402] ppid=15338 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15402/stat : 15402 (java) S 15338 15341 7954 0 -1 1077944384 33 12401 0 0 0 0 7 4 20 0 20 0 6033444 11190136832 60432 33554432000 4194304 4196468 140734575937616 139725073206416 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15403] ppid=15338 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15403/stat : 15403 (java) S 15338 15341 7954 0 -1 1077944384 129 12401 0 0 0 0 7 4 20 0 20 0 6033444 11190136832 60432 33554432000 4194304 4196468 140734575937616 139725072153360 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15404] ppid=15338 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15404/stat : 15404 (java) S 15338 15341 7954 0 -1 1077944384 15 12401 0 0 0 0 7 4 20 0 20 0 6033444 11190136832 60432 33554432000 4194304 4196468 140734575937616 139725071100816 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15405] ppid=15338 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15405/stat : 15405 (java) S 15338 15341 7954 0 -1 1077944384 1868 12401 0 0 1 0 7 4 20 0 20 0 6033447 11190136832 60432 33554432000 4194304 4196468 140734575937616 139724542945520 139725471754882 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15406] ppid=15338 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15406/stat : 15406 (java) S 15338 15341 7954 0 -1 1077944384 56 12401 0 0 0 0 7 4 20 0 20 0 6033447 11190136832 60432 33554432000 4194304 4196468 140734575937616 139724541891808 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15407] ppid=15338 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15407/stat : 15407 (java) S 15338 15341 7954 0 -1 1077944384 43 12401 0 0 0 0 7 4 20 0 20 0 6033448 11190136832 60432 33554432000 4194304 4196468 140734575937616 139724540838656 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15408] ppid=15338 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15408/stat : 15408 (java) S 15338 15341 7954 0 -1 1077944384 1 12401 0 0 0 0 7 4 20 0 20 0 6033452 11190136832 60432 33554432000 4194304 4196468 140734575937616 139724539787216 139725471762331 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15409] ppid=15338 vsize=10927868 CPUtime=0.88 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15409/stat : 15409 (java) S 15338 15341 7954 0 -1 1077944384 2531 12401 0 0 76 1 7 4 20 0 20 0 6033452 11190136832 60432 33554432000 4194304 4196468 140734575937616 139724538735344 139725471754882 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15410] ppid=15338 vsize=10927868 CPUtime=0.73 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15410/stat : 15410 (java) R 15338 15341 7954 0 -1 4202560 1059 12401 0 0 61 1 7 4 20 0 20 0 6033452 11190136832 60432 33554432000 4194304 4196468 140734575937616 139724537664336 139725455237867 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15411] ppid=15338 vsize=10927868 CPUtime=0.76 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15411/stat : 15411 (java) S 15338 15341 7954 0 -1 1077944384 1846 12401 0 0 64 1 7 4 20 0 20 0 6033452 11190136832 60432 33554432000 4194304 4196468 140734575937616 139724536629744 139725471754882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15412] ppid=15338 vsize=10927868 CPUtime=1.28 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15412/stat : 15412 (java) R 15338 15341 7954 0 -1 4202560 5123 12401 0 0 115 2 7 4 20 0 20 0 6033452 11190136832 60432 33554432000 4194304 4196468 140734575937616 139724535577200 139725450728976 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15413] ppid=15338 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15413/stat : 15413 (java) S 15338 15341 7954 0 -1 1077944384 3 12401 0 0 0 0 7 4 20 0 20 0 6033452 11190136832 60432 33554432000 4194304 4196468 140734575937616 139724534524384 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15414] ppid=15338 vsize=10927868 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15414/stat : 15414 (java) S 15338 15341 7954 0 -1 1077944384 7 12401 0 0 0 0 7 4 20 0 20 0 6033452 11190136832 60432 33554432000 4194304 4196468 140734575937616 139724533471920 139725471754882 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 10927868

[startup+4.001 s]
/proc/loadavg: 2.46 2.13 2.39 7/282 15414
/proc/meminfo: memFree=27857828/32770624 swapFree=5788/295504
[pid=15341] ppid=15338 vsize=10929916 CPUtime=9.16 cores=0,2,4,6,8,10,12,14
/proc/15341/stat : 15341 (java) S 15338 15341 7954 0 -1 1077944320 51776 12401 0 0 879 26 7 4 20 0 20 0 6033431 11192233984 78322 33554432000 4194304 4196468 140734575937616 140734575920160 139725471743735 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
/proc/15341/statm: 2732479 78322 3481 1 0 2720034 0
[pid=15341/tid=15396] ppid=15338 vsize=10929916 CPUtime=3.85 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15396/stat : 15396 (java) R 15338 15341 7954 0 -1 4202560 34719 12401 0 0 365 9 7 4 20 0 20 0 6033443 11192233984 78322 33554432000 4194304 4196468 140734575937616 139725475971016 139725454930544 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15397] ppid=15338 vsize=10929916 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15397/stat : 15397 (java) S 15338 15341 7954 0 -1 1077944384 37 12401 0 0 2 0 7 4 20 0 20 0 6033444 11192233984 78322 33554432000 4194304 4196468 140734575937616 139725424364048 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15398] ppid=15338 vsize=10929916 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15398/stat : 15398 (java) S 15338 15341 7954 0 -1 1077944384 67 12401 0 0 2 0 7 4 20 0 20 0 6033444 11192233984 78322 33554432000 4194304 4196468 140734575937616 139725423311504 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15399] ppid=15338 vsize=10929916 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15399/stat : 15399 (java) S 15338 15341 7954 0 -1 1077944384 29 12401 0 0 1 0 7 4 20 0 20 0 6033444 11192233984 78322 33554432000 4194304 4196468 140734575937616 139725422258448 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15400] ppid=15338 vsize=10929916 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15400/stat : 15400 (java) S 15338 15341 7954 0 -1 1077944384 62 12401 0 0 2 1 7 4 20 0 20 0 6033444 11192233984 78322 33554432000 4194304 4196468 140734575937616 139725421205904 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15401] ppid=15338 vsize=10929916 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15401/stat : 15401 (java) S 15338 15341 7954 0 -1 1077944384 44 12401 0 0 2 0 7 4 20 0 20 0 6033444 11192233984 78322 33554432000 4194304 4196468 140734575937616 139725074258960 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15402] ppid=15338 vsize=10929916 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15402/stat : 15402 (java) S 15338 15341 7954 0 -1 1077944384 37 12401 0 0 2 0 7 4 20 0 20 0 6033444 11192233984 78322 33554432000 4194304 4196468 140734575937616 139725073206416 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15403] ppid=15338 vsize=10929916 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15403/stat : 15403 (java) S 15338 15341 7954 0 -1 1077944384 179 12401 0 0 2 0 7 4 20 0 20 0 6033444 11192233984 78322 33554432000 4194304 4196468 140734575937616 139725072153360 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15404] ppid=15338 vsize=10929916 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15404/stat : 15404 (java) S 15338 15341 7954 0 -1 1077944384 34 12401 0 0 2 0 7 4 20 0 20 0 6033444 11192233984 78322 33554432000 4194304 4196468 140734575937616 139725071100816 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15405] ppid=15338 vsize=10929916 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15405/stat : 15405 (java) S 15338 15341 7954 0 -1 1077944384 2608 12401 0 0 5 0 7 4 20 0 20 0 6033447 11192233984 78322 33554432000 4194304 4196468 140734575937616 139724542945520 139725471754882 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15406] ppid=15338 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15406/stat : 15406 (java) S 15338 15341 7954 0 -1 1077944384 57 12401 0 0 0 0 7 4 20 0 20 0 6033447 11192233984 78322 33554432000 4194304 4196468 140734575937616 139724541891808 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15407] ppid=15338 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15407/stat : 15407 (java) S 15338 15341 7954 0 -1 1077944384 43 12401 0 0 0 0 7 4 20 0 20 0 6033448 11192233984 78322 33554432000 4194304 4196468 140734575937616 139724540838656 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15408] ppid=15338 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15408/stat : 15408 (java) S 15338 15341 7954 0 -1 1077944384 1 12401 0 0 0 0 7 4 20 0 20 0 6033452 11192233984 78322 33554432000 4194304 4196468 140734575937616 139724539787216 139725471762331 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15409] ppid=15338 vsize=10929916 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15409/stat : 15409 (java) R 15338 15341 7954 0 -1 4202560 2680 12401 0 0 118 1 7 4 20 0 20 0 6033452 11192233984 78322 33554432000 4194304 4196468 140734575937616 139724538735640 139725452379619 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15410] ppid=15338 vsize=10929916 CPUtime=1.17 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15410/stat : 15410 (java) S 15338 15341 7954 0 -1 1077944384 1190 12401 0 0 105 1 7 4 20 0 20 0 6033452 11192233984 78322 33554432000 4194304 4196468 140734575937616 139724537682800 139725471754882 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15411] ppid=15338 vsize=10929916 CPUtime=1.24 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15411/stat : 15411 (java) R 15338 15341 7954 0 -1 4202560 2068 12401 0 0 111 2 7 4 20 0 20 0 6033452 11192233984 78322 33554432000 4194304 4196468 140734575937616 139724536619456 139725455243908 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15412] ppid=15338 vsize=10929916 CPUtime=1.64 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15412/stat : 15412 (java) S 15338 15341 7954 0 -1 1077944384 5782 12401 0 0 150 3 7 4 20 0 20 0 6033452 11192233984 78322 33554432000 4194304 4196468 140734575937616 139724535577200 139725471754882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15413] ppid=15338 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15413/stat : 15413 (java) S 15338 15341 7954 0 -1 1077944384 3 12401 0 0 0 0 7 4 20 0 20 0 6033452 11192233984 78322 33554432000 4194304 4196468 140734575937616 139724534524384 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15414] ppid=15338 vsize=10929916 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15414/stat : 15414 (java) S 15338 15341 7954 0 -1 1077944384 7 12401 0 0 0 0 7 4 20 0 20 0 6033452 11192233984 78322 33554432000 4194304 4196468 140734575937616 139724533471920 139725471754882 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
Current children cumulated CPU time (s) 9.16
Current children cumulated vsize (KiB) 10929916

[startup+4.40106 s]
/proc/loadavg: 2.46 2.13 2.39 11/282 15414
/proc/meminfo: memFree=27740656/32770624 swapFree=5788/295508
[pid=15341] ppid=15338 vsize=10995452 CPUtime=10.98 cores=0,2,4,6,8,10,12,14
/proc/15341/stat : 15341 (java) S 15338 15341 7954 0 -1 1077944320 64812 12401 0 0 1058 29 7 4 20 0 20 0 6033431 11259342848 91277 33554432000 4194304 4196468 140734575937616 140734575920160 139725471743735 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
/proc/15341/statm: 2748863 91277 3483 1 0 2736418 0
[pid=15341/tid=15396] ppid=15338 vsize=10995452 CPUtime=4.18 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15396/stat : 15396 (java) S 15338 15341 7954 0 -1 1077944384 43013 12401 0 0 396 11 7 4 20 0 20 0 6033443 11259342848 91277 33554432000 4194304 4196468 140734575937616 139725475981280 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15397] ppid=15338 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15397/stat : 15397 (java) R 15338 15341 7954 0 -1 4202560 37 12401 0 0 5 0 7 4 20 0 20 0 6033444 11259342848 91277 33554432000 4194304 4196468 140734575937616 139725424364168 139725464371943 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15398] ppid=15338 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15398/stat : 15398 (java) R 15338 15341 7954 0 -1 4202560 67 12401 0 0 8 0 7 4 20 0 20 0 6033444 11259342848 91277 33554432000 4194304 4196468 140734575937616 139725423311624 139725464371943 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15399] ppid=15338 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15399/stat : 15399 (java) R 15338 15341 7954 0 -1 4202560 29 12401 0 0 4 0 7 4 20 0 20 0 6033444 11259342848 91277 33554432000 4194304 4196468 140734575937616 139725422258568 139725464371943 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15400] ppid=15338 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15400/stat : 15400 (java) R 15338 15341 7954 0 -1 4202560 64 12401 0 0 8 1 7 4 20 0 20 0 6033444 11259342848 91277 33554432000 4194304 4196468 140734575937616 139725421206024 139725464371943 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15401] ppid=15338 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15401/stat : 15401 (java) R 15338 15341 7954 0 -1 4202560 60 12401 0 0 9 0 7 4 20 0 20 0 6033444 11259342848 91277 33554432000 4194304 4196468 140734575937616 139725074259160 139725456740240 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15402] ppid=15338 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15402/stat : 15402 (java) R 15338 15341 7954 0 -1 4202560 38 12401 0 0 8 0 7 4 20 0 20 0 6033444 11259342848 91277 33554432000 4194304 4196468 140734575937616 139725073206536 139725464371943 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15403] ppid=15338 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15403/stat : 15403 (java) R 15338 15341 7954 0 -1 4202560 183 12401 0 0 9 0 7 4 20 0 20 0 6033444 11259342848 91277 33554432000 4194304 4196468 140734575937616 139725072153480 139725464371943 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15404] ppid=15338 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15404/stat : 15404 (java) R 15338 15341 7954 0 -1 4202560 36 12401 0 0 9 0 7 4 20 0 20 0 6033444 11259342848 91277 33554432000 4194304 4196468 140734575937616 139725071100936 139725464371943 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15405] ppid=15338 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15405/stat : 15405 (java) S 15338 15341 7954 0 -1 1077944384 2610 12401 0 0 7 0 7 4 20 0 20 0 6033447 11259342848 91277 33554432000 4194304 4196468 140734575937616 139724542944144 139725471753941 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15406] ppid=15338 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15406/stat : 15406 (java) S 15338 15341 7954 0 -1 1077944384 57 12401 0 0 0 0 7 4 20 0 20 0 6033447 11259342848 91277 33554432000 4194304 4196468 140734575937616 139724541891808 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15407] ppid=15338 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15407/stat : 15407 (java) S 15338 15341 7954 0 -1 1077944384 43 12401 0 0 0 0 7 4 20 0 20 0 6033448 11259342848 91277 33554432000 4194304 4196468 140734575937616 139724540838656 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15408] ppid=15338 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15408/stat : 15408 (java) S 15338 15341 7954 0 -1 1077944384 1 12401 0 0 0 0 7 4 20 0 20 0 6033452 11259342848 91277 33554432000 4194304 4196468 140734575937616 139724539787216 139725471762331 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15409] ppid=15338 vsize=10995452 CPUtime=1.7 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15409/stat : 15409 (java) R 15338 15341 7954 0 -1 4202560 4760 12401 0 0 157 2 7 4 20 0 20 0 6033452 11259342848 91277 33554432000 4194304 4196468 140734575937616 139724538721368 139725456851260 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15410] ppid=15338 vsize=10995452 CPUtime=1.37 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15410/stat : 15410 (java) S 15338 15341 7954 0 -1 1077944384 1641 12401 0 0 125 1 7 4 20 0 20 0 6033452 11259342848 91277 33554432000 4194304 4196468 140734575937616 139724537667792 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15411] ppid=15338 vsize=10995452 CPUtime=1.56 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15411/stat : 15411 (java) S 15338 15341 7954 0 -1 1077944384 4009 12401 0 0 143 2 7 4 20 0 20 0 6033452 11259342848 91277 33554432000 4194304 4196468 140734575937616 139724536614736 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15412] ppid=15338 vsize=10995452 CPUtime=1.77 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15412/stat : 15412 (java) S 15338 15341 7954 0 -1 1077944384 6024 12401 0 0 163 3 7 4 20 0 20 0 6033452 11259342848 91277 33554432000 4194304 4196468 140734575937616 139724535573072 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15413] ppid=15338 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15413/stat : 15413 (java) S 15338 15341 7954 0 -1 1077944384 3 12401 0 0 0 0 7 4 20 0 20 0 6033452 11259342848 91277 33554432000 4194304 4196468 140734575937616 139724534524384 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15414] ppid=15338 vsize=10995452 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15414/stat : 15414 (java) S 15338 15341 7954 0 -1 1077944384 8 12401 0 0 0 0 7 4 20 0 20 0 6033452 11259342848 91277 33554432000 4194304 4196468 140734575937616 139724533471920 139725471754882 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
Current children cumulated CPU time (s) 10.98
Current children cumulated vsize (KiB) 10995452

[startup+4.60096 s]
/proc/loadavg: 2.46 2.13 2.39 11/282 15414
/proc/meminfo: memFree=27740656/32770624 swapFree=5788/295508
[pid=15341] ppid=15338 vsize=11064112 CPUtime=11.74 cores=0,2,4,6,8,10,12,14
/proc/15341/stat : 15341 (java) S 15338 15341 7954 0 -1 1077944320 66061 12401 0 0 1133 30 7 4 20 0 19 0 6033431 11329650688 92107 33554432000 4194304 4196468 140734575937616 140734575920160 139725471743735 0 0 0 16800975 18446744073709551615 0 0 17 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
/proc/15341/statm: 2766028 92107 3490 1 0 2753583 0
[pid=15341/tid=15396] ppid=15338 vsize=11064112 CPUtime=4.24 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15396/stat : 15396 (java) S 15338 15341 7954 0 -1 1077944384 43150 12401 0 0 402 11 7 4 20 0 19 0 6033443 11329650688 92107 33554432000 4194304 4196468 140734575937616 139725475986576 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15397] ppid=15338 vsize=11064112 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15397/stat : 15397 (java) S 15338 15341 7954 0 -1 1077944384 42 12401 0 0 9 1 7 4 20 0 19 0 6033444 11329650688 92107 33554432000 4194304 4196468 140734575937616 139725424364048 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15398] ppid=15338 vsize=11064112 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15398/stat : 15398 (java) S 15338 15341 7954 0 -1 1077944384 70 12401 0 0 13 0 7 4 20 0 19 0 6033444 11329650688 92107 33554432000 4194304 4196468 140734575937616 139725423311504 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15399] ppid=15338 vsize=11064112 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15399/stat : 15399 (java) S 15338 15341 7954 0 -1 1077944384 31 12401 0 0 9 0 7 4 20 0 19 0 6033444 11329650688 92107 33554432000 4194304 4196468 140734575937616 139725422258448 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15400] ppid=15338 vsize=11064112 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15400/stat : 15400 (java) S 15338 15341 7954 0 -1 1077944384 71 12401 0 0 13 1 7 4 20 0 19 0 6033444 11329650688 92107 33554432000 4194304 4196468 140734575937616 139725421205904 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15401] ppid=15338 vsize=11064112 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15401/stat : 15401 (java) S 15338 15341 7954 0 -1 1077944384 62 12401 0 0 14 0 7 4 20 0 19 0 6033444 11329650688 92107 33554432000 4194304 4196468 140734575937616 139725074258960 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15402] ppid=15338 vsize=11064112 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15402/stat : 15402 (java) S 15338 15341 7954 0 -1 1077944384 45 12401 0 0 13 0 7 4 20 0 19 0 6033444 11329650688 92107 33554432000 4194304 4196468 140734575937616 139725073206416 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15403] ppid=15338 vsize=11064112 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15403/stat : 15403 (java) S 15338 15341 7954 0 -1 1077944384 183 12401 0 0 14 1 7 4 20 0 19 0 6033444 11329650688 92107 33554432000 4194304 4196468 140734575937616 139725072153360 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15404] ppid=15338 vsize=11064112 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15404/stat : 15404 (java) S 15338 15341 7954 0 -1 1077944384 43 12401 0 0 13 0 7 4 20 0 19 0 6033444 11329650688 92107 33554432000 4194304 4196468 140734575937616 139725071100816 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15405] ppid=15338 vsize=11064112 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15405/stat : 15405 (java) S 15338 15341 7954 0 -1 1077944384 2622 12401 0 0 14 0 7 4 20 0 19 0 6033447 11329650688 92107 33554432000 4194304 4196468 140734575937616 139724542945728 139725471754882 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15406] ppid=15338 vsize=11064112 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15406/stat : 15406 (java) S 15338 15341 7954 0 -1 1077944384 57 12401 0 0 0 0 7 4 20 0 19 0 6033447 11329650688 92107 33554432000 4194304 4196468 140734575937616 139724541891808 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15407] ppid=15338 vsize=11064112 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15407/stat : 15407 (java) S 15338 15341 7954 0 -1 1077944384 45 12401 0 0 0 0 7 4 20 0 19 0 6033448 11329650688 92107 33554432000 4194304 4196468 140734575937616 139724540838656 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15408] ppid=15338 vsize=11064112 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15408/stat : 15408 (java) S 15338 15341 7954 0 -1 1077944384 24 12401 0 0 0 0 7 4 20 0 19 0 6033452 11329650688 92107 33554432000 4194304 4196468 140734575937616 139724539785984 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15409] ppid=15338 vsize=11064112 CPUtime=1.88 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15409/stat : 15409 (java) R 15338 15341 7954 0 -1 4202560 5736 12401 0 0 175 2 7 4 20 0 19 0 6033452 11329650688 92107 33554432000 4194304 4196468 140734575937616 139724538721504 139725453287935 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15410] ppid=15338 vsize=11064112 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15410/stat : 15410 (java) S 15338 15341 7954 0 -1 1077944384 1650 12401 0 0 126 1 7 4 20 0 19 0 6033452 11329650688 92107 33554432000 4194304 4196468 140734575937616 139724537682800 139725471754882 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15411] ppid=15338 vsize=11064112 CPUtime=1.58 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15411/stat : 15411 (java) S 15338 15341 7954 0 -1 1077944384 4016 12401 0 0 145 2 7 4 20 0 19 0 6033452 11329650688 92107 33554432000 4194304 4196468 140734575937616 139724536629744 139725471754882 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15412] ppid=15338 vsize=11064112 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15412/stat : 15412 (java) S 15338 15341 7954 0 -1 1077944384 6043 12401 0 0 164 3 7 4 20 0 19 0 6033452 11329650688 92107 33554432000 4194304 4196468 140734575937616 139724535577200 139725471754882 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
[pid=15341/tid=15413] ppid=15338 vsize=11064112 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/15341/task/15413/stat : 15413 (java) S 15338 15341 7954 0 -1 1077944384 3 12401 0 0 0 0 7 4 20 0 19 0 6033452 11329650688 92107 33554432000 4194304 4196468 140734575937616 139724534524384 139725471753941 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 17338368 140734575942337 140734575945111 140734575945111 140734575947727 0
Current children cumulated CPU time (s) 11.74
Current children cumulated vsize (KiB) 11064112

Child status: 0
Real time (s): 4.66536
CPU time (s): 11.8155
CPU user time (s): 11.4473
CPU system time (s): 0.368159
CPU usage (%): 253.26
Max. virtual memory (cumulated for all children) (KiB): 11064112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.4473
system time used= 0.368159
maximum resident set size= 369388
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79012
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 10531
involuntary context switches= 1981

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.031438 second user time and 0.057963 second system time

The end

Launcher Data

Begin job on node128 at 2017-07-22 09:14:19
IDJOB=4245924
IDBENCH=123394
IDSOLVER=2630
FILE ID=node128/4245924-1500707659
RUNJOBID= node128-1500683681-7985
PBS_JOBID= 20623342
Free space on /tmp= 61996 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Sat/Sat-m1-jnh/jnh-213.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245924-1500707659/watcher-4245924-1500707659 -o /tmp/evaluation-result-4245924-1500707659/solver-4245924-1500707659 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node128-1500683681-7985 --watchdog 2560  bin/concrete HOME/instance-4245924-1500707659.xml

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

MD5SUM BENCH= 209f05ce72d0c617a2bb68ea993901fe
RANDOM SEED=731318036

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28093748 kB
MemAvailable:   28326376 kB
Buffers:          125460 kB
Cached:           389044 kB
SwapCached:            0 kB
Active:          3935284 kB
Inactive:         303636 kB
Active(anon):    3727280 kB
Inactive(anon):     8756 kB
Active(file):     208004 kB
Inactive(file):   294880 kB
Unevictable:        5788 kB
Mlocked:            5788 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24280 kB
Writeback:             0 kB
AnonPages:       3731720 kB
Mapped:            43740 kB
Shmem:              8844 kB
Slab:             124792 kB
SReclaimable:      91160 kB
SUnreclaim:        33632 kB
KernelStack:        4704 kB
PageTables:        13208 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4152652 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3471360 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61972 MiB
End job on node128 at 2017-07-22 09:14:24