Trace number 4246089

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 13.647 5.63402

General information on the benchmark

NameAllInterval/AllInterval-m1-s1/
AllInterval-050.xml
MD5SUM010bfed6e804a02be5e9f2a754b88433
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.095192999
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints51
Number of domains2
Minimum domain size49
Maximum domain size50
Distribution of domain sizes[{"size":49,"count":49},{"size":50,"count":50}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":51},{"degree":3,"count":48}]
Minimum constraint arity3
Maximum constraint arity50
Distribution of constraint arities[{"arity":3,"count":49},{"arity":49,"count":1},{"arity":50,"count":1}]
Number of extensional constraints0
Number of intensional constraints49
Distribution of constraint types[{"type":"intension","count":49},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

4.00/2.21	c Concrete v3.4 running
13.35/5.61	v <instantiation>
13.35/5.61	v       <list>
13.35/5.61	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] 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] y[24] y[25] y[26] y[27] y[28] y[29] y[30] y[31] y[32] y[33] y[34] y[35] y[36] y[37] y[38] y[39] y[40] y[41] y[42] y[43] y[44] y[45] y[46] y[47] y[48]
13.35/5.61	v       </list>
13.35/5.61	v       <values>
13.35/5.61	v         24 25 23 26 22 27 21 28 20 29 19 30 18 31 17 32 16 33 15 34 14 35 13 36 12 37 11 38 10 39 9 40 8 41 7 42 6 43 5 44 4 45 3 46 2 47 1 48 0 49 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
13.35/5.61	v       </values>
13.35/5.61	v     </instantiation>
13.35/5.61	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-4246089-1500708850/watcher-4246089-1500708850 -o /tmp/evaluation-result-4246089-1500708850/solver-4246089-1500708850 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500696853-12413 --watchdog 2560 bin/concrete HOME/instance-4246089-1500708850.xml 

pid=17072
running on 8 cores: 0,2,4,6,8,10,12,14

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


[startup+0 s]
/proc/loadavg: 1.51 1.52 1.50 3/263 17075
/proc/meminfo: memFree=28167272/32770624 swapFree=5720/283940
[pid=17075] ppid=17072 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/17075/stat : 17075 (bash) S 17072 17075 16473 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 6154141 9736192 351 33554432000 4194304 5098028 140721982248240 140721982245880 139756016483328 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 36225024 140721982256398 140721982256483 140721982256483 140721982259182 0
/proc/17075/statm: 2377 351 278 221 0 86 0

[startup+0.100127 s]
/proc/loadavg: 1.51 1.52 1.50 3/263 17075
/proc/meminfo: memFree=28167272/32770624 swapFree=5720/283940
[pid=17075] ppid=17072 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/17075/stat : 17075 (bash) S 17072 17075 16473 0 -1 4202496 885 6413 0 0 0 0 0 1 20 0 1 0 6154141 9871360 378 33554432000 4194304 5098028 140721982248240 140721982242248 139756016483328 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 36225024 140721982256398 140721982256483 140721982256483 140721982259182 0
/proc/17075/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.20038 s]
/proc/loadavg: 1.51 1.52 1.50 3/263 17075
/proc/meminfo: memFree=28167272/32770624 swapFree=5720/283940
[pid=17075] ppid=17072 vsize=10435860 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/17075/stat : 17075 (java) S 17072 17075 16473 0 -1 1077944320 4809 12584 0 0 6 1 8 4 20 0 13 0 6154141 10686320640 5148 33554432000 4194304 4196468 140720902888032 140720902870576 139759705603831 0 0 0 16800971 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
/proc/17075/statm: 2608965 5148 2139 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300279 s]
/proc/loadavg: 1.51 1.52 1.50 3/263 17075
/proc/meminfo: memFree=28167272/32770624 swapFree=5720/283940
[pid=17075] ppid=17072 vsize=10902292 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/17075/stat : 17075 (java) S 17072 17075 16473 0 -1 1077944320 7120 12584 0 0 22 2 8 4 20 0 20 0 6154141 11163947008 8910 33554432000 4194304 4196468 140720902888032 140720902870576 139759705603831 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
/proc/17075/statm: 2725573 8910 2962 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902292

[startup+0.700196 s]
/proc/loadavg: 1.51 1.52 1.50 3/263 17075
/proc/meminfo: memFree=28167272/32770624 swapFree=5720/283940
[pid=17075] ppid=17072 vsize=10902720 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/17075/stat : 17075 (java) S 17072 17075 16473 0 -1 1077944320 12406 12584 0 0 74 4 8 4 20 0 20 0 6154141 11164385280 15805 33554432000 4194304 4196468 140720902888032 140720902870576 139759705603831 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
/proc/17075/statm: 2725680 15805 3196 1 0 2713890 0
Current children cumulated CPU time (s) 0.9
Current children cumulated vsize (KiB) 10902720

