Trace number 4244968

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 NameAnswerobjective functionCPU timeWall clock time
R1: Concrete 3.4OPT12 10.0835 4.46755

General information on the benchmark

NameStillLife/StillLife-m1-s1/
StillLife-04-05.xml
MD5SUM0116bae2a95e7b115a3e9036ad78d6b8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark12
Best CPU time to get the best result obtained on this benchmark0.013666
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints50
Number of domains2
Minimum domain size2
Maximum domain size9
Distribution of domain sizes[{"size":2,"count":20},{"size":9,"count":20}]
Minimum variable degree2
Maximum variable degree10
Distribution of variable degrees[{"degree":2,"count":20},{"degree":7,"count":4},{"degree":8,"count":10},{"degree":10,"count":6}]
Minimum constraint arity2
Maximum constraint arity9
Distribution of constraint arities[{"arity":2,"count":20},{"arity":3,"count":10},{"arity":4,"count":4},{"arity":6,"count":10},{"arity":9,"count":6}]
Number of extensional constraints30
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":30},{"type":"sum","count":20}]
Optimization problemYES
Type of objectivemax SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.94/2.27	c Concrete v3.4 running
8.07/3.97	o 8
8.40/4.09	o 10
8.72/4.14	o 12
9.56/4.41	v <instantiation cost="12">
9.56/4.41	v       <list>
9.56/4.41	v         x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] s[0][0] s[0][1] s[0][2] s[0][3] s[0][4] s[1][0] s[1][1] s[1][2] s[1][3] s[1][4] s[2][0] s[2][1] s[2][2] s[2][3] s[2][4] s[3][0] s[3][1] s[3][2] s[3][3] s[3][4]
9.56/4.41	v       </list>
9.56/4.41	v       <values>
9.56/4.41	v         1 1 0 1 1 1 0 0 0 1 0 1 0 1 0 1 1 0 1 1 2 2 2 2 2 3 4 4 4 3 4 3 4 3 4 2 2 4 2 2
9.56/4.41	v       </values>
9.56/4.41	v     </instantiation>
9.56/4.41	s OPTIMUM FOUND

Verifier Data

OK	12

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-4244968-1500699485/watcher-4244968-1500699485 -o /tmp/evaluation-result-4244968-1500699485/solver-4244968-1500699485 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500684099-14650 --watchdog 2560 bin/concrete HOME/instance-4244968-1500699485.xml 

pid=17322
running on 8 cores: 1,3,5,7,9,11,13,15

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.15 1.75 1.57 3/262 17325
/proc/meminfo: memFree=30951344/32770624 swapFree=5940/257880
[pid=17325] ppid=17322 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/17325/stat : 17325 (bash) S 17322 17325 14618 0 -1 4202496 686 1532 0 0 0 0 0 0 20 0 1 0 5215393 9736192 351 33554432000 4194304 5098028 140733125044080 140733125041720 139803668032512 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 7987200 140733125051662 140733125051747 140733125051747 140733125054446 0
/proc/17325/statm: 2377 351 278 221 0 86 0

[startup+0.100177 s]
/proc/loadavg: 2.15 1.75 1.57 3/262 17325
/proc/meminfo: memFree=30951344/32770624 swapFree=5940/257880
[pid=17325] ppid=17322 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/17325/stat : 17325 (bash) S 17322 17325 14618 0 -1 4202496 885 6413 0 0 0 0 0 1 20 0 1 0 5215393 9871360 378 33554432000 4194304 5098028 140733125044080 140733125038088 139803668032512 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 0 0 0 7196144 7232144 7987200 140733125051662 140733125051747 140733125051747 140733125054446 0
/proc/17325/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.20029 s]
/proc/loadavg: 2.15 1.75 1.57 3/262 17325
/proc/meminfo: memFree=30951344/32770624 swapFree=5940/257880
[pid=17325] ppid=17322 vsize=10435860 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/17325/stat : 17325 (java) S 17322 17325 14618 0 -1 1077944320 4813 12651 0 0 6 1 8 4 20 0 13 0 5215393 10686320640 5182 33554432000 4194304 4196468 140721514030480 140721514013024 140044968865527 0 0 0 16800971 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
/proc/17325/statm: 2608965 5182 2172 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300252 s]
/proc/loadavg: 2.15 1.75 1.57 3/262 17325
/proc/meminfo: memFree=30951344/32770624 swapFree=5940/257880
[pid=17325] ppid=17322 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/17325/stat : 17325 (java) S 17322 17325 14618 0 -1 1077944320 7129 12651 0 0 23 1 8 4 20 0 20 0 5215393 11164049408 8851 33554432000 4194304 4196468 140721514030480 140721514013024 140044968865527 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
/proc/17325/statm: 2725598 8851 2996 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.700151 s]
/proc/loadavg: 2.15 1.75 1.57 3/262 17325
/proc/meminfo: memFree=30951344/32770624 swapFree=5940/257880
[pid=17325] ppid=17322 vsize=10902720 CPUtime=0.92 cores=1,3,5,7,9,11,13,15
/proc/17325/stat : 17325 (java) S 17322 17325 14618 0 -1 1077944320 12475 12651 0 0 77 3 8 4 20 0 20 0 5215393 11164385280 15733 33554432000 4194304 4196468 140721514030480 140721514013024 140044968865527 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
/proc/17325/statm: 2725680 15733 3166 1 0 2713890 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 10902720

