Trace number 4245462

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.4UNSAT 17.9309 5.86746

General information on the benchmark

NameMixed/Mixed-xcsp2-cril/
cril-3_X2.xml
MD5SUM1e218b1676f4744e41059e6970885014
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark2.89835
Satisfiable
(Un)Satisfiability was proved
Number of variables208
Number of constraints2032
Number of domains2
Minimum domain size8
Maximum domain size10
Distribution of domain sizes[{"size":8,"count":200},{"size":10,"count":8}]
Minimum variable degree5
Maximum variable degree32
Distribution of variable degrees[{"degree":5,"count":1},{"degree":6,"count":3},{"degree":7,"count":3},{"degree":10,"count":2},{"degree":11,"count":3},{"degree":12,"count":1},{"degree":13,"count":3},{"degree":14,"count":6},{"degree":15,"count":16},{"degree":16,"count":15},{"degree":17,"count":10},{"degree":18,"count":21},{"degree":19,"count":18},{"degree":20,"count":20},{"degree":21,"count":16},{"degree":22,"count":11},{"degree":23,"count":13},{"degree":24,"count":15},{"degree":25,"count":10},{"degree":26,"count":8},{"degree":27,"count":6},{"degree":28,"count":2},{"degree":29,"count":3},{"degree":30,"count":1},{"degree":32,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":2032}]
Number of extensional constraints2032
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2032}]
Optimization problemNO
Type of objective

Solver Data

3.92/2.21	c Concrete v3.4 running
17.80/5.81	s UNSATISFIABLE

Verifier Data


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-4245462-1500703973/watcher-4245462-1500703973 -o /tmp/evaluation-result-4245462-1500703973/solver-4245462-1500703973 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500696853-12413 --watchdog 2560 bin/concrete HOME/instance-4245462-1500703973.xml 

pid=15214
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.72 1.47 1.46 3/261 15217
/proc/meminfo: memFree=30738016/32770624 swapFree=5720/277804
[pid=15217] ppid=15214 vsize=9508 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/15217/stat : 15217 (bash) S 15214 15217 16473 0 -1 4202496 684 1532 0 0 0 0 0 0 20 0 1 0 5666441 9736192 350 33554432000 4194304 5098028 140727075941600 140727075939240 140048067812352 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 9580544 140727075943694 140727075943779 140727075943779 140727075946478 0
/proc/15217/statm: 2377 350 278 221 0 86 0

[startup+0.100129 s]
/proc/loadavg: 1.72 1.47 1.46 3/261 15217
/proc/meminfo: memFree=30738016/32770624 swapFree=5720/277804
[pid=15217] ppid=15214 vsize=9640 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/15217/stat : 15217 (bash) S 15214 15217 16473 0 -1 4202496 878 6416 0 0 0 0 0 1 20 0 1 0 5666441 9871360 377 33554432000 4194304 5098028 140727075941600 140727075935608 140048067812352 0 0 4100 65536 18446744071580971376 0 0 17 12 0 0 0 0 0 7196144 7232144 9580544 140727075943694 140727075943779 140727075943779 140727075946478 0
/proc/15217/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200348 s]
/proc/loadavg: 1.72 1.47 1.46 3/261 15217
/proc/meminfo: memFree=30738016/32770624 swapFree=5720/277804
[pid=15217] ppid=15214 vsize=10435860 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15217/stat : 15217 (java) S 15214 15217 16473 0 -1 1077944320 5075 12681 0 0 4 1 8 4 20 0 13 0 5666441 10686320640 4419 33554432000 4194304 4196468 140737041861168 140737041843712 140283931434743 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
/proc/15217/statm: 2608965 4419 2134 1 0 2597403 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 10435860

[startup+0.300321 s]
/proc/loadavg: 1.72 1.47 1.46 3/261 15217
/proc/meminfo: memFree=30738016/32770624 swapFree=5720/277804
[pid=15217] ppid=15214 vsize=10902292 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/15217/stat : 15217 (java) S 15214 15217 16473 0 -1 1077944320 7175 12681 0 0 20 3 8 4 20 0 20 0 5666441 11163947008 8436 33554432000 4194304 4196468 140737041861168 140737041843712 140283931434743 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
/proc/15217/statm: 2725573 8436 2971 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902292

[startup+0.700431 s]
/proc/loadavg: 1.72 1.47 1.46 3/261 15217
/proc/meminfo: memFree=30738016/32770624 swapFree=5720/277804
[pid=15217] ppid=15214 vsize=10902720 CPUtime=0.87 cores=0,2,4,6,8,10,12,14
/proc/15217/stat : 15217 (java) S 15214 15217 16473 0 -1 1077944320 12493 12681 0 0 70 5 8 4 20 0 20 0 5666441 11164385280 14771 33554432000 4194304 4196468 140737041861168 140737041843712 140283931434743 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
/proc/15217/statm: 2725680 14771 3135 1 0 2713890 0
Current children cumulated CPU time (s) 0.87
Current children cumulated vsize (KiB) 10902720

