Trace number 4245479

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: choco-solver 4.0.5 (2017-07-05)SAT 12.7087 6.71383

General information on the benchmark

NameNumberPartitioning/NumberPartitioning-m1-s1/
NumberPartitioning-048.xml
MD5SUM7adabca14a9e2cab4a49f4d8c4ab1203
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.101219
Satisfiable
(Un)Satisfiability was proved
Number of variables96
Number of constraints56
Number of domains2
Minimum domain size48
Maximum domain size2304
Distribution of domain sizes[{"size":48,"count":48},{"size":2304,"count":48}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":48},{"degree":4,"count":47},{"degree":5,"count":1}]
Minimum constraint arity1
Maximum constraint arity48
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":48},{"arity":24,"count":6},{"arity":48,"count":1}]
Number of extensional constraints0
Number of intensional constraints49
Distribution of constraint types[{"type":"intension","count":49},{"type":"allDifferent","count":1},{"type":"ordered","count":2},{"type":"sum","count":4}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c java -server -Xmx10000m -cp .:.//choco-parsers.jar org.chocosolver.parser.xcsp.ChocoXCSP "HOME/instance-4245479-1500685773.xml"  -tl '2400s' -p 8 -x 0
0.00/0.20	c [HOME/instance-4245479-1500685773.xml, -tl, 2400s, -p, 8, -x, 0]
0.00/0.26	c 8 solvers in parallel
0.00/0.32	c parse instance...
8.44/6.14	c solve instance...
12.08/6.68	s SATISFIABLE
12.08/6.68	v <instantiation>
12.08/6.68	v 	<list>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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] y[20] y[21] y[22] y[23] cx[0] cx[1] cx[2] cx[3] cx[4] cx[5] cx[6] cx[7] cx[8] cx[9] cx[10] cx[11] cx[12] cx[13] cx[14] cx[15] cx[16] cx[17] cx[18] cx[19] cx[20] cx[21] cx[22] cx[23] cy[0] cy[1] cy[2] cy[3] cy[4] cy[5] cy[6] cy[7] cy[8] cy[9] cy[10] cy[11] cy[12] cy[13] cy[14] cy[15] cy[16] cy[17] cy[18] cy[19] cy[20] cy[21] cy[22] cy[23] </list>
12.08/6.68	v 	<values>1 3 10 11 12 14 15 17 18 19 20 22 23 24 25 26 27 28 43 44 45 46 47 48 2 4 5 6 7 8 9 13 16 21 29 30 31 32 33 34 35 36 37 38 39 40 41 42 1 9 100 121 144 196 225 289 324 361 400 484 529 576 625 676 729 784 1849 1936 2025 2116 2209 2304 4 16 25 36 49 64 81 169 256 441 841 900 961 1024 1089 1156 1225 1296 1369 1444 1521 1600 1681 1764 </values>
12.08/6.68	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-4245479-1500685773/watcher-4245479-1500685773 -o /tmp/evaluation-result-4245479-1500685773/solver-4245479-1500685773 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16944 --watchdog 2560 ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 771683670 HOME/instance-4245479-1500685773.xml 

pid=2160
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: 14.21 14.79 14.77 10/276 2163
/proc/meminfo: memFree=31336856/32770624 swapFree=5900/227216
[pid=2163] ppid=2160 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2163/stat : 2163 (xcsp3-exec) S 2160 2163 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3844212 9740288 346 33554432000 4194304 5098028 140726187516704 140726187514808 139984295002748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38100992 140726187521167 140726187521376 140726187521376 140726187524075 0
/proc/2163/statm: 2378 346 289 221 0 87 0

[startup+0.100075 s]
/proc/loadavg: 14.21 14.79 14.77 10/276 2163
/proc/meminfo: memFree=31336856/32770624 swapFree=5900/227216
[pid=2163] ppid=2160 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2163/stat : 2163 (xcsp3-exec) S 2160 2163 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3844212 9740288 346 33554432000 4194304 5098028 140726187516704 140726187514808 139984295002748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38100992 140726187521167 140726187521376 140726187521376 140726187524075 0
/proc/2163/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.200418 s]
/proc/loadavg: 14.21 14.79 14.77 10/276 2163
/proc/meminfo: memFree=31336856/32770624 swapFree=5900/227216
[pid=2163] ppid=2160 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2163/stat : 2163 (xcsp3-exec) S 2160 2163 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3844212 9740288 346 33554432000 4194304 5098028 140726187516704 140726187514808 139984295002748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38100992 140726187521167 140726187521376 140726187521376 140726187524075 0
/proc/2163/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.300317 s]
/proc/loadavg: 14.21 14.79 14.77 10/276 2163
/proc/meminfo: memFree=31336856/32770624 swapFree=5900/227216
[pid=2163] ppid=2160 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2163/stat : 2163 (xcsp3-exec) S 2160 2163 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3844212 9740288 346 33554432000 4194304 5098028 140726187516704 140726187514808 139984295002748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38100992 140726187521167 140726187521376 140726187521376 140726187524075 0
/proc/2163/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+0.700185 s]
/proc/loadavg: 14.21 14.79 14.77 10/276 2163
/proc/meminfo: memFree=31336856/32770624 swapFree=5900/227216
[pid=2163] ppid=2160 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2163/stat : 2163 (xcsp3-exec) S 2160 2163 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3844212 9740288 346 33554432000 4194304 5098028 140726187516704 140726187514808 139984295002748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38100992 140726187521167 140726187521376 140726187521376 140726187524075 0
/proc/2163/statm: 2378 346 289 221 0 87 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9512