[startup+1.50114 s]
/proc/loadavg: 2.15 1.75 1.57 3/282 17398
/proc/meminfo: memFree=30845788/32770624 swapFree=5940/257648
[pid=17325] ppid=17322 vsize=10913344 CPUtime=2.24 cores=1,3,5,7,9,11,13,15
/proc/17325/stat : 17325 (java) S 17322 17325 14618 0 -1 1077944320 26789 12651 0 0 200 12 8 4 20 0 20 0 5215393 11175264256 43944 33554432000 4194304 4196468 140721514030480 140721514013024 140044968865527 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
/proc/17325/statm: 2728336 43944 3404 1 0 2716450 0
[pid=17325/tid=17380] ppid=17322 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17380/stat : 17380 (java) R 17322 17325 14618 0 -1 4202560 19068 12651 0 0 125 5 8 4 20 0 20 0 5215406 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044973089824 140044952909157 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17381] ppid=17322 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17381/stat : 17381 (java) S 17322 17325 14618 0 -1 1077944384 34 12651 0 0 1 0 8 4 20 0 20 0 5215407 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044575627792 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17382] ppid=17322 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17382/stat : 17382 (java) S 17322 17325 14618 0 -1 1077944384 18 12651 0 0 1 0 8 4 20 0 20 0 5215407 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044574575248 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17383] ppid=17322 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17383/stat : 17383 (java) S 17322 17325 14618 0 -1 1077944384 24 12651 0 0 0 0 8 4 20 0 20 0 5215407 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044573522192 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17384] ppid=17322 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17384/stat : 17384 (java) S 17322 17325 14618 0 -1 1077944384 134 12651 0 0 1 0 8 4 20 0 20 0 5215407 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044572469648 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17385] ppid=17322 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17385/stat : 17385 (java) S 17322 17325 14618 0 -1 1077944384 12 12651 0 0 1 0 8 4 20 0 20 0 5215407 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044571417616 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17386] ppid=17322 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17386/stat : 17386 (java) S 17322 17325 14618 0 -1 1077944384 46 12651 0 0 1 0 8 4 20 0 20 0 5215407 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044570365072 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17387] ppid=17322 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17387/stat : 17387 (java) S 17322 17325 14618 0 -1 1077944384 20 12651 0 0 1 0 8 4 20 0 20 0 5215407 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044569312016 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17388] ppid=17322 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17388/stat : 17388 (java) S 17322 17325 14618 0 -1 1077944384 27 12651 0 0 1 0 8 4 20 0 20 0 5215407 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044568259472 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17389] ppid=17322 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17389/stat : 17389 (java) S 17322 17325 14618 0 -1 1077944384 1361 12651 0 0 1 0 8 4 20 0 20 0 5215409 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044443531504 140044968876674 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17390] ppid=17322 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17390/stat : 17390 (java) S 17322 17325 14618 0 -1 1077944384 55 12651 0 0 0 0 8 4 20 0 20 0 5215410 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044442477792 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17391] ppid=17322 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17391/stat : 17391 (java) R 17322 17325 14618 0 -1 4202560 43 12651 0 0 0 0 8 4 20 0 20 0 5215410 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044441424096 140044609159968 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17392] ppid=17322 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17392/stat : 17392 (java) S 17322 17325 14618 0 -1 1077944384 1 12651 0 0 0 0 8 4 20 0 20 0 5215414 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044440373200 140044968884123 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17393] ppid=17322 vsize=10913344 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17393/stat : 17393 (java) S 17322 17325 14618 0 -1 1077944384 1688 12651 0 0 15 0 8 4 20 0 20 0 5215414 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044439321328 140044968876674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17394] ppid=17322 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17394/stat : 17394 (java) S 17322 17325 14618 0 -1 1077944384 433 12651 0 0 11 0 8 4 20 0 20 0 5215414 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044438268784 140044968876674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17395] ppid=17322 vsize=10913344 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17395/stat : 17395 (java) S 17322 17325 14618 0 -1 1077944384 418 12651 0 0 8 0 8 4 20 0 20 0 5215414 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044437215728 140044968876674 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17396] ppid=17322 vsize=10913344 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17396/stat : 17396 (java) R 17322 17325 14618 0 -1 4202560 1271 12651 0 0 26 0 8 4 20 0 20 0 5215414 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044436159840 140044954561376 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17397] ppid=17322 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17397/stat : 17397 (java) S 17322 17325 14618 0 -1 1077944384 3 12651 0 0 0 0 8 4 20 0 20 0 5215415 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044435110368 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17398] ppid=17322 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17398/stat : 17398 (java) S 17322 17325 14618 0 -1 1077944384 3 12651 0 0 0 0 8 4 20 0 20 0 5215415 11175264256 43944 33554432000 4194304 4196468 140721514030480 140044434057904 140044968876674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
Current children cumulated CPU time (s) 2.24
Current children cumulated vsize (KiB) 10913344