[startup+1.50072 s]
/proc/loadavg: 1.72 1.47 1.46 4/281 15290
/proc/meminfo: memFree=30635220/32770624 swapFree=5720/278492
[pid=15217] ppid=15214 vsize=10913344 CPUtime=2.19 cores=0,2,4,6,8,10,12,14
/proc/15217/stat : 15217 (java) S 15214 15217 16473 0 -1 1077944320 26801 12681 0 0 194 13 8 4 20 0 20 0 5666441 11175264256 44417 33554432000 4194304 4196468 140737041861168 140737041843712 140283931434743 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
/proc/15217/statm: 2728336 44417 3392 1 0 2716450 0
[pid=15217/tid=15272] ppid=15214 vsize=10913344 CPUtime=1.42 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15272/stat : 15272 (java) S 15214 15217 16473 0 -1 1077944384 19721 12681 0 0 124 6 8 4 20 0 20 0 5666455 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283935658496 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15273] ppid=15214 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15273/stat : 15273 (java) R 15214 15217 16473 0 -1 4202560 56 12681 0 0 0 0 8 4 20 0 20 0 5666456 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283901148376 140283924062951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15274] ppid=15214 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15274/stat : 15274 (java) R 15214 15217 16473 0 -1 4202560 12 12681 0 0 0 0 8 4 20 0 20 0 5666456 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283537132888 140283924062951 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15275] ppid=15214 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15275/stat : 15275 (java) R 15214 15217 16473 0 -1 4202560 138 12681 0 0 1 0 8 4 20 0 20 0 5666456 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283536079832 140283924062951 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15276] ppid=15214 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15276/stat : 15276 (java) R 15214 15217 16473 0 -1 4202560 14 12681 0 0 0 0 8 4 20 0 20 0 5666456 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283535027288 140283924534424 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15277] ppid=15214 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15277/stat : 15277 (java) R 15214 15217 16473 0 -1 4202560 43 12681 0 0 1 0 8 4 20 0 20 0 5666456 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283533973920 140283924062951 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15278] ppid=15214 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15278/stat : 15278 (java) R 15214 15217 16473 0 -1 4202560 84 12681 0 0 1 0 8 4 20 0 20 0 5666456 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283532921688 140283924062951 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15279] ppid=15214 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15279/stat : 15279 (java) R 15214 15217 16473 0 -1 4202560 17 12681 0 0 0 0 8 4 20 0 20 0 5666456 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283531868432 140283924062951 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15280] ppid=15214 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15280/stat : 15280 (java) R 15214 15217 16473 0 -1 4202560 19 12681 0 0 0 0 8 4 20 0 20 0 5666456 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283530816088 140283924062951 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15281] ppid=15214 vsize=10913344 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15281/stat : 15281 (java) S 15214 15217 16473 0 -1 1077944384 1400 12681 0 0 1 0 8 4 20 0 20 0 5666458 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283137639712 140283931444949 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15282] ppid=15214 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15282/stat : 15282 (java) S 15214 15217 16473 0 -1 1077944384 33 12681 0 0 0 0 8 4 20 0 20 0 5666459 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283136587424 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15283] ppid=15214 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15283/stat : 15283 (java) S 15214 15217 16473 0 -1 1077944384 21 12681 0 0 0 0 8 4 20 0 20 0 5666459 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283135534320 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15284] ppid=15214 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15284/stat : 15284 (java) S 15214 15217 16473 0 -1 1077944384 1 12681 0 0 0 0 8 4 20 0 20 0 5666463 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283134482896 140283931453339 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15285] ppid=15214 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15285/stat : 15285 (java) S 15214 15217 16473 0 -1 1077944384 959 12681 0 0 12 0 8 4 20 0 20 0 5666463 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283133430000 140283931445890 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15286] ppid=15214 vsize=10913344 CPUtime=0.24 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15286/stat : 15286 (java) S 15214 15217 16473 0 -1 1077944384 597 12681 0 0 12 0 8 4 20 0 20 0 5666463 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283132377456 140283931445890 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15287] ppid=15214 vsize=10913344 CPUtime=0.22 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15287/stat : 15287 (java) S 15214 15217 16473 0 -1 1077944384 473 12681 0 0 10 0 8 4 20 0 20 0 5666463 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283131324400 140283931445890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15288] ppid=15214 vsize=10913344 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15288/stat : 15288 (java) S 15214 15217 16473 0 -1 1077944384 1079 12681 0 0 25 0 8 4 20 0 20 0 5666463 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283130267344 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15289] ppid=15214 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15289/stat : 15289 (java) S 15214 15217 16473 0 -1 1077944384 3 12681 0 0 0 0 8 4 20 0 20 0 5666463 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283129220064 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15290] ppid=15214 vsize=10913344 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15290/stat : 15290 (java) S 15214 15217 16473 0 -1 1077944384 3 12681 0 0 0 0 8 4 20 0 20 0 5666463 11175264256 44417 33554432000 4194304 4196468 140737041861168 140283128167600 140283931445890 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
Current children cumulated CPU time (s) 2.19
Current children cumulated vsize (KiB) 10913344