[startup+1.50092 s]
/proc/loadavg: 13.95 14.73 14.75 10/297 2184
/proc/meminfo: memFree=31031812/32770624 swapFree=5900/227280
[pid=2163] ppid=2160 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2163/stat : 2163 (xcsp3-exec) S 2160 2163 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3844212 9740288 346 33554432000 4194304 5098028 140726187516704 140726187514808 139984295002748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38100992 140726187521167 140726187521376 140726187521376 140726187524075 0
/proc/2163/statm: 2378 346 289 221 0 87 0
[pid=2164] ppid=2163 vsize=13269256 CPUtime=2.86 cores=0,2,4,6,8,10,12,14
/proc/2164/stat : 2164 (java) S 2163 2163 16913 0 -1 1077944320 14534 0 0 0 259 27 0 0 20 0 20 0 3844212 13587718144 144254 33554432000 4194304 4196468 140721404616656 140721404599200 140147127783159 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
/proc/2164/statm: 3317314 144254 3228 1 0 3304547 0
[pid=2164/tid=2165] ppid=2163 vsize=13269256 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2165/stat : 2165 (java) R 2163 2163 16913 0 -1 4202560 7041 0 0 0 132 10 0 0 20 0 20 0 3844212 13587718144 144254 33554432000 4194304 4196468 140721404616656 140147132021232 140146749265532 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2167] ppid=2163 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2167/stat : 2167 (java) S 2163 2163 16913 0 -1 1077944384 20 0 0 0 1 1 0 0 20 0 20 0 3844213 13587718144 144254 33554432000 4194304 4196468 140721404616656 140147066747536 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2168] ppid=2163 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2168/stat : 2168 (java) S 2163 2163 16913 0 -1 1077944384 18 0 0 0 1 2 0 0 20 0 20 0 3844213 13587718144 144254 33554432000 4194304 4196468 140721404616656 140147065694736 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2169] ppid=2163 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2169/stat : 2169 (java) S 2163 2163 16913 0 -1 1077944384 12 0 0 0 1 1 0 0 20 0 20 0 3844213 13587718144 144254 33554432000 4194304 4196468 140721404616656 140146725312912 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2170] ppid=2163 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2170/stat : 2170 (java) S 2163 2163 16913 0 -1 1077944384 25 0 0 0 1 1 0 0 20 0 20 0 3844213 13587718144 144254 33554432000 4194304 4196468 140721404616656 140146724260112 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2171] ppid=2163 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2171/stat : 2171 (java) S 2163 2163 16913 0 -1 1077944384 23 0 0 0 2 1 0 0 20 0 20 0 3844213 13587718144 144254 33554432000 4194304 4196468 140721404616656 140146723208336 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2172] ppid=2163 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2172/stat : 2172 (java) S 2163 2163 16913 0 -1 1077944384 35 0 0 0 1 1 0 0 20 0 20 0 3844213 13587718144 144254 33554432000 4194304 4196468 140721404616656 140146722155536 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2173] ppid=2163 vsize=13269256 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2173/stat : 2173 (java) S 2163 2163 16913 0 -1 1077944384 31 0 0 0 1 2 0 0 20 0 20 0 3844213 13587718144 144254 33554432000 4194304 4196468 140721404616656 140146721102736 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2174] ppid=2163 vsize=13269256 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2174/stat : 2174 (java) S 2163 2163 16913 0 -1 1077944384 23 0 0 0 1 1 0 0 20 0 20 0 3844213 13587718144 144254 33554432000 4194304 4196468 140721404616656 140146720049936 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2175] ppid=2163 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2175/stat : 2175 (java) S 2163 2163 16913 0 -1 1077944384 449 0 0 0 1 0 0 0 20 0 20 0 3844216 13587718144 144254 33554432000 4194304 4196468 140721404616656 140146589538672 140147127794306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2176] ppid=2163 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2176/stat : 2176 (java) S 2163 2163 16913 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3844217 13587718144 144254 33554432000 4194304 4196468 140721404616656 140146588484704 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2177] ppid=2163 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2177/stat : 2177 (java) S 2163 2163 16913 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3844217 13587718144 144254 33554432000 4194304 4196468 140721404616656 140146587431808 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2178] ppid=2163 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2178/stat : 2178 (java) S 2163 2163 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3844221 13587718144 144254 33554432000 4194304 4196468 140721404616656 140146586380112 140147127801755 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2179] ppid=2163 vsize=13269256 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2179/stat : 2179 (java) R 2163 2163 16913 0 -1 4202560 2000 0 0 0 31 0 0 0 20 0 20 0 3844221 13587718144 144254 33554432000 4194304 4196468 140721404616656 140146585314520 140147109308772 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2180] ppid=2163 vsize=13269256 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2180/stat : 2180 (java) S 2163 2163 16913 0 -1 1077944384 524 0 0 0 18 0 0 0 20 0 20 0 3844221 13587718144 144254 33554432000 4194304 4196468 140721404616656 140146584275696 140147127794306 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2181] ppid=2163 vsize=13269256 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2181/stat : 2181 (java) S 2163 2163 16913 0 -1 1077944384 1445 0 0 0 32 0 0 0 20 0 20 0 3844221 13587718144 144254 33554432000 4194304 4196468 140721404616656 140146583222896 140147127794306 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2182] ppid=2163 vsize=13269256 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2182/stat : 2182 (java) S 2163 2163 16913 0 -1 1077944384 1591 0 0 0 29 1 0 0 20 0 20 0 3844221 13587718144 144254 33554432000 4194304 4196468 140721404616656 140146582170096 140147127794306 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2183] ppid=2163 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2183/stat : 2183 (java) S 2163 2163 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3844221 13587718144 144254 33554432000 4194304 4196468 140721404616656 140146581117536 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2184] ppid=2163 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2184/stat : 2184 (java) S 2163 2163 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3844221 13587718144 144254 33554432000 4194304 4196468 140721404616656 140146580064816 140147127794306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
Current children cumulated CPU time (s) 2.86
Current children cumulated vsize (KiB) 13278768