[startup+3.10082 s]
/proc/loadavg: 2.70 1.87 1.61 6/282 17398
/proc/meminfo: memFree=30774644/32770624 swapFree=5940/257620
[pid=17325] ppid=17322 vsize=10925820 CPUtime=5.62 cores=1,3,5,7,9,11,13,15
/proc/17325/stat : 17325 (java) S 17322 17325 14618 0 -1 1077944320 47734 12651 0 0 531 19 8 4 20 0 20 0 5215393 11188039680 54926 33554432000 4194304 4196468 140721514030480 140721514013024 140044968865527 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
/proc/17325/statm: 2731455 54926 3474 1 0 2719010 0
[pid=17325/tid=17380] ppid=17322 vsize=10925820 CPUtime=2.93 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17380/stat : 17380 (java) R 17322 17325 14618 0 -1 4202560 32250 12651 0 0 273 8 8 4 20 0 20 0 5215406 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044973094488 140044968877462 0 4 0 16800975 0 0 0 -1 9 0 0 8 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17381] ppid=17322 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17381/stat : 17381 (java) S 17322 17325 14618 0 -1 1077944384 34 12651 0 0 1 0 8 4 20 0 20 0 5215407 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044575627792 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17382] ppid=17322 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17382/stat : 17382 (java) S 17322 17325 14618 0 -1 1077944384 18 12651 0 0 1 0 8 4 20 0 20 0 5215407 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044574575248 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17383] ppid=17322 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17383/stat : 17383 (java) S 17322 17325 14618 0 -1 1077944384 24 12651 0 0 0 0 8 4 20 0 20 0 5215407 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044573522192 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17384] ppid=17322 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17384/stat : 17384 (java) S 17322 17325 14618 0 -1 1077944384 134 12651 0 0 1 0 8 4 20 0 20 0 5215407 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044572469648 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17385] ppid=17322 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17385/stat : 17385 (java) S 17322 17325 14618 0 -1 1077944384 12 12651 0 0 1 0 8 4 20 0 20 0 5215407 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044571417616 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17386] ppid=17322 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17386/stat : 17386 (java) S 17322 17325 14618 0 -1 1077944384 46 12651 0 0 1 0 8 4 20 0 20 0 5215407 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044570365072 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17387] ppid=17322 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17387/stat : 17387 (java) S 17322 17325 14618 0 -1 1077944384 20 12651 0 0 1 0 8 4 20 0 20 0 5215407 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044569312016 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17388] ppid=17322 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17388/stat : 17388 (java) S 17322 17325 14618 0 -1 1077944384 27 12651 0 0 1 0 8 4 20 0 20 0 5215407 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044568259472 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17389] ppid=17322 vsize=10925820 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17389/stat : 17389 (java) S 17322 17325 14618 0 -1 1077944384 1386 12651 0 0 1 0 8 4 20 0 20 0 5215409 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044443531504 140044968876674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17390] ppid=17322 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17390/stat : 17390 (java) S 17322 17325 14618 0 -1 1077944384 55 12651 0 0 0 0 8 4 20 0 20 0 5215410 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044442477792 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17391] ppid=17322 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17391/stat : 17391 (java) S 17322 17325 14618 0 -1 1077944384 43 12651 0 0 0 0 8 4 20 0 20 0 5215410 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044441424640 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17392] ppid=17322 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17392/stat : 17392 (java) S 17322 17325 14618 0 -1 1077944384 1 12651 0 0 0 0 8 4 20 0 20 0 5215414 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044440373200 140044968884123 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17393] ppid=17322 vsize=10925820 CPUtime=0.9 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17393/stat : 17393 (java) S 17322 17325 14618 0 -1 1077944384 5095 12651 0 0 77 1 8 4 20 0 20 0 5215414 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044439321328 140044968876674 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17394] ppid=17322 vsize=10925820 CPUtime=0.51 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17394/stat : 17394 (java) S 17322 17325 14618 0 -1 1077944384 1059 12651 0 0 38 1 8 4 20 0 20 0 5215414 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044438268784 140044968876674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17395] ppid=17322 vsize=10925820 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17395/stat : 17395 (java) S 17322 17325 14618 0 -1 1077944384 1472 12651 0 0 40 1 8 4 20 0 20 0 5215414 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044437215728 140044968876674 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17396] ppid=17322 vsize=10925820 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17396/stat : 17396 (java) S 17322 17325 14618 0 -1 1077944384 3916 12651 0 0 88 1 8 4 20 0 20 0 5215414 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044436163184 140044968876674 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17397] ppid=17322 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17397/stat : 17397 (java) S 17322 17325 14618 0 -1 1077944384 3 12651 0 0 0 0 8 4 20 0 20 0 5215415 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044435110368 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17398] ppid=17322 vsize=10925820 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17398/stat : 17398 (java) S 17322 17325 14618 0 -1 1077944384 7 12651 0 0 0 0 8 4 20 0 20 0 5215415 11188039680 54926 33554432000 4194304 4196468 140721514030480 140044434057904 140044968876674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
Current children cumulated CPU time (s) 5.62
Current children cumulated vsize (KiB) 10925820

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

