Trace number 4258940

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Mistral-2.0 2017-07-28SAT (TO)3 251.90601 252.011

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-09-11.xml
MD5SUM40f8709457985e2479c772f6dd1ec4a8
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark240.022
Satisfiable
(Un)Satisfiability was proved
Number of variables99
Number of constraints1981
Number of domains1
Minimum domain size99
Maximum domain size99
Distribution of domain sizes[{"size":99,"count":99}]
Minimum variable degree82
Maximum variable degree82
Distribution of variable degrees[{"degree":82,"count":99}]
Minimum constraint arity4
Maximum constraint arity99
Distribution of constraint arities[{"arity":4,"count":1980},{"arity":99,"count":1}]
Number of extensional constraints0
Number of intensional constraints1980
Distribution of constraint types[{"type":"intension","count":1980},{"type":"lex","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.00/0.09	c 280717
8.01/8.16	o 4
8.20/8.34	o 3
251.90/252.01	s SATISFIABLE
251.90/252.01	v <instantiation type="solution">
251.90/252.01	v   <list> x[0][0] x[0][1] x[0][2] x[0][3] x[0][4] x[0][5] x[0][6] x[0][7] x[0][8] x[0][9] x[0][10] x[1][0] x[1][1] x[1][2] x[1][3] x[1][4] x[1][5] x[1][6] x[1][7] x[1][8] x[1][9] x[1][10] x[2][0] x[2][1] x[2][2] x[2][3] x[2][4] x[2][5] x[2][6] x[2][7] x[2][8] x[2][9] x[2][10] x[3][0] x[3][1] x[3][2] x[3][3] x[3][4] x[3][5] x[3][6] x[3][7] x[3][8] x[3][9] x[3][10] x[4][0] x[4][1] x[4][2] x[4][3] x[4][4] x[4][5] x[4][6] x[4][7] x[4][8] x[4][9] x[4][10] x[5][0] x[5][1] x[5][2] x[5][3] x[5][4] x[5][5] x[5][6] x[5][7] x[5][8] x[5][9] x[5][10] x[6][0] x[6][1] x[6][2] x[6][3] x[6][4] x[6][5] x[6][6] x[6][7] x[6][8] x[6][9] x[6][10] x[7][0] x[7][1] x[7][2] x[7][3] x[7][4] x[7][5] x[7][6] x[7][7] x[7][8] x[7][9] x[7][10] x[8][0] x[8][1] x[8][2] x[8][3] x[8][4] x[8][5] x[8][6] x[8][7] x[8][8] x[8][9] x[8][10] </list>
251.90/252.01	v   <values> 0 0 0 1 1 1 1 1 2 3 3 0 1 3 0 1 2 3 3 1 0 0 0 2 1 3 0 2 0 1 1 2 3 0 2 1 3 1 0 3 0 3 3 2 1 3 2 0 1 0 0 3 2 3 1 2 0 1 0 0 2 1 3 2 1 2 3 1 0 1 0 3 2 2 3 0 2 3 2 1 2 2 0 3 2 0 0 3 3 2 2 0 3 1 2 0 0 1 1 </values>
251.90/252.01	v </instantiation>

Verifier Data

OK	3

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4258940-1502661155/watcher-4258940-1502661155 -o /tmp/evaluation-result-4258940-1502661155/solver-4258940-1502661155 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502644564-1657 --watchdog 312 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 726872173 HOME/instance-4258940-1502661155.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=10347, runsolver pid=10344

[startup+0.10008 s]*
/proc/loadavg: 2.00 2.02 2.05 2/181 10359
/proc/meminfo: memFree=31041124/32770624 swapFree=67108860/67108860
[pid=10347] ppid=10344 vsize=28796 memory=3208 CPUtime=0.01 cores=1,3,5,7
/proc/10347/stat : 10347 (MistralXCSP) R 10344 10347 897 0 -1 4202496 967 0 0 0 1 0 0 0 20 0 1 0 68336168 29487104 802 18446744073709551615 4194304 7396336 140723584086992 140723584083992 6047641 0 0 1 0 0 0 0 17 1 0 0 9 0 0 9496464 9501696 40222720 140723584090515 140723584090664 140723584090664 140723584094153 0
/proc/10347/statm: 7199 802 612 782 0 215 0
Current children cumulated CPU time: 0.01 s
Current children cumulated vsize: 28796 KiB
Current children cumulated memory: 3208 KiB

[startup+0.209093 s]*
/proc/loadavg: 2.00 2.02 2.05 3/181 10359
/proc/meminfo: memFree=31038024/32770624 swapFree=67108860/67108860
[pid=10347] ppid=10344 vsize=29488 memory=4280 CPUtime=0.12 cores=1,3,5,7
/proc/10347/stat : 10347 (MistralXCSP) R 10344 10347 897 0 -1 4202496 1256 0 0 0 12 0 0 0 20 0 1 0 68336168 30195712 1070 18446744073709551615 4194304 7396336 140723584086992 140723584083992 140378304568293 0 0 1 0 0 0 0 17 1 0 0 9 0 0 9496464 9501696 40222720 140723584090515 140723584090664 140723584090664 140723584094153 0
/proc/10347/statm: 7372 1070 724 782 0 388 0
Current children cumulated CPU time: 0.12 s
Current children cumulated vsize: 29488 KiB
Current children cumulated memory: 4280 KiB

[startup+0.308873 s]*
/proc/loadavg: 2.00 2.02 2.05 3/181 10359
/proc/meminfo: memFree=31036240/32770624 swapFree=67108860/67108860
[pid=10347] ppid=10344 vsize=30612 memory=5208 CPUtime=0.22 cores=1,3,5,7
/proc/10347/stat : 10347 (MistralXCSP) R 10344 10347 897 0 -1 4202496 1521 0 0 0 22 0 0 0 20 0 1 0 68336168 31346688 1302 18446744073709551615 4194304 7396336 140723584086992 140723584083992 6160364 0 0 1 0 0 0 0 17 1 0 0 9 0 0 9496464 9501696 40222720 140723584090515 140723584090664 140723584090664 140723584094153 0
/proc/10347/statm: 7653 1302 724 782 0 669 0
Current children cumulated CPU time: 0.22 s
Current children cumulated vsize: 30612 KiB
Current children cumulated memory: 5208 KiB

[startup+0.700281 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 10359
/proc/meminfo: memFree=31034752/32770624 swapFree=67108860/67108860
[pid=10347] ppid=10344 vsize=34176 memory=9052 CPUtime=0.6 cores=1,3,5,7
/proc/10347/stat : 10347 (MistralXCSP) R 10344 10347 897 0 -1 4202496 2506 0 0 0 60 0 0 0 20 0 1 0 68336168 34996224 2263 18446744073709551615 4194304 7396336 140723584086992 140723584083992 6009394 0 0 1 0 0 0 0 17 1 0 0 9 0 0 9496464 9501696 40222720 140723584090515 140723584090664 140723584090664 140723584094153 0
/proc/10347/statm: 8544 2263 724 782 0 1560 0
Current children cumulated CPU time: 0.6 s
Current children cumulated vsize: 34176 KiB
Current children cumulated memory: 9052 KiB

[startup+1.50028 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 10359
/proc/meminfo: memFree=31029172/32770624 swapFree=67108860/67108860
[pid=10347] ppid=10344 vsize=38612 memory=13524 CPUtime=1.4 cores=1,3,5,7
/proc/10347/stat : 10347 (MistralXCSP) R 10344 10347 897 0 -1 4202496 3628 0 0 0 140 0 0 0 20 0 1 0 68336168 39538688 3381 18446744073709551615 4194304 7396336 140723584086992 140723584077544 140378310759604 0 0 1 0 0 0 0 17 1 0 0 9 0 0 9496464 9501696 40222720 140723584090515 140723584090664 140723584090664 140723584094153 0
/proc/10347/statm: 9653 3381 725 782 0 2669 0
Current children cumulated CPU time: 1.4 s
Current children cumulated vsize: 38612 KiB
Current children cumulated memory: 13524 KiB

[startup+3.10908 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 10359
/proc/meminfo: memFree=31008052/32770624 swapFree=67108860/67108860
[pid=10347] ppid=10344 vsize=51088 memory=25688 CPUtime=3.01 cores=1,3,5,7
/proc/10347/stat : 10347 (MistralXCSP) R 10344 10347 897 0 -1 4202496 8109 0 0 0 300 1 0 0 20 0 1 0 68336168 52314112 6422 18446744073709551615 4194304 7396336 140723584086992 140723584077544 6190566 0 0 1 0 0 0 0 17 1 0 0 9 0 0 9496464 9501696 40222720 140723584090515 140723584090664 140723584090664 140723584094153 0
/proc/10347/statm: 12772 6422 725 782 0 5788 0
Current children cumulated CPU time: 3.01 s
Current children cumulated vsize: 51088 KiB
Current children cumulated memory: 25688 KiB

[startup+6.30031 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 10359
/proc/meminfo: memFree=30978688/32770624 swapFree=67108860/67108860
[pid=10347] ppid=10344 vsize=62216 memory=37224 CPUtime=6.2 cores=1,3,5,7
/proc/10347/stat : 10347 (MistralXCSP) R 10344 10347 897 0 -1 4202496 20209 0 0 0 618 2 0 0 20 0 1 0 68336168 63709184 9306 18446744073709551615 4194304 7396336 140723584086992 140723584081480 4581576 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 40222720 140723584090515 140723584090664 140723584090664 140723584094153 0
/proc/10347/statm: 15554 9306 778 782 0 8570 0
Current children cumulated CPU time: 6.2 s
Current children cumulated vsize: 62216 KiB
Current children cumulated memory: 37224 KiB

[startup+12.7004 s]
/proc/loadavg: 2.08 2.04 2.05 3/181 10359
/proc/meminfo: memFree=30965188/32770624 swapFree=67108860/67108860
[pid=10347] ppid=10344 vsize=62412 memory=37440 CPUtime=12.6 cores=1,3,5,7
/proc/10347/stat : 10347 (MistralXCSP) R 10344 10347 897 0 -1 4202496 26990 0 0 0 1258 2 0 0 20 0 1 0 68336168 63909888 9360 18446744073709551615 4194304 7396336 140723584086992 140723584082008 5586214 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 40222720 140723584090515 140723584090664 140723584090664 140723584094153 0
/proc/10347/statm: 15603 9360 780 782 0 8619 0
Current children cumulated CPU time: 12.6 s
Current children cumulated vsize: 62412 KiB
Current children cumulated memory: 37440 KiB

[startup+25.5004 s]
/proc/loadavg: 2.06 2.04 2.05 3/181 10359
/proc/meminfo: memFree=30886528/32770624 swapFree=67108860/67108860
[pid=10347] ppid=10344 vsize=62412 memory=37440 CPUtime=25.39 cores=1,3,5,7
/proc/10347/stat : 10347 (MistralXCSP) R 10344 10347 897 0 -1 4202496 36134 0 0 0 2537 2 0 0 20 0 1 0 68336168 63909888 9360 18446744073709551615 4194304 7396336 140723584086992 140723584082008 5576291 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 40222720 140723584090515 140723584090664 140723584090664 140723584094153 0
/proc/10347/statm: 15603 9360 780 782 0 8619 0
Current children cumulated CPU time: 25.39 s
Current children cumulated vsize: 62412 KiB
Current children cumulated memory: 37440 KiB

[startup+51.1094 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 10360
/proc/meminfo: memFree=30752700/32770624 swapFree=67108860/67108860
[pid=10347] ppid=10344 vsize=62412 memory=37452 CPUtime=50.99 cores=1,3,5,7
/proc/10347/stat : 10347 (MistralXCSP) R 10344 10347 897 0 -1 4202496 37292 0 0 0 5097 2 0 0 20 0 1 0 68336168 63909888 9363 18446744073709551615 4194304 7396336 140723584086992 140723584082008 5586214 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 40222720 140723584090515 140723584090664 140723584090664 140723584094153 0
/proc/10347/statm: 15603 9363 780 782 0 8619 0
Current children cumulated CPU time: 50.99 s
Current children cumulated vsize: 62412 KiB
Current children cumulated memory: 37452 KiB

[startup+102.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/184 10376
/proc/meminfo: memFree=30507712/32770624 swapFree=67108860/67108860
[pid=10347] ppid=10344 vsize=62412 memory=37480 CPUtime=102.18 cores=1,3,5,7
/proc/10347/stat : 10347 (MistralXCSP) R 10344 10347 897 0 -1 4202496 38500 0 0 0 10216 2 0 0 20 0 1 0 68336168 63909888 9370 18446744073709551615 4194304 7396336 140723584086992 140723584082008 5165805 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 40222720 140723584090515 140723584090664 140723584090664 140723584094153 0
/proc/10347/statm: 15603 9370 780 782 0 8619 0
Current children cumulated CPU time: 102.18 s
Current children cumulated vsize: 62412 KiB
Current children cumulated memory: 37480 KiB

[startup+162.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/184 10378
/proc/meminfo: memFree=30356040/32770624 swapFree=67108860/67108860
[pid=10347] ppid=10344 vsize=62412 memory=37492 CPUtime=162.18 cores=1,3,5,7
/proc/10347/stat : 10347 (MistralXCSP) R 10344 10347 897 0 -1 4202496 39697 0 0 0 16216 2 0 0 20 0 1 0 68336168 63909888 9373 18446744073709551615 4194304 7396336 140723584086992 140723584082008 4245092 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 40222720 140723584090515 140723584090664 140723584090664 140723584094153 0
/proc/10347/statm: 15603 9373 780 782 0 8619 0
Current children cumulated CPU time: 162.18 s
Current children cumulated vsize: 62412 KiB
Current children cumulated memory: 37492 KiB

[startup+222.3 s]
/proc/loadavg: 2.29 2.09 2.07 3/181 10380
/proc/meminfo: memFree=30239960/32770624 swapFree=67108860/67108860
[pid=10347] ppid=10344 vsize=62412 memory=37536 CPUtime=222.19 cores=1,3,5,7
/proc/10347/stat : 10347 (MistralXCSP) R 10344 10347 897 0 -1 4202496 40904 0 0 0 22216 3 0 0 20 0 1 0 68336168 63909888 9384 18446744073709551615 4194304 7396336 140723584086992 140723584082008 5165805 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 40222720 140723584090515 140723584090664 140723584090664 140723584094153 0
/proc/10347/statm: 15603 9384 780 782 0 8619 0
Current children cumulated CPU time: 222.19 s
Current children cumulated vsize: 62412 KiB
Current children cumulated memory: 37536 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252 s]*
/proc/loadavg: 2.68 2.21 2.11 3/181 10381
/proc/meminfo: memFree=30179216/32770624 swapFree=67108860/67108860
[pid=10347] ppid=10344 vsize=62412 memory=37556 CPUtime=251.9 cores=1,3,5,7
/proc/10347/stat : 10347 (MistralXCSP) R 10344 10347 897 0 -1 4202496 42092 0 0 0 25187 3 0 0 20 0 1 0 68336168 63909888 9389 18446744073709551615 4194304 7396336 140723584086992 140723584082008 4408833 0 0 1 16386 0 0 0 17 1 0 0 9 0 0 9496464 9501696 40222720 140723584090515 140723584090664 140723584090664 140723584094153 0
/proc/10347/statm: 15603 9389 780 782 0 8619 0
Current children cumulated CPU time: 251.9 s
Current children cumulated vsize: 62412 KiB
Current children cumulated memory: 37556 KiB

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

[startup+252.011 s]
# the end of solver process 10347 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=251.873 s, system=0.032999 s

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

Child status: 0
Real time (s): 252.011
CPU time (s): 251.906
CPU user time (s): 251.873
CPU system time (s): 0.032999
CPU usage (%): 99.9586
Max. virtual memory (cumulated for all children) (KiB): 62412
Max. memory (cumulated for all children) (KiB): 37556

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 251.873
system time used= 0.032999
maximum resident set size= 38040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42123
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= 20
involuntary context switches= 229


# summary of solver processes directly reported to runsolver:
#   pid: 10347
#   total CPU time (s): 251.906
#   total CPU user time (s): 251.873
#   total CPU system time (s): 0.032999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 1.03228 second user time and 1.87123 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 23:38:29
IDJOB=4258940
IDBENCH=139746
IDSOLVER=2645
FILE ID=node125/4258940-1502661155
RUNJOBID= node125-1502644564-1657
PBS_JOBID= 
Free space on /tmp= 61996 MiB

SOLVER NAME= Mistral-2.0 2017-07-28
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-09-11.xml
COMMAND LINE= MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4258940-1502661155/watcher-4258940-1502661155 -o /tmp/evaluation-result-4258940-1502661155/solver-4258940-1502661155 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502644564-1657 --watchdog 312  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 726872173 HOME/instance-4258940-1502661155.xml

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

MD5SUM BENCH= 40f8709457985e2479c772f6dd1ec4a8
RANDOM SEED=726872173

node125.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.07
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.07
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.07
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.07
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:        31047472 kB
MemAvailable:   31992324 kB
Buffers:          288424 kB
Cached:           951236 kB
SwapCached:            0 kB
Active:           686316 kB
Inactive:         606760 kB
Active(anon):      54020 kB
Inactive(anon):    33100 kB
Active(file):     632296 kB
Inactive(file):   573660 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             40940 kB
Writeback:             4 kB
AnonPages:         53072 kB
Mapped:            47104 kB
Shmem:             33444 kB
Slab:             135200 kB
SReclaimable:     109464 kB
SUnreclaim:        25736 kB
KernelStack:        3152 kB
PageTables:         5164 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     307020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61984 MiB
End job on node125 at 2017-08-13 23:42:41