[startup+3.10113 s]
/proc/loadavg: 13.95 14.73 14.75 13/297 2184
/proc/meminfo: memFree=30385072/32770624 swapFree=5900/227284
[pid=2163] ppid=2160 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2163/stat : 2163 (xcsp3-exec) S 2160 2163 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3844212 9740288 346 33554432000 4194304 5098028 140726187516704 140726187514808 139984295002748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38100992 140726187521167 140726187521376 140726187521376 140726187524075 0
/proc/2163/statm: 2378 346 289 221 0 87 0
[pid=2164] ppid=2163 vsize=13269256 CPUtime=4.89 cores=0,2,4,6,8,10,12,14
/proc/2164/stat : 2164 (java) S 2163 2163 16913 0 -1 1077944320 16363 0 0 0 442 47 0 0 20 0 20 0 3844212 13587718144 280052 33554432000 4194304 4196468 140721404616656 140721404599200 140147127783159 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
/proc/2164/statm: 3317314 280052 3237 1 0 3304547 0
[pid=2164/tid=2165] ppid=2163 vsize=13269256 CPUtime=2.98 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2165/stat : 2165 (java) R 2163 2163 16913 0 -1 4202560 7905 0 0 0 281 17 0 0 20 0 20 0 3844212 13587718144 280052 33554432000 4194304 4196468 140721404616656 140147132020488 140146748696630 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2167] ppid=2163 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2167/stat : 2167 (java) S 2163 2163 16913 0 -1 1077944384 67 0 0 0 3 2 0 0 20 0 20 0 3844213 13587718144 280052 33554432000 4194304 4196468 140721404616656 140147066747536 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2168] ppid=2163 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2168/stat : 2168 (java) S 2163 2163 16913 0 -1 1077944384 66 0 0 0 3 3 0 0 20 0 20 0 3844213 13587718144 280052 33554432000 4194304 4196468 140721404616656 140147065694736 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2169] ppid=2163 vsize=13269256 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2169/stat : 2169 (java) S 2163 2163 16913 0 -1 1077944384 72 0 0 0 2 2 0 0 20 0 20 0 3844213 13587718144 280052 33554432000 4194304 4196468 140721404616656 140146725312912 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2170] ppid=2163 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2170/stat : 2170 (java) S 2163 2163 16913 0 -1 1077944384 68 0 0 0 3 2 0 0 20 0 20 0 3844213 13587718144 280052 33554432000 4194304 4196468 140721404616656 140146724260112 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2171] ppid=2163 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2171/stat : 2171 (java) S 2163 2163 16913 0 -1 1077944384 77 0 0 0 4 2 0 0 20 0 20 0 3844213 13587718144 280052 33554432000 4194304 4196468 140721404616656 140146723208336 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2172] ppid=2163 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2172/stat : 2172 (java) S 2163 2163 16913 0 -1 1077944384 79 0 0 0 3 3 0 0 20 0 20 0 3844213 13587718144 280052 33554432000 4194304 4196468 140721404616656 140146722155536 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2173] ppid=2163 vsize=13269256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2173/stat : 2173 (java) S 2163 2163 16913 0 -1 1077944384 74 0 0 0 3 3 0 0 20 0 20 0 3844213 13587718144 280052 33554432000 4194304 4196468 140721404616656 140146721102736 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2174] ppid=2163 vsize=13269256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2174/stat : 2174 (java) S 2163 2163 16913 0 -1 1077944384 72 0 0 0 2 3 0 0 20 0 20 0 3844213 13587718144 280052 33554432000 4194304 4196468 140721404616656 140146720049936 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2175] ppid=2163 vsize=13269256 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2175/stat : 2175 (java) S 2163 2163 16913 0 -1 1077944384 756 0 0 0 1 0 0 0 20 0 20 0 3844216 13587718144 280052 33554432000 4194304 4196468 140721404616656 140146589538672 140147127794306 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2176] ppid=2163 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2176/stat : 2176 (java) S 2163 2163 16913 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 20 0 3844217 13587718144 280052 33554432000 4194304 4196468 140721404616656 140146588484704 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2177] ppid=2163 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2177/stat : 2177 (java) S 2163 2163 16913 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 20 0 3844217 13587718144 280052 33554432000 4194304 4196468 140721404616656 140146587431808 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2178] ppid=2163 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2178/stat : 2178 (java) S 2163 2163 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 20 0 3844221 13587718144 280052 33554432000 4194304 4196468 140721404616656 140146586380112 140147127801755 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2179] ppid=2163 vsize=13269256 CPUtime=0.4 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2179/stat : 2179 (java) S 2163 2163 16913 0 -1 1077944384 2024 0 0 0 39 1 0 0 20 0 20 0 3844221 13587718144 280052 33554432000 4194304 4196468 140721404616656 140146585328496 140147127794306 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2180] ppid=2163 vsize=13269256 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2180/stat : 2180 (java) S 2163 2163 16913 0 -1 1077944384 533 0 0 0 20 0 0 0 20 0 20 0 3844221 13587718144 280052 33554432000 4194304 4196468 140721404616656 140146584275696 140147127794306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2181] ppid=2163 vsize=13269256 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2181/stat : 2181 (java) S 2163 2163 16913 0 -1 1077944384 1460 0 0 0 35 0 0 0 20 0 20 0 3844221 13587718144 280052 33554432000 4194304 4196468 140721404616656 140146583222896 140147127794306 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2182] ppid=2163 vsize=13269256 CPUtime=0.38 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2182/stat : 2182 (java) S 2163 2163 16913 0 -1 1077944384 1811 0 0 0 37 1 0 0 20 0 20 0 3844221 13587718144 280052 33554432000 4194304 4196468 140721404616656 140146582170096 140147127794306 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 9 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2183] ppid=2163 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2183/stat : 2183 (java) S 2163 2163 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3844221 13587718144 280052 33554432000 4194304 4196468 140721404616656 140146581117536 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2184] ppid=2163 vsize=13269256 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2184/stat : 2184 (java) S 2163 2163 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 20 0 3844221 13587718144 280052 33554432000 4194304 4196468 140721404616656 140146580064816 140147127794306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 8 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
Current children cumulated CPU time (s) 4.89
Current children cumulated vsize (KiB) 13278768