[startup+3.20094 s]
/proc/loadavg: 2.70 1.87 1.61 6/282 17398
/proc/meminfo: memFree=30774644/32770624 swapFree=5940/257620
[pid=17325] ppid=17322 vsize=10927868 CPUtime=5.81 cores=1,3,5,7,9,11,13,15
/proc/17325/stat : 17325 (java) S 17322 17325 14618 0 -1 1077944320 48130 12651 0 0 550 19 8 4 20 0 20 0 5215393 11190136832 55316 33554432000 4194304 4196468 140721514030480 140721514013024 140044968865527 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
/proc/17325/statm: 2731967 55316 3474 1 0 2719522 0
[pid=17325/tid=17380] ppid=17322 vsize=10927868 CPUtime=3.02 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17380/stat : 17380 (java) R 17322 17325 14618 0 -1 4202560 32488 12651 0 0 282 8 8 4 20 0 20 0 5215406 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044973096080 140044611913825 0 4 0 16800975 0 0 0 -1 9 0 0 8 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17381] ppid=17322 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17381/stat : 17381 (java) S 17322 17325 14618 0 -1 1077944384 34 12651 0 0 1 0 8 4 20 0 20 0 5215407 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044575627792 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17382] ppid=17322 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17382/stat : 17382 (java) S 17322 17325 14618 0 -1 1077944384 18 12651 0 0 1 0 8 4 20 0 20 0 5215407 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044574575248 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17383] ppid=17322 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17383/stat : 17383 (java) S 17322 17325 14618 0 -1 1077944384 24 12651 0 0 0 0 8 4 20 0 20 0 5215407 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044573522192 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17384] ppid=17322 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17384/stat : 17384 (java) S 17322 17325 14618 0 -1 1077944384 134 12651 0 0 1 0 8 4 20 0 20 0 5215407 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044572469648 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17385] ppid=17322 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17385/stat : 17385 (java) S 17322 17325 14618 0 -1 1077944384 12 12651 0 0 1 0 8 4 20 0 20 0 5215407 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044571417616 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17386] ppid=17322 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17386/stat : 17386 (java) S 17322 17325 14618 0 -1 1077944384 46 12651 0 0 1 0 8 4 20 0 20 0 5215407 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044570365072 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17387] ppid=17322 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17387/stat : 17387 (java) S 17322 17325 14618 0 -1 1077944384 20 12651 0 0 1 0 8 4 20 0 20 0 5215407 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044569312016 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17388] ppid=17322 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17388/stat : 17388 (java) S 17322 17325 14618 0 -1 1077944384 27 12651 0 0 1 0 8 4 20 0 20 0 5215407 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044568259472 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17389] ppid=17322 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17389/stat : 17389 (java) S 17322 17325 14618 0 -1 1077944384 1386 12651 0 0 1 0 8 4 20 0 20 0 5215409 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044443531504 140044968876674 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17390] ppid=17322 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17390/stat : 17390 (java) S 17322 17325 14618 0 -1 1077944384 55 12651 0 0 0 0 8 4 20 0 20 0 5215410 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044442477792 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17391] ppid=17322 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17391/stat : 17391 (java) S 17322 17325 14618 0 -1 1077944384 43 12651 0 0 0 0 8 4 20 0 20 0 5215410 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044441424640 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17392] ppid=17322 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17392/stat : 17392 (java) S 17322 17325 14618 0 -1 1077944384 1 12651 0 0 0 0 8 4 20 0 20 0 5215414 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044440373200 140044968884123 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17393] ppid=17322 vsize=10927868 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17393/stat : 17393 (java) S 17322 17325 14618 0 -1 1077944384 5113 12651 0 0 80 1 8 4 20 0 20 0 5215414 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044439321328 140044968876674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17394] ppid=17322 vsize=10927868 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17394/stat : 17394 (java) S 17322 17325 14618 0 -1 1077944384 1066 12651 0 0 39 1 8 4 20 0 20 0 5215414 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044438268784 140044968876674 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17395] ppid=17322 vsize=10927868 CPUtime=0.53 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17395/stat : 17395 (java) R 17322 17325 14618 0 -1 1077944384 1476 12651 0 0 40 1 8 4 20 0 20 0 5215414 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044437215728 140044968876674 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17396] ppid=17322 vsize=10927868 CPUtime=1.06 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17396/stat : 17396 (java) S 17322 17325 14618 0 -1 1077944384 4045 12651 0 0 93 1 8 4 20 0 20 0 5215414 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044436163184 140044968876674 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17397] ppid=17322 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17397/stat : 17397 (java) S 17322 17325 14618 0 -1 1077944384 3 12651 0 0 0 0 8 4 20 0 20 0 5215415 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044435110368 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17398] ppid=17322 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17398/stat : 17398 (java) S 17322 17325 14618 0 -1 1077944384 7 12651 0 0 0 0 8 4 20 0 20 0 5215415 11190136832 55316 33554432000 4194304 4196468 140721514030480 140044434057904 140044968876674 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 9 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
Current children cumulated CPU time (s) 5.81
Current children cumulated vsize (KiB) 10927868