[startup+3.1007 s]
/proc/loadavg: 1.74 1.48 1.46 4/281 15290
/proc/meminfo: memFree=30553692/32770624 swapFree=5720/278492
[pid=15217] ppid=15214 vsize=10925820 CPUtime=7.12 cores=0,2,4,6,8,10,12,14
/proc/15217/stat : 15217 (java) S 15214 15217 16473 0 -1 1077944320 50201 12681 0 0 680 20 8 4 20 0 20 0 5666441 11188039680 64179 33554432000 4194304 4196468 140737041861168 140737041843712 140283931434743 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
/proc/15217/statm: 2731455 64179 3480 1 0 2719010 0
[pid=15217/tid=15272] ppid=15214 vsize=10925820 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15272/stat : 15272 (java) R 15214 15217 16473 0 -1 4202560 30842 12681 0 0 280 9 8 4 20 0 20 0 5666455 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283935664528 140283567693461 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15273] ppid=15214 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15273/stat : 15273 (java) S 15214 15217 16473 0 -1 1077944384 56 12681 0 0 0 0 8 4 20 0 20 0 5666456 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283901148176 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15274] ppid=15214 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15274/stat : 15274 (java) S 15214 15217 16473 0 -1 1077944384 12 12681 0 0 0 0 8 4 20 0 20 0 5666456 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283537132688 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15275] ppid=15214 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15275/stat : 15275 (java) S 15214 15217 16473 0 -1 1077944384 138 12681 0 0 1 0 8 4 20 0 20 0 5666456 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283536079632 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15276] ppid=15214 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15276/stat : 15276 (java) S 15214 15217 16473 0 -1 1077944384 14 12681 0 0 0 0 8 4 20 0 20 0 5666456 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283535027088 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15277] ppid=15214 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15277/stat : 15277 (java) S 15214 15217 16473 0 -1 1077944384 43 12681 0 0 1 0 8 4 20 0 20 0 5666456 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283533974032 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15278] ppid=15214 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15278/stat : 15278 (java) S 15214 15217 16473 0 -1 1077944384 84 12681 0 0 1 0 8 4 20 0 20 0 5666456 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283532921488 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15279] ppid=15214 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15279/stat : 15279 (java) S 15214 15217 16473 0 -1 1077944384 17 12681 0 0 1 0 8 4 20 0 20 0 5666456 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283531868432 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15280] ppid=15214 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15280/stat : 15280 (java) S 15214 15217 16473 0 -1 1077944384 19 12681 0 0 0 0 8 4 20 0 20 0 5666456 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283530815888 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15281] ppid=15214 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15281/stat : 15281 (java) S 15214 15217 16473 0 -1 1077944384 1783 12681 0 0 1 0 8 4 20 0 20 0 5666458 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283137641200 140283931445890 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15282] ppid=15214 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15282/stat : 15282 (java) S 15214 15217 16473 0 -1 1077944384 55 12681 0 0 0 0 8 4 20 0 20 0 5666459 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283136587488 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15283] ppid=15214 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15283/stat : 15283 (java) S 15214 15217 16473 0 -1 1077944384 45 12681 0 0 0 0 8 4 20 0 20 0 5666459 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283135534336 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15284] ppid=15214 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15284/stat : 15284 (java) S 15214 15217 16473 0 -1 1077944384 1 12681 0 0 0 0 8 4 20 0 20 0 5666463 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283134482896 140283931453339 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15285] ppid=15214 vsize=10925820 CPUtime=1.1 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15285/stat : 15285 (java) R 15214 15217 16473 0 -1 4202560 3207 12681 0 0 97 1 8 4 20 0 20 0 5666463 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283133409280 140283912135040 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15286] ppid=15214 vsize=10925820 CPUtime=0.95 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15286/stat : 15286 (java) R 15214 15217 16473 0 -1 4202560 2698 12681 0 0 82 1 8 4 20 0 20 0 5666463 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283132358048 140283931448630 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15287] ppid=15214 vsize=10925820 CPUtime=1.16 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15287/stat : 15287 (java) S 15214 15217 16473 0 -1 1077944384 5036 12681 0 0 104 0 8 4 20 0 20 0 5666463 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283131324400 140283931445890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15288] ppid=15214 vsize=10925820 CPUtime=1.18 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15288/stat : 15288 (java) S 15214 15217 16473 0 -1 1077944384 4013 12681 0 0 104 2 8 4 20 0 20 0 5666463 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283130271856 140283931445890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15289] ppid=15214 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15289/stat : 15289 (java) S 15214 15217 16473 0 -1 1077944384 3 12681 0 0 0 0 8 4 20 0 20 0 5666463 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283129220064 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15290] ppid=15214 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15290/stat : 15290 (java) S 15214 15217 16473 0 -1 1077944384 7 12681 0 0 0 0 8 4 20 0 20 0 5666463 11188039680 64179 33554432000 4194304 4196468 140737041861168 140283128167600 140283931445890 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
Current children cumulated CPU time (s) 7.12
Current children cumulated vsize (KiB) 10925820

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