[startup+6.30115 s]
/proc/loadavg: 13.95 14.73 14.75 10/297 2184
/proc/meminfo: memFree=29187972/32770624 swapFree=5900/227296
[pid=2163] ppid=2160 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2163/stat : 2163 (xcsp3-exec) S 2160 2163 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3844212 9740288 346 33554432000 4194304 5098028 140726187516704 140726187514808 139984295002748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38100992 140726187521167 140726187521376 140726187521376 140726187524075 0
/proc/2163/statm: 2378 346 289 221 0 87 0
[pid=2164] ppid=2163 vsize=13801768 CPUtime=9.62 cores=0,2,4,6,8,10,12,14
/proc/2164/stat : 2164 (java) S 2163 2163 16913 0 -1 1077944320 27148 0 0 0 872 90 0 0 20 0 28 0 3844212 14133010432 688263 33554432000 4194304 4196468 140721404616656 140721404599200 140147127783159 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
/proc/2164/statm: 3450442 688263 3238 1 0 3437675 0
[pid=2164/tid=2165] ppid=2163 vsize=13801768 CPUtime=5.97 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2165/stat : 2165 (java) S 2163 2163 16913 0 -1 1077944384 13349 0 0 0 557 40 0 0 20 0 28 0 3844212 14133010432 688263 33554432000 4194304 4196468 140721404616656 140147132023936 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2167] ppid=2163 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2167/stat : 2167 (java) S 2163 2163 16913 0 -1 1077944384 90 0 0 0 5 5 0 0 20 0 28 0 3844213 14133010432 688263 33554432000 4194304 4196468 140721404616656 140147066747536 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2168] ppid=2163 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2168/stat : 2168 (java) S 2163 2163 16913 0 -1 1077944384 91 0 0 0 5 6 0 0 20 0 28 0 3844213 14133010432 688263 33554432000 4194304 4196468 140721404616656 140147065694736 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2169] ppid=2163 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2169/stat : 2169 (java) S 2163 2163 16913 0 -1 1077944384 133 0 0 0 5 5 0 0 20 0 28 0 3844213 14133010432 688263 33554432000 4194304 4196468 140721404616656 140146725312912 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2170] ppid=2163 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2170/stat : 2170 (java) S 2163 2163 16913 0 -1 1077944384 212 0 0 0 6 4 0 0 20 0 28 0 3844213 14133010432 688263 33554432000 4194304 4196468 140721404616656 140146724260112 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2171] ppid=2163 vsize=13801768 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2171/stat : 2171 (java) S 2163 2163 16913 0 -1 1077944384 106 0 0 0 7 5 0 0 20 0 28 0 3844213 14133010432 688263 33554432000 4194304 4196468 140721404616656 140146723208336 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2172] ppid=2163 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2172/stat : 2172 (java) S 2163 2163 16913 0 -1 1077944384 108 0 0 0 6 5 0 0 20 0 28 0 3844213 14133010432 688263 33554432000 4194304 4196468 140721404616656 140146722155536 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2173] ppid=2163 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2173/stat : 2173 (java) S 2163 2163 16913 0 -1 1077944384 120 0 0 0 5 6 0 0 20 0 28 0 3844213 14133010432 688263 33554432000 4194304 4196468 140721404616656 140146721102736 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2174] ppid=2163 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2174/stat : 2174 (java) S 2163 2163 16913 0 -1 1077944384 98 0 0 0 4 5 0 0 20 0 28 0 3844213 14133010432 688263 33554432000 4194304 4196468 140721404616656 140146720049936 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2175] ppid=2163 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2175/stat : 2175 (java) S 2163 2163 16913 0 -1 1077944384 1776 0 0 0 1 0 0 0 20 0 28 0 3844216 14133010432 688263 33554432000 4194304 4196468 140721404616656 140146589538672 140147127794306 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2176] ppid=2163 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2176/stat : 2176 (java) S 2163 2163 16913 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 3844217 14133010432 688263 33554432000 4194304 4196468 140721404616656 140146588484704 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2177] ppid=2163 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2177/stat : 2177 (java) S 2163 2163 16913 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 3844217 14133010432 688263 33554432000 4194304 4196468 140721404616656 140146587431808 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2178] ppid=2163 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2178/stat : 2178 (java) S 2163 2163 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3844221 14133010432 688263 33554432000 4194304 4196468 140721404616656 140146586380112 140147127801755 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2179] ppid=2163 vsize=13801768 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2179/stat : 2179 (java) S 2163 2163 16913 0 -1 1077944384 2604 0 0 0 50 1 0 0 20 0 28 0 3844221 14133010432 688263 33554432000 4194304 4196468 140721404616656 140146585328496 140147127794306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2180] ppid=2163 vsize=13801768 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2180/stat : 2180 (java) S 2163 2163 16913 0 -1 1077944384 1004 0 0 0 30 0 0 0 20 0 28 0 3844221 14133010432 688263 33554432000 4194304 4196468 140721404616656 140146584275696 140147127794306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2181] ppid=2163 vsize=13801768 CPUtime=0.47 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2181/stat : 2181 (java) R 2163 2163 16913 0 -1 4202560 2220 0 0 0 47 0 0 0 20 0 28 0 3844221 14133010432 688263 33554432000 4194304 4196468 140721404616656 140146583222896 140147112547162 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2182] ppid=2163 vsize=13801768 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2182/stat : 2182 (java) S 2163 2163 16913 0 -1 1077944384 3120 0 0 0 52 1 0 0 20 0 28 0 3844221 14133010432 688263 33554432000 4194304 4196468 140721404616656 140146582170096 140147127794306 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 9 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2183] ppid=2163 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2183/stat : 2183 (java) S 2163 2163 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3844221 14133010432 688263 33554432000 4194304 4196468 140721404616656 140146581117536 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2184] ppid=2163 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2184/stat : 2184 (java) S 2163 2163 16913 0 -1 1077944384 402 0 0 0 0 0 0 0 20 0 28 0 3844221 14133010432 688263 33554432000 4194304 4196468 140721404616656 140146580064816 140147127794306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
Current children cumulated CPU time (s) 9.62
Current children cumulated vsize (KiB) 13811280

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

