Trace number 4268613

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
cosoco 1.12SAT (TO)196 251.867 252.013

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-15-a4.xml
MD5SUMa2ce00dc78b702eb5fb62c242f19e981
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark171
Best CPU time to get the best result obtained on this benchmark249.758
Satisfiable
(Un)Satisfiability was proved
Number of variables15
Number of constraints5007
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":15}]
Minimum variable degree1275
Maximum variable degree1276
Distribution of variable degrees[{"degree":1275,"count":13},{"degree":1276,"count":2}]
Minimum constraint arity1
Maximum constraint arity15
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":910},{"arity":4,"count":4095},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints5006
Distribution of constraint types[{"type":"intension","count":5006},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

5.49/5.62	c best=?? lower=0 upper=500 
81.27/81.41	c
81.27/81.41	c This is cosoco 1.12 --  
81.27/81.41	c
81.27/81.41	c command line: cosoco -lc -model -restarts HOME/instance-4268613-1502659343.xml 
81.27/81.41	c enable optimization
81.27/81.41	c ========================================[ Problem Statistics ]===========================================
81.27/81.41	c |                                                                                                       
81.27/81.41	c |  Parse time        :         5.45 s 
81.27/81.41	c |
81.27/81.41	c |               Variables: 15
81.27/81.41	c |            Domain Sizes: 501..501
81.27/81.41	c |
81.27/81.41	c |             Constraints: 5021
81.27/81.41	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 14  -- Ternary: 910
81.27/81.41	c | 
81.27/81.41	c |                   Types: 
81.27/81.41	c |                          (X - Y < k): 14
81.27/81.41	c |                          Intension: 5007
81.27/81.41	c |                          
81.27/81.41	c =========================================================================================================
81.27/81.41	o 225
81.27/81.41	c    1 calls to solver: best=225 lower=0 upper=224 
82.58/82.75	o 210
89.57/89.74	o 204
89.57/89.74	c    3 calls to solver: best=204 lower=0 upper=203 
92.47/92.61	o 203
97.17/97.38	o 202
97.17/97.38	c    5 calls to solver: best=202 lower=0 upper=201 
108.07/108.20	o 196
251.85/252.01	
251.85/252.01	c *** INTERRUPTED ***
251.85/252.01	c restarts              : 20          
251.85/252.01	c conflicts             : 5823         (23 /sec)
251.85/252.01	c decisions             : 7890         (31 /sec)
251.85/252.01	c propagations          : 1173338     (4664 /sec)
251.85/252.01	c root propagations     : 696         
251.85/252.01	c filter calls          : 48268853       (191881 /sec)
251.85/252.01	c useless filter calls  : 47849557       (99 %)
251.85/252.01	c Memory used           : 401.77 MB
251.85/252.01	c CPU time              : 251.556 s
251.85/252.01	
251.85/252.01	c nb Solutions = 6
251.85/252.01	s SATISFIABLE
251.85/252.01	c Best value found: 196
251.85/252.01	
251.85/252.01	
251.85/252.01	v <instantiation type='solution' cost='196'>
251.85/252.01	v <list>x[0] x[10] x[11] x[12] x[13] x[14] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] </list>
251.85/252.01	v <values>0 104 127 146 162 196 1 4 6 13 21 31 45 67 78 </values>
251.85/252.01	v </instantiation>
251.85/252.01	

Verifier Data

