Trace number 4248877

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 10.2749 4.15321

General information on the benchmark

NameBlackhole/Blackhole-m1-s10/
Blackhole-10-3-04.xml
MD5SUM986ee2669b222e63b3403a1d528be806
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.090393998
Satisfiable
(Un)Satisfiability was proved
Number of variables80
Number of constraints67
Number of domains1
Minimum domain size40
Maximum domain size40
Distribution of domain sizes[{"size":40,"count":80}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":67},{"degree":3,"count":13}]
Minimum constraint arity1
Maximum constraint arity80
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":65},{"arity":80,"count":1}]
Number of extensional constraints39
Number of intensional constraints27
Distribution of constraint types[{"type":"extension","count":39},{"type":"intension","count":27},{"type":"channel","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.57/2.15	c Concrete v3.4 running
10.15/4.13	v <instantiation>
10.15/4.13	v       <list>
10.15/4.13	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] 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]
10.15/4.13	v       </list>
10.15/4.13	v       <values>
10.15/4.13	v         0 21 30 29 38 17 26 15 16 25 34 13 32 11 10 9 18 7 6 35 14 5 24 3 22 1 2 23 4 33 12 31 20 19 8 37 36 27 28 39 0 25 26 23 28 21 18 17 34 15 14 13 30 11 20 7 8 5 16 33 32 1 24 27 22 9 6 37 38 3 2 31 12 29 10 19 36 35 4 39
10.15/4.13	v       </values>
10.15/4.13	v     </instantiation>
10.15/4.13	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-4248877-1500752301/watcher-4248877-1500752301 -o /tmp/evaluation-result-4248877-1500752301/solver-4248877-1500752301 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500752272-21523 --watchdog 2560 bin/concrete HOME/instance-4248877-1500752301.xml 

pid=22889
running on 8 cores: 0-3,8-11

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


[startup+0 s]
/proc/loadavg: 2.55 1.38 1.31 6/263 22892
/proc/meminfo: memFree=31302536/32770624 swapFree=5832/238096
[pid=22892] ppid=22889 vsize=9508 CPUtime=0 cores=0-3,8-11
/proc/22892/stat : 22892 (bash) S 22889 22892 21492 0 -1 4202496 685 1534 0 0 0 0 0 0 20 0 1 0 10495395 9736192 350 33554432000 4194304 5098028 140725390851728 140725390849368 140542329441280 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 33112064 140725390853390 140725390853475 140725390853475 140725390856174 0
/proc/22892/statm: 2377 350 278 221 0 86 0

[startup+0.1001 s]
/proc/loadavg: 2.55 1.38 1.31 6/263 22892
/proc/meminfo: memFree=31302536/32770624 swapFree=5832/238096
[pid=22892] ppid=22889 vsize=9640 CPUtime=0.01 cores=0-3,8-11
/proc/22892/stat : 22892 (bash) S 22889 22892 21492 0 -1 4202496 879 6422 0 0 0 0 0 1 20 0 1 0 10495395 9871360 377 33554432000 4194304 5098028 140725390851728 140725390845736 140542329441280 0 0 4100 65536 18446744071580971376 0 0 17 8 0 0 0 0 0 7196144 7232144 33112064 140725390853390 140725390853475 140725390853475 140725390856174 0
/proc/22892/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200382 s]
/proc/loadavg: 2.55 1.38 1.31 6/263 22892
/proc/meminfo: memFree=31302536/32770624 swapFree=5832/238096
[pid=22892] ppid=22889 vsize=10435860 CPUtime=0.19 cores=0-3,8-11
/proc/22892/stat : 22892 (java) S 22889 22892 21492 0 -1 1077944320 5099 12282 0 0 6 1 9 3 20 0 13 0 10495395 10686320640 5414 33554432000 4194304 4196468 140723778255520 140723778238064 140694054473463 0 0 0 16800971 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
/proc/22892/statm: 2608965 5414 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300327 s]
/proc/loadavg: 2.55 1.38 1.31 6/263 22892
/proc/meminfo: memFree=31302536/32770624 swapFree=5832/238096
[pid=22892] ppid=22889 vsize=10902292 CPUtime=0.37 cores=0-3,8-11
/proc/22892/stat : 22892 (java) S 22889 22892 21492 0 -1 1077944320 8394 12282 0 0 22 3 9 3 20 0 20 0 10495395 11163947008 9489 33554432000 4194304 4196468 140723778255520 140723778238064 140694054473463 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
/proc/22892/statm: 2725573 9489 2978 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902292

[startup+0.700216 s]
/proc/loadavg: 2.55 1.38 1.31 6/263 22892
/proc/meminfo: memFree=31302536/32770624 swapFree=5832/238096
[pid=22892] ppid=22889 vsize=10902720 CPUtime=0.94 cores=0-3,8-11
/proc/22892/stat : 22892 (java) S 22889 22892 21492 0 -1 1077944320 12808 12282 0 0 78 4 9 3 20 0 20 0 10495395 11164385280 16102 33554432000 4194304 4196468 140723778255520 140723778238064 140694054473463 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
/proc/22892/statm: 2725680 16102 3209 1 0 2713890 0
Current children cumulated CPU time (s) 0.94
Current children cumulated vsize (KiB) 10902720