[startup+1.50076 s]
/proc/loadavg: 1.55 1.53 1.51 4/283 17148
/proc/meminfo: memFree=28073292/32770624 swapFree=5720/283964
[pid=17075] ppid=17072 vsize=10913344 CPUtime=2.19 cores=0,2,4,6,8,10,12,14
/proc/17075/stat : 17075 (java) S 17072 17075 16473 0 -1 1077944320 26582 12584 0 0 194 13 8 4 20 0 20 0 6154141 11175264256 41406 33554432000 4194304 4196468 140720902888032 140720902870576 139759705603831 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
/proc/17075/statm: 2728336 41406 3400 1 0 2716450 0
[pid=17075/tid=17130] ppid=17072 vsize=10913344 CPUtime=1.43 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17130/stat : 17130 (java) S 17072 17075 16473 0 -1 1077944384 19685 12584 0 0 125 6 8 4 20 0 20 0 6154155 11175264256 41406 33554432000 4194304 4196468 140720902888032 139759709828592 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17131] ppid=17072 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17131/stat : 17131 (java) R 17072 17075 16473 0 -1 4202560 36 12584 0 0 0 0 8 4 20 0 20 0 6154156 11175264256 41406 33554432000 4194304 4196468 140720902888032 139759647607568 139759698700532 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17132] ppid=17072 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17132/stat : 17132 (java) R 17072 17075 16473 0 -1 4202560 12 12584 0 0 0 0 8 4 20 0 20 0 6154156 11175264256 41406 33554432000 4194304 4196468 140720902888032 139759646555024 139759705615766 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17133] ppid=17072 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17133/stat : 17133 (java) R 17072 17075 16473 0 -1 1077944384 15 12584 0 0 0 0 8 4 20 0 20 0 6154156 11175264256 41406 33554432000 4194304 4196468 140720902888032 139759310396432 139759705614037 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17134] ppid=17072 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17134/stat : 17134 (java) R 17072 17075 16473 0 -1 4202560 28 12584 0 0 0 0 8 4 20 0 20 0 6154156 11175264256 41406 33554432000 4194304 4196468 140720902888032 139759309343888 139759698706548 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17135] ppid=17072 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17135/stat : 17135 (java) R 17072 17075 16473 0 -1 4202560 39 12584 0 0 0 0 8 4 20 0 20 0 6154156 11175264256 41406 33554432000 4194304 4196468 140720902888032 139759308290320 139759690061216 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17136] ppid=17072 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17136/stat : 17136 (java) R 17072 17075 16473 0 -1 4202560 56 12584 0 0 0 0 8 4 20 0 20 0 6154156 11175264256 41406 33554432000 4194304 4196468 140720902888032 139759307237776 139759698708514 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17137] ppid=17072 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17137/stat : 17137 (java) R 17072 17075 16473 0 -1 4202560 27 12584 0 0 0 0 8 4 20 0 20 0 6154156 11175264256 41406 33554432000 4194304 4196468 140720902888032 139759306185232 139759698707458 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17138] ppid=17072 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17138/stat : 17138 (java) S 17072 17075 16473 0 -1 1077944384 117 12584 0 0 0 0 8 4 20 0 20 0 6154156 11175264256 41406 33554432000 4194304 4196468 140720902888032 139759305132688 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17139] ppid=17072 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17139/stat : 17139 (java) S 17072 17075 16473 0 -1 1077944384 1132 12584 0 0 1 0 8 4 20 0 20 0 6154158 11175264256 41406 33554432000 4194304 4196468 140720902888032 139759247381536 139759705614037 0 0 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17140] ppid=17072 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17140/stat : 17140 (java) S 17072 17075 16473 0 -1 1077944384 33 12584 0 0 0 0 8 4 20 0 20 0 6154159 11175264256 41406 33554432000 4194304 4196468 140720902888032 139759246329248 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17141] ppid=17072 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17141/stat : 17141 (java) S 17072 17075 16473 0 -1 1077944384 21 12584 0 0 0 0 8 4 20 0 20 0 6154159 11175264256 41918 33554432000 4194304 4196468 140720902888032 139759245276656 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17142] ppid=17072 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17142/stat : 17142 (java) S 17072 17075 16473 0 -1 1077944384 1 12584 0 0 0 0 8 4 20 0 20 0 6154163 11175264256 41918 33554432000 4194304 4196468 140720902888032 139759244225232 139759705622427 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17143] ppid=17072 vsize=10913344 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17143/stat : 17143 (java) S 17072 17075 16473 0 -1 1077944384 1243 12584 0 0 18 0 8 4 20 0 20 0 6154163 11175264256 41918 33554432000 4194304 4196468 140720902888032 139759041112048 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17144] ppid=17072 vsize=10913344 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17144/stat : 17144 (java) S 17072 17075 16473 0 -1 1077944384 378 12584 0 0 9 0 8 4 20 0 20 0 6154163 11175264256 41918 33554432000 4194304 4196468 140720902888032 139759040059504 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17145] ppid=17072 vsize=10913344 CPUtime=0.23 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17145/stat : 17145 (java) S 17072 17075 16473 0 -1 1077944384 487 12584 0 0 10 1 8 4 20 0 20 0 6154163 11175264256 41918 33554432000 4194304 4196468 140720902888032 139759039006960 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17146] ppid=17072 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17146/stat : 17146 (java) S 17072 17075 16473 0 -1 1077944384 1141 12584 0 0 25 0 8 4 20 0 20 0 6154163 11175264256 41918 33554432000 4194304 4196468 140720902888032 139759037948256 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17147] ppid=17072 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17147/stat : 17147 (java) S 17072 17075 16473 0 -1 1077944384 3 12584 0 0 0 0 8 4 20 0 20 0 6154163 11175264256 41918 33554432000 4194304 4196468 140720902888032 139759036902112 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17148] ppid=17072 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17148/stat : 17148 (java) S 17072 17075 16473 0 -1 1077944384 4 12584 0 0 0 0 8 4 20 0 20 0 6154164 11175264256 41918 33554432000 4194304 4196468 140720902888032 139759035849648 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 10913344