[startup+4.00115 s]
/proc/loadavg: 2.70 1.87 1.61 3/282 17398
/proc/meminfo: memFree=30736116/32770624 swapFree=5940/257628
[pid=17325] ppid=17322 vsize=10997500 CPUtime=8.4 cores=1,3,5,7,9,11,13,15
/proc/17325/stat : 17325 (java) S 17322 17325 14618 0 -1 1077944320 59904 12651 0 0 803 25 8 4 20 0 20 0 5215393 11261440000 72318 33554432000 4194304 4196468 140721514030480 140721514013024 140044968865527 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
/proc/17325/statm: 2749375 72318 3480 1 0 2736930 0
[pid=17325/tid=17380] ppid=17322 vsize=10997500 CPUtime=3.59 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17380/stat : 17380 (java) R 17322 17325 14618 0 -1 4202560 41030 12651 0 0 337 10 8 4 20 0 20 0 5215406 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044973097632 140044961582490 0 4 0 16800975 0 0 0 -1 5 0 0 8 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17381] ppid=17322 vsize=10997500 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17381/stat : 17381 (java) S 17322 17325 14618 0 -1 1077944384 66 12651 0 0 12 1 8 4 20 0 20 0 5215407 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044575627792 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17382] ppid=17322 vsize=10997500 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17382/stat : 17382 (java) S 17322 17325 14618 0 -1 1077944384 61 12651 0 0 13 0 8 4 20 0 20 0 5215407 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044574575248 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17383] ppid=17322 vsize=10997500 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17383/stat : 17383 (java) S 17322 17325 14618 0 -1 1077944384 44 12651 0 0 14 0 8 4 20 0 20 0 5215407 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044573522192 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17384] ppid=17322 vsize=10997500 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17384/stat : 17384 (java) S 17322 17325 14618 0 -1 1077944384 160 12651 0 0 12 1 8 4 20 0 20 0 5215407 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044572469648 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17385] ppid=17322 vsize=10997500 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17385/stat : 17385 (java) S 17322 17325 14618 0 -1 1077944384 37 12651 0 0 12 0 8 4 20 0 20 0 5215407 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044571417616 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17386] ppid=17322 vsize=10997500 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17386/stat : 17386 (java) S 17322 17325 14618 0 -1 1077944384 62 12651 0 0 12 0 8 4 20 0 20 0 5215407 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044570365072 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17387] ppid=17322 vsize=10997500 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17387/stat : 17387 (java) S 17322 17325 14618 0 -1 1077944384 35 12651 0 0 13 0 8 4 20 0 20 0 5215407 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044569312016 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17388] ppid=17322 vsize=10997500 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17388/stat : 17388 (java) S 17322 17325 14618 0 -1 1077944384 58 12651 0 0 11 0 8 4 20 0 20 0 5215407 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044568259472 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17389] ppid=17322 vsize=10997500 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17389/stat : 17389 (java) S 17322 17325 14618 0 -1 1077944384 2179 12651 0 0 11 0 8 4 20 0 20 0 5215409 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044443531504 140044968876674 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17390] ppid=17322 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17390/stat : 17390 (java) S 17322 17325 14618 0 -1 1077944384 56 12651 0 0 0 0 8 4 20 0 20 0 5215410 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044442477856 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17391] ppid=17322 vsize=10997500 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17391/stat : 17391 (java) S 17322 17325 14618 0 -1 1077944384 43 12651 0 0 1 0 8 4 20 0 20 0 5215410 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044441424640 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17392] ppid=17322 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17392/stat : 17392 (java) S 17322 17325 14618 0 -1 1077944384 1 12651 0 0 0 0 8 4 20 0 20 0 5215414 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044440373200 140044968884123 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17393] ppid=17322 vsize=10997500 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17393/stat : 17393 (java) R 17322 17325 14618 0 -1 4202560 6012 12651 0 0 118 2 8 4 20 0 20 0 5215414 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044439307512 140044950055198 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17394] ppid=17322 vsize=10997500 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17394/stat : 17394 (java) S 17322 17325 14618 0 -1 1077944384 1868 12651 0 0 56 1 8 4 20 0 20 0 5215414 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044438268784 140044968876674 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17395] ppid=17322 vsize=10997500 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17395/stat : 17395 (java) S 17322 17325 14618 0 -1 1077944384 1531 12651 0 0 56 1 8 4 20 0 20 0 5215414 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044437215728 140044968876674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17396] ppid=17322 vsize=10997500 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17396/stat : 17396 (java) R 17322 17325 14618 0 -1 4202560 4521 12651 0 0 115 1 8 4 20 0 20 0 5215414 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044436163184 140044952946014 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17397] ppid=17322 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17397/stat : 17397 (java) S 17322 17325 14618 0 -1 1077944384 3 12651 0 0 0 0 8 4 20 0 20 0 5215415 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044435110368 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17398] ppid=17322 vsize=10997500 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17398/stat : 17398 (java) S 17322 17325 14618 0 -1 1077944384 7 12651 0 0 0 0 8 4 20 0 20 0 5215415 11261440000 72318 33554432000 4194304 4196468 140721514030480 140044434057904 140044968876674 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 9 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
Current children cumulated CPU time (s) 8.4
Current children cumulated vsize (KiB) 10997500