[startup+6.40095 s]
/proc/loadavg: 13.95 14.73 14.75 10/297 2184
/proc/meminfo: memFree=29187972/32770624 swapFree=5900/227296
[pid=2163] ppid=2160 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2163/stat : 2163 (xcsp3-exec) S 2160 2163 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3844212 9740288 346 33554432000 4194304 5098028 140726187516704 140726187514808 139984295002748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38100992 140726187521167 140726187521376 140726187521376 140726187524075 0
/proc/2163/statm: 2378 346 289 221 0 87 0
[pid=2164] ppid=2163 vsize=13801768 CPUtime=10.41 cores=0,2,4,6,8,10,12,14
/proc/2164/stat : 2164 (java) S 2163 2163 16913 0 -1 1077944320 27250 0 0 0 951 90 0 0 20 0 28 0 3844212 14133010432 688328 33554432000 4194304 4196468 140721404616656 140721404599200 140147127783159 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
/proc/2164/statm: 3450442 688328 3238 1 0 3437675 0
[pid=2164/tid=2165] ppid=2163 vsize=13801768 CPUtime=5.97 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2165/stat : 2165 (java) S 2163 2163 16913 0 -1 1077944384 13349 0 0 0 557 40 0 0 20 0 28 0 3844212 14133010432 688328 33554432000 4194304 4196468 140721404616656 140147132023936 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2167] ppid=2163 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2167/stat : 2167 (java) S 2163 2163 16913 0 -1 1077944384 90 0 0 0 5 5 0 0 20 0 28 0 3844213 14133010432 688328 33554432000 4194304 4196468 140721404616656 140147066747536 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2168] ppid=2163 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2168/stat : 2168 (java) S 2163 2163 16913 0 -1 1077944384 91 0 0 0 5 6 0 0 20 0 28 0 3844213 14133010432 688328 33554432000 4194304 4196468 140721404616656 140147065694736 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2169] ppid=2163 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2169/stat : 2169 (java) S 2163 2163 16913 0 -1 1077944384 133 0 0 0 5 5 0 0 20 0 28 0 3844213 14133010432 688328 33554432000 4194304 4196468 140721404616656 140146725312912 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2170] ppid=2163 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2170/stat : 2170 (java) S 2163 2163 16913 0 -1 1077944384 212 0 0 0 6 4 0 0 20 0 28 0 3844213 14133010432 688328 33554432000 4194304 4196468 140721404616656 140146724260112 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2171] ppid=2163 vsize=13801768 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2171/stat : 2171 (java) S 2163 2163 16913 0 -1 1077944384 106 0 0 0 7 5 0 0 20 0 28 0 3844213 14133010432 688328 33554432000 4194304 4196468 140721404616656 140146723208336 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2172] ppid=2163 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2172/stat : 2172 (java) S 2163 2163 16913 0 -1 1077944384 108 0 0 0 6 5 0 0 20 0 28 0 3844213 14133010432 688328 33554432000 4194304 4196468 140721404616656 140146722155536 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2173] ppid=2163 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2173/stat : 2173 (java) S 2163 2163 16913 0 -1 1077944384 120 0 0 0 5 6 0 0 20 0 28 0 3844213 14133010432 688328 33554432000 4194304 4196468 140721404616656 140146721102736 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2174] ppid=2163 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2174/stat : 2174 (java) S 2163 2163 16913 0 -1 1077944384 98 0 0 0 4 5 0 0 20 0 28 0 3844213 14133010432 688328 33554432000 4194304 4196468 140721404616656 140146720049936 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2175] ppid=2163 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2175/stat : 2175 (java) S 2163 2163 16913 0 -1 1077944384 1776 0 0 0 1 0 0 0 20 0 28 0 3844216 14133010432 688328 33554432000 4194304 4196468 140721404616656 140146589538672 140147127794306 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2176] ppid=2163 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2176/stat : 2176 (java) S 2163 2163 16913 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 3844217 14133010432 688328 33554432000 4194304 4196468 140721404616656 140146588484704 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2177] ppid=2163 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2177/stat : 2177 (java) S 2163 2163 16913 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 3844217 14133010432 688328 33554432000 4194304 4196468 140721404616656 140146587431808 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2178] ppid=2163 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2178/stat : 2178 (java) S 2163 2163 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3844221 14133010432 688328 33554432000 4194304 4196468 140721404616656 140146586380112 140147127801755 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2179] ppid=2163 vsize=13801768 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2179/stat : 2179 (java) S 2163 2163 16913 0 -1 1077944384 2607 0 0 0 52 1 0 0 20 0 28 0 3844221 14133010432 688328 33554432000 4194304 4196468 140721404616656 140146585328496 140147127794306 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2180] ppid=2163 vsize=13801768 CPUtime=0.33 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2180/stat : 2180 (java) R 2163 2163 16913 0 -1 4202560 1090 0 0 0 33 0 0 0 20 0 28 0 3844221 14133010432 688328 33554432000 4194304 4196468 140721404616656 140146584256712 140147112909203 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2181] ppid=2163 vsize=13801768 CPUtime=0.51 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2181/stat : 2181 (java) S 2163 2163 16913 0 -1 1077944384 2225 0 0 0 51 0 0 0 20 0 28 0 3844221 14133010432 688328 33554432000 4194304 4196468 140721404616656 140146583222896 140147127794306 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2182] ppid=2163 vsize=13801768 CPUtime=0.53 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2182/stat : 2182 (java) S 2163 2163 16913 0 -1 1077944384 3121 0 0 0 52 1 0 0 20 0 28 0 3844221 14133010432 688328 33554432000 4194304 4196468 140721404616656 140146582170096 140147127794306 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 9 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2183] ppid=2163 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2183/stat : 2183 (java) S 2163 2163 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3844221 14133010432 688328 33554432000 4194304 4196468 140721404616656 140146581117536 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2184] ppid=2163 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2184/stat : 2184 (java) S 2163 2163 16913 0 -1 1077944384 402 0 0 0 0 0 0 0 20 0 28 0 3844221 14133010432 688328 33554432000 4194304 4196468 140721404616656 140146580064816 140147127794306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
Current children cumulated CPU time (s) 10.41
Current children cumulated vsize (KiB) 13811280