[startup+3.10087 s]
/proc/loadavg: 1.55 1.53 1.51 4/283 17148
/proc/meminfo: memFree=27992760/32770624 swapFree=5720/283964
[pid=17075] ppid=17072 vsize=10927868 CPUtime=6 cores=0,2,4,6,8,10,12,14
/proc/17075/stat : 17075 (java) S 17072 17075 16473 0 -1 1077944320 47951 12584 0 0 567 21 8 4 20 0 20 0 6154141 11190136832 56936 33554432000 4194304 4196468 140720902888032 140720902870576 139759705603831 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
/proc/17075/statm: 2731967 56936 3474 1 0 2719522 0
[pid=17075/tid=17130] ppid=17072 vsize=10927868 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17130/stat : 17130 (java) R 17072 17075 16473 0 -1 4202560 33159 12584 0 0 279 10 8 4 20 0 20 0 6154155 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759709819912 139759685879161 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17131] ppid=17072 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17131/stat : 17131 (java) S 17072 17075 16473 0 -1 1077944384 41 12584 0 0 0 0 8 4 20 0 20 0 6154156 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759647607568 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17132] ppid=17072 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17132/stat : 17132 (java) S 17072 17075 16473 0 -1 1077944384 13 12584 0 0 1 0 8 4 20 0 20 0 6154156 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759646555024 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17133] ppid=17072 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17133/stat : 17133 (java) S 17072 17075 16473 0 -1 1077944384 15 12584 0 0 0 0 8 4 20 0 20 0 6154156 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759310396432 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17134] ppid=17072 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17134/stat : 17134 (java) S 17072 17075 16473 0 -1 1077944384 29 12584 0 0 1 0 8 4 20 0 20 0 6154156 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759309343888 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17135] ppid=17072 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17135/stat : 17135 (java) S 17072 17075 16473 0 -1 1077944384 40 12584 0 0 1 0 8 4 20 0 20 0 6154156 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759308290320 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17136] ppid=17072 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17136/stat : 17136 (java) S 17072 17075 16473 0 -1 1077944384 56 12584 0 0 1 0 8 4 20 0 20 0 6154156 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759307237776 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17137] ppid=17072 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17137/stat : 17137 (java) S 17072 17075 16473 0 -1 1077944384 27 12584 0 0 1 0 8 4 20 0 20 0 6154156 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759306185232 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17138] ppid=17072 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17138/stat : 17138 (java) S 17072 17075 16473 0 -1 1077944384 118 12584 0 0 0 0 8 4 20 0 20 0 6154156 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759305132688 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17139] ppid=17072 vsize=10927868 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17139/stat : 17139 (java) S 17072 17075 16473 0 -1 1077944384 1320 12584 0 0 1 0 8 4 20 0 20 0 6154158 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759247383024 139759705614978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17140] ppid=17072 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17140/stat : 17140 (java) S 17072 17075 16473 0 -1 1077944384 57 12584 0 0 0 0 8 4 20 0 20 0 6154159 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759246329312 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17141] ppid=17072 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17141/stat : 17141 (java) S 17072 17075 16473 0 -1 1077944384 43 12584 0 0 0 0 8 4 20 0 20 0 6154159 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759245276672 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17142] ppid=17072 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17142/stat : 17142 (java) S 17072 17075 16473 0 -1 1077944384 1 12584 0 0 0 0 8 4 20 0 20 0 6154163 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759244225232 139759705622427 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17143] ppid=17072 vsize=10927868 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17143/stat : 17143 (java) S 17072 17075 16473 0 -1 1077944384 4963 12584 0 0 82 1 8 4 20 0 20 0 6154163 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759041112048 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17144] ppid=17072 vsize=10927868 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17144/stat : 17144 (java) S 17072 17075 16473 0 -1 1077944384 974 12584 0 0 41 1 8 4 20 0 20 0 6154163 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759040059504 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17145] ppid=17072 vsize=10927868 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17145/stat : 17145 (java) S 17072 17075 16473 0 -1 1077944384 1418 12584 0 0 52 1 8 4 20 0 20 0 6154163 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759039006960 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17146] ppid=17072 vsize=10927868 CPUtime=1.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17146/stat : 17146 (java) S 17072 17075 16473 0 -1 1077944384 3535 12584 0 0 99 1 8 4 20 0 20 0 6154163 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759037954416 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17147] ppid=17072 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17147/stat : 17147 (java) S 17072 17075 16473 0 -1 1077944384 3 12584 0 0 0 0 8 4 20 0 20 0 6154163 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759036902112 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17148] ppid=17072 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17148/stat : 17148 (java) S 17072 17075 16473 0 -1 1077944384 5 12584 0 0 0 0 8 4 20 0 20 0 6154164 11190136832 56936 33554432000 4194304 4196468 140720902888032 139759035849648 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
Current children cumulated CPU time (s) 6
Current children cumulated vsize (KiB) 10927868

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