[startup+4.40111 s]
/proc/loadavg: 2.70 1.87 1.61 6/282 17398
/proc/meminfo: memFree=30667160/32770624 swapFree=5940/257632
[pid=17325] ppid=17322 vsize=11066584 CPUtime=10.02 cores=1,3,5,7,9,11,13,15
/proc/17325/stat : 17325 (java) S 17322 17325 14618 0 -1 1077944320 63481 12651 0 0 964 26 8 4 20 0 21 0 5215393 11332182016 74045 33554432000 4194304 4196468 140721514030480 140721514013024 140044968865527 0 0 0 16800975 18446744073709551615 0 0 17 15 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
/proc/17325/statm: 2766646 74045 3487 1 0 2754201 0
[pid=17325/tid=17380] ppid=17322 vsize=11066584 CPUtime=4 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17380/stat : 17380 (java) S 17322 17325 14618 0 -1 1077944384 41080 12651 0 0 378 10 8 4 20 0 21 0 5215406 11332182016 74045 33554432000 4194304 4196468 140721514030480 140044973106208 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 8 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17381] ppid=17322 vsize=11066584 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17381/stat : 17381 (java) S 17322 17325 14618 0 -1 1077944384 66 12651 0 0 12 1 8 4 20 0 21 0 5215407 11332182016 74045 33554432000 4194304 4196468 140721514030480 140044575627792 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17382] ppid=17322 vsize=11066584 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17382/stat : 17382 (java) S 17322 17325 14618 0 -1 1077944384 61 12651 0 0 13 0 8 4 20 0 21 0 5215407 11332182016 74045 33554432000 4194304 4196468 140721514030480 140044574575248 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17383] ppid=17322 vsize=11066584 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17383/stat : 17383 (java) S 17322 17325 14618 0 -1 1077944384 44 12651 0 0 14 0 8 4 20 0 21 0 5215407 11332182016 74045 33554432000 4194304 4196468 140721514030480 140044573522192 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17384] ppid=17322 vsize=11066584 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17384/stat : 17384 (java) S 17322 17325 14618 0 -1 1077944384 160 12651 0 0 12 1 8 4 20 0 21 0 5215407 11332182016 74045 33554432000 4194304 4196468 140721514030480 140044572469648 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17385] ppid=17322 vsize=11066584 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17385/stat : 17385 (java) S 17322 17325 14618 0 -1 1077944384 37 12651 0 0 12 0 8 4 20 0 21 0 5215407 11332182016 74045 33554432000 4194304 4196468 140721514030480 140044571417616 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17386] ppid=17322 vsize=11066584 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17386/stat : 17386 (java) S 17322 17325 14618 0 -1 1077944384 62 12651 0 0 12 0 8 4 20 0 21 0 5215407 11332182016 74045 33554432000 4194304 4196468 140721514030480 140044570365072 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17387] ppid=17322 vsize=11066584 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17387/stat : 17387 (java) S 17322 17325 14618 0 -1 1077944384 35 12651 0 0 13 0 8 4 20 0 21 0 5215407 11332182016 74045 33554432000 4194304 4196468 140721514030480 140044569312016 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17388] ppid=17322 vsize=11066584 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17388/stat : 17388 (java) S 17322 17325 14618 0 -1 1077944384 58 12651 0 0 11 0 8 4 20 0 21 0 5215407 11332182016 74045 33554432000 4194304 4196468 140721514030480 140044568259472 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17389] ppid=17322 vsize=11066584 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17389/stat : 17389 (java) S 17322 17325 14618 0 -1 1077944384 2179 12651 0 0 11 0 8 4 20 0 21 0 5215409 11332182016 74045 33554432000 4194304 4196468 140721514030480 140044443531504 140044968876674 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17390] ppid=17322 vsize=11066584 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17390/stat : 17390 (java) S 17322 17325 14618 0 -1 1077944384 56 12651 0 0 0 0 8 4 20 0 21 0 5215410 11332182016 74072 33554432000 4194304 4196468 140721514030480 140044442477856 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17391] ppid=17322 vsize=11066584 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17391/stat : 17391 (java) S 17322 17325 14618 0 -1 1077944384 43 12651 0 0 1 0 8 4 20 0 21 0 5215410 11332182016 74056 33554432000 4194304 4196468 140721514030480 140044441424640 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17392] ppid=17322 vsize=11066584 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17392/stat : 17392 (java) D 17322 17325 14618 0 -1 4202560 5 12651 0 0 0 0 8 4 20 0 19 0 5215414 11332182016 74061 33554432000 4194304 4196468 140721514030480 140044440373200 140044606189237 0 4 0 16800975 18446744071582151416 0 0 -1 9 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17393] ppid=17322 vsize=11066584 CPUtime=1.73 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17393/stat : 17393 (java) R 17322 17325 14618 0 -1 4202560 8976 12651 0 0 159 2 8 4 20 0 19 0 5215414 11332182016 74061 33554432000 4194304 4196468 140721514030480 140044439307488 140044950409745 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17394] ppid=17322 vsize=11066584 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17394/stat : 17394 (java) R 17322 17325 14618 0 -1 4202560 1959 12651 0 0 87 1 8 4 20 0 19 0 5215414 11332182016 74061 33554432000 4194304 4196468 140721514030480 140044438255600 140044953975550 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17395] ppid=17322 vsize=11066584 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17395/stat : 17395 (java) R 17322 17325 14618 0 -1 4202560 1615 12651 0 0 87 1 8 4 20 0 19 0 5215414 11332182016 74061 33554432000 4194304 4196468 140721514030480 140044437202296 140044946735521 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17396] ppid=17322 vsize=11066584 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17396/stat : 17396 (java) S 17322 17325 14618 0 -1 1077944384 4881 12651 0 0 132 1 8 4 20 0 19 0 5215414 11332182016 74061 33554432000 4194304 4196468 140721514030480 140044436163184 140044968876674 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
[pid=17325/tid=17397] ppid=17322 vsize=11066584 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/17325/task/17397/stat : 17397 (java) S 17322 17325 14618 0 -1 1077944384 3 12651 0 0 0 0 8 4 20 0 19 0 5215415 11332182016 74061 33554432000 4194304 4196468 140721514030480 140044435110368 140044968875733 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 24535040 140721514031809 140721514034583 140721514034583 140721514037199 0
Current children cumulated CPU time (s) 10.02
Current children cumulated vsize (KiB) 11066584