[startup+1.50089 s]
/proc/loadavg: 2.55 1.38 1.31 3/283 22965
/proc/meminfo: memFree=31187800/32770624 swapFree=5832/238148
[pid=22892] ppid=22889 vsize=10913344 CPUtime=2.26 cores=0-3,8-11
/proc/22892/stat : 22892 (java) S 22889 22892 21492 0 -1 1077944320 28104 12282 0 0 200 14 9 3 20 0 20 0 10495395 11175264256 44630 33554432000 4194304 4196468 140723778255520 140723778238064 140694054473463 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
/proc/22892/statm: 2728336 44630 3410 1 0 2716450 0
[pid=22892/tid=22947] ppid=22889 vsize=10913344 CPUtime=1.43 cores=0-3,8-11
/proc/22892/task/22947/stat : 22947 (java) R 22889 22892 21492 0 -1 4202560 19837 12282 0 0 126 5 9 3 20 0 20 0 10495408 11175264256 44630 33554432000 4194304 4196468 140723778255520 140694058692912 140694054485398 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22948] ppid=22889 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22948/stat : 22948 (java) S 22889 22892 21492 0 -1 1077944384 20 12282 0 0 0 0 9 3 20 0 20 0 10495409 11175264256 44630 33554432000 4194304 4196468 140723778255520 140694007093904 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22949] ppid=22889 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22949/stat : 22949 (java) S 22889 22892 21492 0 -1 1077944384 26 12282 0 0 0 0 9 3 20 0 20 0 10495409 11175264256 44630 33554432000 4194304 4196468 140723778255520 140694006041104 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22950] ppid=22889 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22950/stat : 22950 (java) S 22889 22892 21492 0 -1 1077944384 149 12282 0 0 0 0 9 3 20 0 20 0 10495409 11175264256 44630 33554432000 4194304 4196468 140723778255520 140694004988304 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22951] ppid=22889 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22951/stat : 22951 (java) S 22889 22892 21492 0 -1 1077944384 43 12282 0 0 0 0 9 3 20 0 20 0 10495409 11175264256 44630 33554432000 4194304 4196468 140723778255520 140694003935504 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22952] ppid=22889 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22952/stat : 22952 (java) S 22889 22892 21492 0 -1 1077944384 20 12282 0 0 0 0 9 3 20 0 20 0 10495409 11175264256 44630 33554432000 4194304 4196468 140723778255520 140694002883728 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22953] ppid=22889 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22953/stat : 22953 (java) S 22889 22892 21492 0 -1 1077944384 17 12282 0 0 0 0 9 3 20 0 20 0 10495409 11175264256 44630 33554432000 4194304 4196468 140723778255520 140693656493072 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22954] ppid=22889 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/22892/task/22954/stat : 22954 (java) S 22889 22892 21492 0 -1 1077944384 44 12282 0 0 1 0 9 3 20 0 20 0 10495409 11175264256 44630 33554432000 4194304 4196468 140723778255520 140693655440272 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22955] ppid=22889 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22955/stat : 22955 (java) S 22889 22892 21492 0 -1 1077944384 17 12282 0 0 0 0 9 3 20 0 20 0 10495409 11175264256 44630 33554432000 4194304 4196468 140723778255520 140693654387472 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22956] ppid=22889 vsize=10913344 CPUtime=0.13 cores=0-3,8-11
/proc/22892/task/22956/stat : 22956 (java) S 22889 22892 21492 0 -1 1077944384 1821 12282 0 0 1 0 9 3 20 0 20 0 10495411 11175264256 44630 33554432000 4194304 4196468 140723778255520 140693528885616 140694054484610 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22957] ppid=22889 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22957/stat : 22957 (java) S 22889 22892 21492 0 -1 1077944384 55 12282 0 0 0 0 9 3 20 0 20 0 10495412 11175264256 44630 33554432000 4194304 4196468 140723778255520 140693527831584 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22958] ppid=22889 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22958/stat : 22958 (java) S 22889 22892 21492 0 -1 1077944384 43 12282 0 0 0 0 9 3 20 0 20 0 10495413 11175264256 44630 33554432000 4194304 4196468 140723778255520 140693526778736 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22959] ppid=22889 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22959/stat : 22959 (java) S 22889 22892 21492 0 -1 1077944384 1 12282 0 0 0 0 9 3 20 0 20 0 10495417 11175264256 44630 33554432000 4194304 4196468 140723778255520 140693525727056 140694054492059 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22960] ppid=22889 vsize=10913344 CPUtime=0.22 cores=0-3,8-11
/proc/22892/task/22960/stat : 22960 (java) R 22889 22892 21492 0 -1 4202560 735 12282 0 0 10 0 9 3 20 0 20 0 10495417 11175264256 44630 33554432000 4194304 4196468 140723778255520 140693524675736 140694036017186 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22961] ppid=22889 vsize=10913344 CPUtime=0.27 cores=0-3,8-11
/proc/22892/task/22961/stat : 22961 (java) S 22889 22892 21492 0 -1 1077944384 1480 12282 0 0 15 0 9 3 20 0 20 0 10495417 11175264256 44630 33554432000 4194304 4196468 140723778255520 140693523622640 140694054484610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22962] ppid=22889 vsize=10913344 CPUtime=0.23 cores=0-3,8-11
/proc/22892/task/22962/stat : 22962 (java) R 22889 22892 21492 0 -1 4202560 683 12282 0 0 11 0 9 3 20 0 20 0 10495417 11175264256 44630 33554432000 4194304 4196468 140723778255520 140693522570136 140694035173760 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22963] ppid=22889 vsize=10913344 CPUtime=0.38 cores=0-3,8-11
/proc/22892/task/22963/stat : 22963 (java) S 22889 22892 21492 0 -1 1077944384 1011 12282 0 0 26 0 9 3 20 0 20 0 10495417 11175264256 44630 33554432000 4194304 4196468 140723778255520 140693521517040 140694054484610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22964] ppid=22889 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22964/stat : 22964 (java) S 22889 22892 21492 0 -1 1077944384 3 12282 0 0 0 0 9 3 20 0 20 0 10495417 11175264256 44630 33554432000 4194304 4196468 140723778255520 140693520464480 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22965] ppid=22889 vsize=10913344 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22965/stat : 22965 (java) S 22889 22892 21492 0 -1 1077944384 3 12282 0 0 0 0 9 3 20 0 20 0 10495417 11175264256 44630 33554432000 4194304 4196468 140723778255520 140693519411760 140694054484610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 10913344