[startup+6.60099 s]
/proc/loadavg: 13.71 14.67 14.73 22/305 2192
/proc/meminfo: memFree=28562528/32770624 swapFree=5900/227300
[pid=2163] ppid=2160 vsize=9512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2163/stat : 2163 (xcsp3-exec) S 2160 2163 16913 0 -1 4202496 518 0 0 0 0 0 0 0 20 0 1 0 3844212 9740288 346 33554432000 4194304 5098028 140726187516704 140726187514808 139984295002748 0 65536 4100 65538 18446744071579417331 0 0 17 12 0 0 0 0 0 7196144 7232144 38100992 140726187521167 140726187521376 140726187521376 140726187524075 0
/proc/2163/statm: 2378 346 289 221 0 87 0
[pid=2164] ppid=2163 vsize=13801768 CPUtime=12.08 cores=0,2,4,6,8,10,12,14
/proc/2164/stat : 2164 (java) S 2163 2163 16913 0 -1 1077944320 28612 0 0 0 1117 91 0 0 20 0 28 0 3844212 14133010432 688889 33554432000 4194304 4196468 140721404616656 140721404599200 140147127783159 0 0 0 16800975 18446744073709551615 0 0 17 10 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
/proc/2164/statm: 3450442 688889 3240 1 0 3437675 0
[pid=2164/tid=2165] ppid=2163 vsize=13801768 CPUtime=5.97 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2165/stat : 2165 (java) S 2163 2163 16913 0 -1 1077944384 13349 0 0 0 557 40 0 0 20 0 28 0 3844212 14133010432 688889 33554432000 4194304 4196468 140721404616656 140147132023936 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2167] ppid=2163 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2167/stat : 2167 (java) S 2163 2163 16913 0 -1 1077944384 90 0 0 0 5 5 0 0 20 0 28 0 3844213 14133010432 688889 33554432000 4194304 4196468 140721404616656 140147066747536 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2168] ppid=2163 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2168/stat : 2168 (java) S 2163 2163 16913 0 -1 1077944384 91 0 0 0 5 6 0 0 20 0 28 0 3844213 14133010432 688889 33554432000 4194304 4196468 140721404616656 140147065694736 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2169] ppid=2163 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2169/stat : 2169 (java) S 2163 2163 16913 0 -1 1077944384 133 0 0 0 5 5 0 0 20 0 28 0 3844213 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146725312912 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2170] ppid=2163 vsize=13801768 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2170/stat : 2170 (java) S 2163 2163 16913 0 -1 1077944384 212 0 0 0 6 4 0 0 20 0 28 0 3844213 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146724260112 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2171] ppid=2163 vsize=13801768 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2171/stat : 2171 (java) S 2163 2163 16913 0 -1 1077944384 106 0 0 0 7 5 0 0 20 0 28 0 3844213 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146723208336 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2172] ppid=2163 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2172/stat : 2172 (java) S 2163 2163 16913 0 -1 1077944384 108 0 0 0 6 5 0 0 20 0 28 0 3844213 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146722155536 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2173] ppid=2163 vsize=13801768 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2173/stat : 2173 (java) S 2163 2163 16913 0 -1 1077944384 120 0 0 0 5 6 0 0 20 0 28 0 3844213 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146721102736 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2174] ppid=2163 vsize=13801768 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2174/stat : 2174 (java) S 2163 2163 16913 0 -1 1077944384 98 0 0 0 4 5 0 0 20 0 28 0 3844213 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146720049936 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2175] ppid=2163 vsize=13801768 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2175/stat : 2175 (java) S 2163 2163 16913 0 -1 1077944384 1776 0 0 0 1 0 0 0 20 0 28 0 3844216 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146589538672 140147127794306 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2176] ppid=2163 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2176/stat : 2176 (java) S 2163 2163 16913 0 -1 1077944384 42 0 0 0 0 0 0 0 20 0 28 0 3844217 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146588484704 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2177] ppid=2163 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2177/stat : 2177 (java) S 2163 2163 16913 0 -1 1077944384 48 0 0 0 0 0 0 0 20 0 28 0 3844217 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146587431808 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2178] ppid=2163 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2178/stat : 2178 (java) S 2163 2163 16913 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 28 0 3844221 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146586380112 140147127801755 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2179] ppid=2163 vsize=13801768 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2179/stat : 2179 (java) R 2163 2163 16913 0 -1 4202560 3028 0 0 0 64 1 0 0 20 0 28 0 3844221 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146585310064 140147111170016 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2180] ppid=2163 vsize=13801768 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2180/stat : 2180 (java) R 2163 2163 16913 0 -1 4202560 1281 0 0 0 42 0 0 0 20 0 28 0 3844221 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146584262240 140147109304559 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2181] ppid=2163 vsize=13801768 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2181/stat : 2181 (java) R 2163 2163 16913 0 -1 4202560 2689 0 0 0 62 0 0 0 20 0 28 0 3844221 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146583208912 140147109327612 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2182] ppid=2163 vsize=13801768 CPUtime=0.62 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2182/stat : 2182 (java) R 2163 2163 16913 0 -1 4202560 3350 0 0 0 60 2 0 0 20 0 28 0 3844221 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146582169200 140147107069779 0 4 0 16800975 0 0 0 -1 12 0 0 9 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2183] ppid=2163 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2183/stat : 2183 (java) S 2163 2163 16913 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 28 0 3844221 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146581117536 140147127793365 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2184] ppid=2163 vsize=13801768 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2184/stat : 2184 (java) S 2163 2163 16913 0 -1 1077944384 402 0 0 0 0 0 0 0 20 0 28 0 3844221 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146580064816 140147127794306 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 8 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2185] ppid=2163 vsize=13801768 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2185/stat : 2185 (java) R 2163 2163 16913 0 -1 4202560 97 0 0 0 35 0 0 0 20 0 28 0 3844827 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146572548152 140146751394842 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2186] ppid=2163 vsize=13801768 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2186/stat : 2186 (java) R 2163 2163 16913 0 -1 4202560 73 0 0 0 42 0 0 0 20 0 28 0 3844827 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146571496688 140146751367947 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2187] ppid=2163 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2187/stat : 2187 (java) R 2163 2163 16913 0 -1 4202560 45 0 0 0 31 0 0 0 20 0 28 0 3844827 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146570446064 140146748800255 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2188] ppid=2163 vsize=13801768 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2188/stat : 2188 (java) R 2163 2163 16913 0 -1 4202560 43 0 0 0 31 0 0 0 20 0 28 0 3844827 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146569387520 140146751416348 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2189] ppid=2163 vsize=13801768 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2189/stat : 2189 (java) R 2163 2163 16913 0 -1 4202560 41 0 0 0 34 0 0 0 20 0 28 0 3844827 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146568338848 140146751152136 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2190] ppid=2163 vsize=13801768 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2190/stat : 2190 (java) R 2163 2163 16913 0 -1 4202560 108 0 0 0 37 0 0 0 20 0 28 0 3844827 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146567286032 140146751152247 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2191] ppid=2163 vsize=13801768 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2191/stat : 2191 (java) R 2163 2163 16913 0 -1 4202560 54 0 0 0 32 0 0 0 20 0 28 0 3844827 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146566233512 140146745953284 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
[pid=2164/tid=2192] ppid=2163 vsize=13801768 CPUtime=0.34 cores=0,2,4,6,8,10,12,14
/proc/2164/task/2192/stat : 2192 (java) R 2163 2163 16913 0 -1 4202560 35 0 0 0 34 0 0 0 20 0 28 0 3844827 14133010432 688889 33554432000 4194304 4196468 140721404616656 140146565182288 140146751612927 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 18169856 140721404617916 140721404618092 140721404618092 140721404620751 0
Current children cumulated CPU time (s) 12.08
Current children cumulated vsize (KiB) 13811280