[startup+3.20099 s]
/proc/loadavg: 1.74 1.48 1.46 4/281 15290
/proc/meminfo: memFree=30553692/32770624 swapFree=5720/278492
[pid=15217] ppid=15214 vsize=10925820 CPUtime=7.44 cores=0,2,4,6,8,10,12,14
/proc/15217/stat : 15217 (java) S 15214 15217 16473 0 -1 1077944320 50431 12681 0 0 711 21 8 4 20 0 20 0 5666441 11188039680 64420 33554432000 4194304 4196468 140737041861168 140737041843712 140283931434743 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
/proc/15217/statm: 2731455 64420 3481 1 0 2719010 0
[pid=15217/tid=15272] ppid=15214 vsize=10925820 CPUtime=3.1 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15272/stat : 15272 (java) R 15214 15217 16473 0 -1 4202560 30856 12681 0 0 289 9 8 4 20 0 20 0 5666455 11188039680 64420 33554432000 4194304 4196468 140737041861168 140283935665344 140283577045049 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15273] ppid=15214 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15273/stat : 15273 (java) S 15214 15217 16473 0 -1 1077944384 56 12681 0 0 0 0 8 4 20 0 20 0 5666456 11188039680 64420 33554432000 4194304 4196468 140737041861168 140283901148176 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15274] ppid=15214 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15274/stat : 15274 (java) S 15214 15217 16473 0 -1 1077944384 12 12681 0 0 0 0 8 4 20 0 20 0 5666456 11188039680 64420 33554432000 4194304 4196468 140737041861168 140283537132688 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15275] ppid=15214 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15275/stat : 15275 (java) S 15214 15217 16473 0 -1 1077944384 138 12681 0 0 1 0 8 4 20 0 20 0 5666456 11188039680 64420 33554432000 4194304 4196468 140737041861168 140283536079632 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15276] ppid=15214 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15276/stat : 15276 (java) S 15214 15217 16473 0 -1 1077944384 14 12681 0 0 0 0 8 4 20 0 20 0 5666456 11188039680 64420 33554432000 4194304 4196468 140737041861168 140283535027088 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15277] ppid=15214 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15277/stat : 15277 (java) S 15214 15217 16473 0 -1 1077944384 43 12681 0 0 1 0 8 4 20 0 20 0 5666456 11188039680 64420 33554432000 4194304 4196468 140737041861168 140283533974032 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15278] ppid=15214 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15278/stat : 15278 (java) S 15214 15217 16473 0 -1 1077944384 84 12681 0 0 1 0 8 4 20 0 20 0 5666456 11188039680 64420 33554432000 4194304 4196468 140737041861168 140283532921488 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15279] ppid=15214 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15279/stat : 15279 (java) S 15214 15217 16473 0 -1 1077944384 17 12681 0 0 1 0 8 4 20 0 20 0 5666456 11188039680 64420 33554432000 4194304 4196468 140737041861168 140283531868432 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15280] ppid=15214 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15280/stat : 15280 (java) S 15214 15217 16473 0 -1 1077944384 19 12681 0 0 0 0 8 4 20 0 20 0 5666456 11188039680 64420 33554432000 4194304 4196468 140737041861168 140283530815888 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15281] ppid=15214 vsize=10925820 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15281/stat : 15281 (java) S 15214 15217 16473 0 -1 1077944384 1783 12681 0 0 1 0 8 4 20 0 20 0 5666458 11188039680 64420 33554432000 4194304 4196468 140737041861168 140283137641200 140283931445890 0 0 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15282] ppid=15214 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15282/stat : 15282 (java) S 15214 15217 16473 0 -1 1077944384 55 12681 0 0 0 0 8 4 20 0 20 0 5666459 11188039680 64420 33554432000 4194304 4196468 140737041861168 140283136587488 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15283] ppid=15214 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15283/stat : 15283 (java) S 15214 15217 16473 0 -1 1077944384 45 12681 0 0 0 0 8 4 20 0 20 0 5666459 11188039680 64420 33554432000 4194304 4196468 140737041861168 140283135534336 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15284] ppid=15214 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15284/stat : 15284 (java) S 15214 15217 16473 0 -1 1077944384 1 12681 0 0 0 0 8 4 20 0 20 0 5666463 11188039680 64420 33554432000 4194304 4196468 140737041861168 140283134482896 140283931453339 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15285] ppid=15214 vsize=10925820 CPUtime=1.13 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15285/stat : 15285 (java) S 15214 15217 16473 0 -1 1077944384 3219 12681 0 0 100 1 8 4 20 0 20 0 5666463 11188039680 64420 33554432000 4194304 4196468 140737041861168 140283133430000 140283931445890 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15286] ppid=15214 vsize=10925820 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15286/stat : 15286 (java) S 15214 15217 16473 0 -1 1077944384 2720 12681 0 0 89 1 8 4 20 0 20 0 5666463 11188039680 64420 33554432000 4194304 4196468 140737041861168 140283132377456 140283931445890 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15287] ppid=15214 vsize=10925820 CPUtime=1.21 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15287/stat : 15287 (java) S 15214 15217 16473 0 -1 1077944384 5062 12681 0 0 108 1 8 4 20 0 20 0 5666463 11188039680 64450 33554432000 4194304 4196468 140737041861168 140283131324400 140283931445890 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15288] ppid=15214 vsize=10925820 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15288/stat : 15288 (java) R 15214 15217 16473 0 -1 4202560 4172 12681 0 0 112 2 8 4 20 0 20 0 5666463 11188039680 64450 33554432000 4194304 4196468 140737041861168 140283130271776 140283924534443 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15289] ppid=15214 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15289/stat : 15289 (java) S 15214 15217 16473 0 -1 1077944384 3 12681 0 0 0 0 8 4 20 0 20 0 5666463 11188039680 64450 33554432000 4194304 4196468 140737041861168 140283129220064 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15290] ppid=15214 vsize=10925820 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15290/stat : 15290 (java) S 15214 15217 16473 0 -1 1077944384 7 12681 0 0 0 0 8 4 20 0 20 0 5666463 11188039680 64450 33554432000 4194304 4196468 140737041861168 140283128167600 140283931445890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
Current children cumulated CPU time (s) 7.44
Current children cumulated vsize (KiB) 10925820