[startup+3.20105 s]
/proc/loadavg: 1.55 1.53 1.51 4/283 17148
/proc/meminfo: memFree=27992760/32770624 swapFree=5720/283964
[pid=17075] ppid=17072 vsize=10993404 CPUtime=6.18 cores=0,2,4,6,8,10,12,14
/proc/17075/stat : 17075 (java) S 17072 17075 16473 0 -1 1077944320 53870 12584 0 0 582 24 8 4 20 0 20 0 6154141 11257245696 66473 33554432000 4194304 4196468 140720902888032 140720902870576 139759705603831 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
/proc/17075/statm: 2748351 66473 3487 1 0 2735906 0
[pid=17075/tid=17130] ppid=17072 vsize=10993404 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17130/stat : 17130 (java) S 17072 17075 16473 0 -1 1077944384 38531 12584 0 0 286 10 8 4 20 0 20 0 6154155 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759709834240 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17131] ppid=17072 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17131/stat : 17131 (java) S 17072 17075 16473 0 -1 1077944384 50 12584 0 0 1 1 8 4 20 0 20 0 6154156 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759647607568 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17132] ppid=17072 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17132/stat : 17132 (java) S 17072 17075 16473 0 -1 1077944384 23 12584 0 0 1 0 8 4 20 0 20 0 6154156 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759646555024 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17133] ppid=17072 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17133/stat : 17133 (java) S 17072 17075 16473 0 -1 1077944384 23 12584 0 0 1 1 8 4 20 0 20 0 6154156 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759310396432 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17134] ppid=17072 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17134/stat : 17134 (java) S 17072 17075 16473 0 -1 1077944384 46 12584 0 0 1 0 8 4 20 0 20 0 6154156 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759309343888 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17135] ppid=17072 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17135/stat : 17135 (java) S 17072 17075 16473 0 -1 1077944384 55 12584 0 0 1 0 8 4 20 0 20 0 6154156 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759308290320 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17136] ppid=17072 vsize=10993404 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17136/stat : 17136 (java) S 17072 17075 16473 0 -1 1077944384 74 12584 0 0 1 1 8 4 20 0 20 0 6154156 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759307237776 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17137] ppid=17072 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17137/stat : 17137 (java) S 17072 17075 16473 0 -1 1077944384 72 12584 0 0 1 0 8 4 20 0 20 0 6154156 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759306185232 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17138] ppid=17072 vsize=10993404 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17138/stat : 17138 (java) S 17072 17075 16473 0 -1 1077944384 134 12584 0 0 1 0 8 4 20 0 20 0 6154156 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759305132688 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17139] ppid=17072 vsize=10993404 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17139/stat : 17139 (java) R 17072 17075 16473 0 -1 4202560 1708 12584 0 0 3 0 8 4 20 0 20 0 6154158 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759247381200 139759690600171 0 0 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17140] ppid=17072 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17140/stat : 17140 (java) S 17072 17075 16473 0 -1 1077944384 57 12584 0 0 0 0 8 4 20 0 20 0 6154159 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759246329312 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17141] ppid=17072 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17141/stat : 17141 (java) S 17072 17075 16473 0 -1 1077944384 43 12584 0 0 0 0 8 4 20 0 20 0 6154159 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759245276672 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17142] ppid=17072 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17142/stat : 17142 (java) S 17072 17075 16473 0 -1 1077944384 1 12584 0 0 0 0 8 4 20 0 20 0 6154163 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759244225232 139759705622427 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17143] ppid=17072 vsize=10993404 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17143/stat : 17143 (java) S 17072 17075 16473 0 -1 1077944384 4963 12584 0 0 82 1 8 4 20 0 20 0 6154163 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759041112048 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17144] ppid=17072 vsize=10993404 CPUtime=0.54 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17144/stat : 17144 (java) S 17072 17075 16473 0 -1 1077944384 974 12584 0 0 41 1 8 4 20 0 20 0 6154163 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759040059504 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17145] ppid=17072 vsize=10993404 CPUtime=0.65 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17145/stat : 17145 (java) S 17072 17075 16473 0 -1 1077944384 1418 12584 0 0 52 1 8 4 20 0 20 0 6154163 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759039006960 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17146] ppid=17072 vsize=10993404 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17146/stat : 17146 (java) S 17072 17075 16473 0 -1 1077944384 3556 12584 0 0 100 1 8 4 20 0 20 0 6154163 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759037954416 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17147] ppid=17072 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17147/stat : 17147 (java) S 17072 17075 16473 0 -1 1077944384 3 12584 0 0 0 0 8 4 20 0 20 0 6154163 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759036902112 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17148] ppid=17072 vsize=10993404 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17148/stat : 17148 (java) S 17072 17075 16473 0 -1 1077944384 5 12584 0 0 0 0 8 4 20 0 20 0 6154164 11257245696 66473 33554432000 4194304 4196468 140720902888032 139759035849648 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 10993404

