Trace number 4268951

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) 240.52901 240.746

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-28-30.xml
MD5SUMee8f46aa30558cd8981f6f6871151079
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark26
Best CPU time to get the best result obtained on this benchmark527.80298
Satisfiable
(Un)Satisfiability was proved
Number of variables840
Number of constraints164431
Number of domains1
Minimum domain size840
Maximum domain size840
Distribution of domain sizes[{"size":840,"count":840}]
Minimum variable degree785
Maximum variable degree785
Distribution of variable degrees[{"degree":785,"count":840}]
Minimum constraint arity4
Maximum constraint arity840
Distribution of constraint arities[{"arity":4,"count":164430},{"arity":840,"count":1}]
Number of extensional constraints0
Number of intensional constraints164430
Distribution of constraint types[{"type":"intension","count":164430},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

190.18/190.41	c best=?? lower=0 upper=839 
239.78/240.01	c
239.78/240.01	c This is cosoco 1.12 --  
239.78/240.01	c
239.78/240.01	c command line: cosoco -lc -model -restarts HOME/instance-4268951-1502609991.xml 
239.78/240.01	c enable optimization
239.78/240.01	c ========================================[ Problem Statistics ]===========================================
239.78/240.01	c |                                                                                                       
239.78/240.01	c |  Parse time        :       186.74 s 
239.78/240.01	c |
239.78/240.01	c |               Variables: 840
239.78/240.01	c |            Domain Sizes: 840..840
239.78/240.01	c |
239.78/240.01	c |             Constraints: 164487
239.78/240.01	c |                   Arity: 4..840
239.78/240.01	c | 
239.78/240.01	c |                   Types: 
239.78/240.01	c |                          Intension: 164430
239.78/240.01	c |                          Lex: 56
239.78/240.01	c |                          Max constant: 1
239.78/240.01	c |                          
239.78/240.01	c =========================================================================================================
239.78/240.01	
239.78/240.01	c *** INTERRUPTED ***
239.78/240.01	c restarts              : 1           
239.78/240.01	c conflicts             : 166          (1 /sec)
239.78/240.01	c decisions             : 1072         (5 /sec)
239.78/240.01	c propagations          : 259590      (1105 /sec)
239.78/240.01	c root propagations     : 0           
239.78/240.01	c filter calls          : 4204054        (17899 /sec)
239.78/240.01	c useless filter calls  : 4193537        (99 %)
239.78/240.01	c Memory used           : 13428.24 MB
239.78/240.01	c CPU time              : 234.88 s
239.78/240.01	
239.78/240.01	c No Bound found!
239.78/240.01	
239.78/240.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 (9032 MiB free)
  memory of node 1: 16384 MiB (15269 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4268951-1502609991/watcher-4268951-1502609991 -o /tmp/evaluation-result-4268951-1502609991/solver-4268951-1502609991 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502597547-18313 --watchdog 300 cosoco -lc -model -restarts HOME/instance-4268951-1502609991.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 264 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 294 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 240 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=26332, runsolver pid=26329

[startup+0.100157 s]*
/proc/loadavg: 1.99 2.00 2.04 2/186 26333
/proc/meminfo: memFree=24885548/32770624 swapFree=67108860/67108860
[pid=26332] ppid=26329 vsize=30292 memory=6404 CPUtime=0 cores=1,3,5,7
/proc/26332/stat : 26332 (cosoco) R 26329 26332 12395 0 -1 4202496 1786 0 0 0 0 0 0 0 20 0 1 0 102910437 31019008 1601 18446744073709551615 4194304 5972588 140729512117872 140729512114520 140174036573157 0 0 1 0 0 0 0 17 1 0 0 10 0 0 8070896 8075904 17141760 140729512120782 140729512120877 140729512120877 140729512124366 0
/proc/26332/statm: 7573 1601 710 435 0 936 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 30292 KiB
Current children cumulated memory: 6404 KiB

[startup+0.209654 s]*
/proc/loadavg: 1.99 2.00 2.04 3/186 26333
/proc/meminfo: memFree=24879276/32770624 swapFree=67108860/67108860
[pid=26332] ppid=26329 vsize=33436 memory=9308 CPUtime=0.11 cores=1,3,5,7
/proc/26332/stat : 26332 (cosoco) R 26329 26332 12395 0 -1 4202496 2552 0 0 0 11 0 0 0 20 0 1 0 102910437 34238464 2327 18446744073709551615 4194304 5972588 140729512117872 140729512114520 5399242 0 0 1 0 0 0 0 17 1 0 0 10 0 0 8070896 8075904 17141760 140729512120782 140729512120877 140729512120877 140729512124366 0
/proc/26332/statm: 8359 2327 717 435 0 1722 0
Current children cumulated CPU time: 0.11 s
Current children cumulated vsize: 33436 KiB
Current children cumulated memory: 9308 KiB

[startup+0.309402 s]*
/proc/loadavg: 1.99 2.00 2.04 3/186 26333
/proc/meminfo: memFree=24878904/32770624 swapFree=67108860/67108860
[pid=26332] ppid=26329 vsize=33760 memory=9736 CPUtime=0.21 cores=1,3,5,7
/proc/26332/stat : 26332 (cosoco) R 26329 26332 12395 0 -1 4202496 2666 0 0 0 21 0 0 0 20 0 1 0 102910437 34570240 2434 18446744073709551615 4194304 5972588 140729512117872 140729512114520 140174049341746 0 0 1 0 0 0 0 17 1 0 0 10 0 0 8070896 8075904 17141760 140729512120782 140729512120877 140729512120877 140729512124366 0
/proc/26332/statm: 8440 2434 717 435 0 1803 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 33760 KiB
Current children cumulated memory: 9736 KiB

[startup+0.700278 s]
/proc/loadavg: 1.99 2.00 2.04 3/186 26333
/proc/meminfo: memFree=24877788/32770624 swapFree=67108860/67108860
[pid=26332] ppid=26329 vsize=34936 memory=10836 CPUtime=0.59 cores=1,3,5,7
/proc/26332/stat : 26332 (cosoco) R 26329 26332 12395 0 -1 4202496 3073 0 0 0 59 0 0 0 20 0 1 0 102910437 35774464 2709 18446744073709551615 4194304 5972588 140729512117872 140729512114440 140174036573157 0 0 1 0 0 0 0 17 1 0 0 10 0 0 8070896 8075904 17141760 140729512120782 140729512120877 140729512120877 140729512124366 0
/proc/26332/statm: 8734 2709 717 435 0 2097 0
Current children cumulated CPU time: 0.59 s
Current children cumulated vsize: 34936 KiB
Current children cumulated memory: 10836 KiB

[startup+1.50028 s]
/proc/loadavg: 1.99 2.00 2.04 3/186 26333
/proc/meminfo: memFree=24876460/32770624 swapFree=67108860/67108860
[pid=26332] ppid=26329 vsize=37420 memory=13572 CPUtime=1.38 cores=1,3,5,7
/proc/26332/stat : 26332 (cosoco) R 26329 26332 12395 0 -1 4202496 3913 0 0 0 138 0 0 0 20 0 1 0 102910437 38318080 3393 18446744073709551615 4194304 5972588 140729512117872 140729512114440 5496983 0 0 1 0 0 0 0 17 1 0 0 10 0 0 8070896 8075904 17141760 140729512120782 140729512120877 140729512120877 140729512124366 0
/proc/26332/statm: 9355 3393 717 435 0 2718 0
Current children cumulated CPU time: 1.38 s
Current children cumulated vsize: 37420 KiB
Current children cumulated memory: 13572 KiB

[startup+3.10959 s]
/proc/loadavg: 1.99 2.00 2.04 3/186 26333
/proc/meminfo: memFree=24867640/32770624 swapFree=67108860/67108860
[pid=26332] ppid=26329 vsize=45460 memory=20560 CPUtime=2.99 cores=1,3,5,7
/proc/26332/stat : 26332 (cosoco) R 26329 26332 12395 0 -1 4202496 5531 0 0 0 298 1 0 0 20 0 1 0 102910437 46551040 5140 18446744073709551615 4194304 5972588 140729512117872 140729512114440 5418134 0 0 1 0 0 0 0 17 1 0 0 10 0 0 8070896 8075904 17141760 140729512120782 140729512120877 140729512120877 140729512124366 0
/proc/26332/statm: 11365 5140 717 435 0 4728 0
Current children cumulated CPU time: 2.99 s
Current children cumulated vsize: 45460 KiB
Current children cumulated memory: 20560 KiB

[startup+6.30029 s]
/proc/loadavg: 1.99 2.00 2.04 3/186 26333
/proc/meminfo: memFree=24743148/32770624 swapFree=67108860/67108860
[pid=26332] ppid=26329 vsize=186648 memory=161780 CPUtime=6.19 cores=1,3,5,7
/proc/26332/stat : 26332 (cosoco) R 26329 26332 12395 0 -1 4202496 41298 0 0 0 613 6 0 0 20 0 1 0 102910437 191127552 40445 18446744073709551615 4194304 5972588 140729512117872 140729512111432 4967517 0 0 1 0 0 0 0 17 1 0 0 10 0 0 8070896 8075904 17141760 140729512120782 140729512120877 140729512120877 140729512124366 0
/proc/26332/statm: 46662 40445 787 435 0 40025 0
Current children cumulated CPU time: 6.19 s
Current children cumulated vsize: 186648 KiB
Current children cumulated memory: 161780 KiB

[startup+12.7003 s]
/proc/loadavg: 1.99 2.00 2.04 3/186 26333
/proc/meminfo: memFree=24417632/32770624 swapFree=67108860/67108860
[pid=26332] ppid=26329 vsize=533072 memory=508296 CPUtime=12.59 cores=1,3,5,7
/proc/26332/stat : 26332 (cosoco) R 26329 26332 12395 0 -1 4202496 128529 0 0 0 1241 18 0 0 20 0 1 0 102910437 545865728 127074 18446744073709551615 4194304 5972588 140729512117872 140729512111432 140174036573157 0 0 1 0 0 0 0 17 1 0 0 10 0 0 8070896 8075904 17141760 140729512120782 140729512120877 140729512120877 140729512124366 0
/proc/26332/statm: 133268 127074 787 435 0 126631 0
Current children cumulated CPU time: 12.59 s
Current children cumulated vsize: 533072 KiB
Current children cumulated memory: 508296 KiB

[startup+25.5003 s]
/proc/loadavg: 1.91 1.99 2.03 5/198 26364
/proc/meminfo: memFree=29201660/32770624 swapFree=67108860/67108860
[pid=26332] ppid=26329 vsize=1225976 memory=1201184 CPUtime=25.39 cores=1,3,5,7
/proc/26332/stat : 26332 (cosoco) R 26329 26332 12395 0 -1 4202496 302824 0 0 0 2497 42 0 0 20 0 1 0 102910437 1255399424 300296 18446744073709551615 4194304 5972588 140729512117872 140729512111432 140174036573157 0 0 1 0 0 0 0 17 1 0 0 10 0 0 8070896 8075904 17141760 140729512120782 140729512120877 140729512120877 140729512124366 0
/proc/26332/statm: 306494 300296 787 435 0 299857 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 1225976 KiB
Current children cumulated memory: 1201184 KiB

[startup+51.1094 s]
/proc/loadavg: 1.88 1.97 2.03 3/185 26396
/proc/meminfo: memFree=28496608/32770624 swapFree=67108860/67108860
[pid=26332] ppid=26329 vsize=2612176 memory=2587252 CPUtime=50.98 cores=1,3,5,7
/proc/26332/stat : 26332 (cosoco) R 26329 26332 12395 0 -1 4202496 649601 0 0 0 5009 89 0 0 20 0 1 0 102910437 2674868224 646813 18446744073709551615 4194304 5972588 140729512117872 140729512111432 140174036570736 0 0 1 0 0 0 0 17 1 0 0 10 0 0 8070896 8075904 17141760 140729512120782 140729512120877 140729512120877 140729512124366 0
/proc/26332/statm: 653044 646813 787 435 0 646407 0
Current children cumulated CPU time: 50.98 s
Current children cumulated vsize: 2612176 KiB
Current children cumulated memory: 2587252 KiB

[startup+102.3 s]
/proc/loadavg: 1.95 1.98 2.03 3/186 26399
/proc/meminfo: memFree=25727576/32770624 swapFree=67108860/67108860
[pid=26332] ppid=26329 vsize=5385764 memory=5360728 CPUtime=102.14 cores=1,3,5,7
/proc/26332/stat : 26332 (cosoco) R 26329 26332 12395 0 -1 4202496 1343166 0 0 0 10030 184 0 0 20 0 1 0 102910437 5515022336 1340182 18446744073709551615 4194304 5972588 140729512117872 140729512111432 140174036573157 0 0 1 0 0 0 0 17 1 0 0 10 0 0 8070896 8075904 17141760 140729512120782 140729512120877 140729512120877 140729512124366 0
/proc/26332/statm: 1346441 1340182 787 435 0 1339804 0
Current children cumulated CPU time: 102.14 s
Current children cumulated vsize: 5385764 KiB
Current children cumulated memory: 5360728 KiB

[startup+162.3 s]
/proc/loadavg: 1.98 1.98 2.03 3/186 26402
/proc/meminfo: memFree=22469408/32770624 swapFree=67108860/67108860
[pid=26332] ppid=26329 vsize=8636752 memory=8611628 CPUtime=162.1 cores=1,3,5,7
/proc/26332/stat : 26332 (cosoco) R 26329 26332 12395 0 -1 4202496 2156111 0 0 0 15923 287 0 0 20 0 1 0 102910437 8844034048 2152907 18446744073709551615 4194304 5972588 140729512117872 140729512111432 4967517 0 0 1 0 0 0 0 17 1 0 0 10 0 0 8070896 8075904 17141760 140729512120782 140729512120877 140729512120877 140729512124366 0
/proc/26332/statm: 2159188 2152907 787 435 0 2152551 0
Current children cumulated CPU time: 162.1 s
Current children cumulated vsize: 8636752 KiB
Current children cumulated memory: 8611628 KiB

[startup+222.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/187 26405
/proc/meminfo: memFree=18696476/32770624 swapFree=67108860/67108860
[pid=26332] ppid=26329 vsize=12411772 memory=12388292 CPUtime=222.08 cores=1,3,5,7
/proc/26332/stat : 26332 (cosoco) R 26329 26332 12395 0 -1 4202496 3892737 0 0 0 21769 439 0 0 20 0 1 0 102910437 12709654528 3097073 18446744073709551615 4194304 5972588 140729512117872 140729512114728 5071307 0 0 1 8405026 0 0 0 17 1 0 0 10 0 0 8070896 8075904 17141760 140729512120782 140729512120877 140729512120877 140729512124366 0
/proc/26332/statm: 3102943 3097073 836 435 0 3096306 0
Current children cumulated CPU time: 222.08 s
Current children cumulated vsize: 12411772 KiB
Current children cumulated memory: 12388292 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+240 s]*
/proc/loadavg: 1.99 1.99 2.03 3/187 26405
/proc/meminfo: memFree=17327980/32770624 swapFree=67108860/67108860
[pid=26332] ppid=26329 vsize=13750516 memory=13726952 CPUtime=239.78 cores=1,3,5,7
/proc/26332/stat : 26332 (cosoco) R 26329 26332 12395 0 -1 4202496 4540317 0 0 0 23487 491 0 0 20 0 1 0 102910437 14080528384 3431738 18446744073709551615 4194304 5972588 140729512117872 140729512114728 4909639 0 0 1 8405026 0 0 0 17 1 0 0 10 0 0 8070896 8075904 17141760 140729512120782 140729512120877 140729512120877 140729512124366 0
/proc/26332/statm: 3437629 3431738 836 435 0 3430992 0
Current children cumulated CPU time: 239.78 s
Current children cumulated vsize: 13750516 KiB
Current children cumulated memory: 13726952 KiB

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

[startup+240.746 s]
# the end of solver process 26332 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=234.88 s, system=5.64897 s

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

[startup+240.4 s]
/proc/loadavg: 1.99 1.99 2.03 3/187 26405
/proc/meminfo: memFree=19437376/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+240.6 s]
/proc/loadavg: 1.99 1.99 2.03 3/187 26405
/proc/meminfo: memFree=19437376/32770624 swapFree=67108860/67108860
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 0 KiB
Current children cumulated memory: 0 KiB

[startup+240.7 s]
/proc/loadavg: 1.99 1.99 2.03 3/187 26405
/proc/meminfo: memFree=19437376/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): 240.746
CPU time (s): 240.529
CPU user time (s): 234.88
CPU system time (s): 5.64897
CPU usage (%): 99.9098
Max. virtual memory (cumulated for all children) (KiB): 13750516
Max. memory (cumulated for all children) (KiB): 13726952

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 234.88
system time used= 5.64897
maximum resident set size= 13727140
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4540341
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= 168
involuntary context switches= 302


