Trace number 4312593

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
Mistral-2.0 2018-08-01? (TO) 252.148 252.176

General information on the benchmark

NameFapp/Fapp-m2s/
Fapp-m2s-08-0700_c18.xml
MD5SUM1726f38b1078149b3b3b5e51280bc638
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables11265
Number of constraints7122
Number of domains159
Minimum domain size1
Maximum domain size141
Distribution of domain sizes[{"size":1,"count":4},{"size":2,"count":3984},{"size":11,"count":3288},{"size":12,"count":1},{"size":21,"count":10},{"size":23,"count":9},{"size":27,"count":51},{"size":31,"count":72},{"size":34,"count":11},{"size":35,"count":15},{"size":37,"count":59},{"size":38,"count":4},{"size":39,"count":29},{"size":40,"count":1},{"size":41,"count":17},{"size":42,"count":10},{"size":43,"count":1},{"size":44,"count":7},{"size":45,"count":25},{"size":47,"count":11},{"size":49,"count":70},{"size":51,"count":80},{"size":52,"count":2},{"size":53,"count":2},{"size":54,"count":5},"...",{"size":104,"count":55}, {"size":105,"count":9}, {"size":106,"count":46}, {"size":107,"count":8}, {"size":108,"count":6}, {"size":109,"count":6}, {"size":111,"count":41}, {"size":112,"count":53}, {"size":113,"count":10}, {"size":114,"count":14}, {"size":115,"count":6}, {"size":117,"count":78}, {"size":118,"count":117}, {"size":119,"count":35}, {"size":127,"count":73}, {"size":128,"count":21}, {"size":129,"count":2}, {"size":130,"count":15}, {"size":131,"count":18}, {"size":133,"count":2}, {"size":135,"count":74}, {"size":136,"count":50}, {"size":137,"count":18}, {"size":140,"count":8}, {"size":141,"count":1776}]
Minimum variable degree1
Maximum variable degree3289
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":9869},{"degree":3,"count":14},{"degree":4,"count":31},{"degree":5,"count":51},{"degree":6,"count":71},{"degree":7,"count":99},{"degree":8,"count":104},{"degree":9,"count":116},{"degree":10,"count":158},{"degree":11,"count":226},{"degree":12,"count":258},{"degree":13,"count":171},{"degree":14,"count":35},{"degree":15,"count":26},{"degree":16,"count":18},{"degree":17,"count":8},{"degree":18,"count":6},{"degree":19,"count":1},{"degree":3289,"count":1}]
Minimum constraint arity2
Maximum constraint arity6
Distribution of constraint arities[{"arity":2,"count":546},{"arity":3,"count":3288},{"arity":6,"count":3288}]
Number of extensional constraints3288
Number of intensional constraints3834
Distribution of constraint types[{"type":"extension","count":3288},{"type":"intension","count":3834}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.00/0.00	c Mistral 01082018
251.97/252.01	s UNKNOWN

Verifier Data


Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (13275 MiB free)
  memory of node 1: 16384 MiB (10996 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4312593-1534699766/watcher-4312593-1534699766 -o /tmp/evaluation-result-4312593-1534699766/solver-4312593-1534699766 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534699007-12902 --watchdog 312 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 105289690 HOME/instance-4312593-1534699766.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=13324, runsolver pid=13321

[startup+0.100208 s]*
/proc/loadavg: 2.05 1.86 1.15 3/190 13325
/proc/meminfo: memFree=24835484/32770624 swapFree=67108840/67108860
[pid=13324] ppid=13321 vsize=48412 memory=22388 CPUtime=0.09 cores=0,2,4,6
/proc/13324/stat : 13324 (MistralXCSP) R 13321 13324 12871 0 -1 4202496 6092 0 0 0 9 0 0 0 20 0 1 0 287539886 49573888 5597 33554432000 4194304 7499544 140736845547664 140736845544664 140647316634597 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 19451904 140736845550707 140736845550856 140736845550856 140736845553609 0
/proc/13324/statm: 12103 5597 622 807 0 5094 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 48412 KiB
Current children cumulated memory: 22388 KiB

[startup+0.209897 s]*
/proc/loadavg: 2.05 1.86 1.15 3/190 13325
/proc/meminfo: memFree=24824820/32770624 swapFree=67108840/67108860
[pid=13324] ppid=13321 vsize=54016 memory=28460 CPUtime=0.21 cores=0,2,4,6
/proc/13324/stat : 13324 (MistralXCSP) R 13321 13324 12871 0 -1 4202496 7573 0 0 0 20 1 0 0 20 0 1 0 287539886 55312384 7115 33554432000 4194304 7499544 140736845547664 140736845544664 140647316634597 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 19451904 140736845550707 140736845550856 140736845550856 140736845553609 0
/proc/13324/statm: 13504 7115 702 807 0 6495 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 54016 KiB
Current children cumulated memory: 28460 KiB

[startup+0.309564 s]*
/proc/loadavg: 2.05 1.86 1.15 3/190 13325
/proc/meminfo: memFree=24819860/32770624 swapFree=67108840/67108860
[pid=13324] ppid=13321 vsize=55948 memory=30308 CPUtime=0.31 cores=0,2,4,6
/proc/13324/stat : 13324 (MistralXCSP) R 13321 13324 12871 0 -1 4202496 8028 0 0 0 30 1 0 0 20 0 1 0 287539886 57290752 7577 33554432000 4194304 7499544 140736845547664 140736845544664 4481218 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 19451904 140736845550707 140736845550856 140736845550856 140736845553609 0
/proc/13324/statm: 13987 7577 704 807 0 6978 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 55948 KiB
Current children cumulated memory: 30308 KiB

[startup+0.700345 s]
/proc/loadavg: 2.05 1.86 1.15 3/190 13325
/proc/meminfo: memFree=24808080/32770624 swapFree=67108840/67108860
[pid=13324] ppid=13321 vsize=68560 memory=42988 CPUtime=0.69 cores=0,2,4,6
/proc/13324/stat : 13324 (MistralXCSP) R 13321 13324 12871 0 -1 4202496 11239 0 0 0 67 2 0 0 20 0 1 0 287539886 70205440 10747 33554432000 4194304 7499544 140736845547664 140736845544664 6002319 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 19451904 140736845550707 140736845550856 140736845550856 140736845553609 0
/proc/13324/statm: 17140 10747 704 807 0 10131 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 68560 KiB
Current children cumulated memory: 42988 KiB

[startup+1.50035 s]
/proc/loadavg: 2.05 1.86 1.15 3/190 13325
/proc/meminfo: memFree=24779968/32770624 swapFree=67108840/67108860
[pid=13324] ppid=13321 vsize=93092 memory=67540 CPUtime=1.49 cores=0,2,4,6
/proc/13324/stat : 13324 (MistralXCSP) R 13321 13324 12871 0 -1 4202496 17381 0 0 0 146 3 0 0 20 0 1 0 287539886 95326208 16885 33554432000 4194304 7499544 140736845547664 140736845538584 5877007 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 19451904 140736845550707 140736845550856 140736845550856 140736845553609 0
/proc/13324/statm: 23273 16885 721 807 0 16264 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 93092 KiB
Current children cumulated memory: 67540 KiB

[startup+3.10979 s]
/proc/loadavg: 2.05 1.87 1.15 3/191 13326
/proc/meminfo: memFree=24639260/32770624 swapFree=67108840/67108860
[pid=13324] ppid=13321 vsize=133312 memory=107668 CPUtime=3.1 cores=0,2,4,6
/proc/13324/stat : 13324 (MistralXCSP) R 13321 13324 12871 0 -1 4202496 28758 0 0 0 306 4 0 0 20 0 1 0 287539886 136511488 26917 33554432000 4194304 7499544 140736845547664 140736845540904 5881384 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 19451904 140736845550707 140736845550856 140736845550856 140736845553609 0
/proc/13324/statm: 33328 26917 721 807 0 26319 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 133312 KiB
Current children cumulated memory: 107668 KiB

[startup+6.30033 s]
/proc/loadavg: 2.05 1.87 1.15 3/191 13326
/proc/meminfo: memFree=24487540/32770624 swapFree=67108840/67108860
[pid=13324] ppid=13321 vsize=214100 memory=188444 CPUtime=6.29 cores=0,2,4,6
/proc/13324/stat : 13324 (MistralXCSP) R 13321 13324 12871 0 -1 4202496 51402 0 0 0 621 8 0 0 20 0 1 0 287539886 219238400 47111 33554432000 4194304 7499544 140736845547664 140736845540904 140647316634597 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 19451904 140736845550707 140736845550856 140736845550856 140736845553609 0
/proc/13324/statm: 53525 47111 722 807 0 46516 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 214100 KiB
Current children cumulated memory: 188444 KiB

[startup+12.7003 s]
/proc/loadavg: 2.12 1.89 1.16 3/191 13326
/proc/meminfo: memFree=24223160/32770624 swapFree=67108840/67108860
[pid=13324] ppid=13321 vsize=378480 memory=352804 CPUtime=12.69 cores=0,2,4,6
/proc/13324/stat : 13324 (MistralXCSP) R 13321 13324 12871 0 -1 4202496 96082 0 0 0 1255 14 0 0 20 0 1 0 287539886 387563520 88201 33554432000 4194304 7499544 140736845547664 140736845540904 5880926 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 19451904 140736845550707 140736845550856 140736845550856 140736845553609 0
/proc/13324/statm: 94620 88201 722 807 0 87611 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 378480 KiB
Current children cumulated memory: 352804 KiB

[startup+25.5004 s]
/proc/loadavg: 2.10 1.89 1.17 3/191 13326
/proc/meminfo: memFree=23568068/32770624 swapFree=67108840/67108860
[pid=13324] ppid=13321 vsize=703248 memory=677732 CPUtime=25.48 cores=0,2,4,6
/proc/13324/stat : 13324 (MistralXCSP) R 13321 13324 12871 0 -1 4202496 181009 0 0 0 2524 24 0 0 20 0 1 0 287539886 720125952 169433 33554432000 4194304 7499544 140736845547664 140736845540904 5789683 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 19451904 140736845550707 140736845550856 140736845550856 140736845553609 0
/proc/13324/statm: 175812 169433 722 807 0 168803 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 703248 KiB
Current children cumulated memory: 677732 KiB

[startup+51.1097 s]
/proc/loadavg: 2.06 1.90 1.20 3/191 13333
/proc/meminfo: memFree=22257344/32770624 swapFree=67108840/67108860
[pid=13324] ppid=13321 vsize=1352476 memory=1326844 CPUtime=51.1 cores=0,2,4,6
/proc/13324/stat : 13324 (MistralXCSP) R 13321 13324 12871 0 -1 4202496 347216 0 0 0 5063 47 0 0 20 0 1 0 287539886 1384935424 331711 33554432000 4194304 7499544 140736845547664 140736845540904 140647316633142 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 9598848 9604096 19451904 140736845550707 140736845550856 140736845550856 140736845553609 0
/proc/13324/statm: 338119 331711 722 807 0 331110 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 1352476 KiB
Current children cumulated memory: 1326844 KiB

[startup+102.3 s]
/proc/loadavg: 2.55 2.06 1.29 3/191 13334
/proc/meminfo: memFree=20864412/32770624 swapFree=67108840/67108860
[pid=13324] ppid=13321 vsize=2409760 memory=2384324 CPUtime=102.28 cores=0,2,4,6
/proc/13324/stat : 13324 (MistralXCSP) R 13321 13324 12871 0 -1 4202496 858864 0 0 0 10134 94 0 0 20 0 1 0 287539886 2467594240 596081 33554432000 4194304 7499544 140736845547664 140736845542200 5790971 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 19451904 140736845550707 140736845550856 140736845550856 140736845553609 0
/proc/13324/statm: 602440 596081 763 807 0 595431 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 2409760 KiB
Current children cumulated memory: 2384324 KiB

[startup+162.3 s]
/proc/loadavg: 2.27 2.07 1.34 3/191 13335
/proc/meminfo: memFree=20855240/32770624 swapFree=67108840/67108860
[pid=13324] ppid=13321 vsize=2415964 memory=2390556 CPUtime=162.28 cores=0,2,4,6
/proc/13324/stat : 13324 (MistralXCSP) R 13321 13324 12871 0 -1 4202496 1124635 0 0 0 16118 110 0 0 20 0 1 0 287539886 2473947136 597639 33554432000 4194304 7499544 140736845547664 140736845542088 5770261 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 19451904 140736845550707 140736845550856 140736845550856 140736845553609 0
/proc/13324/statm: 603991 597639 763 807 0 596982 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 2415964 KiB
Current children cumulated memory: 2390556 KiB

[startup+222.3 s]
/proc/loadavg: 2.10 2.06 1.38 3/191 13336
/proc/meminfo: memFree=20853772/32770624 swapFree=67108840/67108860
[pid=13324] ppid=13321 vsize=2416492 memory=2391084 CPUtime=222.27 cores=0,2,4,6
/proc/13324/stat : 13324 (MistralXCSP) R 13321 13324 12871 0 -1 4202496 1346673 0 0 0 22106 121 0 0 20 0 1 0 287539886 2474487808 597771 33554432000 4194304 7499544 140736845547664 140736845542200 5791214 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 19451904 140736845550707 140736845550856 140736845550856 140736845553609 0
/proc/13324/statm: 604123 597771 763 807 0 597114 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 2416492 KiB
Current children cumulated memory: 2391084 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252 s]*
/proc/loadavg: 2.06 2.05 1.41 4/204 13366
/proc/meminfo: memFree=22224256/32770624 swapFree=67108840/67108860
[pid=13324] ppid=13321 vsize=2416492 memory=2391088 CPUtime=251.97 cores=0,2,4,6
/proc/13324/stat : 13324 (MistralXCSP) R 13321 13324 12871 0 -1 4202496 1383036 0 0 0 25075 122 0 0 20 0 1 0 287539886 2474487808 597772 33554432000 4194304 7499544 140736845547664 140736845542200 4249975 0 0 4096 16386 0 0 0 17 0 0 0 0 0 0 9598848 9604096 19451904 140736845550707 140736845550856 140736845550856 140736845553609 0
/proc/13324/statm: 604123 597772 763 807 0 597114 0
Current children cumulated CPU time: 251.97 s
Current children cumulated vsize: 2416492 KiB
Current children cumulated memory: 2391088 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+252.176 s]
# the end of solver process 13324 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.752 s, system=1.39584 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+252.11 s]*
/proc/loadavg: 2.06 2.05 1.41 6/204 13366
/proc/meminfo: memFree=23397340/32770624 swapFree=67108840/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 0
Real time (s): 252.176
CPU time (s): 252.148
CPU user time (s): 250.752
CPU system time (s): 1.39584
CPU usage (%): 99.9888
Max. virtual memory (cumulated for all children) (KiB): 2416492
Max. memory (cumulated for all children) (KiB): 2391088

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.752
system time used= 1.39584
maximum resident set size= 2391112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1383067
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 435