[startup+4.80087 s]
/proc/loadavg: 1.55 1.53 1.51 6/283 17148
/proc/meminfo: memFree=27824900/32770624 swapFree=5720/283964
[pid=17075] ppid=17072 vsize=10995452 CPUtime=11.68 cores=0,2,4,6,8,10,12,14
/proc/17075/stat : 17075 (java) S 17072 17075 16473 0 -1 1077944320 60265 12584 0 0 1125 31 8 4 20 0 20 0 6154141 11259342848 89387 33554432000 4194304 4196468 140720902888032 140720902870576 139759705603831 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
/proc/17075/statm: 2748863 89387 3501 1 0 2736418 0
[pid=17075/tid=17130] ppid=17072 vsize=10995452 CPUtime=4.64 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17130/stat : 17130 (java) R 17072 17075 16473 0 -1 4202560 38775 12584 0 0 439 13 8 4 20 0 20 0 6154155 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759709838416 139759336940448 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17131] ppid=17072 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17131/stat : 17131 (java) S 17072 17075 16473 0 -1 1077944384 54 12584 0 0 3 1 8 4 20 0 20 0 6154156 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759647607568 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17132] ppid=17072 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17132/stat : 17132 (java) S 17072 17075 16473 0 -1 1077944384 35 12584 0 0 2 0 8 4 20 0 20 0 6154156 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759646555024 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17133] ppid=17072 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17133/stat : 17133 (java) S 17072 17075 16473 0 -1 1077944384 26 12584 0 0 3 1 8 4 20 0 20 0 6154156 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759310396432 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17134] ppid=17072 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17134/stat : 17134 (java) S 17072 17075 16473 0 -1 1077944384 47 12584 0 0 3 0 8 4 20 0 20 0 6154156 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759309343888 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17135] ppid=17072 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17135/stat : 17135 (java) S 17072 17075 16473 0 -1 1077944384 59 12584 0 0 3 1 8 4 20 0 20 0 6154156 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759308290320 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17136] ppid=17072 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17136/stat : 17136 (java) S 17072 17075 16473 0 -1 1077944384 78 12584 0 0 3 1 8 4 20 0 20 0 6154156 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759307237776 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17137] ppid=17072 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17137/stat : 17137 (java) S 17072 17075 16473 0 -1 1077944384 78 12584 0 0 3 1 8 4 20 0 20 0 6154156 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759306185232 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17138] ppid=17072 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17138/stat : 17138 (java) S 17072 17075 16473 0 -1 1077944384 136 12584 0 0 3 0 8 4 20 0 20 0 6154156 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759305132688 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17139] ppid=17072 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17139/stat : 17139 (java) S 17072 17075 16473 0 -1 1077944384 2043 12584 0 0 5 0 8 4 20 0 20 0 6154158 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759247383024 139759705614978 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17140] ppid=17072 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17140/stat : 17140 (java) S 17072 17075 16473 0 -1 1077944384 57 12584 0 0 0 0 8 4 20 0 20 0 6154159 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759246329376 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17141] ppid=17072 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17141/stat : 17141 (java) S 17072 17075 16473 0 -1 1077944384 43 12584 0 0 0 0 8 4 20 0 20 0 6154159 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759245276672 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17142] ppid=17072 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17142/stat : 17142 (java) S 17072 17075 16473 0 -1 1077944384 1 12584 0 0 0 0 8 4 20 0 20 0 6154163 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759244225232 139759705622427 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17143] ppid=17072 vsize=10995452 CPUtime=1.99 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17143/stat : 17143 (java) S 17072 17075 16473 0 -1 1077944384 8479 12584 0 0 185 2 8 4 20 0 20 0 6154163 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759041112048 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17144] ppid=17072 vsize=10995452 CPUtime=1.78 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17144/stat : 17144 (java) S 17072 17075 16473 0 -1 1077944384 2260 12584 0 0 165 1 8 4 20 0 20 0 6154163 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759040059504 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17145] ppid=17072 vsize=10995452 CPUtime=1.82 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17145/stat : 17145 (java) S 17072 17075 16473 0 -1 1077944384 1867 12584 0 0 169 1 8 4 20 0 20 0 6154163 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759039006960 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17146] ppid=17072 vsize=10995452 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17146/stat : 17146 (java) S 17072 17075 16473 0 -1 1077944384 4082 12584 0 0 131 2 8 4 20 0 20 0 6154163 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759037954416 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17147] ppid=17072 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17147/stat : 17147 (java) S 17072 17075 16473 0 -1 1077944384 3 12584 0 0 0 0 8 4 20 0 20 0 6154163 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759036902112 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17148] ppid=17072 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17148/stat : 17148 (java) S 17072 17075 16473 0 -1 1077944384 8 12584 0 0 0 0 8 4 20 0 20 0 6154164 11259342848 89387 33554432000 4194304 4196468 140720902888032 139759035849648 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
Current children cumulated CPU time (s) 11.68
Current children cumulated vsize (KiB) 10995452

