Trace number 4301254

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.12? (TO) 252.158 252.189

General information on the benchmark

NameNurseRostering/
NurseRostering-20_c18.xml
MD5SUMd4df4d24fcb6b75374a4511056cd4f34
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 variables15616
Number of constraints43912
Number of domains17
Minimum domain size1
Maximum domain size183
Distribution of domain sizes[{"size":1,"count":267},{"size":2,"count":3618},{"size":7,"count":9100},{"size":51,"count":2366},{"size":183,"count":265}]
Minimum variable degree2
Maximum variable degree30
Distribution of variable degrees[{"degree":2,"count":5216},{"degree":3,"count":1300},{"degree":18,"count":5},{"degree":19,"count":36},{"degree":20,"count":49},{"degree":21,"count":13},{"degree":22,"count":43},{"degree":23,"count":50},{"degree":24,"count":499},{"degree":25,"count":452},{"degree":26,"count":173},{"degree":27,"count":1991},{"degree":28,"count":3479},{"degree":29,"count":1938},{"degree":30,"count":372}]
Minimum constraint arity2
Maximum constraint arity900
Distribution of constraint arities[{"arity":2,"count":16247},{"arity":3,"count":16200},{"arity":4,"count":1790},{"arity":6,"count":5310},{"arity":7,"count":2690},{"arity":26,"count":50},{"arity":51,"count":1274},{"arity":183,"count":350},{"arity":900,"count":1}]
Number of extensional constraints10324
Number of intensional constraints5018
Distribution of constraint types[{"type":"extension","count":10324},{"type":"intension","count":5018},{"type":"regular","count":18000},{"type":"sum","count":100},{"type":"count","count":10469},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

4.58/4.63	c best=?? lower=0 upper=451516 
251.97/252.01	c
251.97/252.01	c This is cosoco 1.12 --  
251.97/252.01	c
251.97/252.01	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4301254-1532878162.xml 
251.97/252.01	c enable optimization
251.97/252.01	c ========================================[ Problem Statistics ]===========================================
251.97/252.01	c |                                                                                                       
251.97/252.01	c |  Parse time        :         3.60 s 
251.97/252.01	c |
251.97/252.01	c |               Variables: 15616
251.97/252.01	c |            Domain Sizes: 1..183
251.97/252.01	c |
251.97/252.01	c |             Constraints: 44862
251.97/252.01	c |                   Arity: 1..3592  -- Unary: 900  -- Binary: 16247  -- Ternary: 16200
251.97/252.01	c | 
251.97/252.01	c |                   Types: 
251.97/252.01	c |                          At least: 8845
251.97/252.01	c |                          Exactly K variable: 1624
251.97/252.01	c |                          Extension: 10324  (nb tuples: 0..51) -- (shared: 10263)
251.97/252.01	c |                          Intension: 5018
251.97/252.01	c |                          MDD: 18000
251.97/252.01	c |                          Sum: 151
251.97/252.01	c |                          Unary: 900
251.97/252.01	c |                          
251.97/252.01	c |               Objective: Minimize Sum
251.97/252.01	
251.97/252.01	c =========================================================================================================
251.97/252.01	
251.97/252.01	c *** INTERRUPTED ***
251.97/252.01	c restarts              : 39          
251.97/252.01	c conflicts             : 41325        (165 /sec)
251.97/252.01	c decisions             : 145984       (583 /sec)
251.97/252.01	c propagations          : 2450662     (9787 /sec)
251.97/252.01	c root propagations     : 73385       
251.97/252.01	c filter calls          : 7490602        (29915 /sec)
251.97/252.01	c useless filter calls  : 6137083        (81 %)
251.97/252.01	c Memory used           : 3634.33 MB
251.97/252.01	c CPU time              : 250.397 s
251.97/252.01	
251.97/252.01	c No Bound found!
251.97/252.01	
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 (11632 MiB free)
  memory of node 1: 16384 MiB (15109 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4301254-1532878162/watcher-4301254-1532878162 -o /tmp/evaluation-result-4301254-1532878162/solver-4301254-1532878162 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532876486-18604 --watchdog 312 HOME/cosoco -lc -model -restarts HOME/instance-4301254-1532878162.xml 

running on 4 cores: 1,3,5,7

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=19569, runsolver pid=19566

[startup+0.100124 s]*
/proc/loadavg: 2.04 2.03 1.89 3/190 19570
/proc/meminfo: memFree=27331208/32770624 swapFree=67108860/67108860
[pid=19569] ppid=19566 vsize=97096 memory=73500 CPUtime=0.1 cores=1,3,5,7
/proc/19569/stat : 19569 (cosoco) R 19566 19569 15034 0 -1 4202496 18534 0 0 0 7 3 0 0 20 0 1 0 105379389 99426304 18375 33554432000 4194304 6142532 140726718363776 140726718360408 140170269366176 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8243016 8247936 11108352 140726718370955 140726718371085 140726718371085 140726718373838 0
/proc/19569/statm: 24274 18375 828 476 0 17596 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 97096 KiB
Current children cumulated memory: 73500 KiB

[startup+0.209859 s]*
/proc/loadavg: 2.04 2.03 1.89 3/190 19570
/proc/meminfo: memFree=27284336/32770624 swapFree=67108860/67108860
[pid=19569] ppid=19566 vsize=130224 memory=106508 CPUtime=0.2 cores=1,3,5,7
/proc/19569/stat : 19569 (cosoco) R 19566 19569 15034 0 -1 4202496 26817 0 0 0 16 4 0 0 20 0 1 0 105379389 133349376 26627 33554432000 4194304 6142532 140726718363776 140726718360408 140170269387307 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8243016 8247936 11108352 140726718370955 140726718371085 140726718371085 140726718373838 0
/proc/19569/statm: 32556 26627 828 476 0 25878 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 130224 KiB
Current children cumulated memory: 106508 KiB

[startup+0.309636 s]*
/proc/loadavg: 2.04 2.03 1.89 3/190 19570
/proc/meminfo: memFree=27244532/32770624 swapFree=67108860/67108860
[pid=19569] ppid=19566 vsize=169840 memory=146268 CPUtime=0.3 cores=1,3,5,7
/proc/19569/stat : 19569 (cosoco) R 19566 19569 15034 0 -1 4202496 36738 0 0 0 25 5 0 0 20 0 1 0 105379389 173916160 36567 33554432000 4194304 6142532 140726718363776 140726718360408 140170269318117 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8243016 8247936 11108352 140726718370955 140726718371085 140726718371085 140726718373838 0
/proc/19569/statm: 42460 36567 828 476 0 35782 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 169840 KiB
Current children cumulated memory: 146268 KiB

[startup+0.700326 s]
/proc/loadavg: 2.04 2.03 1.89 3/190 19570
/proc/meminfo: memFree=27188840/32770624 swapFree=67108860/67108860
[pid=19569] ppid=19566 vsize=281528 memory=257868 CPUtime=0.69 cores=1,3,5,7
/proc/19569/stat : 19569 (cosoco) R 19566 19569 15034 0 -1 4202496 64660 0 0 0 59 10 0 0 20 0 1 0 105379389 288284672 64467 33554432000 4194304 6142532 140726718363776 140726718360408 140170269318117 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8243016 8247936 11108352 140726718370955 140726718371085 140726718371085 140726718373838 0
/proc/19569/statm: 70382 64467 841 476 0 63704 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 281528 KiB
Current children cumulated memory: 257868 KiB

[startup+1.50032 s]
/proc/loadavg: 2.04 2.03 1.89 3/190 19570
/proc/meminfo: memFree=27034460/32770624 swapFree=67108860/67108860
[pid=19569] ppid=19566 vsize=532900 memory=509196 CPUtime=1.49 cores=1,3,5,7
/proc/19569/stat : 19569 (cosoco) R 19566 19569 15034 0 -1 4202496 127482 0 0 0 130 19 0 0 20 0 1 0 105379389 545689600 127299 33554432000 4194304 6142532 140726718363776 140726718358152 140170269366176 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8243016 8247936 11108352 140726718370955 140726718371085 140726718371085 140726718373838 0
/proc/19569/statm: 133225 127299 841 476 0 126547 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 532900 KiB
Current children cumulated memory: 509196 KiB

[startup+3.10933 s]
/proc/loadavg: 2.03 2.03 1.89 3/190 19570
/proc/meminfo: memFree=25179112/32770624 swapFree=67108860/67108860
[pid=19569] ppid=19566 vsize=2266224 memory=2242644 CPUtime=3.09 cores=1,3,5,7
/proc/19569/stat : 19569 (cosoco) R 19566 19569 15034 0 -1 4202496 561171 0 0 0 237 72 0 0 20 0 1 0 105379389 2320613376 560595 33554432000 4194304 6142532 140726718363776 140726718358072 140170269366176 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8243016 8247936 11108352 140726718370955 140726718371085 140726718371085 140726718373838 0
/proc/19569/statm: 566602 560661 856 476 0 559924 0
Current children cumulated CPU time: 3.09 s
Current children cumulated vsize: 2266224 KiB
Current children cumulated memory: 2242644 KiB

[startup+6.30033 s]
/proc/loadavg: 2.03 2.03 1.89 3/190 19570
/proc/meminfo: memFree=24226384/32770624 swapFree=67108860/67108860
[pid=19569] ppid=19566 vsize=3178240 memory=3154888 CPUtime=6.28 cores=1,3,5,7
/proc/19569/stat : 19569 (cosoco) R 19566 19569 15034 0 -1 4202496 845855 0 0 0 525 103 0 0 20 0 1 0 105379389 3254517760 788722 33554432000 4194304 6142532 140726718363776 140726718360632 5329969 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 11108352 140726718370955 140726718371085 140726718371085 140726718373838 0
/proc/19569/statm: 794560 788722 898 476 0 787882 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 3178240 KiB
Current children cumulated memory: 3154888 KiB

[startup+12.7003 s]
/proc/loadavg: 2.03 2.02 1.89 3/190 19570
/proc/meminfo: memFree=24105940/32770624 swapFree=67108860/67108860
[pid=19569] ppid=19566 vsize=3320908 memory=3292136 CPUtime=12.67 cores=1,3,5,7
/proc/19569/stat : 19569 (cosoco) R 19566 19569 15034 0 -1 4202496 923240 0 0 0 1156 111 0 0 20 0 1 0 105379389 3400609792 823034 33554432000 4194304 6142532 140726718363776 140726718360488 5215649 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 11108352 140726718370955 140726718371085 140726718371085 140726718373838 0
/proc/19569/statm: 830227 823034 898 476 0 823549 0
Current children cumulated CPU time: 12.67 s
Current children cumulated vsize: 3320908 KiB
Current children cumulated memory: 3292136 KiB

[startup+25.5004 s]
/proc/loadavg: 2.02 2.02 1.89 3/190 19570
/proc/meminfo: memFree=23834768/32770624 swapFree=67108860/67108860
[pid=19569] ppid=19566 vsize=3601908 memory=3544572 CPUtime=25.47 cores=1,3,5,7
/proc/19569/stat : 19569 (cosoco) R 19566 19569 15034 0 -1 4202496 1096767 0 0 0 2419 128 0 0 20 0 1 0 105379389 3688353792 886143 33554432000 4194304 6142532 140726718363776 140726718360424 5215647 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 11108352 140726718370955 140726718371085 140726718371085 140726718373838 0
/proc/19569/statm: 900477 886143 898 476 0 893799 0
Current children cumulated CPU time: 25.47 s
Current children cumulated vsize: 3601908 KiB
Current children cumulated memory: 3544572 KiB

[startup+51.1099 s]
/proc/loadavg: 2.02 2.02 1.89 3/191 19578
/proc/meminfo: memFree=23749548/32770624 swapFree=67108860/67108860
[pid=19569] ppid=19566 vsize=3704012 memory=3629884 CPUtime=51.07 cores=1,3,5,7
/proc/19569/stat : 19569 (cosoco) R 19566 19569 15034 0 -1 4202496 1273923 0 0 0 4962 145 0 0 20 0 1 0 105379389 3792908288 907471 33554432000 4194304 6142532 140726718363776 140726718360632 5137876 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 11108352 140726718370955 140726718371085 140726718371085 140726718373838 0
/proc/19569/statm: 926003 907471 898 476 0 919325 0
Current children cumulated CPU time: 51.07 s
Current children cumulated vsize: 3704012 KiB
Current children cumulated memory: 3629884 KiB

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 1.90 3/191 19643
/proc/meminfo: memFree=23728576/32770624 swapFree=67108860/67108860
[pid=19569] ppid=19566 vsize=3721548 memory=3644280 CPUtime=102.26 cores=1,3,5,7
/proc/19569/stat : 19569 (cosoco) R 19566 19569 15034 0 -1 4202496 1350718 0 0 0 10072 154 0 0 20 0 1 0 105379389 3810865152 911070 33554432000 4194304 6142532 140726718363776 140726718360632 5329969 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 11108352 140726718370955 140726718371085 140726718371085 140726718373838 0
/proc/19569/statm: 930387 911070 898 476 0 923709 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 3721548 KiB
Current children cumulated memory: 3644280 KiB

[startup+162.3 s]
/proc/loadavg: 2.05 2.03 1.91 3/191 19644
/proc/meminfo: memFree=23727832/32770624 swapFree=67108860/67108860
[pid=19569] ppid=19566 vsize=3721548 memory=3644280 CPUtime=162.25 cores=1,3,5,7
/proc/19569/stat : 19569 (cosoco) R 19566 19569 15034 0 -1 4202496 1372541 0 0 0 16070 155 0 0 20 0 1 0 105379389 3810865152 911070 33554432000 4194304 6142532 140726718363776 140726718360632 5137876 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 11108352 140726718370955 140726718371085 140726718371085 140726718373838 0
/proc/19569/statm: 930387 911070 898 476 0 923709 0
Current children cumulated CPU time: 162.25 s
Current children cumulated vsize: 3721548 KiB
Current children cumulated memory: 3644280 KiB

[startup+222.3 s]
/proc/loadavg: 2.02 2.02 1.92 3/191 19645
/proc/meminfo: memFree=23727988/32770624 swapFree=67108860/67108860
[pid=19569] ppid=19566 vsize=3721548 memory=3644280 CPUtime=222.26 cores=1,3,5,7
/proc/19569/stat : 19569 (cosoco) R 19566 19569 15034 0 -1 4202496 1393818 0 0 0 22069 157 0 0 20 0 1 0 105379389 3810865152 911070 33554432000 4194304 6142532 140726718363776 140726718360632 5399800 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 11108352 140726718370955 140726718371085 140726718371085 140726718373838 0
/proc/19569/statm: 930387 911070 898 476 0 923709 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 3721548 KiB
Current children cumulated memory: 3644280 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252 s]*
/proc/loadavg: 2.08 2.04 1.92 3/191 19645
/proc/meminfo: memFree=23727936/32770624 swapFree=67108860/67108860
[pid=19569] ppid=19566 vsize=3721548 memory=3644280 CPUtime=251.97 cores=1,3,5,7
/proc/19569/stat : 19569 (cosoco) R 19566 19569 15034 0 -1 4202496 1412500 0 0 0 25039 158 0 0 20 0 1 0 105379389 3810865152 911070 33554432000 4194304 6142532 140726718363776 140726718360632 5215647 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8243016 8247936 11108352 140726718370955 140726718371085 140726718371085 140726718373838 0
/proc/19569/statm: 930387 911070 898 476 0 923709 0
Current children cumulated CPU time: 251.97 s
Current children cumulated vsize: 3721548 KiB
Current children cumulated memory: 3644280 KiB

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

[startup+252.189 s]
# the end of solver process 19569 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=250.397 s, system=1.76099 s

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

[startup+252.11 s]*
/proc/loadavg: 2.08 2.04 1.92 3/191 19645
/proc/meminfo: memFree=25964220/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

Child status: 1
Real time (s): 252.189
CPU time (s): 252.158
CPU user time (s): 250.397
CPU system time (s): 1.76099
CPU usage (%): 99.9879
Max. virtual memory (cumulated for all children) (KiB): 3721548
Max. memory (cumulated for all children) (KiB): 3644280

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 250.397
system time used= 1.76099
maximum resident set size= 3644352
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1412559
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= 64
involuntary context switches= 165


# summary of solver processes directly reported to runsolver:
#   pid: 19569
#   total CPU time (s): 252.158
#   total CPU user time (s): 250.397
#   total CPU system time (s): 1.76099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.982251 second user time and 1.9842 second system time

The end

Launcher Data

Begin job on node135 at 2018-07-29 17:29:22
IDJOB=4301254
IDBENCH=141043
IDSOLVER=2774
FILE ID=node135/4301254-1532878162
RUNJOBID= node135-1532876486-18604
PBS_JOBID= 21022499
Free space on /tmp= 52716 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP18/NurseRostering/NurseRostering-20_c18.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4301254-1532878162/watcher-4301254-1532878162 -o /tmp/evaluation-result-4301254-1532878162/solver-4301254-1532878162 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node135-1532876486-18604 --watchdog 312  HOME/cosoco -lc -model -restarts HOME/instance-4301254-1532878162.xml

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

MD5SUM BENCH= d4df4d24fcb6b75374a4511056cd4f34
RANDOM SEED=1501627857

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:        27384328 kB
MemAvailable:   31928712 kB
Buffers:          214820 kB
Cached:          4568524 kB
SwapCached:            0 kB
Active:          1587684 kB
Inactive:        3258696 kB
Active(anon):      14460 kB
Inactive(anon):    76904 kB
Active(file):    1573224 kB
Inactive(file):  3181792 kB
Unevictable:        7212 kB
Mlocked:            7212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4268 kB
Writeback:             0 kB
AnonPages:         62220 kB
Mapped:            46160 kB
Shmem:             25248 kB
Slab:             239360 kB
SReclaimable:     210408 kB
SUnreclaim:        28952 kB
KernelStack:        3408 kB
PageTables:         5248 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     360812 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 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= 52712 MiB
End job on node135 at 2018-07-29 17:33:34