[startup+3.10109 s]
/proc/loadavg: 2.66 1.42 1.32 4/283 22965
/proc/meminfo: memFree=30970364/32770624 swapFree=5832/238096
[pid=22892] ppid=22889 vsize=10927868 CPUtime=6.11 cores=0-3,8-11
/proc/22892/stat : 22892 (java) S 22889 22892 21492 0 -1 1077944320 49232 12282 0 0 579 20 9 3 20 0 20 0 10495395 11190136832 59095 33554432000 4194304 4196468 140723778255520 140723778238064 140694054473463 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
/proc/22892/statm: 2731967 59095 3478 1 0 2719522 0
[pid=22892/tid=22947] ppid=22889 vsize=10927868 CPUtime=3.02 cores=0-3,8-11
/proc/22892/task/22947/stat : 22947 (java) R 22889 22892 21492 0 -1 4202560 33305 12282 0 0 283 7 9 3 20 0 20 0 10495408 11190136832 59095 33554432000 4194304 4196468 140723778255520 140694058703488 140694054494810 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22948] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22948/stat : 22948 (java) S 22889 22892 21492 0 -1 1077944384 20 12282 0 0 0 0 9 3 20 0 20 0 10495409 11190136832 59095 33554432000 4194304 4196468 140723778255520 140694007093904 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22949] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22949/stat : 22949 (java) S 22889 22892 21492 0 -1 1077944384 26 12282 0 0 0 0 9 3 20 0 20 0 10495409 11190136832 59095 33554432000 4194304 4196468 140723778255520 140694006041104 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22950] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22950/stat : 22950 (java) S 22889 22892 21492 0 -1 1077944384 149 12282 0 0 0 0 9 3 20 0 20 0 10495409 11190136832 59095 33554432000 4194304 4196468 140723778255520 140694004988304 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22951] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22951/stat : 22951 (java) S 22889 22892 21492 0 -1 1077944384 43 12282 0 0 0 0 9 3 20 0 20 0 10495409 11190136832 59095 33554432000 4194304 4196468 140723778255520 140694003935504 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22952] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22952/stat : 22952 (java) S 22889 22892 21492 0 -1 1077944384 20 12282 0 0 0 0 9 3 20 0 20 0 10495409 11190136832 59095 33554432000 4194304 4196468 140723778255520 140694002883728 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22953] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22953/stat : 22953 (java) S 22889 22892 21492 0 -1 1077944384 17 12282 0 0 0 0 9 3 20 0 20 0 10495409 11190136832 59095 33554432000 4194304 4196468 140723778255520 140693656493072 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22954] ppid=22889 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22892/task/22954/stat : 22954 (java) S 22889 22892 21492 0 -1 1077944384 44 12282 0 0 1 0 9 3 20 0 20 0 10495409 11190136832 59095 33554432000 4194304 4196468 140723778255520 140693655440272 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22955] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22955/stat : 22955 (java) S 22889 22892 21492 0 -1 1077944384 17 12282 0 0 0 0 9 3 20 0 20 0 10495409 11190136832 59095 33554432000 4194304 4196468 140723778255520 140693654387472 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22956] ppid=22889 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22892/task/22956/stat : 22956 (java) S 22889 22892 21492 0 -1 1077944384 1915 12282 0 0 1 0 9 3 20 0 20 0 10495411 11190136832 59095 33554432000 4194304 4196468 140723778255520 140693528885616 140694054484610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22957] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22957/stat : 22957 (java) S 22889 22892 21492 0 -1 1077944384 55 12282 0 0 0 0 9 3 20 0 20 0 10495412 11190136832 59095 33554432000 4194304 4196468 140723778255520 140693527831584 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22958] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22958/stat : 22958 (java) S 22889 22892 21492 0 -1 1077944384 43 12282 0 0 0 0 9 3 20 0 20 0 10495413 11190136832 59095 33554432000 4194304 4196468 140723778255520 140693526778736 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22959] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22959/stat : 22959 (java) S 22889 22892 21492 0 -1 1077944384 1 12282 0 0 0 0 9 3 20 0 20 0 10495417 11190136832 59095 33554432000 4194304 4196468 140723778255520 140693525727056 140694054492059 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22960] ppid=22889 vsize=10927868 CPUtime=0.97 cores=0-3,8-11
/proc/22892/task/22960/stat : 22960 (java) R 22889 22892 21492 0 -1 4202560 4570 12282 0 0 84 1 9 3 20 0 20 0 10495417 11190136832 59095 33554432000 4194304 4196468 140723778255520 140693524652592 140694037884278 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22961] ppid=22889 vsize=10927868 CPUtime=0.65 cores=0-3,8-11
/proc/22892/task/22961/stat : 22961 (java) R 22889 22892 21492 0 -1 4202560 2194 12282 0 0 53 0 9 3 20 0 20 0 10495417 11190136832 59095 33554432000 4194304 4196468 140723778255520 140693523610576 140694038461110 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22962] ppid=22889 vsize=10927868 CPUtime=0.61 cores=0-3,8-11
/proc/22892/task/22962/stat : 22962 (java) R 22889 22892 21492 0 -1 4202560 1235 12282 0 0 48 1 9 3 20 0 20 0 10495417 11190136832 59095 33554432000 4194304 4196468 140723778255520 140693522549328 140694033720370 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22963] ppid=22889 vsize=10927868 CPUtime=1.11 cores=0-3,8-11
/proc/22892/task/22963/stat : 22963 (java) R 22889 22892 21492 0 -1 4202560 3489 12282 0 0 98 1 9 3 20 0 20 0 10495417 11190136832 59095 33554432000 4194304 4196468 140723778255520 140693521515000 140694033078168 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22964] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22964/stat : 22964 (java) S 22889 22892 21492 0 -1 1077944384 3 12282 0 0 0 0 9 3 20 0 20 0 10495417 11190136832 59095 33554432000 4194304 4196468 140723778255520 140693520464480 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22965] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22965/stat : 22965 (java) S 22889 22892 21492 0 -1 1077944384 5 12282 0 0 0 0 9 3 20 0 20 0 10495417 11190136832 59095 33554432000 4194304 4196468 140723778255520 140693519411760 140694054484610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 10927868

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