Child status: 0
Real time (s): 4.46755
CPU time (s): 10.0835
CPU user time (s): 9.76976
CPU system time (s): 0.31375
CPU usage (%): 225.705
Max. virtual memory (cumulated for all children) (KiB): 11066584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 9.76976
system time used= 0.31375
maximum resident set size= 296292
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76180
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= 9623
involuntary context switches= 1468

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.038901 second user time and 0.061423 second system time

The end

Launcher Data

Begin job on node138 at 2017-07-22 06:58:05
IDJOB=4244968
IDBENCH=116016
IDSOLVER=2630
FILE ID=node138/4244968-1500699485
RUNJOBID= node138-1500684099-14650
PBS_JOBID= 20623345
Free space on /tmp= 61968 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/StillLife/StillLife-m1-s1/StillLife-04-05.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244968-1500699485/watcher-4244968-1500699485 -o /tmp/evaluation-result-4244968-1500699485/solver-4244968-1500699485 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500684099-14650 --watchdog 2560  bin/concrete HOME/instance-4244968-1500699485.xml

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

MD5SUM BENCH= 0116bae2a95e7b115a3e9036ad78d6b8
RANDOM SEED=513292079

node138.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.44
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		: 1733.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.44
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		: 2000.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		: 2668.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.44
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		: 1600.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		: 2668.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.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30951344 kB
MemAvailable:   31159420 kB
Buffers:          115348 kB
Cached:           373728 kB
SwapCached:            0 kB
Active:          1114652 kB
Inactive:         266488 kB
Active(anon):     894924 kB
Inactive(anon):     8608 kB
Active(file):     219728 kB
Inactive(file):   257880 kB
Unevictable:        5940 kB
Mlocked:            5940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24516 kB
Writeback:             0 kB
AnonPages:        898004 kB
Mapped:            44056 kB
Shmem:              8852 kB
Slab:             126964 kB
SReclaimable:      92608 kB
SUnreclaim:        34356 kB
KernelStack:        4480 kB
PageTables:         7304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1669312 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    804864 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61944 MiB
End job on node138 at 2017-07-22 06:58:10