[startup+5.20126 s]
/proc/loadavg: 1.55 1.53 1.51 6/283 17148
/proc/meminfo: memFree=27824900/32770624 swapFree=5720/283964
[pid=17075] ppid=17072 vsize=10995452 CPUtime=12.21 cores=0,2,4,6,8,10,12,14
/proc/17075/stat : 17075 (java) S 17072 17075 16473 0 -1 1077944320 60303 12584 0 0 1178 31 8 4 20 0 20 0 6154141 11259342848 98615 33554432000 4194304 4196468 140720902888032 140720902870576 139759705603831 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
/proc/17075/statm: 2748863 98615 3501 1 0 2736418 0
[pid=17075/tid=17130] ppid=17072 vsize=10995452 CPUtime=5.05 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17130/stat : 17130 (java) R 17072 17075 16473 0 -1 4202560 38796 12584 0 0 479 14 8 4 20 0 20 0 6154155 11259342848 98615 33554432000 4194304 4196468 140720902888032 139759709835048 139759338184565 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17131] ppid=17072 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17131/stat : 17131 (java) S 17072 17075 16473 0 -1 1077944384 54 12584 0 0 3 1 8 4 20 0 20 0 6154156 11259342848 98615 33554432000 4194304 4196468 140720902888032 139759647607568 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17132] ppid=17072 vsize=10995452 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17132/stat : 17132 (java) S 17072 17075 16473 0 -1 1077944384 35 12584 0 0 2 0 8 4 20 0 20 0 6154156 11259342848 98615 33554432000 4194304 4196468 140720902888032 139759646555024 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17133] ppid=17072 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17133/stat : 17133 (java) S 17072 17075 16473 0 -1 1077944384 26 12584 0 0 3 1 8 4 20 0 20 0 6154156 11259342848 98615 33554432000 4194304 4196468 140720902888032 139759310396432 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17134] ppid=17072 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17134/stat : 17134 (java) S 17072 17075 16473 0 -1 1077944384 47 12584 0 0 3 0 8 4 20 0 20 0 6154156 11259342848 98615 33554432000 4194304 4196468 140720902888032 139759309343888 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17135] ppid=17072 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17135/stat : 17135 (java) S 17072 17075 16473 0 -1 1077944384 59 12584 0 0 3 1 8 4 20 0 20 0 6154156 11259342848 98615 33554432000 4194304 4196468 140720902888032 139759308290320 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17136] ppid=17072 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17136/stat : 17136 (java) S 17072 17075 16473 0 -1 1077944384 78 12584 0 0 3 1 8 4 20 0 20 0 6154156 11259342848 98615 33554432000 4194304 4196468 140720902888032 139759307237776 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17137] ppid=17072 vsize=10995452 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17137/stat : 17137 (java) S 17072 17075 16473 0 -1 1077944384 78 12584 0 0 3 1 8 4 20 0 20 0 6154156 11259342848 98615 33554432000 4194304 4196468 140720902888032 139759306185232 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17138] ppid=17072 vsize=10995452 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17138/stat : 17138 (java) S 17072 17075 16473 0 -1 1077944384 136 12584 0 0 3 0 8 4 20 0 20 0 6154156 11259342848 98615 33554432000 4194304 4196468 140720902888032 139759305132688 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17139] ppid=17072 vsize=10995452 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17139/stat : 17139 (java) S 17072 17075 16473 0 -1 1077944384 2043 12584 0 0 5 0 8 4 20 0 20 0 6154158 11259342848 98615 33554432000 4194304 4196468 140720902888032 139759247383024 139759705614978 0 0 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17140] ppid=17072 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17140/stat : 17140 (java) S 17072 17075 16473 0 -1 1077944384 57 12584 0 0 0 0 8 4 20 0 20 0 6154159 11259342848 98615 33554432000 4194304 4196468 140720902888032 139759246329376 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17141] ppid=17072 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17141/stat : 17141 (java) S 17072 17075 16473 0 -1 1077944384 43 12584 0 0 0 0 8 4 20 0 20 0 6154159 11259342848 98615 33554432000 4194304 4196468 140720902888032 139759245276672 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17142] ppid=17072 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17142/stat : 17142 (java) S 17072 17075 16473 0 -1 1077944384 1 12584 0 0 0 0 8 4 20 0 20 0 6154163 11259342848 98615 33554432000 4194304 4196468 140720902888032 139759244225232 139759705622427 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17143] ppid=17072 vsize=10995452 CPUtime=2.04 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17143/stat : 17143 (java) S 17072 17075 16473 0 -1 1077944384 8487 12584 0 0 190 2 8 4 20 0 20 0 6154163 11259342848 98615 33554432000 4194304 4196468 140720902888032 139759041112048 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17144] ppid=17072 vsize=10995452 CPUtime=1.82 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17144/stat : 17144 (java) S 17072 17075 16473 0 -1 1077944384 2264 12584 0 0 169 1 8 4 20 0 20 0 6154163 11259342848 98615 33554432000 4194304 4196468 140720902888032 139759040059504 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17145] ppid=17072 vsize=10995452 CPUtime=1.86 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17145/stat : 17145 (java) S 17072 17075 16473 0 -1 1077944384 1871 12584 0 0 173 1 8 4 20 0 20 0 6154163 11259342848 98615 33554432000 4194304 4196468 140720902888032 139759039006960 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17146] ppid=17072 vsize=10995452 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17146/stat : 17146 (java) S 17072 17075 16473 0 -1 1077944384 4083 12584 0 0 131 2 8 4 20 0 20 0 6154163 11259342848 98615 33554432000 4194304 4196468 140720902888032 139759037954416 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17147] ppid=17072 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17147/stat : 17147 (java) S 17072 17075 16473 0 -1 1077944384 3 12584 0 0 0 0 8 4 20 0 20 0 6154163 11259342848 98615 33554432000 4194304 4196468 140720902888032 139759036902112 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17148] ppid=17072 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17148/stat : 17148 (java) S 17072 17075 16473 0 -1 1077944384 8 12584 0 0 0 0 8 4 20 0 20 0 6154164 11259342848 99127 33554432000 4194304 4196468 140720902888032 139759035849648 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
Current children cumulated CPU time (s) 12.21
Current children cumulated vsize (KiB) 10995452