# summary of solver processes directly reported to runsolver:
#   pid: 26332
#   total CPU time (s): 240.529
#   total CPU user time (s): 234.88
#   total CPU system time (s): 5.64897

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.983776 second user time and 1.61974 second system time

The end

Launcher Data

Begin job on node135 at 2017-08-13 09:25:58
IDJOB=4268951
IDBENCH=139757
IDSOLVER=2659
FILE ID=node135/4268951-1502609991
RUNJOBID= node135-1502597547-18313
PBS_JOBID= 
Free space on /tmp= 62016 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-28-30.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4268951-1502609991/watcher-4268951-1502609991 -o /tmp/evaluation-result-4268951-1502609991/solver-4268951-1502609991 -C 264 -W 240 -M 15500 --bin-var /tmp/runsolver-exch-node135-1502597547-18313 --watchdog 300  cosoco -lc -model -restarts HOME/instance-4268951-1502609991.xml

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

MD5SUM BENCH= ee8f46aa30558cd8981f6f6871151079
RANDOM SEED=1045622526

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.21
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.21
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.21
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.21
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:        24885812 kB
MemAvailable:   25777084 kB
Buffers:          310276 kB
Cached:           879184 kB
SwapCached:            0 kB
Active:          6878036 kB
Inactive:         551284 kB
Active(anon):    6240384 kB
Inactive(anon):    41324 kB
Active(file):     637652 kB
Inactive(file):   509960 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             11692 kB
Writeback:             8 kB
AnonPages:       6239844 kB
Mapped:            56232 kB
Shmem:             41656 kB
Slab:             146632 kB
SReclaimable:     118992 kB
SUnreclaim:        27640 kB
KernelStack:        3296 kB
PageTables:        17024 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    6524636 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    243712 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 62016 MiB
End job on node135 at 2017-08-13 09:29:59