[startup+3.20136 s]
/proc/loadavg: 2.66 1.42 1.32 4/283 22965
/proc/meminfo: memFree=30970364/32770624 swapFree=5832/238096
[pid=22892] ppid=22889 vsize=10927868 CPUtime=6.53 cores=0-3,8-11
/proc/22892/stat : 22892 (java) S 22889 22892 21492 0 -1 1077944320 50001 12282 0 0 621 20 9 3 20 0 20 0 10495395 11190136832 60491 33554432000 4194304 4196468 140723778255520 140723778238064 140694054473463 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
/proc/22892/statm: 2731967 60491 3478 1 0 2719522 0
[pid=22892/tid=22947] ppid=22889 vsize=10927868 CPUtime=3.12 cores=0-3,8-11
/proc/22892/task/22947/stat : 22947 (java) R 22889 22892 21492 0 -1 4202560 33585 12282 0 0 293 7 9 3 20 0 20 0 10495408 11190136832 60491 33554432000 4194304 4196468 140723778255520 140694058700144 140694038553950 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22948] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22948/stat : 22948 (java) S 22889 22892 21492 0 -1 1077944384 20 12282 0 0 0 0 9 3 20 0 20 0 10495409 11190136832 60491 33554432000 4194304 4196468 140723778255520 140694007093904 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22949] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22949/stat : 22949 (java) S 22889 22892 21492 0 -1 1077944384 26 12282 0 0 0 0 9 3 20 0 20 0 10495409 11190136832 60491 33554432000 4194304 4196468 140723778255520 140694006041104 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22950] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22950/stat : 22950 (java) S 22889 22892 21492 0 -1 1077944384 149 12282 0 0 0 0 9 3 20 0 20 0 10495409 11190136832 60491 33554432000 4194304 4196468 140723778255520 140694004988304 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22951] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22951/stat : 22951 (java) S 22889 22892 21492 0 -1 1077944384 43 12282 0 0 0 0 9 3 20 0 20 0 10495409 11190136832 60491 33554432000 4194304 4196468 140723778255520 140694003935504 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22952] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22952/stat : 22952 (java) S 22889 22892 21492 0 -1 1077944384 20 12282 0 0 0 0 9 3 20 0 20 0 10495409 11190136832 60491 33554432000 4194304 4196468 140723778255520 140694002883728 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22953] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22953/stat : 22953 (java) S 22889 22892 21492 0 -1 1077944384 17 12282 0 0 0 0 9 3 20 0 20 0 10495409 11190136832 60491 33554432000 4194304 4196468 140723778255520 140693656493072 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22954] ppid=22889 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22892/task/22954/stat : 22954 (java) S 22889 22892 21492 0 -1 1077944384 44 12282 0 0 1 0 9 3 20 0 20 0 10495409 11190136832 60491 33554432000 4194304 4196468 140723778255520 140693655440272 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22955] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22955/stat : 22955 (java) S 22889 22892 21492 0 -1 1077944384 17 12282 0 0 0 0 9 3 20 0 20 0 10495409 11190136832 60491 33554432000 4194304 4196468 140723778255520 140693654387472 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22956] ppid=22889 vsize=10927868 CPUtime=0.13 cores=0-3,8-11
/proc/22892/task/22956/stat : 22956 (java) S 22889 22892 21492 0 -1 1077944384 2123 12282 0 0 1 0 9 3 20 0 20 0 10495411 11190136832 60491 33554432000 4194304 4196468 140723778255520 140693528885616 140694054484610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22957] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22957/stat : 22957 (java) S 22889 22892 21492 0 -1 1077944384 55 12282 0 0 0 0 9 3 20 0 20 0 10495412 11190136832 60491 33554432000 4194304 4196468 140723778255520 140693527831584 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22958] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22958/stat : 22958 (java) S 22889 22892 21492 0 -1 1077944384 43 12282 0 0 0 0 9 3 20 0 20 0 10495413 11190136832 60491 33554432000 4194304 4196468 140723778255520 140693526778736 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22959] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22959/stat : 22959 (java) S 22889 22892 21492 0 -1 1077944384 1 12282 0 0 0 0 9 3 20 0 20 0 10495417 11190136832 60491 33554432000 4194304 4196468 140723778255520 140693525727056 140694054492059 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22960] ppid=22889 vsize=10927868 CPUtime=1.07 cores=0-3,8-11
/proc/22892/task/22960/stat : 22960 (java) R 22889 22892 21492 0 -1 4202560 4570 12282 0 0 94 1 9 3 20 0 20 0 10495417 11190136832 60491 33554432000 4194304 4196468 140723778255520 140693524660944 140694039597010 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22961] ppid=22889 vsize=10927868 CPUtime=0.73 cores=0-3,8-11
/proc/22892/task/22961/stat : 22961 (java) S 22889 22892 21492 0 -1 1077944384 2213 12282 0 0 61 0 9 3 20 0 20 0 10495417 11190136832 60491 33554432000 4194304 4196468 140723778255520 140693523622640 140694054484610 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22962] ppid=22889 vsize=10927868 CPUtime=0.7 cores=0-3,8-11
/proc/22892/task/22962/stat : 22962 (java) S 22889 22892 21492 0 -1 1077944384 1357 12282 0 0 57 1 9 3 20 0 20 0 10495417 11190136832 60491 33554432000 4194304 4196468 140723778255520 140693522569840 140694054484610 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22963] ppid=22889 vsize=10927868 CPUtime=1.16 cores=0-3,8-11
/proc/22892/task/22963/stat : 22963 (java) S 22889 22892 21492 0 -1 1077944384 3581 12282 0 0 103 1 9 3 20 0 20 0 10495417 11190136832 60491 33554432000 4194304 4196468 140723778255520 140693521517040 140694054484610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22964] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22964/stat : 22964 (java) S 22889 22892 21492 0 -1 1077944384 3 12282 0 0 0 0 9 3 20 0 20 0 10495417 11190136832 60491 33554432000 4194304 4196468 140723778255520 140693520464480 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22965] ppid=22889 vsize=10927868 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22965/stat : 22965 (java) S 22889 22892 21492 0 -1 1077944384 5 12282 0 0 0 0 9 3 20 0 20 0 10495417 11190136832 60491 33554432000 4194304 4196468 140723778255520 140693519411760 140694054484610 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
Current children cumulated CPU time (s) 6.53
Current children cumulated vsize (KiB) 10927868