[startup+5.61162 s]
/proc/loadavg: 1.55 1.53 1.51 10/283 17148
/proc/meminfo: memFree=27766120/32770624 swapFree=5720/283976
[pid=17075] ppid=17072 vsize=11062016 CPUtime=13.61 cores=0,2,4,6,8,10,12,14
/proc/17075/stat : 17075 (java) S 17072 17075 16473 0 -1 1077944320 60677 12584 0 0 1315 34 8 4 20 0 21 0 6154141 11327504384 104020 33554432000 4194304 4196468 140720902888032 140720902870576 139759705603831 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
/proc/17075/statm: 2765504 104020 3503 1 0 2753059 0
[pid=17075/tid=17130] ppid=17072 vsize=11062016 CPUtime=5.22 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17130/stat : 17130 (java) S 17072 17075 16473 0 -1 1077944384 38965 12584 0 0 496 14 8 4 20 0 21 0 6154155 11327504384 104020 33554432000 4194304 4196468 140720902888032 139759709844512 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17131] ppid=17072 vsize=11062016 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17131/stat : 17131 (java) S 17072 17075 16473 0 -1 1077944384 61 12584 0 0 15 1 8 4 20 0 21 0 6154156 11327504384 104020 33554432000 4194304 4196468 140720902888032 139759647607568 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17132] ppid=17072 vsize=11062016 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17132/stat : 17132 (java) S 17072 17075 16473 0 -1 1077944384 41 12584 0 0 15 1 8 4 20 0 21 0 6154156 11327504384 104020 33554432000 4194304 4196468 140720902888032 139759646555024 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17133] ppid=17072 vsize=11062016 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17133/stat : 17133 (java) S 17072 17075 16473 0 -1 1077944384 38 12584 0 0 16 1 8 4 20 0 21 0 6154156 11327504384 104020 33554432000 4194304 4196468 140720902888032 139759310396432 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17134] ppid=17072 vsize=11062016 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17134/stat : 17134 (java) S 17072 17075 16473 0 -1 1077944384 60 12584 0 0 15 1 8 4 20 0 21 0 6154156 11327504384 104020 33554432000 4194304 4196468 140720902888032 139759309343888 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17135] ppid=17072 vsize=11062016 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17135/stat : 17135 (java) S 17072 17075 16473 0 -1 1077944384 64 12584 0 0 15 1 8 4 20 0 21 0 6154156 11327504384 104020 33554432000 4194304 4196468 140720902888032 139759308290320 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17136] ppid=17072 vsize=11062016 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17136/stat : 17136 (java) S 17072 17075 16473 0 -1 1077944384 87 12584 0 0 16 1 8 4 20 0 21 0 6154156 11327504384 104020 33554432000 4194304 4196468 140720902888032 139759307237776 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17137] ppid=17072 vsize=11062016 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17137/stat : 17137 (java) S 17072 17075 16473 0 -1 1077944384 81 12584 0 0 16 1 8 4 20 0 21 0 6154156 11327504384 104020 33554432000 4194304 4196468 140720902888032 139759306185232 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17138] ppid=17072 vsize=11062016 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17138/stat : 17138 (java) S 17072 17075 16473 0 -1 1077944384 146 12584 0 0 16 1 8 4 20 0 21 0 6154156 11327504384 104020 33554432000 4194304 4196468 140720902888032 139759305132688 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17139] ppid=17072 vsize=11062016 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17139/stat : 17139 (java) S 17072 17075 16473 0 -1 1077944384 2090 12584 0 0 13 0 8 4 20 0 21 0 6154158 11327504384 104020 33554432000 4194304 4196468 140720902888032 139759247383024 139759705614978 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17140] ppid=17072 vsize=11062016 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17140/stat : 17140 (java) S 17072 17075 16473 0 -1 1077944384 57 12584 0 0 0 0 8 4 20 0 21 0 6154159 11327504384 104020 33554432000 4194304 4196468 140720902888032 139759246329376 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17141] ppid=17072 vsize=11062016 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17141/stat : 17141 (java) S 17072 17075 16473 0 -1 1077944384 43 12584 0 0 0 0 8 4 20 0 21 0 6154159 11327504384 104020 33554432000 4194304 4196468 140720902888032 139759245276672 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17142] ppid=17072 vsize=11062016 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17142/stat : 17142 (java) S 17072 17075 16473 0 -1 1077944384 1 12584 0 0 0 0 8 4 20 0 21 0 6154163 11327504384 104020 33554432000 4194304 4196468 140720902888032 139759244225232 139759705622427 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17143] ppid=17072 vsize=11062016 CPUtime=2.07 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17143/stat : 17143 (java) R 17072 17075 16473 0 -1 4202560 8489 12584 0 0 193 2 8 4 20 0 21 0 6154163 11327504384 104020 33554432000 4194304 4196468 140720902888032 139759041112048 139759687126308 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17144] ppid=17072 vsize=11062016 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17144/stat : 17144 (java) R 17072 17075 16473 0 -1 4202560 2302 12584 0 0 174 1 8 4 20 0 21 0 6154163 11327504384 104020 33554432000 4194304 4196468 140720902888032 139759040059800 139759691760176 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17145] ppid=17072 vsize=11062016 CPUtime=1.87 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17145/stat : 17145 (java) S 17072 17075 16473 0 -1 1077944384 1877 12584 0 0 174 1 8 4 20 0 21 0 6154163 11327504384 104048 33554432000 4194304 4196468 140720902888032 139759039006960 139759705614978 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17146] ppid=17072 vsize=11062016 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17146/stat : 17146 (java) R 17072 17075 16473 0 -1 1077944384 4106 12584 0 0 133 2 8 4 20 0 21 0 6154163 11327504384 104036 33554432000 4194304 4196468 140720902888032 139759037954416 139759705614978 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
[pid=17075/tid=17147] ppid=17072 vsize=11062016 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/17075/task/17147/stat : 17147 (java) S 17072 17075 16473 0 -1 1077944384 3 12584 0 0 0 0 8 4 20 0 20 0 6154163 11327504384 104036 33554432000 4194304 4196468 140720902888032 139759036902112 139759705614037 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 36818944 140720902892225 140720902894999 140720902894999 140720902897615 0
Current children cumulated CPU time (s) 13.61
Current children cumulated vsize (KiB) 11062016