[startup+4.80108 s]
/proc/loadavg: 1.74 1.48 1.46 6/281 15290
/proc/meminfo: memFree=30393400/32770624 swapFree=5720/278504
[pid=15217] ppid=15214 vsize=10927868 CPUtime=13.92 cores=0,2,4,6,8,10,12,14
/proc/15217/stat : 15217 (java) S 15214 15217 16473 0 -1 1077944320 56272 12681 0 0 1348 32 8 4 20 0 20 0 5666441 11190136832 85771 33554432000 4194304 4196468 140737041861168 140737041843712 140283931434743 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
/proc/15217/statm: 2731967 85771 3493 1 0 2719522 0
[pid=15217/tid=15272] ppid=15214 vsize=10927868 CPUtime=4.63 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15272/stat : 15272 (java) S 15214 15217 16473 0 -1 1077944384 31864 12681 0 0 440 11 8 4 20 0 20 0 5666455 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283935663792 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15273] ppid=15214 vsize=10927868 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15273/stat : 15273 (java) R 15214 15217 16473 0 -1 4202560 72 12681 0 0 3 1 8 4 20 0 20 0 5666456 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283901148376 140283916135376 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15274] ppid=15214 vsize=10927868 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15274/stat : 15274 (java) R 15214 15217 16473 0 -1 4202560 92 12681 0 0 3 1 8 4 20 0 20 0 5666456 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283537132888 140283916135337 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15275] ppid=15214 vsize=10927868 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15275/stat : 15275 (java) R 15214 15217 16473 0 -1 4202560 154 12681 0 0 3 1 8 4 20 0 20 0 5666456 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283536079632 140283916135366 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15276] ppid=15214 vsize=10927868 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15276/stat : 15276 (java) R 15214 15217 16473 0 -1 4202560 42 12681 0 0 4 1 8 4 20 0 20 0 5666456 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283535027288 140283916135396 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15277] ppid=15214 vsize=10927868 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15277/stat : 15277 (java) R 15214 15217 16473 0 -1 4202560 54 12681 0 0 3 1 8 4 20 0 20 0 5666456 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283533974232 140283916424247 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15278] ppid=15214 vsize=10927868 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15278/stat : 15278 (java) R 15214 15217 16473 0 -1 4202560 130 12681 0 0 3 1 8 4 20 0 20 0 5666456 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283532921688 140283916135379 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15279] ppid=15214 vsize=10927868 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15279/stat : 15279 (java) R 15214 15217 16473 0 -1 4202560 88 12681 0 0 3 1 8 4 20 0 20 0 5666456 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283531868432 140283916135431 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15280] ppid=15214 vsize=10927868 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15280/stat : 15280 (java) R 15214 15217 16473 0 -1 4202560 35 12681 0 0 3 1 8 4 20 0 20 0 5666456 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283530816088 140283916135366 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15281] ppid=15214 vsize=10927868 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15281/stat : 15281 (java) S 15214 15217 16473 0 -1 1077944384 2252 12681 0 0 4 0 8 4 20 0 20 0 5666458 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283137639712 140283931444949 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15282] ppid=15214 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15282/stat : 15282 (java) S 15214 15217 16473 0 -1 1077944384 56 12681 0 0 0 0 8 4 20 0 20 0 5666459 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283136587488 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15283] ppid=15214 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15283/stat : 15283 (java) S 15214 15217 16473 0 -1 1077944384 45 12681 0 0 0 0 8 4 20 0 20 0 5666459 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283135534336 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15284] ppid=15214 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15284/stat : 15284 (java) S 15214 15217 16473 0 -1 1077944384 1 12681 0 0 0 0 8 4 20 0 20 0 5666463 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283134482896 140283931453339 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15285] ppid=15214 vsize=10927868 CPUtime=2.47 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15285/stat : 15285 (java) S 15214 15217 16473 0 -1 1077944384 3990 12681 0 0 234 1 8 4 20 0 20 0 5666463 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283133413408 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15286] ppid=15214 vsize=10927868 CPUtime=2.37 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15286/stat : 15286 (java) S 15214 15217 16473 0 -1 1077944384 3279 12681 0 0 223 2 8 4 20 0 20 0 5666463 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283132358384 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15287] ppid=15214 vsize=10927868 CPUtime=2.52 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15287/stat : 15287 (java) S 15214 15217 16473 0 -1 1077944384 6040 12681 0 0 239 1 8 4 20 0 20 0 5666463 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283131309120 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15288] ppid=15214 vsize=10927868 CPUtime=1.9 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15288/stat : 15288 (java) S 15214 15217 16473 0 -1 1077944384 5939 12681 0 0 175 3 8 4 20 0 20 0 5666463 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283130267728 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15289] ppid=15214 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15289/stat : 15289 (java) S 15214 15217 16473 0 -1 1077944384 3 12681 0 0 0 0 8 4 20 0 20 0 5666463 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283129220064 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15290] ppid=15214 vsize=10927868 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15290/stat : 15290 (java) S 15214 15217 16473 0 -1 1077944384 8 12681 0 0 0 0 8 4 20 0 20 0 5666463 11190136832 85771 33554432000 4194304 4196468 140737041861168 140283128167600 140283931445890 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
Current children cumulated CPU time (s) 13.92
Current children cumulated vsize (KiB) 10927868