[startup+3.60086 s]
/proc/loadavg: 2.66 1.42 1.32 6/283 22965
/proc/meminfo: memFree=30805752/32770624 swapFree=5832/238096
[pid=22892] ppid=22889 vsize=10995452 CPUtime=7.84 cores=0-3,8-11
/proc/22892/stat : 22892 (java) S 22889 22892 21492 0 -1 1077944320 61618 12282 0 0 747 25 9 3 20 0 20 0 10495395 11259342848 75728 33554432000 4194304 4196468 140723778255520 140723778238064 140694054473463 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
/proc/22892/statm: 2748863 75728 3489 1 0 2736418 0
[pid=22892/tid=22947] ppid=22889 vsize=10995452 CPUtime=3.48 cores=0-3,8-11
/proc/22892/task/22947/stat : 22947 (java) R 22889 22892 21492 0 -1 4202560 41569 12282 0 0 328 8 9 3 20 0 20 0 10495408 11259342848 75728 33554432000 4194304 4196468 140723778255520 140694058684976 140694040659314 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22948] ppid=22889 vsize=10995452 CPUtime=0.15 cores=0-3,8-11
/proc/22892/task/22948/stat : 22948 (java) S 22889 22892 21492 0 -1 1077944384 32 12282 0 0 2 1 9 3 20 0 20 0 10495409 11259342848 75728 33554432000 4194304 4196468 140723778255520 140694007093904 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22949] ppid=22889 vsize=10995452 CPUtime=0.14 cores=0-3,8-11
/proc/22892/task/22949/stat : 22949 (java) S 22889 22892 21492 0 -1 1077944384 101 12282 0 0 1 1 9 3 20 0 20 0 10495409 11259342848 75728 33554432000 4194304 4196468 140723778255520 140694006041104 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22950] ppid=22889 vsize=10995452 CPUtime=0.15 cores=0-3,8-11
/proc/22892/task/22950/stat : 22950 (java) S 22889 22892 21492 0 -1 1077944384 167 12282 0 0 2 1 9 3 20 0 20 0 10495409 11259342848 75728 33554432000 4194304 4196468 140723778255520 140694004988304 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22951] ppid=22889 vsize=10995452 CPUtime=0.15 cores=0-3,8-11
/proc/22892/task/22951/stat : 22951 (java) S 22889 22892 21492 0 -1 1077944384 51 12282 0 0 2 1 9 3 20 0 20 0 10495409 11259342848 75728 33554432000 4194304 4196468 140723778255520 140694003935504 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22952] ppid=22889 vsize=10995452 CPUtime=0.15 cores=0-3,8-11
/proc/22892/task/22952/stat : 22952 (java) S 22889 22892 21492 0 -1 1077944384 34 12282 0 0 2 1 9 3 20 0 20 0 10495409 11259342848 75728 33554432000 4194304 4196468 140723778255520 140694002883728 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22953] ppid=22889 vsize=10995452 CPUtime=0.15 cores=0-3,8-11
/proc/22892/task/22953/stat : 22953 (java) S 22889 22892 21492 0 -1 1077944384 33 12282 0 0 2 1 9 3 20 0 20 0 10495409 11259342848 75728 33554432000 4194304 4196468 140723778255520 140693656493072 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22954] ppid=22889 vsize=10995452 CPUtime=0.14 cores=0-3,8-11
/proc/22892/task/22954/stat : 22954 (java) S 22889 22892 21492 0 -1 1077944384 93 12282 0 0 2 0 9 3 20 0 20 0 10495409 11259342848 75728 33554432000 4194304 4196468 140723778255520 140693655440272 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22955] ppid=22889 vsize=10995452 CPUtime=0.15 cores=0-3,8-11
/proc/22892/task/22955/stat : 22955 (java) S 22889 22892 21492 0 -1 1077944384 38 12282 0 0 2 1 9 3 20 0 20 0 10495409 11259342848 75728 33554432000 4194304 4196468 140723778255520 140693654387472 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22956] ppid=22889 vsize=10995452 CPUtime=0.15 cores=0-3,8-11
/proc/22892/task/22956/stat : 22956 (java) S 22889 22892 21492 0 -1 1077944384 2802 12282 0 0 3 0 9 3 20 0 20 0 10495411 11259342848 75728 33554432000 4194304 4196468 140723778255520 140693528885616 140694054484610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22957] ppid=22889 vsize=10995452 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22957/stat : 22957 (java) S 22889 22892 21492 0 -1 1077944384 56 12282 0 0 0 0 9 3 20 0 20 0 10495412 11259342848 75728 33554432000 4194304 4196468 140723778255520 140693527831648 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22958] ppid=22889 vsize=10995452 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22958/stat : 22958 (java) S 22889 22892 21492 0 -1 1077944384 43 12282 0 0 0 0 9 3 20 0 20 0 10495413 11259342848 75728 33554432000 4194304 4196468 140723778255520 140693526778752 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22959] ppid=22889 vsize=10995452 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22959/stat : 22959 (java) S 22889 22892 21492 0 -1 1077944384 1 12282 0 0 0 0 9 3 20 0 20 0 10495417 11259342848 75728 33554432000 4194304 4196468 140723778255520 140693525727056 140694054492059 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22960] ppid=22889 vsize=10995452 CPUtime=1.24 cores=0-3,8-11
/proc/22892/task/22960/stat : 22960 (java) S 22889 22892 21492 0 -1 1077944384 4634 12282 0 0 111 1 9 3 20 0 20 0 10495417 11259342848 75728 33554432000 4194304 4196468 140723778255520 140693524675440 140694054484610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22961] ppid=22889 vsize=10995452 CPUtime=0.9 cores=0-3,8-11
/proc/22892/task/22961/stat : 22961 (java) S 22889 22892 21492 0 -1 1077944384 2251 12282 0 0 77 1 9 3 20 0 20 0 10495417 11259342848 75728 33554432000 4194304 4196468 140723778255520 140693523622640 140694054484610 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22962] ppid=22889 vsize=10995452 CPUtime=1.01 cores=0-3,8-11
/proc/22892/task/22962/stat : 22962 (java) R 22889 22892 21492 0 -1 4202560 3803 12282 0 0 88 1 9 3 20 0 20 0 10495417 11259342848 75728 33554432000 4194304 4196468 140723778255520 140693522550856 140694037970203 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22963] ppid=22889 vsize=10995452 CPUtime=1.28 cores=0-3,8-11
/proc/22892/task/22963/stat : 22963 (java) S 22889 22892 21492 0 -1 1077944384 3773 12282 0 0 115 1 9 3 20 0 20 0 10495417 11259342848 75728 33554432000 4194304 4196468 140723778255520 140693521517040 140694054484610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22964] ppid=22889 vsize=10995452 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22964/stat : 22964 (java) S 22889 22892 21492 0 -1 1077944384 3 12282 0 0 0 0 9 3 20 0 20 0 10495417 11259342848 75728 33554432000 4194304 4196468 140723778255520 140693520464480 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22965] ppid=22889 vsize=10995452 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22965/stat : 22965 (java) S 22889 22892 21492 0 -1 1077944384 5 12282 0 0 0 0 9 3 20 0 20 0 10495417 11259342848 75728 33554432000 4194304 4196468 140723778255520 140693519411760 140694054484610 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
Current children cumulated CPU time (s) 7.84
Current children cumulated vsize (KiB) 10995452