# summary of solver processes directly reported to runsolver:
#   pid: 13324
#   total CPU time (s): 252.148
#   total CPU user time (s): 250.752
#   total CPU system time (s): 1.39584

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.02844 second user time and 1.8504 second system time

The end

Launcher Data

Begin job on node135 at 2018-08-19 19:29:27
IDJOB=4312593
IDBENCH=141271
IDSOLVER=2801
FILE ID=node135/4312593-1534699766
RUNJOBID= node135-1534699007-12902
PBS_JOBID= 21038718
Free space on /tmp= 58840 MiB

SOLVER NAME= Mistral-2.0 2018-08-01
BENCH NAME= XCSP18/Fapp/Fapp-m2s/Fapp-m2s-08-0700_c18.xml
COMMAND LINE= MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4312593-1534699766/watcher-4312593-1534699766 -o /tmp/evaluation-result-4312593-1534699766/solver-4312593-1534699766 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1534699007-12902 --watchdog 312  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 105289690 HOME/instance-4312593-1534699766.xml

TIME LIMIT= 252 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 1726f38b1078149b3b3b5e51280bc638
RANDOM SEED=105289690

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.50
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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	: 4
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.50
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	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        24854848 kB
MemAvailable:   31847268 kB
Buffers:          212700 kB
Cached:          7049612 kB
SwapCached:           20 kB
Active:          4271548 kB
Inactive:        3085496 kB
Active(anon):      74332 kB
Inactive(anon):    89384 kB
Active(file):    4197216 kB
Inactive(file):  2996112 kB
Unevictable:        7240 kB
Mlocked:            7240 kB
SwapTotal:      67108860 kB
SwapFree:       67108840 kB
Dirty:            372232 kB
Writeback:             0 kB
AnonPages:        102456 kB
Mapped:            25084 kB
Shmem:             66188 kB
Slab:             257036 kB
SReclaimable:     227552 kB
SUnreclaim:        29484 kB
KernelStack:        3328 kB
PageTables:         5184 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     433324 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       93568 kB
DirectMap2M:    33452032 kB

Free space on /tmp at the end= 58832 MiB
End job on node135 at 2018-08-19 19:33:39