[startup+5.61298 s]
/proc/loadavg: 1.74 1.48 1.46 7/281 15290
/proc/meminfo: memFree=30328576/32770624 swapFree=5720/278504
[pid=15217] ppid=15214 vsize=10995452 CPUtime=16.78 cores=0,2,4,6,8,10,12,14
/proc/15217/stat : 15217 (java) S 15214 15217 16473 0 -1 1077944320 63089 12681 0 0 1632 34 8 4 20 0 20 0 5666441 11259342848 93435 33554432000 4194304 4196468 140737041861168 140737041843712 140283931434743 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
/proc/15217/statm: 2748863 93435 3496 1 0 2736418 0
[pid=15217/tid=15272] ppid=15214 vsize=10995452 CPUtime=5.35 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15272/stat : 15272 (java) S 15214 15217 16473 0 -1 1077944384 37517 12681 0 0 512 11 8 4 20 0 20 0 5666455 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283935672464 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15273] ppid=15214 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15273/stat : 15273 (java) R 15214 15217 16473 0 -1 4202560 72 12681 0 0 6 1 8 4 20 0 20 0 5666456 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283901148296 140283924062951 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15274] ppid=15214 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15274/stat : 15274 (java) R 15214 15217 16473 0 -1 4202560 95 12681 0 0 6 2 8 4 20 0 20 0 5666456 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283537132808 140283924062951 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15275] ppid=15214 vsize=10995452 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15275/stat : 15275 (java) R 15214 15217 16473 0 -1 4202560 159 12681 0 0 5 1 8 4 20 0 20 0 5666456 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283536079752 140283924062951 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15276] ppid=15214 vsize=10995452 CPUtime=0.21 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15276/stat : 15276 (java) R 15214 15217 16473 0 -1 4202560 46 12681 0 0 8 1 8 4 20 0 20 0 5666456 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283535027288 140283916424303 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15277] ppid=15214 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15277/stat : 15277 (java) R 15214 15217 16473 0 -1 4202560 69 12681 0 0 6 1 8 4 20 0 20 0 5666456 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283533974152 140283924062951 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15278] ppid=15214 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15278/stat : 15278 (java) R 15214 15217 16473 0 -1 4202560 130 12681 0 0 6 1 8 4 20 0 20 0 5666456 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283532921608 140283924062951 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15279] ppid=15214 vsize=10995452 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15279/stat : 15279 (java) R 15214 15217 16473 0 -1 4202560 89 12681 0 0 6 1 8 4 20 0 20 0 5666456 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283531868552 140283924062951 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15280] ppid=15214 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15280/stat : 15280 (java) R 15214 15217 16473 0 -1 4202560 38 12681 0 0 6 2 8 4 20 0 20 0 5666456 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283530816008 140283924062951 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15281] ppid=15214 vsize=10995452 CPUtime=0.2 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15281/stat : 15281 (java) S 15214 15217 16473 0 -1 1077944384 2407 12681 0 0 8 0 8 4 20 0 20 0 5666458 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283137639824 140283931444949 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15282] ppid=15214 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15282/stat : 15282 (java) S 15214 15217 16473 0 -1 1077944384 56 12681 0 0 0 0 8 4 20 0 20 0 5666459 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283136587488 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15283] ppid=15214 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15283/stat : 15283 (java) S 15214 15217 16473 0 -1 1077944384 45 12681 0 0 0 0 8 4 20 0 20 0 5666459 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283135534336 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15284] ppid=15214 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15284/stat : 15284 (java) S 15214 15217 16473 0 -1 1077944384 1 12681 0 0 0 0 8 4 20 0 20 0 5666463 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283134482896 140283931453339 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15285] ppid=15214 vsize=10995452 CPUtime=2.92 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15285/stat : 15285 (java) S 15214 15217 16473 0 -1 1077944384 4040 12681 0 0 279 1 8 4 20 0 20 0 5666463 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283133421104 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15286] ppid=15214 vsize=10995452 CPUtime=2.89 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15286/stat : 15286 (java) S 15214 15217 16473 0 -1 1077944384 3887 12681 0 0 275 2 8 4 20 0 20 0 5666463 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283132361552 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15287] ppid=15214 vsize=10995452 CPUtime=3.01 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15287/stat : 15287 (java) S 15214 15217 16473 0 -1 1077944384 6099 12681 0 0 288 1 8 4 20 0 20 0 5666463 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283131303440 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15288] ppid=15214 vsize=10995452 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15288/stat : 15288 (java) S 15214 15217 16473 0 -1 1077944384 6200 12681 0 0 213 3 8 4 20 0 20 0 5666463 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283130271856 140283931445890 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15289] ppid=15214 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15289/stat : 15289 (java) S 15214 15217 16473 0 -1 1077944384 3 12681 0 0 0 0 8 4 20 0 20 0 5666463 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283129220064 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15290] ppid=15214 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15290/stat : 15290 (java) S 15214 15217 16473 0 -1 1077944384 8 12681 0 0 0 0 8 4 20 0 20 0 5666463 11259342848 93435 33554432000 4194304 4196468 140737041861168 140283128167600 140283931445890 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
Current children cumulated CPU time (s) 16.78
Current children cumulated vsize (KiB) 10995452