[startup+4.00088 s]
/proc/loadavg: 2.66 1.42 1.32 6/283 22965
/proc/meminfo: memFree=30805752/32770624 swapFree=5832/238096
[pid=22892] ppid=22889 vsize=10997564 CPUtime=9.76 cores=0-3,8-11
/proc/22892/stat : 22892 (java) S 22889 22892 21492 0 -1 1077944320 63694 12282 0 0 937 27 9 3 20 0 20 0 10495395 11261505536 77634 33554432000 4194304 4196468 140723778255520 140723778238064 140694054473463 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
/proc/22892/statm: 2749391 77634 3496 1 0 2736946 0
[pid=22892/tid=22947] ppid=22889 vsize=10997564 CPUtime=3.74 cores=0-3,8-11
/proc/22892/task/22947/stat : 22947 (java) S 22889 22892 21492 0 -1 1077944384 41755 12282 0 0 354 8 9 3 20 0 20 0 10495408 11261505536 77634 33554432000 4194304 4196468 140723778255520 140694058711168 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22948] ppid=22889 vsize=10997564 CPUtime=0.2 cores=0-3,8-11
/proc/22892/task/22948/stat : 22948 (java) S 22889 22892 21492 0 -1 1077944384 35 12282 0 0 7 1 9 3 20 0 20 0 10495409 11261505536 77634 33554432000 4194304 4196468 140723778255520 140694007093904 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22949] ppid=22889 vsize=10997564 CPUtime=0.23 cores=0-3,8-11
/proc/22892/task/22949/stat : 22949 (java) S 22889 22892 21492 0 -1 1077944384 107 12282 0 0 10 1 9 3 20 0 20 0 10495409 11261505536 77634 33554432000 4194304 4196468 140723778255520 140694006041104 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22950] ppid=22889 vsize=10997564 CPUtime=0.24 cores=0-3,8-11
/proc/22892/task/22950/stat : 22950 (java) S 22889 22892 21492 0 -1 1077944384 173 12282 0 0 11 1 9 3 20 0 20 0 10495409 11261505536 77634 33554432000 4194304 4196468 140723778255520 140694004988304 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22951] ppid=22889 vsize=10997564 CPUtime=0.24 cores=0-3,8-11
/proc/22892/task/22951/stat : 22951 (java) S 22889 22892 21492 0 -1 1077944384 66 12282 0 0 11 1 9 3 20 0 20 0 10495409 11261505536 77634 33554432000 4194304 4196468 140723778255520 140694003935504 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22952] ppid=22889 vsize=10997564 CPUtime=0.23 cores=0-3,8-11
/proc/22892/task/22952/stat : 22952 (java) S 22889 22892 21492 0 -1 1077944384 42 12282 0 0 10 1 9 3 20 0 20 0 10495409 11261505536 77634 33554432000 4194304 4196468 140723778255520 140694002883728 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22953] ppid=22889 vsize=10997564 CPUtime=0.24 cores=0-3,8-11
/proc/22892/task/22953/stat : 22953 (java) S 22889 22892 21492 0 -1 1077944384 33 12282 0 0 11 1 9 3 20 0 20 0 10495409 11261505536 77634 33554432000 4194304 4196468 140723778255520 140693656493072 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22954] ppid=22889 vsize=10997564 CPUtime=0.2 cores=0-3,8-11
/proc/22892/task/22954/stat : 22954 (java) S 22889 22892 21492 0 -1 1077944384 97 12282 0 0 8 0 9 3 20 0 20 0 10495409 11261505536 77634 33554432000 4194304 4196468 140723778255520 140693655440272 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22955] ppid=22889 vsize=10997564 CPUtime=0.24 cores=0-3,8-11
/proc/22892/task/22955/stat : 22955 (java) S 22889 22892 21492 0 -1 1077944384 38 12282 0 0 11 1 9 3 20 0 20 0 10495409 11261505536 77634 33554432000 4194304 4196468 140723778255520 140693654387472 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22956] ppid=22889 vsize=10997564 CPUtime=0.19 cores=0-3,8-11
/proc/22892/task/22956/stat : 22956 (java) R 22889 22892 21492 0 -1 4202560 2813 12282 0 0 7 0 9 3 20 0 20 0 10495411 11261505536 77634 33554432000 4194304 4196468 140723778255520 140693528884016 140694033099840 0 0 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22957] ppid=22889 vsize=10997564 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22957/stat : 22957 (java) S 22889 22892 21492 0 -1 1077944384 57 12282 0 0 0 0 9 3 20 0 20 0 10495412 11261505536 77634 33554432000 4194304 4196468 140723778255520 140693527831024 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22958] ppid=22889 vsize=10997564 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22958/stat : 22958 (java) S 22889 22892 21492 0 -1 1077944384 43 12282 0 0 0 0 9 3 20 0 20 0 10495413 11261505536 77634 33554432000 4194304 4196468 140723778255520 140693526778752 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22959] ppid=22889 vsize=10997564 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22959/stat : 22959 (java) S 22889 22892 21492 0 -1 1077944384 1 12282 0 0 0 0 9 3 20 0 20 0 10495417 11261505536 77634 33554432000 4194304 4196468 140723778255520 140693525727056 140694054492059 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22960] ppid=22889 vsize=10997564 CPUtime=1.44 cores=0-3,8-11
/proc/22892/task/22960/stat : 22960 (java) S 22889 22892 21492 0 -1 1077944384 4689 12282 0 0 131 1 9 3 20 0 20 0 10495417 11261505536 77634 33554432000 4194304 4196468 140723778255520 140693524660336 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22961] ppid=22889 vsize=10997564 CPUtime=1.11 cores=0-3,8-11
/proc/22892/task/22961/stat : 22961 (java) S 22889 22892 21492 0 -1 1077944384 2325 12282 0 0 98 1 9 3 20 0 20 0 10495417 11261505536 77634 33554432000 4194304 4196468 140723778255520 140693523606336 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22962] ppid=22889 vsize=10997564 CPUtime=1.42 cores=0-3,8-11
/proc/22892/task/22962/stat : 22962 (java) R 22889 22892 21492 0 -1 4202560 5181 12282 0 0 128 2 9 3 20 0 20 0 10495417 11261505536 77634 33554432000 4194304 4196468 140723778255520 140693522555864 140694039588677 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22963] ppid=22889 vsize=10997564 CPUtime=1.45 cores=0-3,8-11
/proc/22892/task/22963/stat : 22963 (java) S 22889 22892 21492 0 -1 1077944384 4102 12282 0 0 131 2 9 3 20 0 20 0 10495417 11261505536 77634 33554432000 4194304 4196468 140723778255520 140693521517040 140694054484610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22964] ppid=22889 vsize=10997564 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22964/stat : 22964 (java) S 22889 22892 21492 0 -1 1077944384 3 12282 0 0 0 0 9 3 20 0 20 0 10495417 11261505536 77634 33554432000 4194304 4196468 140723778255520 140693520464480 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22965] ppid=22889 vsize=10997564 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22965/stat : 22965 (java) S 22889 22892 21492 0 -1 1077944384 5 12282 0 0 0 0 9 3 20 0 20 0 10495417 11261505536 77634 33554432000 4194304 4196468 140723778255520 140693519411760 140694054484610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
Current children cumulated CPU time (s) 9.76
Current children cumulated vsize (KiB) 10997564