Child status: 0
Real time (s): 6.71383
CPU time (s): 12.7087
CPU user time (s): 11.774
CPU system time (s): 0.934618
CPU usage (%): 189.291
Max. virtual memory (cumulated for all children) (KiB): 13811280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 11.774
system time used= 0.934618
maximum resident set size= 2758796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29867
page faults= 0
swaps= 0
block input operations= 0
block output operations= 112
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 4321
involuntary context switches= 1098

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.048455 second user time and 0.08454 second system time

The end

Launcher Data

Begin job on node133 at 2017-07-22 03:09:33
IDJOB=4245479
IDBENCH=122882
IDSOLVER=2625
FILE ID=node133/4245479-1500685773
RUNJOBID= node133-1500682387-16944
PBS_JOBID= 20623321
Free space on /tmp= 62008 MiB

SOLVER NAME= choco-solver 4.0.5
BENCH NAME= XCSP17/NumberPartitioning/NumberPartitioning-m1-s1/NumberPartitioning-048.xml
COMMAND LINE= ./xcsp3-exec -dir DIR -tl TIMEOUT -p NBCORE -ml 10000 -tdir TMPDIR -seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245479-1500685773/watcher-4245479-1500685773 -o /tmp/evaluation-result-4245479-1500685773/solver-4245479-1500685773 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node133-1500682387-16944 --watchdog 2560  ./xcsp3-exec -dir HOME -tl 2400 -p 8 -ml 10000 -tdir HOME -seed 771683670 HOME/instance-4245479-1500685773.xml

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

MD5SUM BENCH= 7adabca14a9e2cab4a49f4d8c4ab1203
RANDOM SEED=771683670

node133.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		: 1733.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	: 5334.13
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		: 2668.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	: 5229.85
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	: 5334.13
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	: 5229.85
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	: 5334.13
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	: 5229.85
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		: 1867.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	: 5334.13
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31335884 kB
MemAvailable:   31396116 kB
Buffers:           52500 kB
Cached:           316208 kB
SwapCached:            0 kB
Active:           821580 kB
Inactive:         235984 kB
Active(anon):     691492 kB
Inactive(anon):     8768 kB
Active(file):     130088 kB
Inactive(file):   227216 kB
Unevictable:        5900 kB
Mlocked:            5900 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8544 kB
Writeback:             0 kB
AnonPages:        694420 kB
Mapped:            42920 kB
Shmem:              8904 kB
Slab:              71200 kB
SReclaimable:      37528 kB
SUnreclaim:        33672 kB
KernelStack:        4832 kB
PageTables:         6688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2184876 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    573440 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62000 MiB
End job on node133 at 2017-07-22 03:09:39