[startup+5.80107 s]
/proc/loadavg: 1.74 1.48 1.46 7/281 15290
/proc/meminfo: memFree=30328576/32770624 swapFree=5720/278504
[pid=15217] ppid=15214 vsize=10995452 CPUtime=17.8 cores=0,2,4,6,8,10,12,14
/proc/15217/stat : 15217 (java) S 15214 15217 16473 0 -1 1077944320 63125 12681 0 0 1733 35 8 4 20 0 20 0 5666441 11259342848 93472 33554432000 4194304 4196468 140737041861168 140737041843712 140283931434743 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
/proc/15217/statm: 2748863 93472 3496 1 0 2736418 0
[pid=15217/tid=15272] ppid=15214 vsize=10995452 CPUtime=5.35 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15272/stat : 15272 (java) S 15214 15217 16473 0 -1 1077944384 37517 12681 0 0 512 11 8 4 20 0 20 0 5666455 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283935672464 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15273] ppid=15214 vsize=10995452 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15273/stat : 15273 (java) R 15214 15217 16473 0 -1 4202560 77 12681 0 0 17 1 8 4 20 0 20 0 5666456 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283901148376 140283913044429 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15274] ppid=15214 vsize=10995452 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15274/stat : 15274 (java) R 15214 15217 16473 0 -1 4202560 98 12681 0 0 16 2 8 4 20 0 20 0 5666456 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283537132888 140283924062951 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15275] ppid=15214 vsize=10995452 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15275/stat : 15275 (java) R 15214 15217 16473 0 -1 4202560 160 12681 0 0 16 1 8 4 20 0 20 0 5666456 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283536079832 140283916431296 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15276] ppid=15214 vsize=10995452 CPUtime=0.32 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15276/stat : 15276 (java) R 15214 15217 16473 0 -1 4202560 46 12681 0 0 19 1 8 4 20 0 20 0 5666456 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283535027288 140283916431144 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15277] ppid=15214 vsize=10995452 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15277/stat : 15277 (java) R 15214 15217 16473 0 -1 4202560 69 12681 0 0 17 1 8 4 20 0 20 0 5666456 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283533974032 140283931446678 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15278] ppid=15214 vsize=10995452 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15278/stat : 15278 (java) R 15214 15217 16473 0 -1 4202560 135 12681 0 0 17 1 8 4 20 0 20 0 5666456 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283532921688 140283915892341 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15279] ppid=15214 vsize=10995452 CPUtime=0.3 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15279/stat : 15279 (java) R 15214 15217 16473 0 -1 4202560 96 12681 0 0 17 1 8 4 20 0 20 0 5666456 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283531868632 140283916431324 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15280] ppid=15214 vsize=10995452 CPUtime=0.31 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15280/stat : 15280 (java) R 15214 15217 16473 0 -1 4202560 48 12681 0 0 17 2 8 4 20 0 20 0 5666456 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283530815776 140283916133483 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15281] ppid=15214 vsize=10995452 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15281/stat : 15281 (java) S 15214 15217 16473 0 -1 1077944384 2408 12681 0 0 14 0 8 4 20 0 20 0 5666458 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283137639824 140283931444949 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15282] ppid=15214 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15282/stat : 15282 (java) S 15214 15217 16473 0 -1 1077944384 57 12681 0 0 0 0 8 4 20 0 20 0 5666459 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283136587120 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15283] ppid=15214 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15283/stat : 15283 (java) S 15214 15217 16473 0 -1 1077944384 45 12681 0 0 0 0 8 4 20 0 20 0 5666459 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283135534336 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15284] ppid=15214 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15284/stat : 15284 (java) S 15214 15217 16473 0 -1 1077944384 1 12681 0 0 0 0 8 4 20 0 20 0 5666463 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283134482896 140283931453339 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15285] ppid=15214 vsize=10995452 CPUtime=2.92 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15285/stat : 15285 (java) S 15214 15217 16473 0 -1 1077944384 4042 12681 0 0 279 1 8 4 20 0 20 0 5666463 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283133428896 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15286] ppid=15214 vsize=10995452 CPUtime=2.89 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15286/stat : 15286 (java) S 15214 15217 16473 0 -1 1077944384 3888 12681 0 0 275 2 8 4 20 0 20 0 5666463 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283132361552 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15287] ppid=15214 vsize=10995452 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15287/stat : 15287 (java) S 15214 15217 16473 0 -1 1077944384 6099 12681 0 0 296 1 8 4 20 0 20 0 5666463 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283131304336 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15288] ppid=15214 vsize=10995452 CPUtime=2.28 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15288/stat : 15288 (java) S 15214 15217 16473 0 -1 1077944384 6200 12681 0 0 213 3 8 4 20 0 20 0 5666463 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283130271856 140283931445890 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15289] ppid=15214 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15289/stat : 15289 (java) S 15214 15217 16473 0 -1 1077944384 3 12681 0 0 0 0 8 4 20 0 20 0 5666463 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283129220064 140283931444949 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
[pid=15217/tid=15290] ppid=15214 vsize=10995452 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/15217/task/15290/stat : 15290 (java) S 15214 15217 16473 0 -1 1077944384 8 12681 0 0 0 0 8 4 20 0 20 0 5666463 11259342848 93472 33554432000 4194304 4196468 140737041861168 140283128167600 140283931445890 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 34635776 140737041865409 140737041868183 140737041868183 140737041870799 0
Current children cumulated CPU time (s) 17.8
Current children cumulated vsize (KiB) 10995452