[startup+4.10076 s]
/proc/loadavg: 2.66 1.42 1.32 6/283 22965
/proc/meminfo: memFree=30805752/32770624 swapFree=5832/238096
[pid=22892] ppid=22889 vsize=11000012 CPUtime=10.15 cores=0-3,8-11
/proc/22892/stat : 22892 (java) S 22889 22892 21492 0 -1 1077944320 65125 12282 0 0 976 27 9 3 20 0 20 0 10495395 11264012288 77970 33554432000 4194304 4196468 140723778255520 140723778238064 140694054473463 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
/proc/22892/statm: 2750003 77970 3496 1 0 2737558 0
[pid=22892/tid=22947] ppid=22889 vsize=11000012 CPUtime=3.77 cores=0-3,8-11
/proc/22892/task/22947/stat : 22947 (java) R 22889 22892 21492 0 -1 4202560 41831 12282 0 0 357 8 9 3 20 0 20 0 10495408 11264012288 77970 33554432000 4194304 4196468 140723778255520 140694058700976 140693687067687 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22948] ppid=22889 vsize=11000012 CPUtime=0.23 cores=0-3,8-11
/proc/22892/task/22948/stat : 22948 (java) S 22889 22892 21492 0 -1 1077944384 35 12282 0 0 10 1 9 3 20 0 20 0 10495409 11264012288 77970 33554432000 4194304 4196468 140723778255520 140694007093904 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22949] ppid=22889 vsize=11000012 CPUtime=0.24 cores=0-3,8-11
/proc/22892/task/22949/stat : 22949 (java) S 22889 22892 21492 0 -1 1077944384 107 12282 0 0 11 1 9 3 20 0 20 0 10495409 11264012288 77970 33554432000 4194304 4196468 140723778255520 140694006041104 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22950] ppid=22889 vsize=11000012 CPUtime=0.26 cores=0-3,8-11
/proc/22892/task/22950/stat : 22950 (java) S 22889 22892 21492 0 -1 1077944384 173 12282 0 0 13 1 9 3 20 0 20 0 10495409 11264012288 77970 33554432000 4194304 4196468 140723778255520 140694004988304 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22951] ppid=22889 vsize=11000012 CPUtime=0.26 cores=0-3,8-11
/proc/22892/task/22951/stat : 22951 (java) S 22889 22892 21492 0 -1 1077944384 66 12282 0 0 13 1 9 3 20 0 20 0 10495409 11264012288 77970 33554432000 4194304 4196468 140723778255520 140694003935504 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22952] ppid=22889 vsize=11000012 CPUtime=0.25 cores=0-3,8-11
/proc/22892/task/22952/stat : 22952 (java) S 22889 22892 21492 0 -1 1077944384 42 12282 0 0 12 1 9 3 20 0 20 0 10495409 11264012288 77970 33554432000 4194304 4196468 140723778255520 140694002883728 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22953] ppid=22889 vsize=11000012 CPUtime=0.25 cores=0-3,8-11
/proc/22892/task/22953/stat : 22953 (java) S 22889 22892 21492 0 -1 1077944384 39 12282 0 0 12 1 9 3 20 0 20 0 10495409 11264012288 77970 33554432000 4194304 4196468 140723778255520 140693656493072 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22954] ppid=22889 vsize=11000012 CPUtime=0.22 cores=0-3,8-11
/proc/22892/task/22954/stat : 22954 (java) S 22889 22892 21492 0 -1 1077944384 102 12282 0 0 10 0 9 3 20 0 20 0 10495409 11264012288 77970 33554432000 4194304 4196468 140723778255520 140693655440272 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22955] ppid=22889 vsize=11000012 CPUtime=0.25 cores=0-3,8-11
/proc/22892/task/22955/stat : 22955 (java) S 22889 22892 21492 0 -1 1077944384 38 12282 0 0 12 1 9 3 20 0 20 0 10495409 11264012288 77970 33554432000 4194304 4196468 140723778255520 140693654387472 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22956] ppid=22889 vsize=11000012 CPUtime=0.23 cores=0-3,8-11
/proc/22892/task/22956/stat : 22956 (java) S 22889 22892 21492 0 -1 1077944384 2813 12282 0 0 11 0 9 3 20 0 20 0 10495411 11264012288 77970 33554432000 4194304 4196468 140723778255520 140693528885616 140694054484610 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22957] ppid=22889 vsize=11000012 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22957/stat : 22957 (java) S 22889 22892 21492 0 -1 1077944384 57 12282 0 0 0 0 9 3 20 0 20 0 10495412 11264012288 77970 33554432000 4194304 4196468 140723778255520 140693527831712 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22958] ppid=22889 vsize=11000012 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22958/stat : 22958 (java) S 22889 22892 21492 0 -1 1077944384 44 12282 0 0 0 0 9 3 20 0 20 0 10495413 11264012288 77970 33554432000 4194304 4196468 140723778255520 140693526778752 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22959] ppid=22889 vsize=11000012 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22959/stat : 22959 (java) S 22889 22892 21492 0 -1 1077944384 1 12282 0 0 0 0 9 3 20 0 20 0 10495417 11264012288 77970 33554432000 4194304 4196468 140723778255520 140693525727056 140694054492059 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22960] ppid=22889 vsize=11000012 CPUtime=1.48 cores=0-3,8-11
/proc/22892/task/22960/stat : 22960 (java) R 22889 22892 21492 0 -1 4202560 4706 12282 0 0 135 1 9 3 20 0 20 0 10495417 11264012288 77970 33554432000 4194304 4196468 140723778255520 140693524654480 140694033719306 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22961] ppid=22889 vsize=11000012 CPUtime=1.15 cores=0-3,8-11
/proc/22892/task/22961/stat : 22961 (java) S 22889 22892 21492 0 -1 1077944384 2331 12282 0 0 102 1 9 3 20 0 20 0 10495417 11264012288 77970 33554432000 4194304 4196468 140723778255520 140693523622640 140694054484610 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22962] ppid=22889 vsize=11000012 CPUtime=1.52 cores=0-3,8-11
/proc/22892/task/22962/stat : 22962 (java) R 22889 22892 21492 0 -1 4202560 6501 12282 0 0 138 2 9 3 20 0 20 0 10495417 11264012288 77970 33554432000 4194304 4196468 140723778255520 140693522555816 140694037860267 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22963] ppid=22889 vsize=11000012 CPUtime=1.46 cores=0-3,8-11
/proc/22892/task/22963/stat : 22963 (java) S 22889 22892 21492 0 -1 1077944384 4102 12282 0 0 132 2 9 3 20 0 20 0 10495417 11264012288 77970 33554432000 4194304 4196468 140723778255520 140693521517040 140694054484610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22964] ppid=22889 vsize=11000012 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22964/stat : 22964 (java) S 22889 22892 21492 0 -1 1077944384 3 12282 0 0 0 0 9 3 20 0 20 0 10495417 11264012288 77970 33554432000 4194304 4196468 140723778255520 140693520464480 140694054483669 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
[pid=22892/tid=22965] ppid=22889 vsize=11000012 CPUtime=0.12 cores=0-3,8-11
/proc/22892/task/22965/stat : 22965 (java) S 22889 22892 21492 0 -1 1077944384 5 12282 0 0 0 0 9 3 20 0 20 0 10495417 11264012288 77970 33554432000 4194304 4196468 140723778255520 140693519411760 140694054484610 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 31461376 140723778263745 140723778266519 140723778266519 140723778269135 0
Current children cumulated CPU time (s) 10.15
Current children cumulated vsize (KiB) 11000012