OK	196

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 (15353 MiB free)
  memory of node 1: 16384 MiB (15585 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4268613-1502659343/watcher-4268613-1502659343 -o /tmp/evaluation-result-4268613-1502659343/solver-4268613-1502659343 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502644521-30670 --watchdog 312 cosoco -lc -model -restarts HOME/instance-4268613-1502659343.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=6036, runsolver pid=6033

[startup+0.10016 s]*
/proc/loadavg: 2.30 2.05 2.05 3/182 6037
/proc/meminfo: memFree=31681316/32770624 swapFree=67108860/67108860
[pid=6036] ppid=6033 vsize=27140 memory=3064 CPUtime=0 cores=0,2,4,6
/proc/6036/stat : 6036 (cosoco) R 6033 6036 11586 0 -1 4202496 988 0 0 0 0 0 0 0 20 0 1 0 54274996 27791360 766 18446744073709551615 4194304 5972588 140729653966016 140729653962664 5387909 0 0 1 0 0 0 0 17 2 0 0 9 0 0 8070896 8075904 11034624 140729653969358 140729653969453 140729653969453 140729653972942 0
/proc/6036/statm: 6785 766 683 435 0 148 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 27140 KiB
Current children cumulated memory: 3064 KiB

[startup+0.209223 s]*
/proc/loadavg: 2.30 2.05 2.05 3/182 6037
/proc/meminfo: memFree=31679924/32770624 swapFree=67108860/67108860
[pid=6036] ppid=6033 vsize=28476 memory=4704 CPUtime=0.11 cores=0,2,4,6
/proc/6036/stat : 6036 (cosoco) R 6033 6036 11586 0 -1 4202496 1391 0 0 0 11 0 0 0 20 0 1 0 54274996 29159424 1176 18446744073709551615 4194304 5972588 140729653966016 140729653962664 140713103338469 0 0 1 0 0 0 0 17 2 0 0 9 0 0 8070896 8075904 11034624 140729653969358 140729653969453 140729653969453 140729653972942 0
/proc/6036/statm: 7119 1176 787 435 0 482 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 28476 KiB
Current children cumulated memory: 4704 KiB

[startup+0.308803 s]*
/proc/loadavg: 2.30 2.05 2.05 3/182 6037
/proc/meminfo: memFree=31675088/32770624 swapFree=67108860/67108860
[pid=6036] ppid=6033 vsize=31424 memory=7608 CPUtime=0.21 cores=0,2,4,6
/proc/6036/stat : 6036 (cosoco) R 6033 6036 11586 0 -1 4202496 2127 0 0 0 21 0 0 0 20 0 1 0 54274996 32178176 1902 18446744073709551615 4194304 5972588 140729653966016 140729653962664 140713104082310 0 0 1 0 0 0 0 17 2 0 0 9 0 0 8070896 8075904 11034624 140729653969358 140729653969453 140729653969453 140729653972942 0
/proc/6036/statm: 7856 1902 787 435 0 1219 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 31424 KiB
Current children cumulated memory: 7608 KiB

[startup+0.700344 s]
/proc/loadavg: 2.30 2.05 2.05 3/182 6037
/proc/meminfo: memFree=31668516/32770624 swapFree=67108860/67108860
[pid=6036] ppid=6033 vsize=42852 memory=19220 CPUtime=0.59 cores=0,2,4,6
/proc/6036/stat : 6036 (cosoco) R 6033 6036 11586 0 -1 4202496 4980 0 0 0 59 0 0 0 20 0 1 0 54274996 43880448 4805 18446744073709551615 4194304 5972588 140729653966016 140729653962664 140713103347568 0 0 1 0 0 0 0 17 2 0 0 9 0 0 8070896 8075904 11034624 140729653969358 140729653969453 140729653969453 140729653972942 0
/proc/6036/statm: 10713 4805 787 435 0 4076 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 42852 KiB
Current children cumulated memory: 19220 KiB

[startup+1.50035 s]
/proc/loadavg: 2.30 2.05 2.05 3/182 6037
/proc/meminfo: memFree=31653432/32770624 swapFree=67108860/67108860
[pid=6036] ppid=6033 vsize=66404 memory=42636 CPUtime=1.39 cores=0,2,4,6
/proc/6036/stat : 6036 (cosoco) R 6033 6036 11586 0 -1 4202496 10877 0 0 0 138 1 0 0 20 0 1 0 54274996 67997696 10659 18446744073709551615 4194304 5972588 140729653966016 140729653959576 140713103330848 0 0 1 0 0 0 0 17 2 0 0 9 0 0 8070896 8075904 11034624 140729653969358 140729653969453 140729653969453 140729653972942 0
/proc/6036/statm: 16601 10659 787 435 0 9964 0
Current children cumulated CPU time: 1.39 s
Current children cumulated vsize: 66404 KiB
Current children cumulated memory: 42636 KiB

[startup+3.10933 s]
/proc/loadavg: 2.30 2.05 2.05 3/182 6037
/proc/meminfo: memFree=31591972/32770624 swapFree=67108860/67108860
[pid=6036] ppid=6033 vsize=113700 memory=90048 CPUtime=3 cores=0,2,4,6
/proc/6036/stat : 6036 (cosoco) R 6033 6036 11586 0 -1 4202496 22762 0 0 0 296 4 0 0 20 0 1 0 54274996 116428800 22512 18446744073709551615 4194304 5972588 140729653966016 140729653959576 140713103338469 0 0 1 0 0 0 0 17 2 0 0 9 0 0 8070896 8075904 11034624 140729653969358 140729653969453 140729653969453 140729653972942 0
/proc/6036/statm: 28425 22512 787 435 0 21788 0
Current children cumulated CPU time: 3 s
Current children cumulated vsize: 113700 KiB
Current children cumulated memory: 90048 KiB

[startup+6.30043 s]
/proc/loadavg: 2.28 2.05 2.05 3/182 6037
/proc/meminfo: memFree=31445392/32770624 swapFree=67108860/67108860
[pid=6036] ppid=6033 vsize=263308 memory=239872 CPUtime=6.19 cores=0,2,4,6
/proc/6036/stat : 6036 (cosoco) R 6033 6036 11586 0 -1 4202496 79463 0 0 0 609 10 0 0 20 0 1 0 54274996 269627392 59968 18446744073709551615 4194304 5972588 140729653966016 140729653962872 5071280 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 8070896 8075904 11034624 140729653969358 140729653969453 140729653969453 140729653972942 0
/proc/6036/statm: 65827 59968 831 435 0 59190 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 263308 KiB
Current children cumulated memory: 239872 KiB

[startup+12.7004 s]
/proc/loadavg: 2.26 2.05 2.05 3/182 6037
/proc/meminfo: memFree=31388724/32770624 swapFree=67108860/67108860
[pid=6036] ppid=6033 vsize=322048 memory=298660 CPUtime=12.59 cores=0,2,4,6
/proc/6036/stat : 6036 (cosoco) R 6033 6036 11586 0 -1 4202496 133321 0 0 0 1246 13 0 0 20 0 1 0 54274996 329777152 74665 18446744073709551615 4194304 5972588 140729653966016 140729653962872 4965416 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 8070896 8075904 11034624 140729653969358 140729653969453 140729653969453 140729653972942 0
/proc/6036/statm: 80512 74665 831 435 0 73875 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 322048 KiB
Current children cumulated memory: 298660 KiB

[startup+25.5004 s]
/proc/loadavg: 2.20 2.05 2.05 3/182 6037
/proc/meminfo: memFree=31362872/32770624 swapFree=67108860/67108860
[pid=6036] ppid=6033 vsize=338416 memory=315128 CPUtime=25.39 cores=0,2,4,6
/proc/6036/stat : 6036 (cosoco) R 6033 6036 11586 0 -1 4202496 182023 0 0 0 2523 16 0 0 20 0 1 0 54274996 346537984 78782 18446744073709551615 4194304 5972588 140729653966016 140729653962872 4909702 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 8070896 8075904 11034624 140729653969358 140729653969453 140729653969453 140729653972942 0
/proc/6036/statm: 84604 78782 831 435 0 77967 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 338416 KiB
Current children cumulated memory: 315128 KiB

[startup+51.1094 s]
/proc/loadavg: 2.13 2.04 2.05 3/182 6038
/proc/meminfo: memFree=31331796/32770624 swapFree=67108860/67108860
[pid=6036] ppid=6033 vsize=369172 memory=345860 CPUtime=50.99 cores=0,2,4,6
/proc/6036/stat : 6036 (cosoco) R 6033 6036 11586 0 -1 4202496 268163 0 0 0 5078 21 0 0 20 0 1 0 54274996 378032128 86465 18446744073709551615 4194304 5972588 140729653966016 140729653962872 5071321 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 8070896 8075904 11034624 140729653969358 140729653969453 140729653969453 140729653972942 0
/proc/6036/statm: 92293 86465 831 435 0 85656 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 369172 KiB
Current children cumulated memory: 345860 KiB

[startup+102.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/182 6039
/proc/meminfo: memFree=31292696/32770624 swapFree=67108860/67108860
[pid=6036] ppid=6033 vsize=408508 memory=385164 CPUtime=102.18 cores=0,2,4,6
/proc/6036/stat : 6036 (cosoco) R 6033 6036 11586 0 -1 4202496 351724 0 0 0 10191 27 0 0 20 0 1 0 54274996 418312192 96291 18446744073709551615 4194304 5972588 140729653966016 140729653962872 5071049 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 8070896 8075904 11034624 140729653969358 140729653969453 140729653969453 140729653972942 0
/proc/6036/statm: 102127 96291 832 435 0 95490 0
Current children cumulated CPU time: 102.18 s
Current children cumulated vsize: 408508 KiB
Current children cumulated memory: 385164 KiB

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/186 6056
/proc/meminfo: memFree=31284128/32770624 swapFree=67108860/67108860
[pid=6036] ppid=6033 vsize=411016 memory=387744 CPUtime=162.16 cores=0,2,4,6
/proc/6036/stat : 6036 (cosoco) R 6033 6036 11586 0 -1 4202496 394519 0 0 0 16187 29 0 0 20 0 1 0 54274996 420880384 96936 18446744073709551615 4194304 5972588 140729653966016 140729653962872 4965286 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 8070896 8075904 11034624 140729653969358 140729653969453 140729653969453 140729653972942 0
/proc/6036/statm: 102754 96936 832 435 0 96117 0
Current children cumulated CPU time: 162.16 s
Current children cumulated vsize: 411016 KiB
Current children cumulated memory: 387744 KiB

[startup+222.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 6058
/proc/meminfo: memFree=31288852/32770624 swapFree=67108860/67108860
[pid=6036] ppid=6033 vsize=411280 memory=387976 CPUtime=222.15 cores=0,2,4,6
/proc/6036/stat : 6036 (cosoco) R 6033 6036 11586 0 -1 4202496 416607 0 0 0 22185 30 0 0 20 0 1 0 54274996 421150720 96994 18446744073709551615 4194304 5972588 140729653966016 140729653962872 5053061 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 8070896 8075904 11034624 140729653969358 140729653969453 140729653969453 140729653972942 0
/proc/6036/statm: 102820 96994 832 435 0 96183 0
Current children cumulated CPU time: 222.15 s
Current children cumulated vsize: 411280 KiB
Current children cumulated memory: 387976 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252 s]*
/proc/loadavg: 2.27 2.09 2.06 3/181 6121
/proc/meminfo: memFree=31244728/32770624 swapFree=67108860/67108860
[pid=6036] ppid=6033 vsize=411412 memory=388044 CPUtime=251.85 cores=0,2,4,6
/proc/6036/stat : 6036 (cosoco) R 6033 6036 11586 0 -1 4202496 421223 0 0 0 25155 30 0 0 20 0 1 0 54274996 421285888 97011 18446744073709551615 4194304 5972588 140729653966016 140729653962872 4968812 0 0 1 8405026 0 0 0 17 2 0 0 9 0 0 8070896 8075904 11034624 140729653969358 140729653969453 140729653969453 140729653972942 0
/proc/6036/statm: 102853 97011 832 435 0 96216 0
Current children cumulated CPU time: 251.85 s
Current children cumulated vsize: 411412 KiB
Current children cumulated memory: 388044 KiB

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

[startup+252.013 s]
# the end of solver process 6036 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.556 s, system=0.310983 s

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

Child status: 1
Real time (s): 252.013
CPU time (s): 251.867
CPU user time (s): 251.556
CPU system time (s): 0.310983
CPU usage (%): 99.9418
Max. virtual memory (cumulated for all children) (KiB): 411412
Max. memory (cumulated for all children) (KiB): 388044

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.556
system time used= 0.310983
maximum resident set size= 388116
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 421276
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= 81
involuntary context switches= 316


# summary of solver processes directly reported to runsolver:
#   pid: 6036
#   total CPU time (s): 251.867
#   total CPU user time (s): 251.556
#   total CPU system time (s): 0.310983

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.924005 second user time and 1.97469 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-13 23:08:07
IDJOB=4268613
IDBENCH=126245
IDSOLVER=2659
FILE ID=node124/4268613-1502659343
RUNJOBID= node124-1502644521-30670
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-15-a4.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4268613-1502659343/watcher-4268613-1502659343 -o /tmp/evaluation-result-4268613-1502659343/solver-4268613-1502659343 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502644521-30670 --watchdog 312  cosoco -lc -model -restarts HOME/instance-4268613-1502659343.xml

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

MD5SUM BENCH= a2ce00dc78b702eb5fb62c242f19e981
RANDOM SEED=527464967

node124.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.51
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.51
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.51
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.51
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:        31681056 kB
MemAvailable:   31953916 kB
Buffers:          177336 kB
Cached:           385216 kB
SwapCached:            0 kB
Active:           470084 kB
Inactive:         193788 kB
Active(anon):      52888 kB
Inactive(anon):    73804 kB
Active(file):     417196 kB
Inactive(file):   119984 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2456 kB
Writeback:             4 kB
AnonPages:        101392 kB
Mapped:            45244 kB
Shmem:             25320 kB
Slab:             129616 kB
SReclaimable:     103032 kB
SUnreclaim:        26584 kB
KernelStack:        3200 kB
PageTables:         4880 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     374008 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62028 MiB
End job on node124 at 2017-08-13 23:12:19