Child status: 0
Real time (s): 5.86746
CPU time (s): 17.9309
CPU user time (s): 17.5159
CPU system time (s): 0.415038
CPU usage (%): 305.599
Max. virtual memory (cumulated for all children) (KiB): 10995452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 17.5159
system time used= 0.415038
maximum resident set size= 376252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76135
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= 9938
involuntary context switches= 1614

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.043711 second user time and 0.067752 second system time

The end

Launcher Data

Begin job on node114 at 2017-07-22 08:12:53
IDJOB=4245462
IDBENCH=122867
IDSOLVER=2630
FILE ID=node114/4245462-1500703973
RUNJOBID= node114-1500696853-12413
PBS_JOBID= 20623324
Free space on /tmp= 61988 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Mixed/Mixed-xcsp2-cril/cril-3_X2.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245462-1500703973/watcher-4245462-1500703973 -o /tmp/evaluation-result-4245462-1500703973/solver-4245462-1500703973 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node114-1500696853-12413 --watchdog 2560  bin/concrete HOME/instance-4245462-1500703973.xml

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

MD5SUM BENCH= 1e218b1676f4744e41059e6970885014
RANDOM SEED=1186614570

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30738852 kB
MemAvailable:   30989684 kB
Buffers:          131292 kB
Cached:           398808 kB
SwapCached:            0 kB
Active:          1310304 kB
Inactive:         286632 kB
Active(anon):    1069544 kB
Inactive(anon):     8828 kB
Active(file):     240760 kB
Inactive(file):   277804 kB
Unevictable:        5720 kB
Mlocked:            5720 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             23856 kB
Writeback:             0 kB
AnonPages:       1029284 kB
Mapped:            44040 kB
Shmem:              8848 kB
Slab:             130172 kB
SReclaimable:      96204 kB
SUnreclaim:        33968 kB
KernelStack:        4752 kB
PageTables:         8056 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1898272 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    802816 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= 61964 MiB
End job on node114 at 2017-07-22 08:12:59