Child status: 0
Real time (s): 4.15321
CPU time (s): 10.2749
CPU user time (s): 9.94673
CPU system time (s): 0.328139
CPU usage (%): 247.396
Max. virtual memory (cumulated for all children) (KiB): 11000012

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.94673
system time used= 0.328139
maximum resident set size= 313516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 77572
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9030
involuntary context switches= 1814

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032144 second user time and 0.048217 second system time

The end

Launcher Data

Begin job on node144 at 2017-07-22 21:38:21
IDJOB=4248877
IDBENCH=134538
IDSOLVER=2630
FILE ID=node144/4248877-1500752301
RUNJOBID= node144-1500752272-21523
PBS_JOBID= 20624582
Free space on /tmp= 61992 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Blackhole/Blackhole-m1-s10/Blackhole-10-3-04.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4248877-1500752301/watcher-4248877-1500752301 -o /tmp/evaluation-result-4248877-1500752301/solver-4248877-1500752301 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500752272-21523 --watchdog 2560  bin/concrete HOME/instance-4248877-1500752301.xml

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

MD5SUM BENCH= 986ee2669b222e63b3403a1d528be806
RANDOM SEED=2010212421

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

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

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

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

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

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

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

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

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

processor	: 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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
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		: 2133.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	: 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		: 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	: 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		: 1733.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:        31302960 kB
MemAvailable:   31528268 kB
Buffers:          147448 kB
Cached:           360948 kB
SwapCached:            0 kB
Active:           792144 kB
Inactive:         246808 kB
Active(anon):     533580 kB
Inactive(anon):     8712 kB
Active(file):     258564 kB
Inactive(file):   238096 kB
Unevictable:        5832 kB
Mlocked:            5832 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25952 kB
Writeback:             0 kB
AnonPages:        520756 kB
Mapped:            44344 kB
Shmem:              8844 kB
Slab:             122840 kB
SReclaimable:      88964 kB
SUnreclaim:        33876 kB
KernelStack:        4576 kB
PageTables:         6628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1495288 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    319488 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61968 MiB
End job on node144 at 2017-07-22 21:38:25