Child status: 0
Real time (s): 5.63402
CPU time (s): 13.647
CPU user time (s): 13.2443
CPU system time (s): 0.402792
CPU usage (%): 242.226
Max. virtual memory (cumulated for all children) (KiB): 11062016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 13.2443
system time used= 0.402792
maximum resident set size= 417088
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73310
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= 9138
involuntary context switches= 1431

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.049265 second user time and 0.064346 second system time

The end

Launcher Data

Begin job on node114 at 2017-07-22 09:34:10
IDJOB=4246089
IDBENCH=124119
IDSOLVER=2630
FILE ID=node114/4246089-1500708850
RUNJOBID= node114-1500696853-12413
PBS_JOBID= 20623324
Free space on /tmp= 61980 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/AllInterval/AllInterval-m1-s1/AllInterval-050.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4246089-1500708850/watcher-4246089-1500708850 -o /tmp/evaluation-result-4246089-1500708850/solver-4246089-1500708850 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500696853-12413 --watchdog 2560  bin/concrete HOME/instance-4246089-1500708850.xml

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

MD5SUM BENCH= 010bfed6e804a02be5e9f2a754b88433
RANDOM SEED=1415611604

node114.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

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

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

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2133.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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.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.60
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28168220 kB
MemAvailable:   28434488 kB
Buffers:          135960 kB
Cached:           408976 kB
SwapCached:            0 kB
Active:          3865960 kB
Inactive:         292768 kB
Active(anon):    3616500 kB
Inactive(anon):     8828 kB
Active(file):     249460 kB
Inactive(file):   283940 kB
Unevictable:        5720 kB
Mlocked:            5720 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24780 kB
Writeback:           248 kB
AnonPages:       3621512 kB
Mapped:            44312 kB
Shmem:              8848 kB
Slab:             132428 kB
SReclaimable:      97408 kB
SUnreclaim:        35020 kB
KernelStack:        4736 kB
PageTables:        12572 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    4662628 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3348480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 61956 MiB
End job on node114 at 2017-07-22 09:34:16