Trace number 4302184

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.367 252.35

General information on the benchmark

NameSteelMillSlab/
SteelMillSlab-m2s-4-0_c18.xml
MD5SUMb10759bd497fea2437fd7a4bc018387a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark203
Best CPU time to get the best result obtained on this benchmark252.26
Satisfiable
(Un)Satisfiability was proved
Number of variables22422
Number of constraints24975
Number of domains4
Minimum domain size2
Maximum domain size111
Distribution of domain sizes[{"size":2,"count":22089},{"size":10,"count":111},{"size":37,"count":111},{"size":111,"count":111}]
Minimum variable degree2
Maximum variable degree222
Distribution of variable degrees[{"degree":2,"count":20424},{"degree":3,"count":1443},{"degree":4,"count":222},{"degree":5,"count":222},{"degree":222,"count":111}]
Minimum constraint arity2
Maximum constraint arity112
Distribution of constraint arities[{"arity":2,"count":24753},{"arity":88,"count":111},{"arity":112,"count":111}]
Number of extensional constraints111
Number of intensional constraints24642
Distribution of constraint types[{"type":"extension","count":111},{"type":"intension","count":24642},{"type":"sum","count":222}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

11.79/11.84	c best=?? lower=0 upper=999 
252.01/252.01	c
252.01/252.01	c This is cosoco 1.12 --  
252.01/252.01	c
252.01/252.01	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4302184-1532889706.xml 
252.01/252.01	c enable optimization
252.01/252.01	c ========================================[ Problem Statistics ]===========================================
252.01/252.01	c |                                                                                                       
252.01/252.01	c |  Parse time        :        10.31 s 
252.01/252.01	c |
252.01/252.01	c |               Variables: 22422
252.01/252.01	c |            Domain Sizes: 2..111
252.01/252.01	c |
252.01/252.01	c |             Constraints: 24976
252.01/252.01	c |                   Arity: 2..112  -- Binary: 24753
252.01/252.01	c | 
252.01/252.01	c |                   Types: 
252.01/252.01	c |                          Extension: 111  (nb tuples: 37..37) -- (shared: 110)
252.01/252.01	c |                          Intension: 24642
252.01/252.01	c |                          Sum: 223
252.01/252.01	c |                          
252.01/252.01	c |               Objective: Minimize Sum
252.01/252.01	
252.01/252.01	c =========================================================================================================
252.01/252.01	
252.01/252.01	c *** INTERRUPTED ***
252.01/252.01	c restarts              : 4           
252.01/252.01	c conflicts             : 465          (2 /sec)
252.01/252.01	c decisions             : 80734        (324 /sec)
252.01/252.01	c propagations          : 397374      (1593 /sec)
252.01/252.01	c root propagations     : 0           
252.01/252.01	c filter calls          : 11863572       (47561 /sec)
252.01/252.01	c useless filter calls  : 11742345       (98 %)
252.01/252.01	c Memory used           : 6369.87 MB
252.01/252.01	c CPU time              : 249.439 s
252.01/252.01	
252.01/252.01	c No Bound found!
252.01/252.01	
252.01/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 (8620 MiB free)
  memory of node 1: 16384 MiB (13933 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302184-1532889706/watcher-4302184-1532889706 -o /tmp/evaluation-result-4302184-1532889706/solver-4302184-1532889706 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532880243-4871 --watchdog 312 HOME/cosoco -lc -model -restarts HOME/instance-4302184-1532889706.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
solver pid=11935, runsolver pid=11932
Current StackSize limit: 8192 KiB


[startup+0.100118 s]*
/proc/loadavg: 2.00 1.99 2.02 3/187 11936
/proc/meminfo: memFree=23081400/32770624 swapFree=67108532/67108860
[pid=11935] ppid=11932 vsize=42580 memory=18700 CPUtime=0.1 cores=1,3,5,7
/proc/11935/stat : 11935 (cosoco) R 11932 11935 4839 0 -1 4202496 4840 0 0 0 10 0 0 0 20 0 1 0 106533774 43601920 4675 33554432000 4194304 6142532 140730989222608 140730989219240 140276324482021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34037760 140730989225099 140730989225229 140730989225229 140730989227982 0
/proc/11935/statm: 10645 4675 738 476 0 3967 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 42580 KiB
Current children cumulated memory: 18700 KiB

[startup+0.209601 s]*
/proc/loadavg: 2.00 1.99 2.02 3/187 11936
/proc/meminfo: memFree=23076564/32770624 swapFree=67108532/67108860
[pid=11935] ppid=11932 vsize=45168 memory=21076 CPUtime=0.2 cores=1,3,5,7
/proc/11935/stat : 11935 (cosoco) R 11932 11935 4839 0 -1 4202496 5489 0 0 0 20 0 0 0 20 0 1 0 106533774 46252032 5269 33554432000 4194304 6142532 140730989222608 140730989219240 140276324477758 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34037760 140730989225099 140730989225229 140730989225229 140730989227982 0
/proc/11935/statm: 11292 5269 786 476 0 4614 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 45168 KiB
Current children cumulated memory: 21076 KiB

[startup+0.309165 s]*
/proc/loadavg: 2.00 1.99 2.02 3/187 11936
/proc/meminfo: memFree=23074332/32770624 swapFree=67108532/67108860
[pid=11935] ppid=11932 vsize=46676 memory=22712 CPUtime=0.3 cores=1,3,5,7
/proc/11935/stat : 11935 (cosoco) R 11932 11935 4839 0 -1 4202496 5954 0 0 0 30 0 0 0 20 0 1 0 106533774 47796224 5678 33554432000 4194304 6142532 140730989222608 140730989219240 140276324482021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34037760 140730989225099 140730989225229 140730989225229 140730989227982 0
/proc/11935/statm: 11669 5678 786 476 0 4991 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 46676 KiB
Current children cumulated memory: 22712 KiB

[startup+0.700296 s]
/proc/loadavg: 2.00 1.99 2.02 3/187 11936
/proc/meminfo: memFree=22998444/32770624 swapFree=67108532/67108860
[pid=11935] ppid=11932 vsize=200316 memory=176360 CPUtime=0.69 cores=1,3,5,7
/proc/11935/stat : 11935 (cosoco) R 11932 11935 4839 0 -1 4202496 44358 0 0 0 63 6 0 0 20 0 1 0 106533774 205123584 44090 33554432000 4194304 6142532 140730989222608 140730989219240 140276334419687 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34037760 140730989225099 140730989225229 140730989225229 140730989227982 0
/proc/11935/statm: 50079 44090 803 476 0 43401 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 200316 KiB
Current children cumulated memory: 176360 KiB

[startup+1.50034 s]
/proc/loadavg: 2.00 1.99 2.02 4/187 11936
/proc/meminfo: memFree=22791860/32770624 swapFree=67108532/67108860
[pid=11935] ppid=11932 vsize=532248 memory=508208 CPUtime=1.49 cores=1,3,5,7
/proc/11935/stat : 11935 (cosoco) R 11932 11935 4839 0 -1 4202496 127342 0 0 0 132 17 0 0 20 0 1 0 106533774 545021952 127052 33554432000 4194304 6142532 140730989222608 140730989216984 140276324482021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34037760 140730989225099 140730989225229 140730989225229 140730989227982 0
/proc/11935/statm: 133062 127052 803 476 0 126384 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 532248 KiB
Current children cumulated memory: 508208 KiB

[startup+3.10981 s]
/proc/loadavg: 2.00 1.99 2.02 4/187 11936
/proc/meminfo: memFree=21947620/32770624 swapFree=67108532/67108860
[pid=11935] ppid=11932 vsize=1198836 memory=1174928 CPUtime=3.1 cores=1,3,5,7
/proc/11935/stat : 11935 (cosoco) R 11932 11935 4839 0 -1 4202496 294641 0 0 0 269 41 0 0 20 0 1 0 106533774 1227608064 293732 33554432000 4194304 6142532 140730989222608 140730989216984 140276324482021 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34037760 140730989225099 140730989225229 140730989225229 140730989227982 0
/proc/11935/statm: 299709 293732 803 476 0 293031 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 1198836 KiB
Current children cumulated memory: 1174928 KiB

[startup+6.30033 s]
/proc/loadavg: 2.00 1.99 2.02 4/187 11936
/proc/meminfo: memFree=20702048/32770624 swapFree=67108532/67108860
[pid=11935] ppid=11932 vsize=2436908 memory=2412904 CPUtime=6.29 cores=1,3,5,7
/proc/11935/stat : 11935 (cosoco) R 11932 11935 4839 0 -1 4202496 606028 0 0 0 551 78 0 0 20 0 1 0 106533774 2495393792 603226 33554432000 4194304 6142532 140730989222608 140730989216984 140276325315124 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34037760 140730989225099 140730989225229 140730989225229 140730989227982 0
/proc/11935/statm: 609227 603226 803 476 0 602549 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2436908 KiB
Current children cumulated memory: 2412904 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 1.99 2.02 3/187 11936
/proc/meminfo: memFree=18269600/32770624 swapFree=67108532/67108860
[pid=11935] ppid=11932 vsize=4745320 memory=4721724 CPUtime=12.69 cores=1,3,5,7
/proc/11935/stat : 11935 (cosoco) R 11932 11935 4839 0 -1 4202496 1219815 0 0 0 1115 154 0 0 20 0 1 0 106533774 4859207680 1180431 33554432000 4194304 6142532 140730989222608 140730989217080 140276324482021 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34037760 140730989225099 140730989225229 140730989225229 140730989227982 0
/proc/11935/statm: 1186330 1180431 886 476 0 1179652 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 4745320 KiB
Current children cumulated memory: 4721724 KiB

[startup+25.5004 s]
/proc/loadavg: 2.00 1.99 2.02 3/187 11936
/proc/meminfo: memFree=17954072/32770624 swapFree=67108532/67108860
[pid=11935] ppid=11932 vsize=4825316 memory=4801556 CPUtime=25.49 cores=1,3,5,7
/proc/11935/stat : 11935 (cosoco) R 11932 11935 4839 0 -1 4202496 1364155 0 0 0 2386 163 0 0 20 0 1 0 106533774 4941123584 1200389 33554432000 4194304 6142532 140730989222608 140730989219624 5146841 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34037760 140730989225099 140730989225229 140730989225229 140730989227982 0
/proc/11935/statm: 1206329 1200389 888 476 0 1199651 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 4825316 KiB
Current children cumulated memory: 4801556 KiB

[startup+51.1096 s]
/proc/loadavg: 2.00 1.99 2.02 3/187 11936
/proc/meminfo: memFree=17240244/32770624 swapFree=67108532/67108860
[pid=11935] ppid=11932 vsize=5061332 memory=5014940 CPUtime=51.1 cores=1,3,5,7
/proc/11935/stat : 11935 (cosoco) R 11932 11935 4839 0 -1 4202496 1571074 0 0 0 4930 180 0 0 20 0 1 0 106533774 5182803968 1253735 33554432000 4194304 6142532 140730989222608 140730989219352 5371860 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34037760 140730989225099 140730989225229 140730989225229 140730989227982 0
/proc/11935/statm: 1265333 1253735 888 476 0 1258655 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 5061332 KiB
Current children cumulated memory: 5014940 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/187 11937
/proc/meminfo: memFree=16519500/32770624 swapFree=67108532/67108860
[pid=11935] ppid=11932 vsize=5541828 memory=5442064 CPUtime=102.3 cores=1,3,5,7
/proc/11935/stat : 11935 (cosoco) R 11932 11935 4839 0 -1 4202496 1857635 0 0 0 10026 204 0 0 20 0 1 0 106533774 5674831872 1360516 33554432000 4194304 6142532 140730989222608 140730989219480 5374330 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34037760 140730989225099 140730989225229 140730989225229 140730989227982 0
/proc/11935/statm: 1385457 1360516 888 476 0 1378779 0
Current children cumulated CPU time: 102.3 s
Current children cumulated vsize: 5541828 KiB
Current children cumulated memory: 5442064 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/187 11938
/proc/meminfo: memFree=15857784/32770624 swapFree=67108532/67108860
[pid=11935] ppid=11932 vsize=6237672 memory=6033208 CPUtime=162.31 cores=1,3,5,7
/proc/11935/stat : 11935 (cosoco) R 11932 11935 4839 0 -1 4202496 2222012 0 0 0 15997 234 0 0 20 0 1 0 106533774 6387376128 1508302 33554432000 4194304 6142532 140730989222608 140730989219464 5146745 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34037760 140730989225099 140730989225229 140730989225229 140730989227982 0
/proc/11935/statm: 1559418 1508302 888 476 0 1552740 0
Current children cumulated CPU time: 162.31 s
Current children cumulated vsize: 6237672 KiB
Current children cumulated memory: 6033208 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/187 12000
/proc/meminfo: memFree=21902696/32770624 swapFree=67108532/67108860
[pid=11935] ppid=11932 vsize=6476912 memory=6227440 CPUtime=222.31 cores=1,3,5,7
/proc/11935/stat : 11935 (cosoco) R 11932 11935 4839 0 -1 4202496 2474886 0 0 0 21978 253 0 0 20 0 1 0 106533774 6632357888 1556860 33554432000 4194304 6142532 140730989222608 140730989219464 5399803 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34037760 140730989225099 140730989225229 140730989225229 140730989227982 0
/proc/11935/statm: 1619228 1556860 888 476 0 1612550 0
Current children cumulated CPU time: 222.31 s
Current children cumulated vsize: 6476912 KiB
Current children cumulated memory: 6227440 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252 s]*
/proc/loadavg: 2.00 1.99 2.02 3/187 12001
/proc/meminfo: memFree=21855444/32770624 swapFree=67108532/67108860
[pid=11935] ppid=11932 vsize=6522740 memory=6273660 CPUtime=252.01 cores=1,3,5,7
/proc/11935/stat : 11935 (cosoco) R 11932 11935 4839 0 -1 4202496 2562629 0 0 0 24943 258 0 0 20 0 1 0 106533774 6679285760 1568415 33554432000 4194304 6142532 140730989222608 140730989219240 5146992 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8243016 8247936 34037760 140730989225099 140730989225229 140730989225229 140730989227982 0
/proc/11935/statm: 1630685 1568415 888 476 0 1624007 0
Current children cumulated CPU time: 252.01 s
Current children cumulated vsize: 6522740 KiB
Current children cumulated memory: 6273660 KiB

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

[startup+252.35 s]
# the end of solver process 11935 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.439 s, system=2.92837 s

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

[startup+252.209 s]
/proc/loadavg: 2.00 1.99 2.02 3/187 12001
/proc/meminfo: memFree=23710908/32770624 swapFree=67108532/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+252.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/187 12001
/proc/meminfo: memFree=23710908/32770624 swapFree=67108532/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.35
CPU time (s): 252.367
CPU user time (s): 249.439
CPU system time (s): 2.92837
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 6522740
Max. memory (cumulated for all children) (KiB): 6273660

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.439
system time used= 2.92837
maximum resident set size= 6273724
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2562795
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= 31
involuntary context switches= 83


# summary of solver processes directly reported to runsolver:
#   pid: 11935
#   total CPU time (s): 252.367
#   total CPU user time (s): 249.439
#   total CPU system time (s): 2.92837

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.970415 second user time and 1.95599 second system time

The end

Launcher Data

Begin job on node104 at 2018-07-29 20:41:46
IDJOB=4302184
IDBENCH=141648
IDSOLVER=2774
FILE ID=node104/4302184-1532889706
RUNJOBID= node104-1532880243-4871
PBS_JOBID= 21022518
Free space on /tmp= 50564 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP18/SteelMillSlab/SteelMillSlab-m2s-4-0_c18.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302184-1532889706/watcher-4302184-1532889706 -o /tmp/evaluation-result-4302184-1532889706/solver-4302184-1532889706 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node104-1532880243-4871 --watchdog 312  HOME/cosoco -lc -model -restarts HOME/instance-4302184-1532889706.xml

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

MD5SUM BENCH= b10759bd497fea2437fd7a4bc018387a
RANDOM SEED=270371142

node104.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.11
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.11
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.11
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.11
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:        23095728 kB
MemAvailable:   26910136 kB
Buffers:          179628 kB
Cached:          3889620 kB
SwapCached:           12 kB
Active:          6981496 kB
Inactive:        2175672 kB
Active(anon):    5042636 kB
Inactive(anon):    73040 kB
Active(file):    1938860 kB
Inactive(file):  2102632 kB
Unevictable:        7360 kB
Mlocked:            7360 kB
SwapTotal:      67108860 kB
SwapFree:       67108532 kB
Dirty:              3928 kB
Writeback:           196 kB
AnonPages:       5210420 kB
Mapped:            44508 kB
Shmem:             25060 kB
Slab:             206168 kB
SReclaimable:     177500 kB
SUnreclaim:        28668 kB
KernelStack:        3264 kB
PageTables:        15296 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5416028 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    120832 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= 50564 MiB
End job on node104 at 2018-07-29 20:45:59